tencentcloud-sdk-python-sqlserver 3.0.1437__tar.gz → 3.0.1438__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.
Files changed (16) hide show
  1. {tencentcloud-sdk-python-sqlserver-3.0.1437 → tencentcloud-sdk-python-sqlserver-3.0.1438}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-sqlserver-3.0.1437 → tencentcloud-sdk-python-sqlserver-3.0.1438}/setup.py +1 -1
  3. {tencentcloud-sdk-python-sqlserver-3.0.1437 → tencentcloud-sdk-python-sqlserver-3.0.1438}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-sqlserver-3.0.1437 → tencentcloud-sdk-python-sqlserver-3.0.1438}/tencentcloud/sqlserver/v20180328/models.py +6 -6
  5. {tencentcloud-sdk-python-sqlserver-3.0.1437 → tencentcloud-sdk-python-sqlserver-3.0.1438}/tencentcloud/sqlserver/v20180328/sqlserver_client.py +2 -2
  6. {tencentcloud-sdk-python-sqlserver-3.0.1437 → tencentcloud-sdk-python-sqlserver-3.0.1438}/tencentcloud_sdk_python_sqlserver.egg-info/PKG-INFO +1 -1
  7. tencentcloud-sdk-python-sqlserver-3.0.1438/tencentcloud_sdk_python_sqlserver.egg-info/requires.txt +1 -0
  8. tencentcloud-sdk-python-sqlserver-3.0.1437/tencentcloud_sdk_python_sqlserver.egg-info/requires.txt +0 -1
  9. {tencentcloud-sdk-python-sqlserver-3.0.1437 → tencentcloud-sdk-python-sqlserver-3.0.1438}/README.rst +0 -0
  10. {tencentcloud-sdk-python-sqlserver-3.0.1437 → tencentcloud-sdk-python-sqlserver-3.0.1438}/setup.cfg +0 -0
  11. {tencentcloud-sdk-python-sqlserver-3.0.1437 → tencentcloud-sdk-python-sqlserver-3.0.1438}/tencentcloud/sqlserver/__init__.py +0 -0
  12. {tencentcloud-sdk-python-sqlserver-3.0.1437 → tencentcloud-sdk-python-sqlserver-3.0.1438}/tencentcloud/sqlserver/v20180328/__init__.py +0 -0
  13. {tencentcloud-sdk-python-sqlserver-3.0.1437 → tencentcloud-sdk-python-sqlserver-3.0.1438}/tencentcloud/sqlserver/v20180328/errorcodes.py +0 -0
  14. {tencentcloud-sdk-python-sqlserver-3.0.1437 → tencentcloud-sdk-python-sqlserver-3.0.1438}/tencentcloud_sdk_python_sqlserver.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-sqlserver-3.0.1437 → tencentcloud-sdk-python-sqlserver-3.0.1438}/tencentcloud_sdk_python_sqlserver.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-sqlserver-3.0.1437 → tencentcloud-sdk-python-sqlserver-3.0.1438}/tencentcloud_sdk_python_sqlserver.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-sqlserver
3
- Version: 3.0.1437
3
+ Version: 3.0.1438
4
4
  Summary: Tencent Cloud Sqlserver SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -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>=3.0.1437,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.0.1438,<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(),
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1437'
17
+ __version__ = '3.0.1438'
@@ -16147,7 +16147,7 @@ class DescribeProductConfigRequest(AbstractModel):
16147
16147
 
16148
16148
  def __init__(self):
16149
16149
  r"""
16150
- :param _Zone: 可用区英文ID,形如ap-guangzhou-1
16150
+ :param _Zone: 可用区英文 ID
16151
16151
  :type Zone: str
16152
16152
  :param _InstanceType: 购买实例的类型 HA-本地盘高可用(包括双机高可用,alwaysOn集群),RO-本地盘只读副本,SI-云盘版单节点,BI-商业智能服务,cvmHA-云盘版高可用,cvmRO-云盘版只读副本,MultiHA-多节点,cvmMultiHA-云盘多节点
16153
16153
  :type InstanceType: str
@@ -16157,7 +16157,7 @@ class DescribeProductConfigRequest(AbstractModel):
16157
16157
 
16158
16158
  @property
16159
16159
  def Zone(self):
16160
- """可用区英文ID,形如ap-guangzhou-1
16160
+ """可用区英文 ID
16161
16161
  :rtype: str
16162
16162
  """
16163
16163
  return self._Zone
@@ -31863,9 +31863,9 @@ class ZoneStatus(AbstractModel):
31863
31863
 
31864
31864
  def __init__(self):
31865
31865
  r"""
31866
- :param _Zone: 规格地域
31866
+ :param _Zone: 规格可用区
31867
31867
  :type Zone: str
31868
- :param _Region: 规格可用区
31868
+ :param _Region: 规格地域
31869
31869
  :type Region: str
31870
31870
  :param _Status: 规格在该可用区的售卖状态 1-正常 2-关闭售卖但是可以升级 3-完全关闭售卖
31871
31871
  :type Status: int
@@ -31876,7 +31876,7 @@ class ZoneStatus(AbstractModel):
31876
31876
 
31877
31877
  @property
31878
31878
  def Zone(self):
31879
- """规格地域
31879
+ """规格可用区
31880
31880
  :rtype: str
31881
31881
  """
31882
31882
  return self._Zone
@@ -31887,7 +31887,7 @@ class ZoneStatus(AbstractModel):
31887
31887
 
31888
31888
  @property
31889
31889
  def Region(self):
31890
- """规格可用区
31890
+ """规格地域
31891
31891
  :rtype: str
31892
31892
  """
31893
31893
  return self._Region
@@ -1683,7 +1683,7 @@ class SqlserverClient(AbstractClient):
1683
1683
 
1684
1684
 
1685
1685
  def DescribeProductConfig(self, request):
1686
- """本接口 (DescribeProductConfig) 用于查询售卖规格配置。
1686
+ """本接口(DescribeProductConfig)用于查询售卖规格配置。
1687
1687
 
1688
1688
  :param request: Request instance for DescribeProductConfig.
1689
1689
  :type request: :class:`tencentcloud.sqlserver.v20180328.models.DescribeProductConfigRequest`
@@ -2120,7 +2120,7 @@ class SqlserverClient(AbstractClient):
2120
2120
 
2121
2121
 
2122
2122
  def DescribeZones(self, request):
2123
- """本接口 (DescribeZones) 用于查询当前可售卖的可用区信息。
2123
+ """本接口(DescribeZones)用于查询当前可售卖的可用区信息。
2124
2124
 
2125
2125
  :param request: Request instance for DescribeZones.
2126
2126
  :type request: :class:`tencentcloud.sqlserver.v20180328.models.DescribeZonesRequest`
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-sqlserver
3
- Version: 3.0.1437
3
+ Version: 3.0.1438
4
4
  Summary: Tencent Cloud Sqlserver SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.0.1438
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.0.1437