tencentcloud-sdk-python-cdc 3.0.1063__py2.py3-none-any.whl → 3.0.1073__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/cdc_client.py +2 -2
- tencentcloud/cdc/v20201214/errorcodes.py +1 -1
- tencentcloud/cdc/v20201214/models.py +134 -4
- {tencentcloud_sdk_python_cdc-3.0.1063.dist-info → tencentcloud_sdk_python_cdc-3.0.1073.dist-info}/METADATA +2 -2
- tencentcloud_sdk_python_cdc-3.0.1073.dist-info/RECORD +10 -0
- tencentcloud_sdk_python_cdc-3.0.1063.dist-info/RECORD +0 -10
- {tencentcloud_sdk_python_cdc-3.0.1063.dist-info → tencentcloud_sdk_python_cdc-3.0.1073.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_cdc-3.0.1063.dist-info → tencentcloud_sdk_python_cdc-3.0.1073.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
|
@@ -188,7 +188,7 @@ class CdcClient(AbstractClient):
|
|
|
188
188
|
|
|
189
189
|
|
|
190
190
|
def DescribeDedicatedClusterHosts(self, request):
|
|
191
|
-
"""
|
|
191
|
+
"""查询专用集群宿主机信息
|
|
192
192
|
|
|
193
193
|
:param request: Request instance for DescribeDedicatedClusterHosts.
|
|
194
194
|
:type request: :class:`tencentcloud.cdc.v20201214.models.DescribeDedicatedClusterHostsRequest`
|
|
@@ -257,7 +257,7 @@ class CdcClient(AbstractClient):
|
|
|
257
257
|
|
|
258
258
|
|
|
259
259
|
def DescribeDedicatedClusterOverview(self, request):
|
|
260
|
-
"""
|
|
260
|
+
"""查询专用集群概览信息
|
|
261
261
|
|
|
262
262
|
:param request: Request instance for DescribeDedicatedClusterOverview.
|
|
263
263
|
:type request: :class:`tencentcloud.cdc.v20201214.models.DescribeDedicatedClusterOverviewRequest`
|
|
@@ -26,7 +26,7 @@ INVALIDPARAMETER_INSTANCETYPENOTSUPPORT = 'InvalidParameter.InstanceTypeNotSuppo
|
|
|
26
26
|
# 参数取值错误。
|
|
27
27
|
INVALIDPARAMETERVALUE = 'InvalidParameterValue'
|
|
28
28
|
|
|
29
|
-
#
|
|
29
|
+
# 无效的AppId
|
|
30
30
|
INVALIDPARAMETERVALUE_INVALIDAPPIDFORMAT = 'InvalidParameterValue.InvalidAppIdFormat'
|
|
31
31
|
|
|
32
32
|
# 本地专用集群COS大小不正确。
|
|
@@ -1613,7 +1613,7 @@ class DedicatedClusterType(AbstractModel):
|
|
|
1613
1613
|
:type Weight: int
|
|
1614
1614
|
:param _PowerDrawKva: 功率要求(KW)
|
|
1615
1615
|
:type PowerDrawKva: float
|
|
1616
|
-
:param _ComputeFormatDesc:
|
|
1616
|
+
:param _ComputeFormatDesc: 显示计算资源规格详情,存储等资源不显示
|
|
1617
1617
|
:type ComputeFormatDesc: str
|
|
1618
1618
|
"""
|
|
1619
1619
|
self._DedicatedClusterTypeId = None
|
|
@@ -2475,6 +2475,15 @@ class DescribeDedicatedClusterOverviewResponse(AbstractModel):
|
|
|
2475
2475
|
:param _VpnConnectionBandwidthData: vpn网关通道监控数据
|
|
2476
2476
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2477
2477
|
:type VpnConnectionBandwidthData: list of VpngwBandwidthData
|
|
2478
|
+
:param _HostDetailInfo: 宿主机资源概览信息
|
|
2479
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2480
|
+
:type HostDetailInfo: list of HostDetailInfo
|
|
2481
|
+
:param _HostStandbyCount: 热备宿主机数量
|
|
2482
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2483
|
+
:type HostStandbyCount: int
|
|
2484
|
+
:param _HostNormalCount: 普通宿主机数量
|
|
2485
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2486
|
+
:type HostNormalCount: int
|
|
2478
2487
|
:param _RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2479
2488
|
:type RequestId: str
|
|
2480
2489
|
"""
|
|
@@ -2484,6 +2493,9 @@ class DescribeDedicatedClusterOverviewResponse(AbstractModel):
|
|
|
2484
2493
|
self._VpngwBandwidthData = None
|
|
2485
2494
|
self._LocalNetInfo = None
|
|
2486
2495
|
self._VpnConnectionBandwidthData = None
|
|
2496
|
+
self._HostDetailInfo = None
|
|
2497
|
+
self._HostStandbyCount = None
|
|
2498
|
+
self._HostNormalCount = None
|
|
2487
2499
|
self._RequestId = None
|
|
2488
2500
|
|
|
2489
2501
|
@property
|
|
@@ -2534,6 +2546,30 @@ class DescribeDedicatedClusterOverviewResponse(AbstractModel):
|
|
|
2534
2546
|
def VpnConnectionBandwidthData(self, VpnConnectionBandwidthData):
|
|
2535
2547
|
self._VpnConnectionBandwidthData = VpnConnectionBandwidthData
|
|
2536
2548
|
|
|
2549
|
+
@property
|
|
2550
|
+
def HostDetailInfo(self):
|
|
2551
|
+
return self._HostDetailInfo
|
|
2552
|
+
|
|
2553
|
+
@HostDetailInfo.setter
|
|
2554
|
+
def HostDetailInfo(self, HostDetailInfo):
|
|
2555
|
+
self._HostDetailInfo = HostDetailInfo
|
|
2556
|
+
|
|
2557
|
+
@property
|
|
2558
|
+
def HostStandbyCount(self):
|
|
2559
|
+
return self._HostStandbyCount
|
|
2560
|
+
|
|
2561
|
+
@HostStandbyCount.setter
|
|
2562
|
+
def HostStandbyCount(self, HostStandbyCount):
|
|
2563
|
+
self._HostStandbyCount = HostStandbyCount
|
|
2564
|
+
|
|
2565
|
+
@property
|
|
2566
|
+
def HostNormalCount(self):
|
|
2567
|
+
return self._HostNormalCount
|
|
2568
|
+
|
|
2569
|
+
@HostNormalCount.setter
|
|
2570
|
+
def HostNormalCount(self, HostNormalCount):
|
|
2571
|
+
self._HostNormalCount = HostNormalCount
|
|
2572
|
+
|
|
2537
2573
|
@property
|
|
2538
2574
|
def RequestId(self):
|
|
2539
2575
|
return self._RequestId
|
|
@@ -2559,6 +2595,14 @@ class DescribeDedicatedClusterOverviewResponse(AbstractModel):
|
|
|
2559
2595
|
obj = VpngwBandwidthData()
|
|
2560
2596
|
obj._deserialize(item)
|
|
2561
2597
|
self._VpnConnectionBandwidthData.append(obj)
|
|
2598
|
+
if params.get("HostDetailInfo") is not None:
|
|
2599
|
+
self._HostDetailInfo = []
|
|
2600
|
+
for item in params.get("HostDetailInfo"):
|
|
2601
|
+
obj = HostDetailInfo()
|
|
2602
|
+
obj._deserialize(item)
|
|
2603
|
+
self._HostDetailInfo.append(obj)
|
|
2604
|
+
self._HostStandbyCount = params.get("HostStandbyCount")
|
|
2605
|
+
self._HostNormalCount = params.get("HostNormalCount")
|
|
2562
2606
|
self._RequestId = params.get("RequestId")
|
|
2563
2607
|
|
|
2564
2608
|
|
|
@@ -3178,7 +3222,7 @@ class DescribeSitesResponse(AbstractModel):
|
|
|
3178
3222
|
|
|
3179
3223
|
|
|
3180
3224
|
class DetailData(AbstractModel):
|
|
3181
|
-
"""
|
|
3225
|
+
"""带有时间戳的详细数据。
|
|
3182
3226
|
|
|
3183
3227
|
"""
|
|
3184
3228
|
|
|
@@ -3224,6 +3268,92 @@ class DetailData(AbstractModel):
|
|
|
3224
3268
|
|
|
3225
3269
|
|
|
3226
3270
|
|
|
3271
|
+
class HostDetailInfo(AbstractModel):
|
|
3272
|
+
"""宿主机资源的概览详细信息。
|
|
3273
|
+
|
|
3274
|
+
"""
|
|
3275
|
+
|
|
3276
|
+
def __init__(self):
|
|
3277
|
+
r"""
|
|
3278
|
+
:param _HostTypeFamily: 类型族
|
|
3279
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3280
|
+
:type HostTypeFamily: str
|
|
3281
|
+
:param _CpuTotal: 总CPU
|
|
3282
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3283
|
+
:type CpuTotal: float
|
|
3284
|
+
:param _CpuAvailable: 可用CPU
|
|
3285
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3286
|
+
:type CpuAvailable: float
|
|
3287
|
+
:param _MemTotal: 总内存
|
|
3288
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3289
|
+
:type MemTotal: float
|
|
3290
|
+
:param _MemAvailable: 可用内存
|
|
3291
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3292
|
+
:type MemAvailable: float
|
|
3293
|
+
"""
|
|
3294
|
+
self._HostTypeFamily = None
|
|
3295
|
+
self._CpuTotal = None
|
|
3296
|
+
self._CpuAvailable = None
|
|
3297
|
+
self._MemTotal = None
|
|
3298
|
+
self._MemAvailable = None
|
|
3299
|
+
|
|
3300
|
+
@property
|
|
3301
|
+
def HostTypeFamily(self):
|
|
3302
|
+
return self._HostTypeFamily
|
|
3303
|
+
|
|
3304
|
+
@HostTypeFamily.setter
|
|
3305
|
+
def HostTypeFamily(self, HostTypeFamily):
|
|
3306
|
+
self._HostTypeFamily = HostTypeFamily
|
|
3307
|
+
|
|
3308
|
+
@property
|
|
3309
|
+
def CpuTotal(self):
|
|
3310
|
+
return self._CpuTotal
|
|
3311
|
+
|
|
3312
|
+
@CpuTotal.setter
|
|
3313
|
+
def CpuTotal(self, CpuTotal):
|
|
3314
|
+
self._CpuTotal = CpuTotal
|
|
3315
|
+
|
|
3316
|
+
@property
|
|
3317
|
+
def CpuAvailable(self):
|
|
3318
|
+
return self._CpuAvailable
|
|
3319
|
+
|
|
3320
|
+
@CpuAvailable.setter
|
|
3321
|
+
def CpuAvailable(self, CpuAvailable):
|
|
3322
|
+
self._CpuAvailable = CpuAvailable
|
|
3323
|
+
|
|
3324
|
+
@property
|
|
3325
|
+
def MemTotal(self):
|
|
3326
|
+
return self._MemTotal
|
|
3327
|
+
|
|
3328
|
+
@MemTotal.setter
|
|
3329
|
+
def MemTotal(self, MemTotal):
|
|
3330
|
+
self._MemTotal = MemTotal
|
|
3331
|
+
|
|
3332
|
+
@property
|
|
3333
|
+
def MemAvailable(self):
|
|
3334
|
+
return self._MemAvailable
|
|
3335
|
+
|
|
3336
|
+
@MemAvailable.setter
|
|
3337
|
+
def MemAvailable(self, MemAvailable):
|
|
3338
|
+
self._MemAvailable = MemAvailable
|
|
3339
|
+
|
|
3340
|
+
|
|
3341
|
+
def _deserialize(self, params):
|
|
3342
|
+
self._HostTypeFamily = params.get("HostTypeFamily")
|
|
3343
|
+
self._CpuTotal = params.get("CpuTotal")
|
|
3344
|
+
self._CpuAvailable = params.get("CpuAvailable")
|
|
3345
|
+
self._MemTotal = params.get("MemTotal")
|
|
3346
|
+
self._MemAvailable = params.get("MemAvailable")
|
|
3347
|
+
memeber_set = set(params.keys())
|
|
3348
|
+
for name, value in vars(self).items():
|
|
3349
|
+
property_name = name[1:]
|
|
3350
|
+
if property_name in memeber_set:
|
|
3351
|
+
memeber_set.remove(property_name)
|
|
3352
|
+
if len(memeber_set) > 0:
|
|
3353
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
3354
|
+
|
|
3355
|
+
|
|
3356
|
+
|
|
3227
3357
|
class HostInfo(AbstractModel):
|
|
3228
3358
|
"""CDC宿主机的详细信息
|
|
3229
3359
|
|
|
@@ -3896,14 +4026,14 @@ class ModifySiteDeviceInfoRequest(AbstractModel):
|
|
|
3896
4026
|
2、确定的机架位置包含:
|
|
3897
4027
|
温度范围为 41 到 104°F (5 到 40°C)。
|
|
3898
4028
|
湿度范围为 10°F (-12°C)和 8% RH (相对湿度)到 70°F(21°C)和 80% RH。
|
|
3899
|
-
机架位置的气流方向为从前向后,且应具有足够的 CFM (每分钟立方英尺)
|
|
4029
|
+
机架位置的气流方向为从前向后,且应具有足够的 CFM (每分钟立方英尺),散热功率须达到CDC运行功率值的 145.8 倍以上。
|
|
3900
4030
|
:type ConditionRequirement: bool
|
|
3901
4031
|
:param _DimensionRequirement: 是否满足下面的尺寸条件:
|
|
3902
4032
|
您的装货站台可以容纳一个机架箱(高 x 宽 x 深 = 94" x 54" x 48")。
|
|
3903
4033
|
您可以提供从机架(高 x 宽 x 深 = 80" x 24" x 48")交货地点到机架最终安置位置的明确通道。测量深度时,应包括站台、走廊通道、门、转弯、坡道、货梯,并将其他通道限制考虑在内。
|
|
3904
4034
|
在最终的 CDC安置位置,前部间隙可以为 48" 或更大,后部间隙可以为 24" 或更大。
|
|
3905
4035
|
:type DimensionRequirement: bool
|
|
3906
|
-
:param _RedundantNetworking: 是否提供冗余的上游设备(交换机或路由器)
|
|
4036
|
+
:param _RedundantNetworking: 是否提供冗余的上游设备(交换机或路由器),以便实现网络出口的高可用。
|
|
3907
4037
|
:type RedundantNetworking: bool
|
|
3908
4038
|
:param _NeedHelp: 是否需要腾讯云团队协助完成机架支撑工作
|
|
3909
4039
|
:type NeedHelp: bool
|
|
@@ -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.1073
|
|
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.1073)
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
tencentcloud/__init__.py,sha256=XBSf1sK7CEnvug4KpD0pFTNOtyBqOJh0tkkO4SooZSo,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=C_IxRFHQxtBEovSns0psygJwuA0t7qzub245bdya6X8,19451
|
|
5
|
+
tencentcloud/cdc/v20201214/errorcodes.py,sha256=6tn34oS4HPMVsa4CXVs7ncQZvN7ARdB-bHPW2AybBhI,2960
|
|
6
|
+
tencentcloud/cdc/v20201214/models.py,sha256=rDDRzSIygdTItOLe-E1Ch50qcZYvxpH716aEu7NoDhA,149054
|
|
7
|
+
tencentcloud_sdk_python_cdc-3.0.1073.dist-info/METADATA,sha256=DE6VNbXsQ00rgflHsxD_LWHAY3cYyIVrWa35XbJYBBI,1492
|
|
8
|
+
tencentcloud_sdk_python_cdc-3.0.1073.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
|
9
|
+
tencentcloud_sdk_python_cdc-3.0.1073.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
|
10
|
+
tencentcloud_sdk_python_cdc-3.0.1073.dist-info/RECORD,,
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
tencentcloud/__init__.py,sha256=eX-9cimU5k5_yS7WpG_eaSAGl0Zo51Wnl0GO0EzNu-s,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=7oFjoimrYGf20607mdYTGEHe0Gdb2bDTI3z9vKgtx0Q,19439
|
|
5
|
-
tencentcloud/cdc/v20201214/errorcodes.py,sha256=2021d0eT1kEPutuDt1TpZlAsxTQdBfC_Tow3d1uB1W0,2972
|
|
6
|
-
tencentcloud/cdc/v20201214/models.py,sha256=P1Cgr-h7cKSmZoFuZoxtL6uDQZI-JefF5CChKSRDLXQ,144921
|
|
7
|
-
tencentcloud_sdk_python_cdc-3.0.1063.dist-info/METADATA,sha256=gLEOCemfhH55xeI4Y2iKVxnHsJwXinplOgrmbDvAmwM,1492
|
|
8
|
-
tencentcloud_sdk_python_cdc-3.0.1063.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
|
9
|
-
tencentcloud_sdk_python_cdc-3.0.1063.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
|
10
|
-
tencentcloud_sdk_python_cdc-3.0.1063.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|