tencentcloud-sdk-python 3.0.1068__py2.py3-none-any.whl → 3.0.1075__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.
Potentially problematic release.
This version of tencentcloud-sdk-python might be problematic. Click here for more details.
- tencentcloud/__init__.py +1 -1
- tencentcloud/antiddos/v20200309/models.py +27 -1
- tencentcloud/billing/v20180709/billing_client.py +23 -0
- tencentcloud/billing/v20180709/errorcodes.py +6 -0
- tencentcloud/billing/v20180709/models.py +479 -0
- tencentcloud/car/v20220110/car_client.py +2 -2
- tencentcloud/cfs/v20190719/models.py +12 -0
- tencentcloud/cfw/v20190904/models.py +116 -0
- tencentcloud/clb/v20180317/errorcodes.py +3 -0
- tencentcloud/cloudaudit/v20190319/cloudaudit_client.py +6 -6
- tencentcloud/cloudaudit/v20190319/errorcodes.py +6 -3
- tencentcloud/cloudaudit/v20190319/models.py +30 -2
- tencentcloud/cvm/v20170312/models.py +2 -2
- tencentcloud/cynosdb/v20190107/models.py +188 -0
- tencentcloud/dnspod/v20210323/models.py +12 -0
- tencentcloud/dts/v20211206/dts_client.py +511 -0
- tencentcloud/dts/v20211206/errorcodes.py +3 -0
- tencentcloud/dts/v20211206/models.py +6918 -2996
- tencentcloud/ess/v20201111/models.py +24 -17
- tencentcloud/essbasic/v20210526/essbasic_client.py +54 -5
- tencentcloud/essbasic/v20210526/models.py +163 -181
- tencentcloud/faceid/v20180301/models.py +24 -0
- tencentcloud/hai/v20230812/errorcodes.py +6 -0
- tencentcloud/hunyuan/v20230901/models.py +1 -1
- tencentcloud/monitor/v20180724/models.py +1118 -97
- tencentcloud/monitor/v20180724/monitor_client.py +118 -0
- tencentcloud/mps/v20190612/models.py +60 -1
- tencentcloud/mrs/v20200910/models.py +5 -1
- tencentcloud/ocr/v20181119/models.py +27 -1
- tencentcloud/rum/v20210622/models.py +0 -504
- tencentcloud/rum/v20210622/rum_client.py +0 -138
- tencentcloud/scf/v20180416/errorcodes.py +3 -0
- tencentcloud/tat/v20201028/models.py +2 -0
- tencentcloud/tcb/v20180608/models.py +9 -0
- tencentcloud/tdid/v20210519/errorcodes.py +143 -2
- tencentcloud/tdid/v20210519/models.py +1424 -788
- tencentcloud/tdid/v20210519/tdid_client.py +201 -112
- tencentcloud/tdmq/v20200217/errorcodes.py +3 -0
- tencentcloud/tdmq/v20200217/models.py +261 -0
- tencentcloud/tdmq/v20200217/tdmq_client.py +23 -0
- tencentcloud/teo/v20220901/models.py +18 -16
- tencentcloud/tione/v20211111/errorcodes.py +12 -0
- tencentcloud/tione/v20211111/models.py +190 -32
- tencentcloud/trtc/v20190722/errorcodes.py +6 -0
- tencentcloud/trtc/v20190722/models.py +34 -5
- tencentcloud/trtc/v20190722/trtc_client.py +2 -0
- tencentcloud/tse/v20201207/models.py +1 -1
- tencentcloud/tsf/v20180326/models.py +14 -1
- tencentcloud/vod/v20180717/models.py +933 -43
- tencentcloud/vod/v20180717/vod_client.py +161 -0
- {tencentcloud_sdk_python-3.0.1068.dist-info → tencentcloud_sdk_python-3.0.1075.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1068.dist-info → tencentcloud_sdk_python-3.0.1075.dist-info}/RECORD +55 -55
- {tencentcloud_sdk_python-3.0.1068.dist-info → tencentcloud_sdk_python-3.0.1075.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1068.dist-info → tencentcloud_sdk_python-3.0.1075.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1068.dist-info → tencentcloud_sdk_python-3.0.1075.dist-info}/top_level.txt +0 -0
|
@@ -31120,6 +31120,9 @@ class LaneInfo(AbstractModel):
|
|
|
31120
31120
|
:param _NamespaceIdList: 泳道已经关联部署组的命名空间列表
|
|
31121
31121
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
31122
31122
|
:type NamespaceIdList: list of str
|
|
31123
|
+
:param _LaneGroupId: 泳道部署组ID
|
|
31124
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
31125
|
+
:type LaneGroupId: str
|
|
31123
31126
|
"""
|
|
31124
31127
|
self._LaneId = None
|
|
31125
31128
|
self._LaneName = None
|
|
@@ -31129,6 +31132,7 @@ class LaneInfo(AbstractModel):
|
|
|
31129
31132
|
self._LaneGroupList = None
|
|
31130
31133
|
self._Entrance = None
|
|
31131
31134
|
self._NamespaceIdList = None
|
|
31135
|
+
self._LaneGroupId = None
|
|
31132
31136
|
|
|
31133
31137
|
@property
|
|
31134
31138
|
def LaneId(self):
|
|
@@ -31194,6 +31198,14 @@ class LaneInfo(AbstractModel):
|
|
|
31194
31198
|
def NamespaceIdList(self, NamespaceIdList):
|
|
31195
31199
|
self._NamespaceIdList = NamespaceIdList
|
|
31196
31200
|
|
|
31201
|
+
@property
|
|
31202
|
+
def LaneGroupId(self):
|
|
31203
|
+
return self._LaneGroupId
|
|
31204
|
+
|
|
31205
|
+
@LaneGroupId.setter
|
|
31206
|
+
def LaneGroupId(self, LaneGroupId):
|
|
31207
|
+
self._LaneGroupId = LaneGroupId
|
|
31208
|
+
|
|
31197
31209
|
|
|
31198
31210
|
def _deserialize(self, params):
|
|
31199
31211
|
self._LaneId = params.get("LaneId")
|
|
@@ -31209,6 +31221,7 @@ class LaneInfo(AbstractModel):
|
|
|
31209
31221
|
self._LaneGroupList.append(obj)
|
|
31210
31222
|
self._Entrance = params.get("Entrance")
|
|
31211
31223
|
self._NamespaceIdList = params.get("NamespaceIdList")
|
|
31224
|
+
self._LaneGroupId = params.get("LaneGroupId")
|
|
31212
31225
|
memeber_set = set(params.keys())
|
|
31213
31226
|
for name, value in vars(self).items():
|
|
31214
31227
|
property_name = name[1:]
|
|
@@ -38417,7 +38430,7 @@ class ServiceStatisticsResult(AbstractModel):
|
|
|
38417
38430
|
|
|
38418
38431
|
def __init__(self):
|
|
38419
38432
|
r"""
|
|
38420
|
-
:param _Path:
|
|
38433
|
+
:param _Path: 请求模板路径:type为接口时返回,服务时不返回
|
|
38421
38434
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
38422
38435
|
:type Path: str
|
|
38423
38436
|
:param _Method: 请求方法:type为接口时返回,服务时不返回
|