tencentcloud-sdk-python-sqlserver 3.0.1397__tar.gz → 3.0.1437__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {tencentcloud-sdk-python-sqlserver-3.0.1397 → tencentcloud-sdk-python-sqlserver-3.0.1437}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-sqlserver-3.0.1397 → tencentcloud-sdk-python-sqlserver-3.0.1437}/setup.py +1 -1
- {tencentcloud-sdk-python-sqlserver-3.0.1397 → tencentcloud-sdk-python-sqlserver-3.0.1437}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-sqlserver-3.0.1397 → tencentcloud-sdk-python-sqlserver-3.0.1437}/tencentcloud/sqlserver/v20180328/errorcodes.py +1 -1
- {tencentcloud-sdk-python-sqlserver-3.0.1397 → tencentcloud-sdk-python-sqlserver-3.0.1437}/tencentcloud/sqlserver/v20180328/models.py +3 -3
- {tencentcloud-sdk-python-sqlserver-3.0.1397 → tencentcloud-sdk-python-sqlserver-3.0.1437}/tencentcloud/sqlserver/v20180328/sqlserver_client.py +2 -2
- {tencentcloud-sdk-python-sqlserver-3.0.1397 → tencentcloud-sdk-python-sqlserver-3.0.1437}/tencentcloud_sdk_python_sqlserver.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-sqlserver-3.0.1437/tencentcloud_sdk_python_sqlserver.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-sqlserver-3.0.1397/tencentcloud_sdk_python_sqlserver.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-sqlserver-3.0.1397 → tencentcloud-sdk-python-sqlserver-3.0.1437}/README.rst +0 -0
- {tencentcloud-sdk-python-sqlserver-3.0.1397 → tencentcloud-sdk-python-sqlserver-3.0.1437}/setup.cfg +0 -0
- {tencentcloud-sdk-python-sqlserver-3.0.1397 → tencentcloud-sdk-python-sqlserver-3.0.1437}/tencentcloud/sqlserver/__init__.py +0 -0
- {tencentcloud-sdk-python-sqlserver-3.0.1397 → tencentcloud-sdk-python-sqlserver-3.0.1437}/tencentcloud/sqlserver/v20180328/__init__.py +0 -0
- {tencentcloud-sdk-python-sqlserver-3.0.1397 → tencentcloud-sdk-python-sqlserver-3.0.1437}/tencentcloud_sdk_python_sqlserver.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-sqlserver-3.0.1397 → tencentcloud-sdk-python-sqlserver-3.0.1437}/tencentcloud_sdk_python_sqlserver.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-sqlserver-3.0.1397 → tencentcloud-sdk-python-sqlserver-3.0.1437}/tencentcloud_sdk_python_sqlserver.egg-info/top_level.txt +0 -0
{tencentcloud-sdk-python-sqlserver-3.0.1397 → tencentcloud-sdk-python-sqlserver-3.0.1437}/setup.py
RENAMED
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-sqlserver',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.0.1437,<4.0.0"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Sqlserver SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# -*- coding: utf8 -*-
|
|
2
|
-
# Copyright (c) 2017-
|
|
2
|
+
# Copyright (c) 2017-2025 Tencent. All Rights Reserved.
|
|
3
3
|
#
|
|
4
4
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
5
|
# you may not use this file except in compliance with the License.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# -*- coding: utf8 -*-
|
|
2
|
-
# Copyright (c) 2017-
|
|
2
|
+
# Copyright (c) 2017-2025 Tencent. All Rights Reserved.
|
|
3
3
|
#
|
|
4
4
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
5
|
# you may not use this file except in compliance with the License.
|
|
@@ -12352,7 +12352,7 @@ class DescribeDBInstancesRequest(AbstractModel):
|
|
|
12352
12352
|
:type InstanceNameSet: list of str
|
|
12353
12353
|
:param _VersionSet: 实例版本代号列表,格式如:2008R2,2012SP3等
|
|
12354
12354
|
:type VersionSet: list of str
|
|
12355
|
-
:param _Zone:
|
|
12355
|
+
:param _Zone: 实例可用区
|
|
12356
12356
|
:type Zone: str
|
|
12357
12357
|
:param _TagKeys: 实例标签列表
|
|
12358
12358
|
:type TagKeys: list of str
|
|
@@ -12518,7 +12518,7 @@ class DescribeDBInstancesRequest(AbstractModel):
|
|
|
12518
12518
|
|
|
12519
12519
|
@property
|
|
12520
12520
|
def Zone(self):
|
|
12521
|
-
"""
|
|
12521
|
+
"""实例可用区
|
|
12522
12522
|
:rtype: str
|
|
12523
12523
|
"""
|
|
12524
12524
|
return self._Zone
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# -*- coding: utf8 -*-
|
|
2
|
-
# Copyright (c) 2017-
|
|
2
|
+
# Copyright (c) 2017-2025 Tencent. All Rights Reserved.
|
|
3
3
|
#
|
|
4
4
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
5
|
# you may not use this file except in compliance with the License.
|
|
@@ -1131,7 +1131,7 @@ class SqlserverClient(AbstractClient):
|
|
|
1131
1131
|
|
|
1132
1132
|
|
|
1133
1133
|
def DescribeDBInstances(self, request):
|
|
1134
|
-
"""
|
|
1134
|
+
"""本接口(DescribeDBInstances)用于查询实例列表。
|
|
1135
1135
|
|
|
1136
1136
|
:param request: Request instance for DescribeDBInstances.
|
|
1137
1137
|
:type request: :class:`tencentcloud.sqlserver.v20180328.models.DescribeDBInstancesRequest`
|
tencentcloud-sdk-python-sqlserver-3.0.1437/tencentcloud_sdk_python_sqlserver.egg-info/requires.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.0.1437
|
tencentcloud-sdk-python-sqlserver-3.0.1397/tencentcloud_sdk_python_sqlserver.egg-info/requires.txt
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1397
|
{tencentcloud-sdk-python-sqlserver-3.0.1397 → tencentcloud-sdk-python-sqlserver-3.0.1437}/README.rst
RENAMED
|
File without changes
|
{tencentcloud-sdk-python-sqlserver-3.0.1397 → tencentcloud-sdk-python-sqlserver-3.0.1437}/setup.cfg
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|