tencentcloud-sdk-python 3.0.1351__py2.py3-none-any.whl → 3.0.1353__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/batch/v20170312/batch_client.py +0 -46
- tencentcloud/batch/v20170312/errorcodes.py +0 -9
- tencentcloud/batch/v20170312/models.py +21 -962
- tencentcloud/bi/v20220105/models.py +145 -0
- tencentcloud/cam/v20190116/errorcodes.py +3 -0
- tencentcloud/cam/v20190116/models.py +0 -82
- tencentcloud/cbs/v20170312/models.py +6 -14
- tencentcloud/cdn/v20180606/models.py +0 -46
- tencentcloud/chdfs/v20201112/models.py +2 -2
- tencentcloud/cls/v20201016/cls_client.py +92 -0
- tencentcloud/cls/v20201016/models.py +908 -26
- tencentcloud/controlcenter/v20230110/models.py +0 -58
- tencentcloud/cvm/v20170312/cvm_client.py +1 -1
- tencentcloud/cvm/v20170312/models.py +2 -6
- tencentcloud/dbbrain/v20191016/dbbrain_client.py +23 -0
- tencentcloud/dbbrain/v20191016/models.py +603 -10
- tencentcloud/dbbrain/v20210527/dbbrain_client.py +46 -0
- tencentcloud/dbbrain/v20210527/models.py +942 -49
- tencentcloud/dcdb/v20180411/models.py +175 -2
- tencentcloud/dlc/v20210125/dlc_client.py +23 -0
- tencentcloud/dlc/v20210125/errorcodes.py +3 -0
- tencentcloud/dlc/v20210125/models.py +284 -0
- tencentcloud/dnspod/v20210323/models.py +0 -70
- tencentcloud/ess/v20201111/models.py +6 -6
- tencentcloud/essbasic/v20210526/models.py +2 -2
- tencentcloud/facefusion/v20220927/models.py +4 -2
- tencentcloud/gs/v20191118/models.py +51 -4
- tencentcloud/hai/v20230812/models.py +2 -18
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +1 -1
- tencentcloud/iotexplorer/v20190423/models.py +141 -420
- tencentcloud/live/v20180801/models.py +4 -6
- tencentcloud/lkeap/v20240522/models.py +12 -6
- tencentcloud/mariadb/v20170312/models.py +151 -2
- tencentcloud/mps/v20190612/models.py +10 -10
- tencentcloud/mqtt/v20240516/models.py +97 -14
- tencentcloud/ocr/v20181119/errorcodes.py +0 -3
- tencentcloud/ocr/v20181119/models.py +143 -558
- tencentcloud/ocr/v20181119/ocr_client.py +0 -23
- tencentcloud/organization/v20210331/models.py +15 -0
- tencentcloud/partners/v20180321/models.py +15 -0
- tencentcloud/sqlserver/v20180328/models.py +15 -0
- tencentcloud/tcb/v20180608/models.py +20 -0
- tencentcloud/tdmq/v20200217/models.py +45 -0
- tencentcloud/teo/v20220106/teo_client.py +6 -2
- tencentcloud/teo/v20220901/models.py +85 -12
- tencentcloud/tione/v20211111/models.py +35 -3
- tencentcloud/trro/v20220325/models.py +992 -44
- tencentcloud/trro/v20220325/trro_client.py +117 -0
- tencentcloud/tse/v20201207/models.py +0 -34
- tencentcloud/vdb/v20230616/models.py +1438 -40
- tencentcloud/vdb/v20230616/vdb_client.py +184 -0
- tencentcloud/vod/v20180717/models.py +15 -0
- tencentcloud/vod/v20240718/errorcodes.py +33 -0
- tencentcloud/vod/v20240718/models.py +1839 -0
- tencentcloud/vod/v20240718/vod_client.py +146 -0
- tencentcloud/vpc/v20170312/models.py +300 -0
- tencentcloud/vpc/v20170312/vpc_client.py +26 -0
- tencentcloud/wedata/v20210820/models.py +808 -0
- tencentcloud/wedata/v20210820/wedata_client.py +46 -0
- tencentcloud/weilingwith/v20230427/weilingwith_client.py +3 -1
- {tencentcloud_sdk_python-3.0.1351.dist-info → tencentcloud_sdk_python-3.0.1353.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1351.dist-info → tencentcloud_sdk_python-3.0.1353.dist-info}/RECORD +66 -66
- {tencentcloud_sdk_python-3.0.1351.dist-info → tencentcloud_sdk_python-3.0.1353.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1351.dist-info → tencentcloud_sdk_python-3.0.1353.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1351.dist-info → tencentcloud_sdk_python-3.0.1353.dist-info}/top_level.txt +0 -0
@@ -427,10 +427,8 @@ class DescribeApplicationsResponse(AbstractModel):
|
|
427
427
|
def __init__(self):
|
428
428
|
r"""
|
429
429
|
:param _TotalCount: 应用总数
|
430
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
431
430
|
:type TotalCount: int
|
432
431
|
:param _ApplicationSet: 分页返回的应用列表
|
433
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
434
432
|
:type ApplicationSet: list of ApplicationInfo
|
435
433
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
436
434
|
:type RequestId: str
|
@@ -442,7 +440,6 @@ class DescribeApplicationsResponse(AbstractModel):
|
|
442
440
|
@property
|
443
441
|
def TotalCount(self):
|
444
442
|
"""应用总数
|
445
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
446
443
|
:rtype: int
|
447
444
|
"""
|
448
445
|
return self._TotalCount
|
@@ -454,7 +451,6 @@ class DescribeApplicationsResponse(AbstractModel):
|
|
454
451
|
@property
|
455
452
|
def ApplicationSet(self):
|
456
453
|
"""分页返回的应用列表
|
457
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
458
454
|
:rtype: list of ApplicationInfo
|
459
455
|
"""
|
460
456
|
return self._ApplicationSet
|
@@ -532,7 +528,6 @@ class DescribeInstanceNetworkStatusResponse(AbstractModel):
|
|
532
528
|
:param _TotalCount: 查询结果集长度
|
533
529
|
:type TotalCount: int
|
534
530
|
:param _NetworkStatusSet: 查询结果集
|
535
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
536
531
|
:type NetworkStatusSet: list of NetworkStatus
|
537
532
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
538
533
|
:type RequestId: str
|
@@ -555,7 +550,6 @@ class DescribeInstanceNetworkStatusResponse(AbstractModel):
|
|
555
550
|
@property
|
556
551
|
def NetworkStatusSet(self):
|
557
552
|
"""查询结果集
|
558
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
559
553
|
:rtype: list of NetworkStatus
|
560
554
|
"""
|
561
555
|
return self._NetworkStatusSet
|
@@ -2097,10 +2091,8 @@ class LoginSetting(AbstractModel):
|
|
2097
2091
|
def __init__(self):
|
2098
2092
|
r"""
|
2099
2093
|
:param _ServiceName: 服务名称
|
2100
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2101
2094
|
:type ServiceName: str
|
2102
2095
|
:param _Url: 服务登录url
|
2103
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2104
2096
|
:type Url: str
|
2105
2097
|
"""
|
2106
2098
|
self._ServiceName = None
|
@@ -2109,7 +2101,6 @@ class LoginSetting(AbstractModel):
|
|
2109
2101
|
@property
|
2110
2102
|
def ServiceName(self):
|
2111
2103
|
"""服务名称
|
2112
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2113
2104
|
:rtype: str
|
2114
2105
|
"""
|
2115
2106
|
return self._ServiceName
|
@@ -2121,7 +2112,6 @@ class LoginSetting(AbstractModel):
|
|
2121
2112
|
@property
|
2122
2113
|
def Url(self):
|
2123
2114
|
"""服务登录url
|
2124
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2125
2115
|
:rtype: str
|
2126
2116
|
"""
|
2127
2117
|
return self._Url
|
@@ -3010,14 +3000,11 @@ class SystemDisk(AbstractModel):
|
|
3010
3000
|
|
3011
3001
|
def __init__(self):
|
3012
3002
|
r"""
|
3013
|
-
:param _DiskType:
|
3014
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3003
|
+
:param _DiskType: 系统盘类型。取值范围:<li>CLOUD_PREMIUM:高性能云硬盘</li><li>CLOUD_HSSD:增强型SSD云盘</li>默认取值:当前有库存的硬盘类型。
|
3015
3004
|
:type DiskType: str
|
3016
3005
|
:param _DiskSize: 系统盘大小,单位:GB。默认值为 80
|
3017
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3018
3006
|
:type DiskSize: int
|
3019
3007
|
:param _DiskName: 系统盘分区盘符
|
3020
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3021
3008
|
:type DiskName: str
|
3022
3009
|
"""
|
3023
3010
|
self._DiskType = None
|
@@ -3026,8 +3013,7 @@ class SystemDisk(AbstractModel):
|
|
3026
3013
|
|
3027
3014
|
@property
|
3028
3015
|
def DiskType(self):
|
3029
|
-
"""
|
3030
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3016
|
+
"""系统盘类型。取值范围:<li>CLOUD_PREMIUM:高性能云硬盘</li><li>CLOUD_HSSD:增强型SSD云盘</li>默认取值:当前有库存的硬盘类型。
|
3031
3017
|
:rtype: str
|
3032
3018
|
"""
|
3033
3019
|
return self._DiskType
|
@@ -3039,7 +3025,6 @@ class SystemDisk(AbstractModel):
|
|
3039
3025
|
@property
|
3040
3026
|
def DiskSize(self):
|
3041
3027
|
"""系统盘大小,单位:GB。默认值为 80
|
3042
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3043
3028
|
:rtype: int
|
3044
3029
|
"""
|
3045
3030
|
return self._DiskSize
|
@@ -3051,7 +3036,6 @@ class SystemDisk(AbstractModel):
|
|
3051
3036
|
@property
|
3052
3037
|
def DiskName(self):
|
3053
3038
|
"""系统盘分区盘符
|
3054
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3055
3039
|
:rtype: str
|
3056
3040
|
"""
|
3057
3041
|
return self._DiskName
|
@@ -533,7 +533,7 @@ class IotexplorerClient(AbstractClient):
|
|
533
533
|
|
534
534
|
|
535
535
|
def CreatePositionSpace(self, request):
|
536
|
-
"""
|
536
|
+
"""创建位置空间。
|
537
537
|
|
538
538
|
:param request: Request instance for CreatePositionSpace.
|
539
539
|
:type request: :class:`tencentcloud.iotexplorer.v20190423.models.CreatePositionSpaceRequest`
|