tencentcloud-sdk-python-cdc 3.0.1264__tar.gz → 3.0.1267__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.1264 → tencentcloud-sdk-python-cdc-3.0.1267}/PKG-INFO +3 -3
- {tencentcloud-sdk-python-cdc-3.0.1264 → tencentcloud-sdk-python-cdc-3.0.1267}/setup.cfg +0 -1
- {tencentcloud-sdk-python-cdc-3.0.1264 → tencentcloud-sdk-python-cdc-3.0.1267}/setup.py +1 -1
- {tencentcloud-sdk-python-cdc-3.0.1264 → tencentcloud-sdk-python-cdc-3.0.1267}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-cdc-3.0.1264 → tencentcloud-sdk-python-cdc-3.0.1267}/tencentcloud/cdc/v20201214/models.py +18 -70
- {tencentcloud-sdk-python-cdc-3.0.1264 → tencentcloud-sdk-python-cdc-3.0.1267}/tencentcloud_sdk_python_cdc.egg-info/PKG-INFO +3 -3
- tencentcloud-sdk-python-cdc-3.0.1267/tencentcloud_sdk_python_cdc.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-cdc-3.0.1264/tencentcloud_sdk_python_cdc.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-cdc-3.0.1264 → tencentcloud-sdk-python-cdc-3.0.1267}/README.rst +0 -0
- {tencentcloud-sdk-python-cdc-3.0.1264 → tencentcloud-sdk-python-cdc-3.0.1267}/tencentcloud/cdc/__init__.py +0 -0
- {tencentcloud-sdk-python-cdc-3.0.1264 → tencentcloud-sdk-python-cdc-3.0.1267}/tencentcloud/cdc/v20201214/__init__.py +0 -0
- {tencentcloud-sdk-python-cdc-3.0.1264 → tencentcloud-sdk-python-cdc-3.0.1267}/tencentcloud/cdc/v20201214/cdc_client.py +0 -0
- {tencentcloud-sdk-python-cdc-3.0.1264 → tencentcloud-sdk-python-cdc-3.0.1267}/tencentcloud/cdc/v20201214/errorcodes.py +0 -0
- {tencentcloud-sdk-python-cdc-3.0.1264 → tencentcloud-sdk-python-cdc-3.0.1267}/tencentcloud_sdk_python_cdc.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-cdc-3.0.1264 → tencentcloud-sdk-python-cdc-3.0.1267}/tencentcloud_sdk_python_cdc.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-cdc-3.0.1264 → tencentcloud-sdk-python-cdc-3.0.1267}/tencentcloud_sdk_python_cdc.egg-info/top_level.txt +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
Metadata-Version: 1.
|
|
1
|
+
Metadata-Version: 1.2
|
|
2
2
|
Name: tencentcloud-sdk-python-cdc
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.1267
|
|
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
|
|
7
|
-
|
|
7
|
+
Maintainer-email: tencentcloudapi@tencent.com
|
|
8
8
|
License: Apache License 2.0
|
|
9
9
|
Description: ============================
|
|
10
10
|
Tencent Cloud SDK for Python
|
|
@@ -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.1267"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Cdc SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -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
|
|
@@ -1063,7 +1063,7 @@ class DedicatedClusterInstanceType(AbstractModel):
|
|
|
1063
1063
|
:type Fpga: int
|
|
1064
1064
|
:param _Remark: 机型描述
|
|
1065
1065
|
:type Remark: str
|
|
1066
|
-
:param _Status: 实例是否售卖。取值范围: <br><li>SELL:表示实例可购买<br><li>SOLD_OUT
|
|
1066
|
+
:param _Status: 实例是否售卖。取值范围: <br><li>SELL:表示实例可购买<br></li><li>SOLD_OUT:表示实例已售罄。</li>
|
|
1067
1067
|
:type Status: str
|
|
1068
1068
|
"""
|
|
1069
1069
|
self._Zone = None
|
|
@@ -1238,7 +1238,7 @@ class DedicatedClusterInstanceType(AbstractModel):
|
|
|
1238
1238
|
|
|
1239
1239
|
@property
|
|
1240
1240
|
def Status(self):
|
|
1241
|
-
"""实例是否售卖。取值范围: <br><li>SELL:表示实例可购买<br><li>SOLD_OUT
|
|
1241
|
+
"""实例是否售卖。取值范围: <br><li>SELL:表示实例可购买<br></li><li>SOLD_OUT:表示实例已售罄。</li>
|
|
1242
1242
|
:rtype: str
|
|
1243
1243
|
"""
|
|
1244
1244
|
return self._Status
|
|
@@ -1331,25 +1331,18 @@ class DedicatedClusterOrder(AbstractModel):
|
|
|
1331
1331
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1332
1332
|
:type OrderType: str
|
|
1333
1333
|
:param _CheckStatus: 验收状态
|
|
1334
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1335
1334
|
:type CheckStatus: str
|
|
1336
1335
|
:param _DeliverExpectTime: 交付预期时间
|
|
1337
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1338
1336
|
:type DeliverExpectTime: str
|
|
1339
1337
|
:param _DeliverFinishTime: 交付实际完成时间
|
|
1340
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1341
1338
|
:type DeliverFinishTime: str
|
|
1342
1339
|
:param _CheckExpectTime: 验收预期时间
|
|
1343
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1344
1340
|
:type CheckExpectTime: str
|
|
1345
1341
|
:param _CheckFinishTime: 验收实际完成时间
|
|
1346
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1347
1342
|
:type CheckFinishTime: str
|
|
1348
1343
|
:param _OrderSLA: 订单SLA
|
|
1349
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1350
1344
|
:type OrderSLA: str
|
|
1351
1345
|
:param _OrderPayPlan: 订单支付计划
|
|
1352
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1353
1346
|
:type OrderPayPlan: str
|
|
1354
1347
|
"""
|
|
1355
1348
|
self._DedicatedClusterId = None
|
|
@@ -1612,7 +1605,6 @@ class DedicatedClusterOrder(AbstractModel):
|
|
|
1612
1605
|
@property
|
|
1613
1606
|
def CheckStatus(self):
|
|
1614
1607
|
"""验收状态
|
|
1615
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1616
1608
|
:rtype: str
|
|
1617
1609
|
"""
|
|
1618
1610
|
return self._CheckStatus
|
|
@@ -1624,7 +1616,6 @@ class DedicatedClusterOrder(AbstractModel):
|
|
|
1624
1616
|
@property
|
|
1625
1617
|
def DeliverExpectTime(self):
|
|
1626
1618
|
"""交付预期时间
|
|
1627
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1628
1619
|
:rtype: str
|
|
1629
1620
|
"""
|
|
1630
1621
|
return self._DeliverExpectTime
|
|
@@ -1636,7 +1627,6 @@ class DedicatedClusterOrder(AbstractModel):
|
|
|
1636
1627
|
@property
|
|
1637
1628
|
def DeliverFinishTime(self):
|
|
1638
1629
|
"""交付实际完成时间
|
|
1639
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1640
1630
|
:rtype: str
|
|
1641
1631
|
"""
|
|
1642
1632
|
return self._DeliverFinishTime
|
|
@@ -1648,7 +1638,6 @@ class DedicatedClusterOrder(AbstractModel):
|
|
|
1648
1638
|
@property
|
|
1649
1639
|
def CheckExpectTime(self):
|
|
1650
1640
|
"""验收预期时间
|
|
1651
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1652
1641
|
:rtype: str
|
|
1653
1642
|
"""
|
|
1654
1643
|
return self._CheckExpectTime
|
|
@@ -1660,7 +1649,6 @@ class DedicatedClusterOrder(AbstractModel):
|
|
|
1660
1649
|
@property
|
|
1661
1650
|
def CheckFinishTime(self):
|
|
1662
1651
|
"""验收实际完成时间
|
|
1663
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1664
1652
|
:rtype: str
|
|
1665
1653
|
"""
|
|
1666
1654
|
return self._CheckFinishTime
|
|
@@ -1672,7 +1660,6 @@ class DedicatedClusterOrder(AbstractModel):
|
|
|
1672
1660
|
@property
|
|
1673
1661
|
def OrderSLA(self):
|
|
1674
1662
|
"""订单SLA
|
|
1675
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1676
1663
|
:rtype: str
|
|
1677
1664
|
"""
|
|
1678
1665
|
return self._OrderSLA
|
|
@@ -1684,7 +1671,6 @@ class DedicatedClusterOrder(AbstractModel):
|
|
|
1684
1671
|
@property
|
|
1685
1672
|
def OrderPayPlan(self):
|
|
1686
1673
|
"""订单支付计划
|
|
1687
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1688
1674
|
:rtype: str
|
|
1689
1675
|
"""
|
|
1690
1676
|
return self._OrderPayPlan
|
|
@@ -2535,10 +2521,8 @@ class DescribeDedicatedClusterCbsStatisticsResponse(AbstractModel):
|
|
|
2535
2521
|
def __init__(self):
|
|
2536
2522
|
r"""
|
|
2537
2523
|
:param _SetList: 云硬盘仓库信息
|
|
2538
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2539
2524
|
:type SetList: list of SetInfo
|
|
2540
2525
|
:param _TotalCount: 总数
|
|
2541
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2542
2526
|
:type TotalCount: int
|
|
2543
2527
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2544
2528
|
:type RequestId: str
|
|
@@ -2550,7 +2534,6 @@ class DescribeDedicatedClusterCbsStatisticsResponse(AbstractModel):
|
|
|
2550
2534
|
@property
|
|
2551
2535
|
def SetList(self):
|
|
2552
2536
|
"""云硬盘仓库信息
|
|
2553
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2554
2537
|
:rtype: list of SetInfo
|
|
2555
2538
|
"""
|
|
2556
2539
|
return self._SetList
|
|
@@ -2562,7 +2545,6 @@ class DescribeDedicatedClusterCbsStatisticsResponse(AbstractModel):
|
|
|
2562
2545
|
@property
|
|
2563
2546
|
def TotalCount(self):
|
|
2564
2547
|
"""总数
|
|
2565
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2566
2548
|
:rtype: int
|
|
2567
2549
|
"""
|
|
2568
2550
|
return self._TotalCount
|
|
@@ -2690,7 +2672,7 @@ class DescribeDedicatedClusterHostStatisticsRequest(AbstractModel):
|
|
|
2690
2672
|
:type StartTime: str
|
|
2691
2673
|
:param _EndTime: 结束时间
|
|
2692
2674
|
:type EndTime: str
|
|
2693
|
-
:param _Period: 时间范围精度,1
|
|
2675
|
+
:param _Period: 时间范围精度,1分钟(ONE_MINUTE)/5分钟(FIVE_MINUTE)
|
|
2694
2676
|
:type Period: str
|
|
2695
2677
|
"""
|
|
2696
2678
|
self._DedicatedClusterId = None
|
|
@@ -2745,7 +2727,7 @@ class DescribeDedicatedClusterHostStatisticsRequest(AbstractModel):
|
|
|
2745
2727
|
|
|
2746
2728
|
@property
|
|
2747
2729
|
def Period(self):
|
|
2748
|
-
"""时间范围精度,1
|
|
2730
|
+
"""时间范围精度,1分钟(ONE_MINUTE)/5分钟(FIVE_MINUTE)
|
|
2749
2731
|
:rtype: str
|
|
2750
2732
|
"""
|
|
2751
2733
|
return self._Period
|
|
@@ -3283,13 +3265,10 @@ class DescribeDedicatedClusterOverviewResponse(AbstractModel):
|
|
|
3283
3265
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3284
3266
|
:type VpnConnectionBandwidthData: list of VpngwBandwidthData
|
|
3285
3267
|
:param _HostDetailInfo: 宿主机资源概览信息
|
|
3286
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3287
3268
|
:type HostDetailInfo: list of HostDetailInfo
|
|
3288
3269
|
:param _HostStandbyCount: 热备宿主机数量
|
|
3289
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3290
3270
|
:type HostStandbyCount: int
|
|
3291
3271
|
:param _HostNormalCount: 普通宿主机数量
|
|
3292
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3293
3272
|
:type HostNormalCount: int
|
|
3294
3273
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3295
3274
|
:type RequestId: str
|
|
@@ -3378,7 +3357,6 @@ class DescribeDedicatedClusterOverviewResponse(AbstractModel):
|
|
|
3378
3357
|
@property
|
|
3379
3358
|
def HostDetailInfo(self):
|
|
3380
3359
|
"""宿主机资源概览信息
|
|
3381
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3382
3360
|
:rtype: list of HostDetailInfo
|
|
3383
3361
|
"""
|
|
3384
3362
|
return self._HostDetailInfo
|
|
@@ -3390,7 +3368,6 @@ class DescribeDedicatedClusterOverviewResponse(AbstractModel):
|
|
|
3390
3368
|
@property
|
|
3391
3369
|
def HostStandbyCount(self):
|
|
3392
3370
|
"""热备宿主机数量
|
|
3393
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3394
3371
|
:rtype: int
|
|
3395
3372
|
"""
|
|
3396
3373
|
return self._HostStandbyCount
|
|
@@ -3402,7 +3379,6 @@ class DescribeDedicatedClusterOverviewResponse(AbstractModel):
|
|
|
3402
3379
|
@property
|
|
3403
3380
|
def HostNormalCount(self):
|
|
3404
3381
|
"""普通宿主机数量
|
|
3405
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3406
3382
|
:rtype: int
|
|
3407
3383
|
"""
|
|
3408
3384
|
return self._HostNormalCount
|
|
@@ -4178,10 +4154,8 @@ class DetailData(AbstractModel):
|
|
|
4178
4154
|
def __init__(self):
|
|
4179
4155
|
r"""
|
|
4180
4156
|
:param _Timestamps: 时间戳
|
|
4181
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4182
4157
|
:type Timestamps: list of float
|
|
4183
4158
|
:param _Values: 对应的具体值
|
|
4184
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4185
4159
|
:type Values: list of float
|
|
4186
4160
|
"""
|
|
4187
4161
|
self._Timestamps = None
|
|
@@ -4190,7 +4164,6 @@ class DetailData(AbstractModel):
|
|
|
4190
4164
|
@property
|
|
4191
4165
|
def Timestamps(self):
|
|
4192
4166
|
"""时间戳
|
|
4193
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4194
4167
|
:rtype: list of float
|
|
4195
4168
|
"""
|
|
4196
4169
|
return self._Timestamps
|
|
@@ -4202,7 +4175,6 @@ class DetailData(AbstractModel):
|
|
|
4202
4175
|
@property
|
|
4203
4176
|
def Values(self):
|
|
4204
4177
|
"""对应的具体值
|
|
4205
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4206
4178
|
:rtype: list of float
|
|
4207
4179
|
"""
|
|
4208
4180
|
return self._Values
|
|
@@ -4233,19 +4205,14 @@ class HostDetailInfo(AbstractModel):
|
|
|
4233
4205
|
def __init__(self):
|
|
4234
4206
|
r"""
|
|
4235
4207
|
:param _HostTypeFamily: 类型族
|
|
4236
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4237
4208
|
:type HostTypeFamily: str
|
|
4238
4209
|
:param _CpuTotal: 总CPU
|
|
4239
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4240
4210
|
:type CpuTotal: float
|
|
4241
4211
|
:param _CpuAvailable: 可用CPU
|
|
4242
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4243
4212
|
:type CpuAvailable: float
|
|
4244
4213
|
:param _MemTotal: 总内存
|
|
4245
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4246
4214
|
:type MemTotal: float
|
|
4247
4215
|
:param _MemAvailable: 可用内存
|
|
4248
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4249
4216
|
:type MemAvailable: float
|
|
4250
4217
|
"""
|
|
4251
4218
|
self._HostTypeFamily = None
|
|
@@ -4257,7 +4224,6 @@ class HostDetailInfo(AbstractModel):
|
|
|
4257
4224
|
@property
|
|
4258
4225
|
def HostTypeFamily(self):
|
|
4259
4226
|
"""类型族
|
|
4260
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4261
4227
|
:rtype: str
|
|
4262
4228
|
"""
|
|
4263
4229
|
return self._HostTypeFamily
|
|
@@ -4269,7 +4235,6 @@ class HostDetailInfo(AbstractModel):
|
|
|
4269
4235
|
@property
|
|
4270
4236
|
def CpuTotal(self):
|
|
4271
4237
|
"""总CPU
|
|
4272
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4273
4238
|
:rtype: float
|
|
4274
4239
|
"""
|
|
4275
4240
|
return self._CpuTotal
|
|
@@ -4281,7 +4246,6 @@ class HostDetailInfo(AbstractModel):
|
|
|
4281
4246
|
@property
|
|
4282
4247
|
def CpuAvailable(self):
|
|
4283
4248
|
"""可用CPU
|
|
4284
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4285
4249
|
:rtype: float
|
|
4286
4250
|
"""
|
|
4287
4251
|
return self._CpuAvailable
|
|
@@ -4293,7 +4257,6 @@ class HostDetailInfo(AbstractModel):
|
|
|
4293
4257
|
@property
|
|
4294
4258
|
def MemTotal(self):
|
|
4295
4259
|
"""总内存
|
|
4296
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4297
4260
|
:rtype: float
|
|
4298
4261
|
"""
|
|
4299
4262
|
return self._MemTotal
|
|
@@ -4305,7 +4268,6 @@ class HostDetailInfo(AbstractModel):
|
|
|
4305
4268
|
@property
|
|
4306
4269
|
def MemAvailable(self):
|
|
4307
4270
|
"""可用内存
|
|
4308
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4309
4271
|
:rtype: float
|
|
4310
4272
|
"""
|
|
4311
4273
|
return self._MemAvailable
|
|
@@ -4537,25 +4499,18 @@ class HostStatistic(AbstractModel):
|
|
|
4537
4499
|
:param _Count: 该规格宿主机的数量
|
|
4538
4500
|
:type Count: int
|
|
4539
4501
|
:param _CpuAverage: 平均cpu负载百分比
|
|
4540
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4541
4502
|
:type CpuAverage: float
|
|
4542
4503
|
:param _MemAverage: 平均内存使用率百分比
|
|
4543
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4544
4504
|
:type MemAverage: float
|
|
4545
4505
|
:param _NetAverage: 平均网络流量
|
|
4546
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4547
4506
|
:type NetAverage: float
|
|
4548
4507
|
:param _CpuDetailData: cpu详细监控数据
|
|
4549
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4550
4508
|
:type CpuDetailData: :class:`tencentcloud.cdc.v20201214.models.DetailData`
|
|
4551
4509
|
:param _MemDetailData: 内存详细数据
|
|
4552
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4553
4510
|
:type MemDetailData: :class:`tencentcloud.cdc.v20201214.models.DetailData`
|
|
4554
4511
|
:param _NetRateDetailData: 网络速率详细数据
|
|
4555
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4556
4512
|
:type NetRateDetailData: :class:`tencentcloud.cdc.v20201214.models.DetailData`
|
|
4557
4513
|
:param _NetPacketDetailData: 网速包详细数据
|
|
4558
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4559
4514
|
:type NetPacketDetailData: :class:`tencentcloud.cdc.v20201214.models.DetailData`
|
|
4560
4515
|
"""
|
|
4561
4516
|
self._HostType = None
|
|
@@ -4629,7 +4584,6 @@ class HostStatistic(AbstractModel):
|
|
|
4629
4584
|
@property
|
|
4630
4585
|
def CpuAverage(self):
|
|
4631
4586
|
"""平均cpu负载百分比
|
|
4632
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4633
4587
|
:rtype: float
|
|
4634
4588
|
"""
|
|
4635
4589
|
return self._CpuAverage
|
|
@@ -4641,7 +4595,6 @@ class HostStatistic(AbstractModel):
|
|
|
4641
4595
|
@property
|
|
4642
4596
|
def MemAverage(self):
|
|
4643
4597
|
"""平均内存使用率百分比
|
|
4644
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4645
4598
|
:rtype: float
|
|
4646
4599
|
"""
|
|
4647
4600
|
return self._MemAverage
|
|
@@ -4653,7 +4606,6 @@ class HostStatistic(AbstractModel):
|
|
|
4653
4606
|
@property
|
|
4654
4607
|
def NetAverage(self):
|
|
4655
4608
|
"""平均网络流量
|
|
4656
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4657
4609
|
:rtype: float
|
|
4658
4610
|
"""
|
|
4659
4611
|
return self._NetAverage
|
|
@@ -4665,7 +4617,6 @@ class HostStatistic(AbstractModel):
|
|
|
4665
4617
|
@property
|
|
4666
4618
|
def CpuDetailData(self):
|
|
4667
4619
|
"""cpu详细监控数据
|
|
4668
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4669
4620
|
:rtype: :class:`tencentcloud.cdc.v20201214.models.DetailData`
|
|
4670
4621
|
"""
|
|
4671
4622
|
return self._CpuDetailData
|
|
@@ -4677,7 +4628,6 @@ class HostStatistic(AbstractModel):
|
|
|
4677
4628
|
@property
|
|
4678
4629
|
def MemDetailData(self):
|
|
4679
4630
|
"""内存详细数据
|
|
4680
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4681
4631
|
:rtype: :class:`tencentcloud.cdc.v20201214.models.DetailData`
|
|
4682
4632
|
"""
|
|
4683
4633
|
return self._MemDetailData
|
|
@@ -4689,7 +4639,6 @@ class HostStatistic(AbstractModel):
|
|
|
4689
4639
|
@property
|
|
4690
4640
|
def NetRateDetailData(self):
|
|
4691
4641
|
"""网络速率详细数据
|
|
4692
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4693
4642
|
:rtype: :class:`tencentcloud.cdc.v20201214.models.DetailData`
|
|
4694
4643
|
"""
|
|
4695
4644
|
return self._NetRateDetailData
|
|
@@ -4701,7 +4650,6 @@ class HostStatistic(AbstractModel):
|
|
|
4701
4650
|
@property
|
|
4702
4651
|
def NetPacketDetailData(self):
|
|
4703
4652
|
"""网速包详细数据
|
|
4704
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4705
4653
|
:rtype: :class:`tencentcloud.cdc.v20201214.models.DetailData`
|
|
4706
4654
|
"""
|
|
4707
4655
|
return self._NetPacketDetailData
|
|
@@ -5019,9 +4967,9 @@ class ModifyOrderStatusRequest(AbstractModel):
|
|
|
5019
4967
|
r"""
|
|
5020
4968
|
:param _Status: 要更新成的状态
|
|
5021
4969
|
:type Status: str
|
|
5022
|
-
:param _DedicatedClusterOrderId: 大订单ID
|
|
4970
|
+
:param _DedicatedClusterOrderId: 大订单ID,可以在本地专用集群的基础信息页获取大订单ID
|
|
5023
4971
|
:type DedicatedClusterOrderId: str
|
|
5024
|
-
:param _SubOrderIds: 小订单ID
|
|
4972
|
+
:param _SubOrderIds: 小订单ID,进入大订单的详情页,可以看到小订单ID
|
|
5025
4973
|
:type SubOrderIds: list of str
|
|
5026
4974
|
"""
|
|
5027
4975
|
self._Status = None
|
|
@@ -5041,7 +4989,7 @@ class ModifyOrderStatusRequest(AbstractModel):
|
|
|
5041
4989
|
|
|
5042
4990
|
@property
|
|
5043
4991
|
def DedicatedClusterOrderId(self):
|
|
5044
|
-
"""大订单ID
|
|
4992
|
+
"""大订单ID,可以在本地专用集群的基础信息页获取大订单ID
|
|
5045
4993
|
:rtype: str
|
|
5046
4994
|
"""
|
|
5047
4995
|
return self._DedicatedClusterOrderId
|
|
@@ -5052,7 +5000,7 @@ class ModifyOrderStatusRequest(AbstractModel):
|
|
|
5052
5000
|
|
|
5053
5001
|
@property
|
|
5054
5002
|
def SubOrderIds(self):
|
|
5055
|
-
"""小订单ID
|
|
5003
|
+
"""小订单ID,进入大订单的详情页,可以看到小订单ID
|
|
5056
5004
|
:rtype: list of str
|
|
5057
5005
|
"""
|
|
5058
5006
|
return self._SubOrderIds
|
|
@@ -5119,7 +5067,7 @@ class ModifySiteDeviceInfoRequest(AbstractModel):
|
|
|
5119
5067
|
:type OpticalStandard: str
|
|
5120
5068
|
:param _PowerConnectors: 电源连接器类型
|
|
5121
5069
|
:type PowerConnectors: str
|
|
5122
|
-
:param _PowerFeedDrop:
|
|
5070
|
+
:param _PowerFeedDrop: 从机架上方还是下方供电。取值范围:["UP","DOWN"]
|
|
5123
5071
|
:type PowerFeedDrop: str
|
|
5124
5072
|
:param _MaxWeight: 最大承重(KG)
|
|
5125
5073
|
:type MaxWeight: int
|
|
@@ -5212,7 +5160,7 @@ class ModifySiteDeviceInfoRequest(AbstractModel):
|
|
|
5212
5160
|
|
|
5213
5161
|
@property
|
|
5214
5162
|
def PowerFeedDrop(self):
|
|
5215
|
-
"""
|
|
5163
|
+
"""从机架上方还是下方供电。取值范围:["UP","DOWN"]
|
|
5216
5164
|
:rtype: str
|
|
5217
5165
|
"""
|
|
5218
5166
|
return self._PowerFeedDrop
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
Metadata-Version: 1.
|
|
1
|
+
Metadata-Version: 1.2
|
|
2
2
|
Name: tencentcloud-sdk-python-cdc
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.1267
|
|
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
|
|
7
|
-
|
|
7
|
+
Maintainer-email: tencentcloudapi@tencent.com
|
|
8
8
|
License: Apache License 2.0
|
|
9
9
|
Description: ============================
|
|
10
10
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1267
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1264
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|