tencentcloud-sdk-python-cdc 3.0.1263__py2.py3-none-any.whl → 3.0.1265__py2.py3-none-any.whl
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/__init__.py +1 -1
- tencentcloud/cdc/v20201214/models.py +20 -20
- {tencentcloud_sdk_python_cdc-3.0.1263.dist-info → tencentcloud_sdk_python_cdc-3.0.1265.dist-info}/METADATA +2 -2
- tencentcloud_sdk_python_cdc-3.0.1265.dist-info/RECORD +10 -0
- tencentcloud_sdk_python_cdc-3.0.1263.dist-info/RECORD +0 -10
- {tencentcloud_sdk_python_cdc-3.0.1263.dist-info → tencentcloud_sdk_python_cdc-3.0.1265.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_cdc-3.0.1263.dist-info → tencentcloud_sdk_python_cdc-3.0.1265.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
|
@@ -203,7 +203,7 @@ class CreateDedicatedClusterOrderRequest(AbstractModel):
|
|
|
203
203
|
:type CbsInfo: :class:`tencentcloud.cdc.v20201214.models.CbsInfo`
|
|
204
204
|
:param _PurchaseSource: 购买来源,默认为cloudApi
|
|
205
205
|
:type PurchaseSource: str
|
|
206
|
-
:param _DedicatedClusterOrderId: 当调用API接口提交订单时,需要提交DedicatedClusterOrderId
|
|
206
|
+
:param _DedicatedClusterOrderId: 当调用API接口提交订单时,需要提交DedicatedClusterOrderId,此处DedicatedClusterOrderId是之前创建的订单,可通过DescribeDedicatedClusterOrders接口查询,这里传入DedicatedClusterOrderId用于调整订单和支付。
|
|
207
207
|
:type DedicatedClusterOrderId: str
|
|
208
208
|
"""
|
|
209
209
|
self._DedicatedClusterId = None
|
|
@@ -270,7 +270,7 @@ class CreateDedicatedClusterOrderRequest(AbstractModel):
|
|
|
270
270
|
|
|
271
271
|
@property
|
|
272
272
|
def DedicatedClusterOrderId(self):
|
|
273
|
-
"""当调用API接口提交订单时,需要提交DedicatedClusterOrderId
|
|
273
|
+
"""当调用API接口提交订单时,需要提交DedicatedClusterOrderId,此处DedicatedClusterOrderId是之前创建的订单,可通过DescribeDedicatedClusterOrders接口查询,这里传入DedicatedClusterOrderId用于调整订单和支付。
|
|
274
274
|
:rtype: str
|
|
275
275
|
"""
|
|
276
276
|
return self._DedicatedClusterOrderId
|
|
@@ -496,19 +496,19 @@ class CreateSiteRequest(AbstractModel):
|
|
|
496
496
|
:type Description: str
|
|
497
497
|
:param _Note: 注意事项
|
|
498
498
|
:type Note: str
|
|
499
|
-
:param _FiberType: 您将使用光纤类型将CDC
|
|
499
|
+
:param _FiberType: 您将使用光纤类型将CDC设备连接到网络。有单模和多模两种选项。取值范围:"MM","SM"
|
|
500
500
|
:type FiberType: str
|
|
501
501
|
:param _OpticalStandard: 您将CDC连接到网络时采用的光学标准。此字段取决于上行链路速度、光纤类型和到上游设备的距离。
|
|
502
502
|
:type OpticalStandard: str
|
|
503
503
|
:param _PowerConnectors: 电源连接器类型
|
|
504
504
|
:type PowerConnectors: str
|
|
505
|
-
:param _PowerFeedDrop:
|
|
505
|
+
:param _PowerFeedDrop: 从机架上方还是下方供电。取值范围:["UP","DOWN"]
|
|
506
506
|
:type PowerFeedDrop: str
|
|
507
507
|
:param _MaxWeight: 最大承重(KG)
|
|
508
508
|
:type MaxWeight: int
|
|
509
509
|
:param _PowerDrawKva: 功耗(KW)
|
|
510
510
|
:type PowerDrawKva: int
|
|
511
|
-
:param _UplinkSpeedGbps: 网络到腾讯云Region区域的上行链路速度
|
|
511
|
+
:param _UplinkSpeedGbps: 网络到腾讯云Region区域的上行链路速度(Gbps)
|
|
512
512
|
:type UplinkSpeedGbps: int
|
|
513
513
|
:param _UplinkCount: 将CDC连接到网络时,每台CDC网络设备(每个机架 2 台设备)使用的上行链路数量。
|
|
514
514
|
:type UplinkCount: int
|
|
@@ -640,7 +640,7 @@ class CreateSiteRequest(AbstractModel):
|
|
|
640
640
|
|
|
641
641
|
@property
|
|
642
642
|
def FiberType(self):
|
|
643
|
-
"""您将使用光纤类型将CDC
|
|
643
|
+
"""您将使用光纤类型将CDC设备连接到网络。有单模和多模两种选项。取值范围:"MM","SM"
|
|
644
644
|
:rtype: str
|
|
645
645
|
"""
|
|
646
646
|
return self._FiberType
|
|
@@ -673,7 +673,7 @@ class CreateSiteRequest(AbstractModel):
|
|
|
673
673
|
|
|
674
674
|
@property
|
|
675
675
|
def PowerFeedDrop(self):
|
|
676
|
-
"""
|
|
676
|
+
"""从机架上方还是下方供电。取值范围:["UP","DOWN"]
|
|
677
677
|
:rtype: str
|
|
678
678
|
"""
|
|
679
679
|
return self._PowerFeedDrop
|
|
@@ -706,7 +706,7 @@ class CreateSiteRequest(AbstractModel):
|
|
|
706
706
|
|
|
707
707
|
@property
|
|
708
708
|
def UplinkSpeedGbps(self):
|
|
709
|
-
"""网络到腾讯云Region区域的上行链路速度
|
|
709
|
+
"""网络到腾讯云Region区域的上行链路速度(Gbps)
|
|
710
710
|
:rtype: int
|
|
711
711
|
"""
|
|
712
712
|
return self._UplinkSpeedGbps
|
|
@@ -2416,7 +2416,7 @@ class DescribeDedicatedClusterCbsStatisticsRequest(AbstractModel):
|
|
|
2416
2416
|
:type StartTime: str
|
|
2417
2417
|
:param _EndTime: 结束时间
|
|
2418
2418
|
:type EndTime: str
|
|
2419
|
-
:param _Period: 时间范围精度,1
|
|
2419
|
+
:param _Period: 时间范围精度,1分钟(ONE_MINUTE)/5分钟(FIVE_MINUTE)
|
|
2420
2420
|
:type Period: str
|
|
2421
2421
|
:param _Offset: 偏移量,默认为0。
|
|
2422
2422
|
:type Offset: int
|
|
@@ -2477,7 +2477,7 @@ class DescribeDedicatedClusterCbsStatisticsRequest(AbstractModel):
|
|
|
2477
2477
|
|
|
2478
2478
|
@property
|
|
2479
2479
|
def Period(self):
|
|
2480
|
-
"""时间范围精度,1
|
|
2480
|
+
"""时间范围精度,1分钟(ONE_MINUTE)/5分钟(FIVE_MINUTE)
|
|
2481
2481
|
:rtype: str
|
|
2482
2482
|
"""
|
|
2483
2483
|
return self._Period
|
|
@@ -2690,7 +2690,7 @@ class DescribeDedicatedClusterHostStatisticsRequest(AbstractModel):
|
|
|
2690
2690
|
:type StartTime: str
|
|
2691
2691
|
:param _EndTime: 结束时间
|
|
2692
2692
|
:type EndTime: str
|
|
2693
|
-
:param _Period: 时间范围精度,1
|
|
2693
|
+
:param _Period: 时间范围精度,1分钟(ONE_MINUTE)/5分钟(FIVE_MINUTE)
|
|
2694
2694
|
:type Period: str
|
|
2695
2695
|
"""
|
|
2696
2696
|
self._DedicatedClusterId = None
|
|
@@ -2745,7 +2745,7 @@ class DescribeDedicatedClusterHostStatisticsRequest(AbstractModel):
|
|
|
2745
2745
|
|
|
2746
2746
|
@property
|
|
2747
2747
|
def Period(self):
|
|
2748
|
-
"""时间范围精度,1
|
|
2748
|
+
"""时间范围精度,1分钟(ONE_MINUTE)/5分钟(FIVE_MINUTE)
|
|
2749
2749
|
:rtype: str
|
|
2750
2750
|
"""
|
|
2751
2751
|
return self._Period
|
|
@@ -5019,9 +5019,9 @@ class ModifyOrderStatusRequest(AbstractModel):
|
|
|
5019
5019
|
r"""
|
|
5020
5020
|
:param _Status: 要更新成的状态
|
|
5021
5021
|
:type Status: str
|
|
5022
|
-
:param _DedicatedClusterOrderId: 大订单ID
|
|
5022
|
+
:param _DedicatedClusterOrderId: 大订单ID,可以在本地专用集群的基础信息页获取大订单ID
|
|
5023
5023
|
:type DedicatedClusterOrderId: str
|
|
5024
|
-
:param _SubOrderIds: 小订单ID
|
|
5024
|
+
:param _SubOrderIds: 小订单ID,进入大订单的详情页,可以看到小订单ID
|
|
5025
5025
|
:type SubOrderIds: list of str
|
|
5026
5026
|
"""
|
|
5027
5027
|
self._Status = None
|
|
@@ -5041,7 +5041,7 @@ class ModifyOrderStatusRequest(AbstractModel):
|
|
|
5041
5041
|
|
|
5042
5042
|
@property
|
|
5043
5043
|
def DedicatedClusterOrderId(self):
|
|
5044
|
-
"""大订单ID
|
|
5044
|
+
"""大订单ID,可以在本地专用集群的基础信息页获取大订单ID
|
|
5045
5045
|
:rtype: str
|
|
5046
5046
|
"""
|
|
5047
5047
|
return self._DedicatedClusterOrderId
|
|
@@ -5052,7 +5052,7 @@ class ModifyOrderStatusRequest(AbstractModel):
|
|
|
5052
5052
|
|
|
5053
5053
|
@property
|
|
5054
5054
|
def SubOrderIds(self):
|
|
5055
|
-
"""小订单ID
|
|
5055
|
+
"""小订单ID,进入大订单的详情页,可以看到小订单ID
|
|
5056
5056
|
:rtype: list of str
|
|
5057
5057
|
"""
|
|
5058
5058
|
return self._SubOrderIds
|
|
@@ -5119,13 +5119,13 @@ class ModifySiteDeviceInfoRequest(AbstractModel):
|
|
|
5119
5119
|
:type OpticalStandard: str
|
|
5120
5120
|
:param _PowerConnectors: 电源连接器类型
|
|
5121
5121
|
:type PowerConnectors: str
|
|
5122
|
-
:param _PowerFeedDrop:
|
|
5122
|
+
:param _PowerFeedDrop: 从机架上方还是下方供电。取值范围:["UP","DOWN"]
|
|
5123
5123
|
:type PowerFeedDrop: str
|
|
5124
5124
|
:param _MaxWeight: 最大承重(KG)
|
|
5125
5125
|
:type MaxWeight: int
|
|
5126
5126
|
:param _PowerDrawKva: 功耗(KW)
|
|
5127
5127
|
:type PowerDrawKva: int
|
|
5128
|
-
:param _UplinkSpeedGbps: 网络到腾讯云Region区域的上行链路速度
|
|
5128
|
+
:param _UplinkSpeedGbps: 网络到腾讯云Region区域的上行链路速度(Gbps)
|
|
5129
5129
|
:type UplinkSpeedGbps: int
|
|
5130
5130
|
:param _UplinkCount: 将CDC连接到网络时,每台CDC网络设备(每个机架 2 台设备)使用的上行链路数量。
|
|
5131
5131
|
:type UplinkCount: int
|
|
@@ -5212,7 +5212,7 @@ class ModifySiteDeviceInfoRequest(AbstractModel):
|
|
|
5212
5212
|
|
|
5213
5213
|
@property
|
|
5214
5214
|
def PowerFeedDrop(self):
|
|
5215
|
-
"""
|
|
5215
|
+
"""从机架上方还是下方供电。取值范围:["UP","DOWN"]
|
|
5216
5216
|
:rtype: str
|
|
5217
5217
|
"""
|
|
5218
5218
|
return self._PowerFeedDrop
|
|
@@ -5245,7 +5245,7 @@ class ModifySiteDeviceInfoRequest(AbstractModel):
|
|
|
5245
5245
|
|
|
5246
5246
|
@property
|
|
5247
5247
|
def UplinkSpeedGbps(self):
|
|
5248
|
-
"""网络到腾讯云Region区域的上行链路速度
|
|
5248
|
+
"""网络到腾讯云Region区域的上行链路速度(Gbps)
|
|
5249
5249
|
:rtype: int
|
|
5250
5250
|
"""
|
|
5251
5251
|
return self._UplinkSpeedGbps
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-cdc
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.1265
|
|
4
4
|
Summary: Tencent Cloud Cdc SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common (==3.0.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common (==3.0.1265)
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
tencentcloud/__init__.py,sha256=hEH8WP441fU9V3YiInncWkSwfVNlGri6THQk0bDT9wc,631
|
|
2
|
+
tencentcloud/cdc/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
+
tencentcloud/cdc/v20201214/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
+
tencentcloud/cdc/v20201214/cdc_client.py,sha256=W0FsdSylHAFKGV5OuxvhLySw-qyGrpVuHJXilqh3jnE,20467
|
|
5
|
+
tencentcloud/cdc/v20201214/errorcodes.py,sha256=6tn34oS4HPMVsa4CXVs7ncQZvN7ARdB-bHPW2AybBhI,2960
|
|
6
|
+
tencentcloud/cdc/v20201214/models.py,sha256=Eg2byGNQWcCaU38_A2YQTYU8qRNeEjakJ0QN9k80YAY,203574
|
|
7
|
+
tencentcloud_sdk_python_cdc-3.0.1265.dist-info/METADATA,sha256=ZM93u_nns-q6Bgw3NXDdc_zspK8_HlgYy27oDuOJMQM,1492
|
|
8
|
+
tencentcloud_sdk_python_cdc-3.0.1265.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
|
9
|
+
tencentcloud_sdk_python_cdc-3.0.1265.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
|
10
|
+
tencentcloud_sdk_python_cdc-3.0.1265.dist-info/RECORD,,
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
tencentcloud/__init__.py,sha256=I-SN6tI8nIMh1Df4pK83RcurEm0Ig6fzDp-S-llY_NU,631
|
|
2
|
-
tencentcloud/cdc/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
-
tencentcloud/cdc/v20201214/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
-
tencentcloud/cdc/v20201214/cdc_client.py,sha256=W0FsdSylHAFKGV5OuxvhLySw-qyGrpVuHJXilqh3jnE,20467
|
|
5
|
-
tencentcloud/cdc/v20201214/errorcodes.py,sha256=6tn34oS4HPMVsa4CXVs7ncQZvN7ARdB-bHPW2AybBhI,2960
|
|
6
|
-
tencentcloud/cdc/v20201214/models.py,sha256=HZjEULsACHR_OsacCMX4E8-EF9c-6tE2e4tuP-rYFQ8,202692
|
|
7
|
-
tencentcloud_sdk_python_cdc-3.0.1263.dist-info/METADATA,sha256=J2yUtw2vUQGB8o2FDcPbuFSKQKqBYIf1hNZX4bQ8dTM,1492
|
|
8
|
-
tencentcloud_sdk_python_cdc-3.0.1263.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
|
9
|
-
tencentcloud_sdk_python_cdc-3.0.1263.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
|
10
|
-
tencentcloud_sdk_python_cdc-3.0.1263.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|