tencentcloud-sdk-python-cdc 3.0.1393__tar.gz → 3.0.1416__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-cdc-3.0.1393 → tencentcloud-sdk-python-cdc-3.0.1416}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-cdc-3.0.1393 → tencentcloud-sdk-python-cdc-3.0.1416}/setup.py +1 -1
- {tencentcloud-sdk-python-cdc-3.0.1393 → tencentcloud-sdk-python-cdc-3.0.1416}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-cdc-3.0.1393 → tencentcloud-sdk-python-cdc-3.0.1416}/tencentcloud/cdc/v20201214/cdc_client.py +1 -1
- {tencentcloud-sdk-python-cdc-3.0.1393 → tencentcloud-sdk-python-cdc-3.0.1416}/tencentcloud/cdc/v20201214/errorcodes.py +1 -1
- {tencentcloud-sdk-python-cdc-3.0.1393 → tencentcloud-sdk-python-cdc-3.0.1416}/tencentcloud/cdc/v20201214/models.py +21 -1
- {tencentcloud-sdk-python-cdc-3.0.1393 → tencentcloud-sdk-python-cdc-3.0.1416}/tencentcloud_sdk_python_cdc.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-cdc-3.0.1416/tencentcloud_sdk_python_cdc.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-cdc-3.0.1393/tencentcloud_sdk_python_cdc.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-cdc-3.0.1393 → tencentcloud-sdk-python-cdc-3.0.1416}/README.rst +0 -0
- {tencentcloud-sdk-python-cdc-3.0.1393 → tencentcloud-sdk-python-cdc-3.0.1416}/setup.cfg +0 -0
- {tencentcloud-sdk-python-cdc-3.0.1393 → tencentcloud-sdk-python-cdc-3.0.1416}/tencentcloud/cdc/__init__.py +0 -0
- {tencentcloud-sdk-python-cdc-3.0.1393 → tencentcloud-sdk-python-cdc-3.0.1416}/tencentcloud/cdc/v20201214/__init__.py +0 -0
- {tencentcloud-sdk-python-cdc-3.0.1393 → tencentcloud-sdk-python-cdc-3.0.1416}/tencentcloud_sdk_python_cdc.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-cdc-3.0.1393 → tencentcloud-sdk-python-cdc-3.0.1416}/tencentcloud_sdk_python_cdc.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-cdc-3.0.1393 → tencentcloud-sdk-python-cdc-3.0.1416}/tencentcloud_sdk_python_cdc.egg-info/top_level.txt +0 -0
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-cdc',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common==3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1416"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Cdc 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.
|
|
@@ -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.
|
|
@@ -1489,6 +1489,8 @@ class DedicatedClusterOrder(AbstractModel):
|
|
|
1489
1489
|
|
|
1490
1490
|
@property
|
|
1491
1491
|
def DedicatedClusterTypeId(self):
|
|
1492
|
+
warnings.warn("parameter `DedicatedClusterTypeId` is deprecated", DeprecationWarning)
|
|
1493
|
+
|
|
1492
1494
|
"""专用集群类型id(移到下一层级,已经废弃,后续将删除)
|
|
1493
1495
|
:rtype: str
|
|
1494
1496
|
"""
|
|
@@ -1496,10 +1498,14 @@ class DedicatedClusterOrder(AbstractModel):
|
|
|
1496
1498
|
|
|
1497
1499
|
@DedicatedClusterTypeId.setter
|
|
1498
1500
|
def DedicatedClusterTypeId(self, DedicatedClusterTypeId):
|
|
1501
|
+
warnings.warn("parameter `DedicatedClusterTypeId` is deprecated", DeprecationWarning)
|
|
1502
|
+
|
|
1499
1503
|
self._DedicatedClusterTypeId = DedicatedClusterTypeId
|
|
1500
1504
|
|
|
1501
1505
|
@property
|
|
1502
1506
|
def SupportedStorageType(self):
|
|
1507
|
+
warnings.warn("parameter `SupportedStorageType` is deprecated", DeprecationWarning)
|
|
1508
|
+
|
|
1503
1509
|
"""支持的存储类型列表(移到下一层级,已经废弃,后续将删除)
|
|
1504
1510
|
:rtype: list of str
|
|
1505
1511
|
"""
|
|
@@ -1507,10 +1513,14 @@ class DedicatedClusterOrder(AbstractModel):
|
|
|
1507
1513
|
|
|
1508
1514
|
@SupportedStorageType.setter
|
|
1509
1515
|
def SupportedStorageType(self, SupportedStorageType):
|
|
1516
|
+
warnings.warn("parameter `SupportedStorageType` is deprecated", DeprecationWarning)
|
|
1517
|
+
|
|
1510
1518
|
self._SupportedStorageType = SupportedStorageType
|
|
1511
1519
|
|
|
1512
1520
|
@property
|
|
1513
1521
|
def SupportedUplinkSpeed(self):
|
|
1522
|
+
warnings.warn("parameter `SupportedUplinkSpeed` is deprecated", DeprecationWarning)
|
|
1523
|
+
|
|
1514
1524
|
"""支持的上连交换机的链路传输速率(GiB)(移到下一层级,已经废弃,后续将删除)
|
|
1515
1525
|
:rtype: list of int
|
|
1516
1526
|
"""
|
|
@@ -1518,10 +1528,14 @@ class DedicatedClusterOrder(AbstractModel):
|
|
|
1518
1528
|
|
|
1519
1529
|
@SupportedUplinkSpeed.setter
|
|
1520
1530
|
def SupportedUplinkSpeed(self, SupportedUplinkSpeed):
|
|
1531
|
+
warnings.warn("parameter `SupportedUplinkSpeed` is deprecated", DeprecationWarning)
|
|
1532
|
+
|
|
1521
1533
|
self._SupportedUplinkSpeed = SupportedUplinkSpeed
|
|
1522
1534
|
|
|
1523
1535
|
@property
|
|
1524
1536
|
def SupportedInstanceFamily(self):
|
|
1537
|
+
warnings.warn("parameter `SupportedInstanceFamily` is deprecated", DeprecationWarning)
|
|
1538
|
+
|
|
1525
1539
|
"""支持的实例族列表(移到下一层级,已经废弃,后续将删除)
|
|
1526
1540
|
:rtype: list of str
|
|
1527
1541
|
"""
|
|
@@ -1529,6 +1543,8 @@ class DedicatedClusterOrder(AbstractModel):
|
|
|
1529
1543
|
|
|
1530
1544
|
@SupportedInstanceFamily.setter
|
|
1531
1545
|
def SupportedInstanceFamily(self, SupportedInstanceFamily):
|
|
1546
|
+
warnings.warn("parameter `SupportedInstanceFamily` is deprecated", DeprecationWarning)
|
|
1547
|
+
|
|
1532
1548
|
self._SupportedInstanceFamily = SupportedInstanceFamily
|
|
1533
1549
|
|
|
1534
1550
|
@property
|
|
@@ -4499,6 +4515,8 @@ class HostInfo(AbstractModel):
|
|
|
4499
4515
|
|
|
4500
4516
|
@property
|
|
4501
4517
|
def HostIp(self):
|
|
4518
|
+
warnings.warn("parameter `HostIp` is deprecated", DeprecationWarning)
|
|
4519
|
+
|
|
4502
4520
|
"""宿主机IP(废弃)
|
|
4503
4521
|
:rtype: str
|
|
4504
4522
|
"""
|
|
@@ -4506,6 +4524,8 @@ class HostInfo(AbstractModel):
|
|
|
4506
4524
|
|
|
4507
4525
|
@HostIp.setter
|
|
4508
4526
|
def HostIp(self, HostIp):
|
|
4527
|
+
warnings.warn("parameter `HostIp` is deprecated", DeprecationWarning)
|
|
4528
|
+
|
|
4509
4529
|
self._HostIp = HostIp
|
|
4510
4530
|
|
|
4511
4531
|
@property
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1416
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1393
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|