tencentcloud-sdk-python 3.0.1347__py2.py3-none-any.whl → 3.0.1349__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/bh/v20230418/models.py +61 -23
- tencentcloud/cam/v20190116/models.py +2 -2
- tencentcloud/captcha/v20190722/models.py +15 -30
- tencentcloud/cbs/v20170312/models.py +0 -4
- tencentcloud/ccc/v20200210/errorcodes.py +3 -0
- tencentcloud/ccc/v20200210/models.py +159 -2
- tencentcloud/cdwdoris/v20211228/models.py +300 -0
- tencentcloud/cdwpg/v20201230/models.py +98 -86
- tencentcloud/chc/v20230418/models.py +0 -30
- tencentcloud/clb/v20180317/models.py +48 -18
- tencentcloud/dbbrain/v20210527/models.py +0 -8
- tencentcloud/dbdc/v20201029/models.py +0 -16
- tencentcloud/dcdb/v20180411/errorcodes.py +3 -0
- tencentcloud/dcdb/v20180411/models.py +0 -64
- tencentcloud/dlc/v20210125/models.py +256 -16
- tencentcloud/emr/v20190103/models.py +15 -54
- tencentcloud/es/v20180416/errorcodes.py +3 -0
- tencentcloud/ess/v20201111/models.py +12 -12
- tencentcloud/essbasic/v20210526/essbasic_client.py +2 -2
- tencentcloud/essbasic/v20210526/models.py +10 -10
- tencentcloud/gs/v20191118/models.py +4 -58
- tencentcloud/hai/v20230812/models.py +0 -96
- tencentcloud/hunyuan/v20230901/models.py +6 -4
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +1 -1
- tencentcloud/iotvideo/v20191126/models.py +0 -4
- tencentcloud/iotvideo/v20201215/models.py +17 -0
- tencentcloud/iotvideo/v20211125/iotvideo_client.py +1 -1
- tencentcloud/iotvideoindustry/v20201201/models.py +0 -30
- tencentcloud/lcic/v20220817/lcic_client.py +1 -1
- tencentcloud/lcic/v20220817/models.py +56 -68
- tencentcloud/live/v20180801/models.py +8 -24
- tencentcloud/lkeap/v20240522/lkeap_client.py +6 -0
- tencentcloud/mariadb/v20170312/models.py +4 -76
- tencentcloud/monitor/v20180724/models.py +95 -14
- tencentcloud/mps/v20190612/models.py +260 -0
- tencentcloud/mqtt/v20240516/models.py +402 -284
- tencentcloud/mqtt/v20240516/mqtt_client.py +2 -2
- tencentcloud/organization/v20210331/models.py +30 -0
- tencentcloud/privatedns/v20201028/models.py +0 -22
- tencentcloud/taf/v20200210/models.py +270 -0
- tencentcloud/taf/v20200210/taf_client.py +23 -0
- tencentcloud/tbaas/v20180416/models.py +0 -58
- tencentcloud/tcb/v20180608/errorcodes.py +3 -0
- tencentcloud/tcr/v20190924/models.py +30 -154
- tencentcloud/tdmq/v20200217/models.py +0 -16
- tencentcloud/thpc/v20230321/models.py +34 -0
- tencentcloud/tke/v20180525/models.py +692 -622
- tencentcloud/tke/v20180525/tke_client.py +23 -0
- tencentcloud/trocket/v20230308/models.py +0 -24
- tencentcloud/tsf/v20180326/models.py +252 -196
- tencentcloud/vcube/v20220410/models.py +51 -158
- tencentcloud/vcube/v20220410/vcube_client.py +2 -2
- tencentcloud/vod/v20180717/errorcodes.py +3 -0
- tencentcloud/vod/v20180717/models.py +28 -260
- tencentcloud/vpc/v20170312/models.py +135 -0
- tencentcloud/wedata/v20210820/models.py +17 -0
- {tencentcloud_sdk_python-3.0.1347.dist-info → tencentcloud_sdk_python-3.0.1349.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1347.dist-info → tencentcloud_sdk_python-3.0.1349.dist-info}/RECORD +62 -62
- {tencentcloud_sdk_python-3.0.1347.dist-info → tencentcloud_sdk_python-3.0.1349.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1347.dist-info → tencentcloud_sdk_python-3.0.1349.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1347.dist-info → tencentcloud_sdk_python-3.0.1349.dist-info}/top_level.txt +0 -0
@@ -27,33 +27,24 @@ class ApplicationInfo(AbstractModel):
|
|
27
27
|
r"""
|
28
28
|
:param _ApplicationId: 应用id
|
29
29
|
|
30
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31
30
|
:type ApplicationId: str
|
32
31
|
:param _ApplicationName: 应用名称
|
33
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34
32
|
:type ApplicationName: str
|
35
33
|
:param _Description: 应用描述
|
36
34
|
|
37
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
38
35
|
:type Description: str
|
39
36
|
:param _ConfigEnvironment: 应用的环境配置
|
40
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
41
37
|
:type ConfigEnvironment: str
|
42
38
|
:param _MinSystemDiskSize: 系统盘大小下限
|
43
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
44
39
|
:type MinSystemDiskSize: int
|
45
40
|
:param _ApplicationType: 应用类型,目前该项取值可以为PRIVATE_APPLICATION或者PUBLIC_APPLICATION
|
46
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
47
41
|
:type ApplicationType: str
|
48
42
|
:param _ApplicationState: 应用状态:CREATING-创建中;ONLINE -正常在线;DELETING -删除中;ARREARS - 欠费隔离
|
49
43
|
示例值:ONLINE
|
50
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
51
44
|
:type ApplicationState: str
|
52
45
|
:param _CreateTime: 应用创建时间
|
53
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
54
46
|
:type CreateTime: str
|
55
47
|
:param _ApplicationSize: 应用大小
|
56
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
57
48
|
:type ApplicationSize: int
|
58
49
|
"""
|
59
50
|
self._ApplicationId = None
|
@@ -70,7 +61,6 @@ class ApplicationInfo(AbstractModel):
|
|
70
61
|
def ApplicationId(self):
|
71
62
|
"""应用id
|
72
63
|
|
73
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
74
64
|
:rtype: str
|
75
65
|
"""
|
76
66
|
return self._ApplicationId
|
@@ -82,7 +72,6 @@ class ApplicationInfo(AbstractModel):
|
|
82
72
|
@property
|
83
73
|
def ApplicationName(self):
|
84
74
|
"""应用名称
|
85
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
86
75
|
:rtype: str
|
87
76
|
"""
|
88
77
|
return self._ApplicationName
|
@@ -95,7 +84,6 @@ class ApplicationInfo(AbstractModel):
|
|
95
84
|
def Description(self):
|
96
85
|
"""应用描述
|
97
86
|
|
98
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
99
87
|
:rtype: str
|
100
88
|
"""
|
101
89
|
return self._Description
|
@@ -107,7 +95,6 @@ class ApplicationInfo(AbstractModel):
|
|
107
95
|
@property
|
108
96
|
def ConfigEnvironment(self):
|
109
97
|
"""应用的环境配置
|
110
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
111
98
|
:rtype: str
|
112
99
|
"""
|
113
100
|
return self._ConfigEnvironment
|
@@ -119,7 +106,6 @@ class ApplicationInfo(AbstractModel):
|
|
119
106
|
@property
|
120
107
|
def MinSystemDiskSize(self):
|
121
108
|
"""系统盘大小下限
|
122
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
123
109
|
:rtype: int
|
124
110
|
"""
|
125
111
|
return self._MinSystemDiskSize
|
@@ -131,7 +117,6 @@ class ApplicationInfo(AbstractModel):
|
|
131
117
|
@property
|
132
118
|
def ApplicationType(self):
|
133
119
|
"""应用类型,目前该项取值可以为PRIVATE_APPLICATION或者PUBLIC_APPLICATION
|
134
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
135
120
|
:rtype: str
|
136
121
|
"""
|
137
122
|
return self._ApplicationType
|
@@ -144,7 +129,6 @@ class ApplicationInfo(AbstractModel):
|
|
144
129
|
def ApplicationState(self):
|
145
130
|
"""应用状态:CREATING-创建中;ONLINE -正常在线;DELETING -删除中;ARREARS - 欠费隔离
|
146
131
|
示例值:ONLINE
|
147
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
148
132
|
:rtype: str
|
149
133
|
"""
|
150
134
|
return self._ApplicationState
|
@@ -156,7 +140,6 @@ class ApplicationInfo(AbstractModel):
|
|
156
140
|
@property
|
157
141
|
def CreateTime(self):
|
158
142
|
"""应用创建时间
|
159
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
160
143
|
:rtype: str
|
161
144
|
"""
|
162
145
|
return self._CreateTime
|
@@ -168,7 +151,6 @@ class ApplicationInfo(AbstractModel):
|
|
168
151
|
@property
|
169
152
|
def ApplicationSize(self):
|
170
153
|
"""应用大小
|
171
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
172
154
|
:rtype: int
|
173
155
|
"""
|
174
156
|
return self._ApplicationSize
|
@@ -702,11 +684,9 @@ class DescribeInstancesResponse(AbstractModel):
|
|
702
684
|
r"""
|
703
685
|
:param _TotalCount: 实例总数
|
704
686
|
|
705
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
706
687
|
:type TotalCount: int
|
707
688
|
:param _InstanceSet: 分页实例详情
|
708
689
|
|
709
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
710
690
|
:type InstanceSet: list of Instance
|
711
691
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
712
692
|
:type RequestId: str
|
@@ -719,7 +699,6 @@ class DescribeInstancesResponse(AbstractModel):
|
|
719
699
|
def TotalCount(self):
|
720
700
|
"""实例总数
|
721
701
|
|
722
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
723
702
|
:rtype: int
|
724
703
|
"""
|
725
704
|
return self._TotalCount
|
@@ -732,7 +711,6 @@ class DescribeInstancesResponse(AbstractModel):
|
|
732
711
|
def InstanceSet(self):
|
733
712
|
"""分页实例详情
|
734
713
|
|
735
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
736
714
|
:rtype: list of Instance
|
737
715
|
"""
|
738
716
|
return self._InstanceSet
|
@@ -1125,7 +1103,6 @@ class DescribeServiceLoginSettingsResponse(AbstractModel):
|
|
1125
1103
|
def __init__(self):
|
1126
1104
|
r"""
|
1127
1105
|
:param _LoginSettings: 服务登录配置详情
|
1128
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1129
1106
|
:type LoginSettings: list of LoginSetting
|
1130
1107
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1131
1108
|
:type RequestId: str
|
@@ -1136,7 +1113,6 @@ class DescribeServiceLoginSettingsResponse(AbstractModel):
|
|
1136
1113
|
@property
|
1137
1114
|
def LoginSettings(self):
|
1138
1115
|
"""服务登录配置详情
|
1139
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1140
1116
|
:rtype: list of LoginSetting
|
1141
1117
|
"""
|
1142
1118
|
return self._LoginSettings
|
@@ -1389,7 +1365,6 @@ class InquirePriceRunInstancesResponse(AbstractModel):
|
|
1389
1365
|
def __init__(self):
|
1390
1366
|
r"""
|
1391
1367
|
:param _Price: 发货参数对应的价格组合,当DryRun=True,会返回空
|
1392
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1393
1368
|
:type Price: :class:`tencentcloud.hai.v20230812.models.Price`
|
1394
1369
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1395
1370
|
:type RequestId: str
|
@@ -1400,7 +1375,6 @@ class InquirePriceRunInstancesResponse(AbstractModel):
|
|
1400
1375
|
@property
|
1401
1376
|
def Price(self):
|
1402
1377
|
"""发货参数对应的价格组合,当DryRun=True,会返回空
|
1403
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1404
1378
|
:rtype: :class:`tencentcloud.hai.v20230812.models.Price`
|
1405
1379
|
"""
|
1406
1380
|
return self._Price
|
@@ -1436,10 +1410,8 @@ class Instance(AbstractModel):
|
|
1436
1410
|
def __init__(self):
|
1437
1411
|
r"""
|
1438
1412
|
:param _InstanceId: 实例id
|
1439
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1440
1413
|
:type InstanceId: str
|
1441
1414
|
:param _InstanceName: 实例名称
|
1442
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1443
1415
|
:type InstanceName: str
|
1444
1416
|
:param _InstanceState: 实例状态:
|
1445
1417
|
PENDING:表示创建中
|
@@ -1449,73 +1421,53 @@ ARREARS:表示待回收
|
|
1449
1421
|
STOPPED_NO_CHARGE:表示关机不收费
|
1450
1422
|
TERMINATING:表示销毁中
|
1451
1423
|
TERMINATED:表示已销毁
|
1452
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1453
1424
|
:type InstanceState: str
|
1454
1425
|
:param _ApplicationName: 应用名称
|
1455
1426
|
|
1456
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1457
1427
|
:type ApplicationName: str
|
1458
1428
|
:param _BundleName: 算力套餐名称
|
1459
1429
|
|
1460
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1461
1430
|
:type BundleName: str
|
1462
1431
|
:param _GPUCount: 实例所包含的GPU卡数
|
1463
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1464
1432
|
:type GPUCount: int
|
1465
1433
|
:param _GPUPerformance: 算力
|
1466
1434
|
|
1467
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1468
1435
|
:type GPUPerformance: str
|
1469
1436
|
:param _GPUMemory: 显存
|
1470
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1471
1437
|
:type GPUMemory: str
|
1472
1438
|
:param _CPU: CPU核数
|
1473
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1474
1439
|
:type CPU: str
|
1475
1440
|
:param _Memory: 内存
|
1476
1441
|
|
1477
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1478
1442
|
:type Memory: str
|
1479
1443
|
:param _SystemDisk: 系统盘数据
|
1480
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1481
1444
|
:type SystemDisk: :class:`tencentcloud.hai.v20230812.models.SystemDisk`
|
1482
1445
|
:param _PrivateIpAddresses: 内网ip地址
|
1483
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1484
1446
|
:type PrivateIpAddresses: list of str
|
1485
1447
|
:param _PublicIpAddresses: 公网ip地址
|
1486
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1487
1448
|
:type PublicIpAddresses: list of str
|
1488
1449
|
:param _SecurityGroupIds: 安全组ID
|
1489
1450
|
|
1490
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1491
1451
|
:type SecurityGroupIds: list of str
|
1492
1452
|
:param _LatestOperation: 实例最新操作
|
1493
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1494
1453
|
:type LatestOperation: str
|
1495
1454
|
:param _LatestOperationState: 实例最新操作状态:
|
1496
1455
|
SUCCESS:表示操作成功
|
1497
1456
|
OPERATING:表示操作执行中
|
1498
1457
|
FAILED:表示操作失败
|
1499
1458
|
|
1500
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1501
1459
|
:type LatestOperationState: str
|
1502
1460
|
:param _CreateTime: 实例创建时间
|
1503
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1504
1461
|
:type CreateTime: str
|
1505
1462
|
:param _MaxOutBandwidth: 公网出带宽上限,默认10Mbps
|
1506
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1507
1463
|
:type MaxOutBandwidth: str
|
1508
1464
|
:param _MaxFreeTraffic: 每月免费流量,默认500G
|
1509
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1510
1465
|
:type MaxFreeTraffic: str
|
1511
1466
|
:param _ConfigurationEnvironment: 应用配置环境
|
1512
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1513
1467
|
:type ConfigurationEnvironment: str
|
1514
1468
|
:param _LoginServices: 实例包含的登录服务详情
|
1515
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1516
1469
|
:type LoginServices: list of LoginService
|
1517
1470
|
:param _OSType: 应用服务的操作系统类型
|
1518
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1519
1471
|
:type OSType: str
|
1520
1472
|
"""
|
1521
1473
|
self._InstanceId = None
|
@@ -1544,7 +1496,6 @@ FAILED:表示操作失败
|
|
1544
1496
|
@property
|
1545
1497
|
def InstanceId(self):
|
1546
1498
|
"""实例id
|
1547
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1548
1499
|
:rtype: str
|
1549
1500
|
"""
|
1550
1501
|
return self._InstanceId
|
@@ -1556,7 +1507,6 @@ FAILED:表示操作失败
|
|
1556
1507
|
@property
|
1557
1508
|
def InstanceName(self):
|
1558
1509
|
"""实例名称
|
1559
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1560
1510
|
:rtype: str
|
1561
1511
|
"""
|
1562
1512
|
return self._InstanceName
|
@@ -1575,7 +1525,6 @@ ARREARS:表示待回收
|
|
1575
1525
|
STOPPED_NO_CHARGE:表示关机不收费
|
1576
1526
|
TERMINATING:表示销毁中
|
1577
1527
|
TERMINATED:表示已销毁
|
1578
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1579
1528
|
:rtype: str
|
1580
1529
|
"""
|
1581
1530
|
return self._InstanceState
|
@@ -1588,7 +1537,6 @@ TERMINATED:表示已销毁
|
|
1588
1537
|
def ApplicationName(self):
|
1589
1538
|
"""应用名称
|
1590
1539
|
|
1591
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1592
1540
|
:rtype: str
|
1593
1541
|
"""
|
1594
1542
|
return self._ApplicationName
|
@@ -1601,7 +1549,6 @@ TERMINATED:表示已销毁
|
|
1601
1549
|
def BundleName(self):
|
1602
1550
|
"""算力套餐名称
|
1603
1551
|
|
1604
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1605
1552
|
:rtype: str
|
1606
1553
|
"""
|
1607
1554
|
return self._BundleName
|
@@ -1613,7 +1560,6 @@ TERMINATED:表示已销毁
|
|
1613
1560
|
@property
|
1614
1561
|
def GPUCount(self):
|
1615
1562
|
"""实例所包含的GPU卡数
|
1616
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1617
1563
|
:rtype: int
|
1618
1564
|
"""
|
1619
1565
|
return self._GPUCount
|
@@ -1626,7 +1572,6 @@ TERMINATED:表示已销毁
|
|
1626
1572
|
def GPUPerformance(self):
|
1627
1573
|
"""算力
|
1628
1574
|
|
1629
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1630
1575
|
:rtype: str
|
1631
1576
|
"""
|
1632
1577
|
return self._GPUPerformance
|
@@ -1638,7 +1583,6 @@ TERMINATED:表示已销毁
|
|
1638
1583
|
@property
|
1639
1584
|
def GPUMemory(self):
|
1640
1585
|
"""显存
|
1641
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1642
1586
|
:rtype: str
|
1643
1587
|
"""
|
1644
1588
|
return self._GPUMemory
|
@@ -1650,7 +1594,6 @@ TERMINATED:表示已销毁
|
|
1650
1594
|
@property
|
1651
1595
|
def CPU(self):
|
1652
1596
|
"""CPU核数
|
1653
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1654
1597
|
:rtype: str
|
1655
1598
|
"""
|
1656
1599
|
return self._CPU
|
@@ -1663,7 +1606,6 @@ TERMINATED:表示已销毁
|
|
1663
1606
|
def Memory(self):
|
1664
1607
|
"""内存
|
1665
1608
|
|
1666
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1667
1609
|
:rtype: str
|
1668
1610
|
"""
|
1669
1611
|
return self._Memory
|
@@ -1675,7 +1617,6 @@ TERMINATED:表示已销毁
|
|
1675
1617
|
@property
|
1676
1618
|
def SystemDisk(self):
|
1677
1619
|
"""系统盘数据
|
1678
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1679
1620
|
:rtype: :class:`tencentcloud.hai.v20230812.models.SystemDisk`
|
1680
1621
|
"""
|
1681
1622
|
return self._SystemDisk
|
@@ -1687,7 +1628,6 @@ TERMINATED:表示已销毁
|
|
1687
1628
|
@property
|
1688
1629
|
def PrivateIpAddresses(self):
|
1689
1630
|
"""内网ip地址
|
1690
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1691
1631
|
:rtype: list of str
|
1692
1632
|
"""
|
1693
1633
|
return self._PrivateIpAddresses
|
@@ -1699,7 +1639,6 @@ TERMINATED:表示已销毁
|
|
1699
1639
|
@property
|
1700
1640
|
def PublicIpAddresses(self):
|
1701
1641
|
"""公网ip地址
|
1702
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1703
1642
|
:rtype: list of str
|
1704
1643
|
"""
|
1705
1644
|
return self._PublicIpAddresses
|
@@ -1712,7 +1651,6 @@ TERMINATED:表示已销毁
|
|
1712
1651
|
def SecurityGroupIds(self):
|
1713
1652
|
"""安全组ID
|
1714
1653
|
|
1715
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1716
1654
|
:rtype: list of str
|
1717
1655
|
"""
|
1718
1656
|
return self._SecurityGroupIds
|
@@ -1724,7 +1662,6 @@ TERMINATED:表示已销毁
|
|
1724
1662
|
@property
|
1725
1663
|
def LatestOperation(self):
|
1726
1664
|
"""实例最新操作
|
1727
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1728
1665
|
:rtype: str
|
1729
1666
|
"""
|
1730
1667
|
return self._LatestOperation
|
@@ -1740,7 +1677,6 @@ SUCCESS:表示操作成功
|
|
1740
1677
|
OPERATING:表示操作执行中
|
1741
1678
|
FAILED:表示操作失败
|
1742
1679
|
|
1743
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1744
1680
|
:rtype: str
|
1745
1681
|
"""
|
1746
1682
|
return self._LatestOperationState
|
@@ -1752,7 +1688,6 @@ FAILED:表示操作失败
|
|
1752
1688
|
@property
|
1753
1689
|
def CreateTime(self):
|
1754
1690
|
"""实例创建时间
|
1755
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1756
1691
|
:rtype: str
|
1757
1692
|
"""
|
1758
1693
|
return self._CreateTime
|
@@ -1764,7 +1699,6 @@ FAILED:表示操作失败
|
|
1764
1699
|
@property
|
1765
1700
|
def MaxOutBandwidth(self):
|
1766
1701
|
"""公网出带宽上限,默认10Mbps
|
1767
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1768
1702
|
:rtype: str
|
1769
1703
|
"""
|
1770
1704
|
return self._MaxOutBandwidth
|
@@ -1776,7 +1710,6 @@ FAILED:表示操作失败
|
|
1776
1710
|
@property
|
1777
1711
|
def MaxFreeTraffic(self):
|
1778
1712
|
"""每月免费流量,默认500G
|
1779
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1780
1713
|
:rtype: str
|
1781
1714
|
"""
|
1782
1715
|
return self._MaxFreeTraffic
|
@@ -1788,7 +1721,6 @@ FAILED:表示操作失败
|
|
1788
1721
|
@property
|
1789
1722
|
def ConfigurationEnvironment(self):
|
1790
1723
|
"""应用配置环境
|
1791
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1792
1724
|
:rtype: str
|
1793
1725
|
"""
|
1794
1726
|
return self._ConfigurationEnvironment
|
@@ -1800,7 +1732,6 @@ FAILED:表示操作失败
|
|
1800
1732
|
@property
|
1801
1733
|
def LoginServices(self):
|
1802
1734
|
"""实例包含的登录服务详情
|
1803
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1804
1735
|
:rtype: list of LoginService
|
1805
1736
|
"""
|
1806
1737
|
return self._LoginServices
|
@@ -1812,7 +1743,6 @@ FAILED:表示操作失败
|
|
1812
1743
|
@property
|
1813
1744
|
def OSType(self):
|
1814
1745
|
"""应用服务的操作系统类型
|
1815
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1816
1746
|
:rtype: str
|
1817
1747
|
"""
|
1818
1748
|
return self._OSType
|
@@ -1946,20 +1876,15 @@ class ItemPrice(AbstractModel):
|
|
1946
1876
|
def __init__(self):
|
1947
1877
|
r"""
|
1948
1878
|
:param _UnitPrice: 原单价
|
1949
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1950
1879
|
:type UnitPrice: float
|
1951
1880
|
:param _DiscountUnitPrice: 折扣后单价
|
1952
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1953
1881
|
:type DiscountUnitPrice: float
|
1954
1882
|
:param _Discount: 折扣
|
1955
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1956
1883
|
:type Discount: float
|
1957
1884
|
:param _ChargeUnit: 单位:时/月
|
1958
1885
|
|
1959
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1960
1886
|
:type ChargeUnit: str
|
1961
1887
|
:param _Amount: 商品数量
|
1962
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1963
1888
|
:type Amount: int
|
1964
1889
|
"""
|
1965
1890
|
self._UnitPrice = None
|
@@ -1971,7 +1896,6 @@ class ItemPrice(AbstractModel):
|
|
1971
1896
|
@property
|
1972
1897
|
def UnitPrice(self):
|
1973
1898
|
"""原单价
|
1974
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1975
1899
|
:rtype: float
|
1976
1900
|
"""
|
1977
1901
|
return self._UnitPrice
|
@@ -1983,7 +1907,6 @@ class ItemPrice(AbstractModel):
|
|
1983
1907
|
@property
|
1984
1908
|
def DiscountUnitPrice(self):
|
1985
1909
|
"""折扣后单价
|
1986
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1987
1910
|
:rtype: float
|
1988
1911
|
"""
|
1989
1912
|
return self._DiscountUnitPrice
|
@@ -1995,7 +1918,6 @@ class ItemPrice(AbstractModel):
|
|
1995
1918
|
@property
|
1996
1919
|
def Discount(self):
|
1997
1920
|
"""折扣
|
1998
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1999
1921
|
:rtype: float
|
2000
1922
|
"""
|
2001
1923
|
return self._Discount
|
@@ -2008,7 +1930,6 @@ class ItemPrice(AbstractModel):
|
|
2008
1930
|
def ChargeUnit(self):
|
2009
1931
|
"""单位:时/月
|
2010
1932
|
|
2011
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2012
1933
|
:rtype: str
|
2013
1934
|
"""
|
2014
1935
|
return self._ChargeUnit
|
@@ -2020,7 +1941,6 @@ class ItemPrice(AbstractModel):
|
|
2020
1941
|
@property
|
2021
1942
|
def Amount(self):
|
2022
1943
|
"""商品数量
|
2023
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2024
1944
|
:rtype: int
|
2025
1945
|
"""
|
2026
1946
|
return self._Amount
|
@@ -2054,16 +1974,12 @@ class ItemPriceDetail(AbstractModel):
|
|
2054
1974
|
def __init__(self):
|
2055
1975
|
r"""
|
2056
1976
|
:param _InstanceId: 实例id
|
2057
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2058
1977
|
:type InstanceId: str
|
2059
1978
|
:param _InstancePrice: 实例价格详情
|
2060
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2061
1979
|
:type InstancePrice: :class:`tencentcloud.hai.v20230812.models.ItemPrice`
|
2062
1980
|
:param _CloudDiskPrice: 磁盘价格详情
|
2063
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2064
1981
|
:type CloudDiskPrice: :class:`tencentcloud.hai.v20230812.models.ItemPrice`
|
2065
1982
|
:param _InstanceTotalPrice: 该实例的总价钱
|
2066
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2067
1983
|
:type InstanceTotalPrice: :class:`tencentcloud.hai.v20230812.models.ItemPrice`
|
2068
1984
|
"""
|
2069
1985
|
self._InstanceId = None
|
@@ -2074,7 +1990,6 @@ class ItemPriceDetail(AbstractModel):
|
|
2074
1990
|
@property
|
2075
1991
|
def InstanceId(self):
|
2076
1992
|
"""实例id
|
2077
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2078
1993
|
:rtype: str
|
2079
1994
|
"""
|
2080
1995
|
return self._InstanceId
|
@@ -2086,7 +2001,6 @@ class ItemPriceDetail(AbstractModel):
|
|
2086
2001
|
@property
|
2087
2002
|
def InstancePrice(self):
|
2088
2003
|
"""实例价格详情
|
2089
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2090
2004
|
:rtype: :class:`tencentcloud.hai.v20230812.models.ItemPrice`
|
2091
2005
|
"""
|
2092
2006
|
return self._InstancePrice
|
@@ -2098,7 +2012,6 @@ class ItemPriceDetail(AbstractModel):
|
|
2098
2012
|
@property
|
2099
2013
|
def CloudDiskPrice(self):
|
2100
2014
|
"""磁盘价格详情
|
2101
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2102
2015
|
:rtype: :class:`tencentcloud.hai.v20230812.models.ItemPrice`
|
2103
2016
|
"""
|
2104
2017
|
return self._CloudDiskPrice
|
@@ -2110,7 +2023,6 @@ class ItemPriceDetail(AbstractModel):
|
|
2110
2023
|
@property
|
2111
2024
|
def InstanceTotalPrice(self):
|
2112
2025
|
"""该实例的总价钱
|
2113
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2114
2026
|
:rtype: :class:`tencentcloud.hai.v20230812.models.ItemPrice`
|
2115
2027
|
"""
|
2116
2028
|
return self._InstanceTotalPrice
|
@@ -2149,7 +2061,6 @@ class LoginService(AbstractModel):
|
|
2149
2061
|
def __init__(self):
|
2150
2062
|
r"""
|
2151
2063
|
:param _ServiceName: 登录方式名称
|
2152
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2153
2064
|
:type ServiceName: str
|
2154
2065
|
"""
|
2155
2066
|
self._ServiceName = None
|
@@ -2157,7 +2068,6 @@ class LoginService(AbstractModel):
|
|
2157
2068
|
@property
|
2158
2069
|
def ServiceName(self):
|
2159
2070
|
"""登录方式名称
|
2160
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2161
2071
|
:rtype: str
|
2162
2072
|
"""
|
2163
2073
|
return self._ServiceName
|
@@ -2504,13 +2414,10 @@ class Price(AbstractModel):
|
|
2504
2414
|
def __init__(self):
|
2505
2415
|
r"""
|
2506
2416
|
:param _InstancePrice: 实例价格信息
|
2507
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2508
2417
|
:type InstancePrice: :class:`tencentcloud.hai.v20230812.models.ItemPrice`
|
2509
2418
|
:param _CloudDiskPrice: 云盘价格信息
|
2510
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2511
2419
|
:type CloudDiskPrice: :class:`tencentcloud.hai.v20230812.models.ItemPrice`
|
2512
2420
|
:param _PriceDetailSet: 分实例价格
|
2513
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2514
2421
|
:type PriceDetailSet: list of ItemPriceDetail
|
2515
2422
|
"""
|
2516
2423
|
self._InstancePrice = None
|
@@ -2520,7 +2427,6 @@ class Price(AbstractModel):
|
|
2520
2427
|
@property
|
2521
2428
|
def InstancePrice(self):
|
2522
2429
|
"""实例价格信息
|
2523
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2524
2430
|
:rtype: :class:`tencentcloud.hai.v20230812.models.ItemPrice`
|
2525
2431
|
"""
|
2526
2432
|
return self._InstancePrice
|
@@ -2532,7 +2438,6 @@ class Price(AbstractModel):
|
|
2532
2438
|
@property
|
2533
2439
|
def CloudDiskPrice(self):
|
2534
2440
|
"""云盘价格信息
|
2535
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2536
2441
|
:rtype: :class:`tencentcloud.hai.v20230812.models.ItemPrice`
|
2537
2442
|
"""
|
2538
2443
|
return self._CloudDiskPrice
|
@@ -2544,7 +2449,6 @@ class Price(AbstractModel):
|
|
2544
2449
|
@property
|
2545
2450
|
def PriceDetailSet(self):
|
2546
2451
|
"""分实例价格
|
2547
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2548
2452
|
:rtype: list of ItemPriceDetail
|
2549
2453
|
"""
|
2550
2454
|
return self._PriceDetailSet
|
@@ -140,7 +140,7 @@ class ChatCompletionsRequest(AbstractModel):
|
|
140
140
|
|
141
141
|
def __init__(self):
|
142
142
|
r"""
|
143
|
-
:param _Model: 模型名称,可选值包括 hunyuan-lite、hunyuan-standard、hunyuan-standard-256K、hunyuan-code、hunyuan-role、hunyuan-functioncall、hunyuan-vision、hunyuan-turbo、hunyuan-turbo-latest、hunyuan-turbo-20241223、hunyuan-turbo-20241120、hunyuan-large、hunyuan-large-longcontext、hunyuan-turbo-vision、hunyuan-standard-vision、hunyuan-lite-vision、hunyuan-turbos-20250226、hunyuan-turbos-latest、hunyuan-t1-20250321、hunyuan-t1-latest。各模型介绍请阅读 [产品概述](https://cloud.tencent.com/document/product/1729/104753) 中的说明。注意:不同的模型计费不同,请根据 [购买指南](https://cloud.tencent.com/document/product/1729/97731) 按需调用。
|
143
|
+
:param _Model: 模型名称,可选值包括 hunyuan-lite、hunyuan-standard、hunyuan-standard-256K、hunyuan-code、hunyuan-role、hunyuan-functioncall、hunyuan-vision、hunyuan-turbo、hunyuan-turbo-latest、hunyuan-turbo-20241223、hunyuan-turbo-20241120、hunyuan-large、hunyuan-large-longcontext、hunyuan-turbo-vision、hunyuan-standard-vision、hunyuan-lite-vision、hunyuan-turbos-20250226、hunyuan-turbos-latest、hunyuan-t1-20250321、hunyuan-t1-latest、hunyuan-turbos-role-plus。各模型介绍请阅读 [产品概述](https://cloud.tencent.com/document/product/1729/104753) 中的说明。注意:不同的模型计费不同,请根据 [购买指南](https://cloud.tencent.com/document/product/1729/97731) 按需调用。
|
144
144
|
:type Model: str
|
145
145
|
:param _Messages: 聊天上下文信息。
|
146
146
|
说明:
|
@@ -185,6 +185,7 @@ class ChatCompletionsRequest(AbstractModel):
|
|
185
185
|
2. 未传值时默认打开开关。
|
186
186
|
3. 关闭时将直接由主模型生成回复内容,可以降低响应时延(对于流式输出时的首字时延尤为明显)。但在少数场景里,回复效果可能会下降。
|
187
187
|
4. 安全审核能力不属于功能增强范围,不受此字段影响。
|
188
|
+
5. 2025-04-20 00:00:00起,由默认开启状态转为默认关闭状态。
|
188
189
|
:type EnableEnhancement: bool
|
189
190
|
:param _Tools: 可调用的工具列表,仅对 hunyuan-turbo、hunyuan-functioncall 模型生效。
|
190
191
|
:type Tools: list of Tool
|
@@ -260,7 +261,7 @@ class ChatCompletionsRequest(AbstractModel):
|
|
260
261
|
|
261
262
|
@property
|
262
263
|
def Model(self):
|
263
|
-
"""模型名称,可选值包括 hunyuan-lite、hunyuan-standard、hunyuan-standard-256K、hunyuan-code、hunyuan-role、hunyuan-functioncall、hunyuan-vision、hunyuan-turbo、hunyuan-turbo-latest、hunyuan-turbo-20241223、hunyuan-turbo-20241120、hunyuan-large、hunyuan-large-longcontext、hunyuan-turbo-vision、hunyuan-standard-vision、hunyuan-lite-vision、hunyuan-turbos-20250226、hunyuan-turbos-latest、hunyuan-t1-20250321、hunyuan-t1-latest。各模型介绍请阅读 [产品概述](https://cloud.tencent.com/document/product/1729/104753) 中的说明。注意:不同的模型计费不同,请根据 [购买指南](https://cloud.tencent.com/document/product/1729/97731) 按需调用。
|
264
|
+
"""模型名称,可选值包括 hunyuan-lite、hunyuan-standard、hunyuan-standard-256K、hunyuan-code、hunyuan-role、hunyuan-functioncall、hunyuan-vision、hunyuan-turbo、hunyuan-turbo-latest、hunyuan-turbo-20241223、hunyuan-turbo-20241120、hunyuan-large、hunyuan-large-longcontext、hunyuan-turbo-vision、hunyuan-standard-vision、hunyuan-lite-vision、hunyuan-turbos-20250226、hunyuan-turbos-latest、hunyuan-t1-20250321、hunyuan-t1-latest、hunyuan-turbos-role-plus。各模型介绍请阅读 [产品概述](https://cloud.tencent.com/document/product/1729/104753) 中的说明。注意:不同的模型计费不同,请根据 [购买指南](https://cloud.tencent.com/document/product/1729/97731) 按需调用。
|
264
265
|
:rtype: str
|
265
266
|
"""
|
266
267
|
return self._Model
|
@@ -359,6 +360,7 @@ class ChatCompletionsRequest(AbstractModel):
|
|
359
360
|
2. 未传值时默认打开开关。
|
360
361
|
3. 关闭时将直接由主模型生成回复内容,可以降低响应时延(对于流式输出时的首字时延尤为明显)。但在少数场景里,回复效果可能会下降。
|
361
362
|
4. 安全审核能力不属于功能增强范围,不受此字段影响。
|
363
|
+
5. 2025-04-20 00:00:00起,由默认开启状态转为默认关闭状态。
|
362
364
|
:rtype: bool
|
363
365
|
"""
|
364
366
|
return self._EnableEnhancement
|
@@ -2158,7 +2160,7 @@ class GetEmbeddingRequest(AbstractModel):
|
|
2158
2160
|
r"""
|
2159
2161
|
:param _Input: 输入文本。总长度不超过 1024 个 Token,超过则会截断最后面的内容。
|
2160
2162
|
:type Input: str
|
2161
|
-
:param _InputList: 输入文本数组。输入数组总长度不超过
|
2163
|
+
:param _InputList: 输入文本数组。输入数组总长度不超过 50 。
|
2162
2164
|
:type InputList: list of str
|
2163
2165
|
"""
|
2164
2166
|
self._Input = None
|
@@ -2177,7 +2179,7 @@ class GetEmbeddingRequest(AbstractModel):
|
|
2177
2179
|
|
2178
2180
|
@property
|
2179
2181
|
def InputList(self):
|
2180
|
-
"""输入文本数组。输入数组总长度不超过
|
2182
|
+
"""输入文本数组。输入数组总长度不超过 50 。
|
2181
2183
|
:rtype: list of str
|
2182
2184
|
"""
|
2183
2185
|
return self._InputList
|
@@ -188,7 +188,7 @@ class IotexplorerClient(AbstractClient):
|
|
188
188
|
|
189
189
|
|
190
190
|
def ChangeP2PRoute(self, request):
|
191
|
-
"""p2p
|
191
|
+
"""p2p路线切换(此接口目前处于内测接口,可以联系申请加白 )
|
192
192
|
|
193
193
|
:param request: Request instance for ChangeP2PRoute.
|
194
194
|
:type request: :class:`tencentcloud.iotexplorer.v20190423.models.ChangeP2PRouteRequest`
|
@@ -1429,7 +1429,6 @@ China-Mainland(中国大陆)
|
|
1429
1429
|
China-Hong Kong, Macao and Taiwan(港澳台地区)
|
1430
1430
|
America(美国)
|
1431
1431
|
Europe(欧洲)
|
1432
|
-
India(印度)
|
1433
1432
|
Other-Overseas(其他境外地区)
|
1434
1433
|
:type ProductRegion: str
|
1435
1434
|
:param _ProductCate: 设备类型, 0-普通视频设备,1-NVR设备
|
@@ -1528,7 +1527,6 @@ China-Mainland(中国大陆)
|
|
1528
1527
|
China-Hong Kong, Macao and Taiwan(港澳台地区)
|
1529
1528
|
America(美国)
|
1530
1529
|
Europe(欧洲)
|
1531
|
-
India(印度)
|
1532
1530
|
Other-Overseas(其他境外地区)
|
1533
1531
|
:rtype: str
|
1534
1532
|
"""
|
@@ -7967,7 +7965,6 @@ China-Mainland(中国大陆)
|
|
7967
7965
|
China-Hong Kong, Macao and Taiwan(港澳台地区)
|
7968
7966
|
America(美国)
|
7969
7967
|
Europe(欧洲)
|
7970
|
-
India(印度)
|
7971
7968
|
Other-Overseas(其他境外地区)
|
7972
7969
|
注意:此字段可能返回 null,表示取不到有效值。
|
7973
7970
|
:type ProductRegion: str
|
@@ -8097,7 +8094,6 @@ China-Mainland(中国大陆)
|
|
8097
8094
|
China-Hong Kong, Macao and Taiwan(港澳台地区)
|
8098
8095
|
America(美国)
|
8099
8096
|
Europe(欧洲)
|
8100
|
-
India(印度)
|
8101
8097
|
Other-Overseas(其他境外地区)
|
8102
8098
|
注意:此字段可能返回 null,表示取不到有效值。
|
8103
8099
|
:rtype: str
|