Skip to content

Commit

Permalink
Generated 2019-11-11 for clickhouse.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdk-team committed Dec 25, 2023
1 parent 0d00a43 commit cdb9b3d
Show file tree
Hide file tree
Showing 76 changed files with 293 additions and 1,163 deletions.
3 changes: 3 additions & 0 deletions aliyun-python-sdk-clickhouse/ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2023-12-25 Version: 3.1.4
- Generated 2019-11-11 for `clickhouse`.

2022-04-06 Version: 3.1.3
- Clickhouse add restore.

Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '3.1.3'
__version__ = '3.1.4'
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
class AllocateClusterPublicConnectionRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'clickhouse', '2019-11-11', 'AllocateClusterPublicConnection')
RpcRequest.__init__(self, 'clickhouse', '2019-11-11', 'AllocateClusterPublicConnection','service')
self.set_method('POST')

if hasattr(self, "endpoint_map"):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
class CheckClickhouseToRDSRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'clickhouse', '2019-11-11', 'CheckClickhouseToRDS')
RpcRequest.__init__(self, 'clickhouse', '2019-11-11', 'CheckClickhouseToRDS','service')
self.set_method('POST')

if hasattr(self, "endpoint_map"):
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
#
# http://www.apache.org/licenses/LICENSE-2.0
#
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# 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 aliyunsdkclickhouse.endpoint import endpoint_data

class CheckModifyConfigNeedRestartRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'clickhouse', '2019-11-11', 'CheckModifyConfigNeedRestart','service')
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_DBClusterId(self): # String
return self.get_query_params().get('DBClusterId')

def set_DBClusterId(self, DBClusterId): # String
self.add_query_param('DBClusterId', DBClusterId)
def get_Config(self): # String
return self.get_query_params().get('Config')

def set_Config(self, Config): # String
self.add_query_param('Config', Config)
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
class CheckMonitorAlertRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'clickhouse', '2019-11-11', 'CheckMonitorAlert')
RpcRequest.__init__(self, 'clickhouse', '2019-11-11', 'CheckMonitorAlert','service')
self.set_method('POST')

if hasattr(self, "endpoint_map"):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
class CheckScaleOutBalancedRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'clickhouse', '2019-11-11', 'CheckScaleOutBalanced')
RpcRequest.__init__(self, 'clickhouse', '2019-11-11', 'CheckScaleOutBalanced','service')
self.set_method('POST')

if hasattr(self, "endpoint_map"):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
class CheckServiceLinkedRoleRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'clickhouse', '2019-11-11', 'CheckServiceLinkedRole')
RpcRequest.__init__(self, 'clickhouse', '2019-11-11', 'CheckServiceLinkedRole','service')
self.set_method('POST')

if hasattr(self, "endpoint_map"):
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
class CreateAccountAndAuthorityRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'clickhouse', '2019-11-11', 'CreateAccountAndAuthority')
RpcRequest.__init__(self, 'clickhouse', '2019-11-11', 'CreateAccountAndAuthority','service')
self.set_method('POST')

if hasattr(self, "endpoint_map"):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
class CreateAccountRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'clickhouse', '2019-11-11', 'CreateAccount')
RpcRequest.__init__(self, 'clickhouse', '2019-11-11', 'CreateAccount','service')
self.set_method('POST')

if hasattr(self, "endpoint_map"):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
class CreateBackupPolicyRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'clickhouse', '2019-11-11', 'CreateBackupPolicy')
RpcRequest.__init__(self, 'clickhouse', '2019-11-11', 'CreateBackupPolicy','service')
self.set_method('POST')

if hasattr(self, "endpoint_map"):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
class CreateDBInstanceRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'clickhouse', '2019-11-11', 'CreateDBInstance')
RpcRequest.__init__(self, 'clickhouse', '2019-11-11', 'CreateDBInstance','service')
self.set_method('POST')

if hasattr(self, "endpoint_map"):
Expand All @@ -41,41 +41,86 @@ def get_DBClusterDescription(self): # String

def set_DBClusterDescription(self, DBClusterDescription): # String
self.add_query_param('DBClusterDescription', DBClusterDescription)
def get_ClientToken(self): # String
return self.get_query_params().get('ClientToken')

def set_ClientToken(self, ClientToken): # String
self.add_query_param('ClientToken', ClientToken)
def get_SourceDBClusterId(self): # String
return self.get_query_params().get('SourceDBClusterId')

def set_SourceDBClusterId(self, SourceDBClusterId): # String
self.add_query_param('SourceDBClusterId', SourceDBClusterId)
def get_ResourceGroupId(self): # String
return self.get_query_params().get('ResourceGroupId')

def set_ResourceGroupId(self, ResourceGroupId): # String
self.add_query_param('ResourceGroupId', ResourceGroupId)
def get_ZondIdBak2(self): # String
return self.get_query_params().get('ZondIdBak2')

def set_ZondIdBak2(self, ZondIdBak2): # String
self.add_query_param('ZondIdBak2', ZondIdBak2)
def get_DbNodeStorageType(self): # String
return self.get_query_params().get('DbNodeStorageType')

def set_DbNodeStorageType(self, DbNodeStorageType): # String
self.add_query_param('DbNodeStorageType', DbNodeStorageType)
def get_DBClusterCategory(self): # String
return self.get_query_params().get('DBClusterCategory')

