tencentcloud-sdk-python 3.0.1264__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/autoscaling/v20180419/models.py +234 -156
- tencentcloud/cdc/v20201214/models.py +16 -16
- tencentcloud/cls/v20201016/cls_client.py +92 -0
- tencentcloud/cls/v20201016/models.py +753 -5
- tencentcloud/ess/v20201111/models.py +10 -8
- tencentcloud/essbasic/v20210526/models.py +10 -12
- tencentcloud/ig/__init__.py +0 -0
- tencentcloud/ig/v20210518/__init__.py +0 -0
- tencentcloud/ig/v20210518/errorcodes.py +24 -0
- tencentcloud/ig/v20210518/ig_client.py +49 -0
- tencentcloud/ig/v20210518/models.py +142 -0
- tencentcloud/lke/v20231130/errorcodes.py +3 -0
- tencentcloud/lke/v20231130/models.py +16 -16
- tencentcloud/mrs/v20200910/models.py +30 -0
- tencentcloud/soe/v20180724/models.py +2 -2
- tencentcloud/tat/v20201028/models.py +2 -20
- {tencentcloud_sdk_python-3.0.1264.dist-info → tencentcloud_sdk_python-3.0.1265.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1264.dist-info → tencentcloud_sdk_python-3.0.1265.dist-info}/RECORD +22 -17
- {tencentcloud_sdk_python-3.0.1264.dist-info → tencentcloud_sdk_python-3.0.1265.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1264.dist-info → tencentcloud_sdk_python-3.0.1265.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1264.dist-info → tencentcloud_sdk_python-3.0.1265.dist-info}/top_level.txt +0 -0
@@ -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
|
@@ -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,7 +5119,7 @@ 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
|
@@ -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
|
@@ -217,6 +217,29 @@ class ClsClient(AbstractClient):
|
|
217
217
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
218
218
|
|
219
219
|
|
220
|
+
def CreateCloudProductLogTask(self, request):
|
221
|
+
"""内部云产品接入使用相关接口
|
222
|
+
|
223
|
+
:param request: Request instance for CreateCloudProductLogTask.
|
224
|
+
:type request: :class:`tencentcloud.cls.v20201016.models.CreateCloudProductLogTaskRequest`
|
225
|
+
:rtype: :class:`tencentcloud.cls.v20201016.models.CreateCloudProductLogTaskResponse`
|
226
|
+
|
227
|
+
"""
|
228
|
+
try:
|
229
|
+
params = request._serialize()
|
230
|
+
headers = request.headers
|
231
|
+
body = self.call("CreateCloudProductLogTask", params, headers=headers)
|
232
|
+
response = json.loads(body)
|
233
|
+
model = models.CreateCloudProductLogTaskResponse()
|
234
|
+
model._deserialize(response["Response"])
|
235
|
+
return model
|
236
|
+
except Exception as e:
|
237
|
+
if isinstance(e, TencentCloudSDKException):
|
238
|
+
raise
|
239
|
+
else:
|
240
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
241
|
+
|
242
|
+
|
220
243
|
def CreateConfig(self, request):
|
221
244
|
"""创建采集规则配置
|
222
245
|
|
@@ -677,6 +700,29 @@ class ClsClient(AbstractClient):
|
|
677
700
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
678
701
|
|
679
702
|
|
703
|
+
def DeleteCloudProductLogTask(self, request):
|
704
|
+
"""内部云产品接入使用相关接口
|
705
|
+
|
706
|
+
:param request: Request instance for DeleteCloudProductLogTask.
|
707
|
+
:type request: :class:`tencentcloud.cls.v20201016.models.DeleteCloudProductLogTaskRequest`
|
708
|
+
:rtype: :class:`tencentcloud.cls.v20201016.models.DeleteCloudProductLogTaskResponse`
|
709
|
+
|
710
|
+
"""
|
711
|
+
try:
|
712
|
+
params = request._serialize()
|
713
|
+
headers = request.headers
|
714
|
+
body = self.call("DeleteCloudProductLogTask", params, headers=headers)
|
715
|
+
response = json.loads(body)
|
716
|
+
model = models.DeleteCloudProductLogTaskResponse()
|
717
|
+
model._deserialize(response["Response"])
|
718
|
+
return model
|
719
|
+
except Exception as e:
|
720
|
+
if isinstance(e, TencentCloudSDKException):
|
721
|
+
raise
|
722
|
+
else:
|
723
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
724
|
+
|
725
|
+
|
680
726
|
def DeleteConfig(self, request):
|
681
727
|
"""删除采集规则配置
|
682
728
|
|
@@ -1160,6 +1206,29 @@ class ClsClient(AbstractClient):
|
|
1160
1206
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
1161
1207
|
|
1162
1208
|
|
1209
|
+
def DescribeCloudProductLogTasks(self, request):
|
1210
|
+
"""云产品接入使用相关接口
|
1211
|
+
|
1212
|
+
:param request: Request instance for DescribeCloudProductLogTasks.
|
1213
|
+
:type request: :class:`tencentcloud.cls.v20201016.models.DescribeCloudProductLogTasksRequest`
|
1214
|
+
:rtype: :class:`tencentcloud.cls.v20201016.models.DescribeCloudProductLogTasksResponse`
|
1215
|
+
|
1216
|
+
"""
|
1217
|
+
try:
|
1218
|
+
params = request._serialize()
|
1219
|
+
headers = request.headers
|
1220
|
+
body = self.call("DescribeCloudProductLogTasks", params, headers=headers)
|
1221
|
+
response = json.loads(body)
|
1222
|
+
model = models.DescribeCloudProductLogTasksResponse()
|
1223
|
+
model._deserialize(response["Response"])
|
1224
|
+
return model
|
1225
|
+
except Exception as e:
|
1226
|
+
if isinstance(e, TencentCloudSDKException):
|
1227
|
+
raise
|
1228
|
+
else:
|
1229
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
1230
|
+
|
1231
|
+
|
1163
1232
|
def DescribeConfigExtras(self, request):
|
1164
1233
|
"""本接口用于获取特殊采集配置,特殊采集配置应用于自建K8S环境的采集Agent
|
1165
1234
|
|
@@ -1851,6 +1920,29 @@ class ClsClient(AbstractClient):
|
|
1851
1920
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
1852
1921
|
|
1853
1922
|
|
1923
|
+
def ModifyCloudProductLogTask(self, request):
|
1924
|
+
"""内部云产品接入使用相关接口
|
1925
|
+
|
1926
|
+
:param request: Request instance for ModifyCloudProductLogTask.
|
1927
|
+
:type request: :class:`tencentcloud.cls.v20201016.models.ModifyCloudProductLogTaskRequest`
|
1928
|
+
:rtype: :class:`tencentcloud.cls.v20201016.models.ModifyCloudProductLogTaskResponse`
|
1929
|
+
|
1930
|
+
"""
|
1931
|
+
try:
|
1932
|
+
params = request._serialize()
|
1933
|
+
headers = request.headers
|
1934
|
+
body = self.call("ModifyCloudProductLogTask", params, headers=headers)
|
1935
|
+
response = json.loads(body)
|
1936
|
+
model = models.ModifyCloudProductLogTaskResponse()
|
1937
|
+
model._deserialize(response["Response"])
|
1938
|
+
return model
|
1939
|
+
except Exception as e:
|
1940
|
+
if isinstance(e, TencentCloudSDKException):
|
1941
|
+
raise
|
1942
|
+
else:
|
1943
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
1944
|
+
|
1945
|
+
|
1854
1946
|
def ModifyConfig(self, request):
|
1855
1947
|
"""修改采集规则配置
|
1856
1948
|
|