def set_DBClusterCategory(self, DBClusterCategory): # String
self.add_query_param('DBClusterCategory', DBClusterCategory)
def get_EncryptionType(self): # String
return self.get_query_params().get('EncryptionType')

def set_EncryptionType(self, EncryptionType): # String
self.add_query_param('EncryptionType', EncryptionType)
def get_DBClusterNetworkType(self): # String
return self.get_query_params().get('DBClusterNetworkType')
def get_ZoneIdBak(self): # String
return self.get_query_params().get('ZoneIdBak')

def set_DBClusterNetworkType(self, DBClusterNetworkType): # String
self.add_query_param('DBClusterNetworkType', DBClusterNetworkType)
def set_ZoneIdBak(self, ZoneIdBak): # String
self.add_query_param('ZoneIdBak', ZoneIdBak)
def get_Period(self): # String
return self.get_query_params().get('Period')

def set_Period(self, Period): # String
self.add_query_param('Period', Period)
def get_BackupSetID(self): # String
return self.get_query_params().get('BackupSetID')

def set_BackupSetID(self, BackupSetID): # String
self.add_query_param('BackupSetID', BackupSetID)
def get_EncryptionKey(self): # String
return self.get_query_params().get('EncryptionKey')

def set_EncryptionKey(self, EncryptionKey): # String
self.add_query_param('EncryptionKey', EncryptionKey)
def get_OwnerId(self): # Long
return self.get_query_params().get('OwnerId')

def set_OwnerId(self, OwnerId): # Long
self.add_query_param('OwnerId', OwnerId)
def get_DBNodeGroupCount(self): # String
return self.get_query_params().get('DBNodeGroupCount')

def set_DBNodeGroupCount(self, DBNodeGroupCount): # String
self.add_query_param('DBNodeGroupCount', DBNodeGroupCount)
def get_VSwitchId(self): # String
return self.get_query_params().get('VSwitchId')

def set_VSwitchId(self, VSwitchId): # String
self.add_query_param('VSwitchId', VSwitchId)
def get_ZoneId(self): # String
return self.get_query_params().get('ZoneId')

def set_ZoneId(self, ZoneId): # String
self.add_query_param('ZoneId', ZoneId)
def get_ClientToken(self): # String
return self.get_query_params().get('ClientToken')

def set_ClientToken(self, ClientToken): # String
self.add_query_param('ClientToken', ClientToken)
def get_DBClusterCategory(self): # String
return self.get_query_params().get('DBClusterCategory')

def set_DBClusterCategory(self, DBClusterCategory): # String
self.add_query_param('DBClusterCategory', DBClusterCategory)
def get_DBClusterNetworkType(self): # String
return self.get_query_params().get('DBClusterNetworkType')

def set_DBClusterNetworkType(self, DBClusterNetworkType): # String
self.add_query_param('DBClusterNetworkType', DBClusterNetworkType)
def get_ResourceOwnerAccount(self): # String
return self.get_query_params().get('ResourceOwnerAccount')

Expand All @@ -96,36 +141,21 @@ def get_DBClusterClass(self): # String

def set_DBClusterClass(self, DBClusterClass): # String
self.add_query_param('DBClusterClass', DBClusterClass)
def get_BackupSetID(self): # String
return self.get_query_params().get('BackupSetID')

def set_BackupSetID(self, BackupSetID): # String
self.add_query_param('BackupSetID', BackupSetID)
def get_EncryptionKey(self): # String
return self.get_query_params().get('EncryptionKey')

def set_EncryptionKey(self, EncryptionKey): # String
self.add_query_param('EncryptionKey', EncryptionKey)
def get_OwnerId(self): # Long
return self.get_query_params().get('OwnerId')

def set_OwnerId(self, OwnerId): # Long
self.add_query_param('OwnerId', OwnerId)
def get_DBNodeGroupCount(self): # String
return self.get_query_params().get('DBNodeGroupCount')
def get_VSwitchBak(self): # String
return self.get_query_params().get('VSwitchBak')

def set_DBNodeGroupCount(self, DBNodeGroupCount): # String
self.add_query_param('DBNodeGroupCount', DBNodeGroupCount)
def set_VSwitchBak(self, VSwitchBak): # String
self.add_query_param('VSwitchBak', VSwitchBak)
def get_UsedTime(self): # String
return self.get_query_params().get('UsedTime')

def set_UsedTime(self, UsedTime): # String
self.add_query_param('UsedTime', UsedTime)
def get_VSwitchId(self): # String
return self.get_query_params().get('VSwitchId')
def get_VSwitchBak2(self): # String
return self.get_query_params().get('VSwitchBak2')

def set_VSwitchId(self, VSwitchId): # String
self.add_query_param('VSwitchId', VSwitchId)
def set_VSwitchBak2(self, VSwitchBak2): # String
self.add_query_param('VSwitchBak2', VSwitchBak2)
def get_DBNodeStorage(self): # String
return self.get_query_params().get('DBNodeStorage')

Expand All @@ -136,11 +166,6 @@ def get_VPCId(self): # String

def set_VPCId(self, VPCId): # String
self.add_query_param('VPCId', VPCId)
def get_ZoneId(self): # String
return self.get_query_params().get('ZoneId')

def set_ZoneId(self, ZoneId): # String
self.add_query_param('ZoneId', ZoneId)
def get_PayType(self): # String
return self.get_query_params().get('PayType')

Expand Down
Loading

0 comments on commit cdb9b3d

Please sign in to comment.