tencentcloud-sdk-python 3.0.1338__py2.py3-none-any.whl → 3.0.1372__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.
Files changed (284) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/advisor/v20200721/models.py +0 -26
  3. tencentcloud/ams/v20201229/ams_client.py +17 -6
  4. tencentcloud/ams/v20201229/models.py +8 -6
  5. tencentcloud/antiddos/v20200309/antiddos_client.py +0 -50
  6. tencentcloud/antiddos/v20200309/models.py +44 -837
  7. tencentcloud/apm/v20210622/models.py +60 -60
  8. tencentcloud/autoscaling/v20180419/autoscaling_client.py +28 -1
  9. tencentcloud/autoscaling/v20180419/models.py +352 -210
  10. tencentcloud/batch/v20170312/batch_client.py +0 -46
  11. tencentcloud/batch/v20170312/errorcodes.py +0 -9
  12. tencentcloud/batch/v20170312/models.py +44 -1179
  13. tencentcloud/bh/v20230418/bh_client.py +253 -0
  14. tencentcloud/bh/v20230418/errorcodes.py +15 -0
  15. tencentcloud/bh/v20230418/models.py +3489 -1335
  16. tencentcloud/bi/v20220105/models.py +242 -2
  17. tencentcloud/billing/v20180709/billing_client.py +0 -23
  18. tencentcloud/billing/v20180709/models.py +34 -926
  19. tencentcloud/bpaas/v20181217/models.py +0 -54
  20. tencentcloud/cam/v20190116/errorcodes.py +3 -0
  21. tencentcloud/cam/v20190116/models.py +2 -86
  22. tencentcloud/captcha/v20190722/models.py +21 -54
  23. tencentcloud/cat/v20180409/cat_client.py +23 -0
  24. tencentcloud/cat/v20180409/models.py +509 -0
  25. tencentcloud/cbs/v20170312/cbs_client.py +1 -1
  26. tencentcloud/cbs/v20170312/models.py +75 -96
  27. tencentcloud/ccc/v20200210/ccc_client.py +184 -0
  28. tencentcloud/ccc/v20200210/errorcodes.py +12 -0
  29. tencentcloud/ccc/v20200210/models.py +2552 -1026
  30. tencentcloud/cdb/v20170320/cdb_client.py +27 -4
  31. tencentcloud/cdb/v20170320/models.py +180 -20
  32. tencentcloud/cdc/v20201214/cdc_client.py +46 -0
  33. tencentcloud/cdc/v20201214/errorcodes.py +18 -0
  34. tencentcloud/cdc/v20201214/models.py +202 -86
  35. tencentcloud/cdn/v20180606/cdn_client.py +70 -24
  36. tencentcloud/cdn/v20180606/models.py +19 -50
  37. tencentcloud/cdwch/v20200915/errorcodes.py +15 -0
  38. tencentcloud/cdwch/v20200915/models.py +242 -260
  39. tencentcloud/cdwdoris/v20211228/models.py +330 -0
  40. tencentcloud/cdwpg/v20201230/models.py +196 -516
  41. tencentcloud/cdz/v20221123/models.py +0 -12
  42. tencentcloud/cfg/v20210820/models.py +30 -198
  43. tencentcloud/cfs/v20190719/errorcodes.py +3 -0
  44. tencentcloud/cfs/v20190719/models.py +15 -0
  45. tencentcloud/cfw/v20190904/cfw_client.py +23 -0
  46. tencentcloud/cfw/v20190904/models.py +331 -4
  47. tencentcloud/chc/__init__.py +0 -0
  48. tencentcloud/chc/v20230418/__init__.py +0 -0
  49. tencentcloud/chc/v20230418/chc_client.py +877 -0
  50. tencentcloud/chc/v20230418/errorcodes.py +15 -0
  51. tencentcloud/chc/v20230418/models.py +10146 -0
  52. tencentcloud/chdfs/v20201112/models.py +2 -2
  53. tencentcloud/ckafka/v20190819/ckafka_client.py +46 -0
  54. tencentcloud/ckafka/v20190819/models.py +371 -1230
  55. tencentcloud/clb/v20180317/clb_client.py +3 -3
  56. tencentcloud/clb/v20180317/models.py +395 -406
  57. tencentcloud/cls/v20201016/cls_client.py +41 -18
  58. tencentcloud/cls/v20201016/models.py +256 -606
  59. tencentcloud/cme/v20191029/cme_client.py +0 -1
  60. tencentcloud/cme/v20191029/errorcodes.py +3 -0
  61. tencentcloud/cme/v20191029/models.py +10 -14
  62. tencentcloud/cmq/v20190304/models.py +0 -90
  63. tencentcloud/common/abstract_client.py +29 -24
  64. tencentcloud/common/abstract_model.py +5 -1
  65. tencentcloud/common/common_client.py +14 -15
  66. tencentcloud/common/credential.py +68 -65
  67. tencentcloud/common/exception/tencent_cloud_sdk_exception.py +1 -1
  68. tencentcloud/common/profile/client_profile.py +32 -30
  69. tencentcloud/common/profile/http_profile.py +20 -12
  70. tencentcloud/common/retry.py +18 -0
  71. tencentcloud/controlcenter/v20230110/models.py +0 -58
  72. tencentcloud/cvm/v20170312/cvm_client.py +42 -10
  73. tencentcloud/cvm/v20170312/errorcodes.py +25 -1
  74. tencentcloud/cvm/v20170312/models.py +835 -290
  75. tencentcloud/cwp/v20180228/cwp_client.py +1 -1
  76. tencentcloud/cwp/v20180228/models.py +362 -58
  77. tencentcloud/cynosdb/v20190107/cynosdb_client.py +69 -0
  78. tencentcloud/cynosdb/v20190107/models.py +451 -824
  79. tencentcloud/dbbrain/v20191016/dbbrain_client.py +23 -0
  80. tencentcloud/dbbrain/v20191016/models.py +605 -52
  81. tencentcloud/dbbrain/v20210527/dbbrain_client.py +322 -0
  82. tencentcloud/dbbrain/v20210527/models.py +6071 -2974
  83. tencentcloud/dbdc/v20201029/models.py +0 -16
  84. tencentcloud/dc/v20180410/models.py +25 -12
  85. tencentcloud/dcdb/v20180411/errorcodes.py +3 -0
  86. tencentcloud/dcdb/v20180411/models.py +175 -114
  87. tencentcloud/dlc/v20210125/dlc_client.py +69 -0
  88. tencentcloud/dlc/v20210125/errorcodes.py +3 -0
  89. tencentcloud/dlc/v20210125/models.py +1217 -592
  90. tencentcloud/dnspod/v20210323/dnspod_client.py +69 -0
  91. tencentcloud/dnspod/v20210323/errorcodes.py +9 -0
  92. tencentcloud/dnspod/v20210323/models.py +718 -110
  93. tencentcloud/domain/v20180808/domain_client.py +4 -2
  94. tencentcloud/domain/v20180808/errorcodes.py +3 -0
  95. tencentcloud/domain/v20180808/models.py +628 -324
  96. tencentcloud/dsgc/v20190723/dsgc_client.py +0 -23
  97. tencentcloud/dsgc/v20190723/models.py +53 -34
  98. tencentcloud/dts/v20180330/models.py +0 -10
  99. tencentcloud/dts/v20211206/models.py +118 -585
  100. tencentcloud/ecdn/v20191012/ecdn_client.py +24 -225
  101. tencentcloud/ecdn/v20191012/errorcodes.py +0 -63
  102. tencentcloud/ecdn/v20191012/models.py +4 -1047
  103. tencentcloud/emr/v20190103/emr_client.py +47 -1
  104. tencentcloud/emr/v20190103/models.py +1174 -146
  105. tencentcloud/es/v20180416/errorcodes.py +3 -0
  106. tencentcloud/es/v20180416/models.py +74 -6
  107. tencentcloud/es/v20250101/__init__.py +0 -0
  108. tencentcloud/es/v20250101/errorcodes.py +45 -0
  109. tencentcloud/es/v20250101/es_client.py +251 -0
  110. tencentcloud/es/v20250101/models.py +2519 -0
  111. tencentcloud/ess/v20201111/ess_client.py +43 -5
  112. tencentcloud/ess/v20201111/models.py +854 -60
  113. tencentcloud/essbasic/v20210526/essbasic_client.py +35 -2
  114. tencentcloud/essbasic/v20210526/models.py +726 -43
  115. tencentcloud/facefusion/v20220927/models.py +4 -2
  116. tencentcloud/fmu/v20191213/errorcodes.py +3 -21
  117. tencentcloud/fmu/v20191213/fmu_client.py +0 -75
  118. tencentcloud/fmu/v20191213/models.py +4 -531
  119. tencentcloud/gaap/v20180529/gaap_client.py +1 -1
  120. tencentcloud/gaap/v20180529/models.py +2 -276
  121. tencentcloud/goosefs/v20220519/models.py +0 -2
  122. tencentcloud/gs/v20191118/errorcodes.py +36 -0
  123. tencentcloud/gs/v20191118/gs_client.py +1074 -12
  124. tencentcloud/gs/v20191118/models.py +6976 -492
  125. tencentcloud/gwlb/v20240906/errorcodes.py +3 -0
  126. tencentcloud/gwlb/v20240906/gwlb_client.py +5 -8
  127. tencentcloud/gwlb/v20240906/models.py +94 -84
  128. tencentcloud/hai/v20230812/errorcodes.py +7 -1
  129. tencentcloud/hai/v20230812/hai_client.py +23 -0
  130. tencentcloud/hai/v20230812/models.py +111 -136
  131. tencentcloud/hunyuan/v20230901/errorcodes.py +27 -0
  132. tencentcloud/hunyuan/v20230901/hunyuan_client.py +71 -0
  133. tencentcloud/hunyuan/v20230901/models.py +1089 -119
  134. tencentcloud/ims/v20201229/models.py +25 -4
  135. tencentcloud/ioa/v20220601/ioa_client.py +92 -0
  136. tencentcloud/ioa/v20220601/models.py +1136 -225
  137. tencentcloud/iotcloud/v20210408/models.py +2 -4
  138. tencentcloud/iotexplorer/v20190423/errorcodes.py +12 -0
  139. tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +234 -52
  140. tencentcloud/iotexplorer/v20190423/models.py +2906 -1063
  141. tencentcloud/iotvideo/v20191126/models.py +0 -4
  142. tencentcloud/iotvideo/v20201215/models.py +17 -0
  143. tencentcloud/iotvideo/v20211125/iotvideo_client.py +69 -0
  144. tencentcloud/iotvideo/v20211125/models.py +476 -0
  145. tencentcloud/iotvideoindustry/v20201201/iotvideoindustry_client.py +2 -2
  146. tencentcloud/iotvideoindustry/v20201201/models.py +30 -486
  147. tencentcloud/iss/v20230517/errorcodes.py +9 -0
  148. tencentcloud/iss/v20230517/iss_client.py +161 -0
  149. tencentcloud/iss/v20230517/models.py +1716 -743
  150. tencentcloud/kms/v20190118/models.py +101 -0
  151. tencentcloud/lcic/v20220817/errorcodes.py +2 -2
  152. tencentcloud/lcic/v20220817/lcic_client.py +47 -1
  153. tencentcloud/lcic/v20220817/models.py +357 -72
  154. tencentcloud/lighthouse/v20200324/errorcodes.py +12 -15
  155. tencentcloud/lighthouse/v20200324/lighthouse_client.py +39 -76
  156. tencentcloud/lighthouse/v20200324/models.py +237 -259
  157. tencentcloud/live/v20180801/models.py +61 -46
  158. tencentcloud/lke/v20231130/errorcodes.py +3 -0
  159. tencentcloud/lke/v20231130/lke_client.py +8 -29
  160. tencentcloud/lke/v20231130/models.py +561 -115
  161. tencentcloud/lkeap/v20240522/lkeap_client.py +33 -4
  162. tencentcloud/lkeap/v20240522/models.py +290 -18
  163. tencentcloud/lowcode/v20210108/errorcodes.py +3 -0
  164. tencentcloud/lowcode/v20210108/models.py +0 -2
  165. tencentcloud/mariadb/v20170312/models.py +155 -140
  166. tencentcloud/memcached/v20190318/models.py +2 -2
  167. tencentcloud/mmps/v20200710/models.py +0 -66
  168. tencentcloud/mna/v20210119/errorcodes.py +0 -36
  169. tencentcloud/mna/v20210119/mna_client.py +0 -75
  170. tencentcloud/mna/v20210119/models.py +0 -1002
  171. tencentcloud/mongodb/v20190725/models.py +115 -6
  172. tencentcloud/mongodb/v20190725/mongodb_client.py +23 -0
  173. tencentcloud/monitor/v20180724/errorcodes.py +3 -0
  174. tencentcloud/monitor/v20180724/models.py +1055 -74
  175. tencentcloud/monitor/v20180724/monitor_client.py +94 -2
  176. tencentcloud/mps/v20190612/errorcodes.py +36 -0
  177. tencentcloud/mps/v20190612/models.py +4866 -448
  178. tencentcloud/mps/v20190612/mps_client.py +208 -0
  179. tencentcloud/mqtt/v20240516/errorcodes.py +15 -0
  180. tencentcloud/mqtt/v20240516/models.py +705 -372
  181. tencentcloud/mqtt/v20240516/mqtt_client.py +4 -4
  182. tencentcloud/oceanus/v20190422/models.py +14 -2
  183. tencentcloud/ocr/v20181119/errorcodes.py +0 -12
  184. tencentcloud/ocr/v20181119/models.py +311 -1042
  185. tencentcloud/ocr/v20181119/ocr_client.py +5 -102
  186. tencentcloud/organization/v20210331/errorcodes.py +3 -0
  187. tencentcloud/organization/v20210331/models.py +45 -82
  188. tencentcloud/partners/v20180321/models.py +169 -0
  189. tencentcloud/partners/v20180321/partners_client.py +23 -0
  190. tencentcloud/postgres/v20170312/models.py +36 -328
  191. tencentcloud/postgres/v20170312/postgres_client.py +15 -5
  192. tencentcloud/privatedns/v20201028/models.py +36 -28
  193. tencentcloud/rce/v20201103/models.py +0 -15
  194. tencentcloud/redis/v20180412/models.py +233 -18
  195. tencentcloud/redis/v20180412/redis_client.py +23 -0
  196. tencentcloud/rum/v20210622/models.py +0 -2
  197. tencentcloud/ses/v20201002/models.py +32 -4
  198. tencentcloud/smop/v20201203/smop_client.py +3 -1
  199. tencentcloud/soe/v20180724/models.py +4 -2
  200. tencentcloud/sqlserver/v20180328/models.py +75 -0
  201. tencentcloud/ssl/v20191205/models.py +7 -319
  202. tencentcloud/ssm/v20190923/models.py +45 -0
  203. tencentcloud/sts/v20180813/errorcodes.py +9 -0
  204. tencentcloud/sts/v20180813/models.py +171 -0
  205. tencentcloud/sts/v20180813/sts_client.py +23 -0
  206. tencentcloud/svp/v20240125/errorcodes.py +3 -0
  207. tencentcloud/svp/v20240125/models.py +506 -44
  208. tencentcloud/svp/v20240125/svp_client.py +23 -0
  209. tencentcloud/tan/v20220420/tan_client.py +3 -1
  210. tencentcloud/tat/v20201028/errorcodes.py +12 -0
  211. tencentcloud/tat/v20201028/models.py +138 -42
  212. tencentcloud/tbaas/v20180416/models.py +0 -58
  213. tencentcloud/tcb/v20180608/errorcodes.py +3 -0
  214. tencentcloud/tcb/v20180608/models.py +189 -582
  215. tencentcloud/tcb/v20180608/tcb_client.py +23 -23
  216. tencentcloud/tcbr/v20220217/models.py +45 -0
  217. tencentcloud/tchd/v20230306/models.py +166 -0
  218. tencentcloud/tchd/v20230306/tchd_client.py +24 -0
  219. tencentcloud/tcr/v20190924/models.py +44 -174
  220. tencentcloud/tcss/v20201101/models.py +1458 -2066
  221. tencentcloud/tcss/v20201101/tcss_client.py +92 -125
  222. tencentcloud/tdid/v20210519/models.py +0 -10
  223. tencentcloud/tdmq/v20200217/models.py +405 -575
  224. tencentcloud/tdmq/v20200217/tdmq_client.py +12 -54
  225. tencentcloud/tds/v20220801/models.py +441 -0
  226. tencentcloud/tds/v20220801/tds_client.py +23 -0
  227. tencentcloud/tem/v20210701/models.py +0 -498
  228. tencentcloud/teo/v20220106/teo_client.py +6 -2
  229. tencentcloud/teo/v20220901/errorcodes.py +9 -0
  230. tencentcloud/teo/v20220901/models.py +1828 -472
  231. tencentcloud/teo/v20220901/teo_client.py +54 -4
  232. tencentcloud/thpc/v20211109/models.py +0 -6
  233. tencentcloud/thpc/v20220401/models.py +0 -14
  234. tencentcloud/thpc/v20230321/models.py +64 -52
  235. tencentcloud/tione/v20211111/errorcodes.py +114 -0
  236. tencentcloud/tione/v20211111/models.py +2288 -160
  237. tencentcloud/tione/v20211111/tione_client.py +138 -0
  238. tencentcloud/tiw/v20190919/errorcodes.py +3 -24
  239. tencentcloud/tiw/v20190919/models.py +3657 -8172
  240. tencentcloud/tiw/v20190919/tiw_client.py +1 -580
  241. tencentcloud/tke/v20180525/models.py +705 -721
  242. tencentcloud/tke/v20180525/tke_client.py +23 -0
  243. tencentcloud/tke/v20220501/models.py +0 -34
  244. tencentcloud/trocket/v20230308/models.py +1630 -160
  245. tencentcloud/trocket/v20230308/trocket_client.py +238 -0
  246. tencentcloud/trro/v20220325/models.py +1132 -44
  247. tencentcloud/trro/v20220325/trro_client.py +142 -0
  248. tencentcloud/trtc/v20190722/models.py +94 -90
  249. tencentcloud/trtc/v20190722/trtc_client.py +4 -0
  250. tencentcloud/tse/v20201207/models.py +90 -1010
  251. tencentcloud/tsf/v20180326/errorcodes.py +6 -0
  252. tencentcloud/tsf/v20180326/models.py +350 -582
  253. tencentcloud/tsf/v20180326/tsf_client.py +26 -1
  254. tencentcloud/tts/v20190823/models.py +15 -15
  255. tencentcloud/tts/v20190823/tts_client.py +6 -5
  256. tencentcloud/vclm/v20240523/models.py +2 -2
  257. tencentcloud/vcube/v20220410/models.py +66 -158
  258. tencentcloud/vcube/v20220410/vcube_client.py +2 -2
  259. tencentcloud/vdb/v20230616/models.py +1487 -29
  260. tencentcloud/vdb/v20230616/vdb_client.py +185 -1
  261. tencentcloud/vm/v20210922/models.py +2 -2
  262. tencentcloud/vm/v20210922/vm_client.py +16 -8
  263. tencentcloud/vod/v20180717/errorcodes.py +3 -0
  264. tencentcloud/vod/v20180717/models.py +106 -417
  265. tencentcloud/vod/v20180717/vod_client.py +2 -1
  266. tencentcloud/vod/v20240718/errorcodes.py +33 -0
  267. tencentcloud/vod/v20240718/models.py +1839 -0
  268. tencentcloud/vod/v20240718/vod_client.py +146 -0
  269. tencentcloud/vpc/v20170312/errorcodes.py +12 -0
  270. tencentcloud/vpc/v20170312/models.py +2052 -519
  271. tencentcloud/vpc/v20170312/vpc_client.py +229 -11
  272. tencentcloud/vrs/v20200824/models.py +49 -0
  273. tencentcloud/waf/v20180125/errorcodes.py +9 -0
  274. tencentcloud/waf/v20180125/models.py +4191 -0
  275. tencentcloud/waf/v20180125/waf_client.py +276 -0
  276. tencentcloud/wedata/v20210820/models.py +5404 -394
  277. tencentcloud/wedata/v20210820/wedata_client.py +161 -0
  278. tencentcloud/weilingwith/v20230427/models.py +0 -964
  279. tencentcloud/weilingwith/v20230427/weilingwith_client.py +3 -1
  280. {tencentcloud_sdk_python-3.0.1338.dist-info → tencentcloud_sdk_python-3.0.1372.dist-info}/METADATA +1 -1
  281. {tencentcloud_sdk_python-3.0.1338.dist-info → tencentcloud_sdk_python-3.0.1372.dist-info}/RECORD +284 -275
  282. {tencentcloud_sdk_python-3.0.1338.dist-info → tencentcloud_sdk_python-3.0.1372.dist-info}/LICENSE +0 -0
  283. {tencentcloud_sdk_python-3.0.1338.dist-info → tencentcloud_sdk_python-3.0.1372.dist-info}/WHEEL +0 -0
  284. {tencentcloud_sdk_python-3.0.1338.dist-info → tencentcloud_sdk_python-3.0.1372.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
@@ -198,6 +180,115 @@ class ApplicationInfo(AbstractModel):
198
180
 
199
181
 
200
182
 
183
+ class CreateApplicationRequest(AbstractModel):
184
+ """CreateApplication请求参数结构体
185
+
186
+ """
187
+
188
+ def __init__(self):
189
+ r"""
190
+ :param _InstanceId: 需要制作自定义应用的HAI实例ID
191
+ :type InstanceId: str
192
+ :param _ApplicationName: 自定义应用的应用名称
193
+ :type ApplicationName: str
194
+ :param _ApplicationDescription: 自定义应用的描述
195
+ :type ApplicationDescription: str
196
+ """
197
+ self._InstanceId = None
198
+ self._ApplicationName = None
199
+ self._ApplicationDescription = None
200
+
201
+ @property
202
+ def InstanceId(self):
203
+ """需要制作自定义应用的HAI实例ID
204
+ :rtype: str
205
+ """
206
+ return self._InstanceId
207
+
208
+ @InstanceId.setter
209
+ def InstanceId(self, InstanceId):
210
+ self._InstanceId = InstanceId
211
+
212
+ @property
213
+ def ApplicationName(self):
214
+ """自定义应用的应用名称
215
+ :rtype: str
216
+ """
217
+ return self._ApplicationName
218
+
219
+ @ApplicationName.setter
220
+ def ApplicationName(self, ApplicationName):
221
+ self._ApplicationName = ApplicationName
222
+
223
+ @property
224
+ def ApplicationDescription(self):
225
+ """自定义应用的描述
226
+ :rtype: str
227
+ """
228
+ return self._ApplicationDescription
229
+
230
+ @ApplicationDescription.setter
231
+ def ApplicationDescription(self, ApplicationDescription):
232
+ self._ApplicationDescription = ApplicationDescription
233
+
234
+
235
+ def _deserialize(self, params):
236
+ self._InstanceId = params.get("InstanceId")
237
+ self._ApplicationName = params.get("ApplicationName")
238
+ self._ApplicationDescription = params.get("ApplicationDescription")
239
+ memeber_set = set(params.keys())
240
+ for name, value in vars(self).items():
241
+ property_name = name[1:]
242
+ if property_name in memeber_set:
243
+ memeber_set.remove(property_name)
244
+ if len(memeber_set) > 0:
245
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
246
+
247
+
248
+
249
+ class CreateApplicationResponse(AbstractModel):
250
+ """CreateApplication返回参数结构体
251
+
252
+ """
253
+
254
+ def __init__(self):
255
+ r"""
256
+ :param _ApplicationId: HAI自定义应用ID
257
+ :type ApplicationId: str
258
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
259
+ :type RequestId: str
260
+ """
261
+ self._ApplicationId = None
262
+ self._RequestId = None
263
+
264
+ @property
265
+ def ApplicationId(self):
266
+ """HAI自定义应用ID
267
+ :rtype: str
268
+ """
269
+ return self._ApplicationId
270
+
271
+ @ApplicationId.setter
272
+ def ApplicationId(self, ApplicationId):
273
+ self._ApplicationId = ApplicationId
274
+
275
+ @property
276
+ def RequestId(self):
277
+ """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
278
+ :rtype: str
279
+ """
280
+ return self._RequestId
281
+
282
+ @RequestId.setter
283
+ def RequestId(self, RequestId):
284
+ self._RequestId = RequestId
285
+
286
+
287
+ def _deserialize(self, params):
288
+ self._ApplicationId = params.get("ApplicationId")
289
+ self._RequestId = params.get("RequestId")
290
+
291
+
201
292
  class CreateMuskPromptRequest(AbstractModel):
202
293
  """CreateMuskPrompt请求参数结构体
203
294
 
@@ -445,10 +536,8 @@ class DescribeApplicationsResponse(AbstractModel):
445
536
  def __init__(self):
446
537
  r"""
447
538
  :param _TotalCount: 应用总数
448
- 注意:此字段可能返回 null,表示取不到有效值。
449
539
  :type TotalCount: int
450
540
  :param _ApplicationSet: 分页返回的应用列表
451
- 注意:此字段可能返回 null,表示取不到有效值。
452
541
  :type ApplicationSet: list of ApplicationInfo
453
542
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
454
543
  :type RequestId: str
@@ -460,7 +549,6 @@ class DescribeApplicationsResponse(AbstractModel):
460
549
  @property
461
550
  def TotalCount(self):
462
551
  """应用总数
463
- 注意:此字段可能返回 null,表示取不到有效值。
464
552
  :rtype: int
465
553
  """
466
554
  return self._TotalCount
@@ -472,7 +560,6 @@ class DescribeApplicationsResponse(AbstractModel):
472
560
  @property
473
561
  def ApplicationSet(self):
474
562
  """分页返回的应用列表
475
- 注意:此字段可能返回 null,表示取不到有效值。
476
563
  :rtype: list of ApplicationInfo
477
564
  """
478
565
  return self._ApplicationSet
@@ -550,7 +637,6 @@ class DescribeInstanceNetworkStatusResponse(AbstractModel):
550
637
  :param _TotalCount: 查询结果集长度
551
638
  :type TotalCount: int
552
639
  :param _NetworkStatusSet: 查询结果集
553
- 注意:此字段可能返回 null,表示取不到有效值。
554
640
  :type NetworkStatusSet: list of NetworkStatus
555
641
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
556
642
  :type RequestId: str
@@ -573,7 +659,6 @@ class DescribeInstanceNetworkStatusResponse(AbstractModel):
573
659
  @property
574
660
  def NetworkStatusSet(self):
575
661
  """查询结果集
576
- 注意:此字段可能返回 null,表示取不到有效值。
577
662
  :rtype: list of NetworkStatus
578
663
  """
579
664
  return self._NetworkStatusSet
@@ -702,11 +787,9 @@ class DescribeInstancesResponse(AbstractModel):
702
787
  r"""
703
788
  :param _TotalCount: 实例总数
704
789
 
705
- 注意:此字段可能返回 null,表示取不到有效值。
706
790
  :type TotalCount: int
707
791
  :param _InstanceSet: 分页实例详情
708
792
 
709
- 注意:此字段可能返回 null,表示取不到有效值。
710
793
  :type InstanceSet: list of Instance
711
794
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
712
795
  :type RequestId: str
@@ -719,7 +802,6 @@ class DescribeInstancesResponse(AbstractModel):
719
802
  def TotalCount(self):
720
803
  """实例总数
721
804
 
722
- 注意:此字段可能返回 null,表示取不到有效值。
723
805
  :rtype: int
724
806
  """
725
807
  return self._TotalCount
@@ -732,7 +814,6 @@ class DescribeInstancesResponse(AbstractModel):
732
814
  def InstanceSet(self):
733
815
  """分页实例详情
734
816
 
735
- 注意:此字段可能返回 null,表示取不到有效值。
736
817
  :rtype: list of Instance
737
818
  """
738
819
  return self._InstanceSet
@@ -942,7 +1023,6 @@ class DescribeRegionsResponse(AbstractModel):
942
1023
  def __init__(self):
943
1024
  r"""
944
1025
  :param _RegionSet: 地域列表
945
- 注意:此字段可能返回 null,表示取不到有效值。
946
1026
  :type RegionSet: list of RegionInfo
947
1027
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
948
1028
  :type RequestId: str
@@ -953,7 +1033,6 @@ class DescribeRegionsResponse(AbstractModel):
953
1033
  @property
954
1034
  def RegionSet(self):
955
1035
  """地域列表
956
- 注意:此字段可能返回 null,表示取不到有效值。
957
1036
  :rtype: list of RegionInfo
958
1037
  """
959
1038
  return self._RegionSet
@@ -1028,7 +1107,6 @@ class DescribeScenesResponse(AbstractModel):
1028
1107
  def __init__(self):
1029
1108
  r"""
1030
1109
  :param _SceneSet: 场景详情
1031
- 注意:此字段可能返回 null,表示取不到有效值。
1032
1110
  :type SceneSet: list of SceneInfo
1033
1111
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1034
1112
  :type RequestId: str
@@ -1039,7 +1117,6 @@ class DescribeScenesResponse(AbstractModel):
1039
1117
  @property
1040
1118
  def SceneSet(self):
1041
1119
  """场景详情
1042
- 注意:此字段可能返回 null,表示取不到有效值。
1043
1120
  :rtype: list of SceneInfo
1044
1121
  """
1045
1122
  return self._SceneSet
@@ -1129,7 +1206,6 @@ class DescribeServiceLoginSettingsResponse(AbstractModel):
1129
1206
  def __init__(self):
1130
1207
  r"""
1131
1208
  :param _LoginSettings: 服务登录配置详情
1132
- 注意:此字段可能返回 null,表示取不到有效值。
1133
1209
  :type LoginSettings: list of LoginSetting
1134
1210
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1135
1211
  :type RequestId: str
@@ -1140,7 +1216,6 @@ class DescribeServiceLoginSettingsResponse(AbstractModel):
1140
1216
  @property
1141
1217
  def LoginSettings(self):
1142
1218
  """服务登录配置详情
1143
- 注意:此字段可能返回 null,表示取不到有效值。
1144
1219
  :rtype: list of LoginSetting
1145
1220
  """
1146
1221
  return self._LoginSettings
@@ -1393,7 +1468,6 @@ class InquirePriceRunInstancesResponse(AbstractModel):
1393
1468
  def __init__(self):
1394
1469
  r"""
1395
1470
  :param _Price: 发货参数对应的价格组合,当DryRun=True,会返回空
1396
- 注意:此字段可能返回 null,表示取不到有效值。
1397
1471
  :type Price: :class:`tencentcloud.hai.v20230812.models.Price`
1398
1472
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1399
1473
  :type RequestId: str
@@ -1404,7 +1478,6 @@ class InquirePriceRunInstancesResponse(AbstractModel):
1404
1478
  @property
1405
1479
  def Price(self):
1406
1480
  """发货参数对应的价格组合,当DryRun=True,会返回空
1407
- 注意:此字段可能返回 null,表示取不到有效值。
1408
1481
  :rtype: :class:`tencentcloud.hai.v20230812.models.Price`
1409
1482
  """
1410
1483
  return self._Price
@@ -1440,10 +1513,8 @@ class Instance(AbstractModel):
1440
1513
  def __init__(self):
1441
1514
  r"""
1442
1515
  :param _InstanceId: 实例id
1443
- 注意:此字段可能返回 null,表示取不到有效值。
1444
1516
  :type InstanceId: str
1445
1517
  :param _InstanceName: 实例名称
1446
- 注意:此字段可能返回 null,表示取不到有效值。
1447
1518
  :type InstanceName: str
1448
1519
  :param _InstanceState: 实例状态:
1449
1520
  PENDING:表示创建中
@@ -1453,73 +1524,53 @@ ARREARS:表示待回收
1453
1524
  STOPPED_NO_CHARGE:表示关机不收费
1454
1525
  TERMINATING:表示销毁中
1455
1526
  TERMINATED:表示已销毁
1456
- 注意:此字段可能返回 null,表示取不到有效值。
1457
1527
  :type InstanceState: str
1458
1528
  :param _ApplicationName: 应用名称
1459
1529
 
1460
- 注意:此字段可能返回 null,表示取不到有效值。
1461
1530
  :type ApplicationName: str
1462
1531
  :param _BundleName: 算力套餐名称
1463
1532
 
1464
- 注意:此字段可能返回 null,表示取不到有效值。
1465
1533
  :type BundleName: str
1466
1534
  :param _GPUCount: 实例所包含的GPU卡数
1467
- 注意:此字段可能返回 null,表示取不到有效值。
1468
1535
  :type GPUCount: int
1469
1536
  :param _GPUPerformance: 算力
1470
1537
 
1471
- 注意:此字段可能返回 null,表示取不到有效值。
1472
1538
  :type GPUPerformance: str
1473
1539
  :param _GPUMemory: 显存
1474
- 注意:此字段可能返回 null,表示取不到有效值。
1475
1540
  :type GPUMemory: str
1476
1541
  :param _CPU: CPU核数
1477
- 注意:此字段可能返回 null,表示取不到有效值。
1478
1542
  :type CPU: str
1479
1543
  :param _Memory: 内存
1480
1544
 
1481
- 注意:此字段可能返回 null,表示取不到有效值。
1482
1545
  :type Memory: str
1483
1546
  :param _SystemDisk: 系统盘数据
1484
- 注意:此字段可能返回 null,表示取不到有效值。
1485
1547
  :type SystemDisk: :class:`tencentcloud.hai.v20230812.models.SystemDisk`
1486
1548
  :param _PrivateIpAddresses: 内网ip地址
1487
- 注意:此字段可能返回 null,表示取不到有效值。
1488
1549
  :type PrivateIpAddresses: list of str
1489
1550
  :param _PublicIpAddresses: 公网ip地址
1490
- 注意:此字段可能返回 null,表示取不到有效值。
1491
1551
  :type PublicIpAddresses: list of str
1492
1552
  :param _SecurityGroupIds: 安全组ID
1493
1553
 
1494
- 注意:此字段可能返回 null,表示取不到有效值。
1495
1554
  :type SecurityGroupIds: list of str
1496
1555
  :param _LatestOperation: 实例最新操作
1497
- 注意:此字段可能返回 null,表示取不到有效值。
1498
1556
  :type LatestOperation: str
1499
1557
  :param _LatestOperationState: 实例最新操作状态:
1500
1558
  SUCCESS:表示操作成功
1501
1559
  OPERATING:表示操作执行中
1502
1560
  FAILED:表示操作失败
1503
1561
 
1504
- 注意:此字段可能返回 null,表示取不到有效值。
1505
1562
  :type LatestOperationState: str
1506
1563
  :param _CreateTime: 实例创建时间
1507
- 注意:此字段可能返回 null,表示取不到有效值。
1508
1564
  :type CreateTime: str
1509
1565
  :param _MaxOutBandwidth: 公网出带宽上限,默认10Mbps
1510
- 注意:此字段可能返回 null,表示取不到有效值。
1511
1566
  :type MaxOutBandwidth: str
1512
1567
  :param _MaxFreeTraffic: 每月免费流量,默认500G
1513
- 注意:此字段可能返回 null,表示取不到有效值。
1514
1568
  :type MaxFreeTraffic: str
1515
1569
  :param _ConfigurationEnvironment: 应用配置环境
1516
- 注意:此字段可能返回 null,表示取不到有效值。
1517
1570
  :type ConfigurationEnvironment: str
1518
1571
  :param _LoginServices: 实例包含的登录服务详情
1519
- 注意:此字段可能返回 null,表示取不到有效值。
1520
1572
  :type LoginServices: list of LoginService
1521
1573
  :param _OSType: 应用服务的操作系统类型
1522
- 注意:此字段可能返回 null,表示取不到有效值。
1523
1574
  :type OSType: str
1524
1575
  """
1525
1576
  self._InstanceId = None
@@ -1548,7 +1599,6 @@ FAILED:表示操作失败
1548
1599
  @property
1549
1600
  def InstanceId(self):
1550
1601
  """实例id
1551
- 注意:此字段可能返回 null,表示取不到有效值。
1552
1602
  :rtype: str
1553
1603
  """
1554
1604
  return self._InstanceId
@@ -1560,7 +1610,6 @@ FAILED:表示操作失败
1560
1610
  @property
1561
1611
  def InstanceName(self):
1562
1612
  """实例名称
1563
- 注意:此字段可能返回 null,表示取不到有效值。
1564
1613
  :rtype: str
1565
1614
  """
1566
1615
  return self._InstanceName
@@ -1579,7 +1628,6 @@ ARREARS:表示待回收
1579
1628
  STOPPED_NO_CHARGE:表示关机不收费
1580
1629
  TERMINATING:表示销毁中
1581
1630
  TERMINATED:表示已销毁
1582
- 注意:此字段可能返回 null,表示取不到有效值。
1583
1631
  :rtype: str
1584
1632
  """
1585
1633
  return self._InstanceState
@@ -1592,7 +1640,6 @@ TERMINATED:表示已销毁
1592
1640
  def ApplicationName(self):
1593
1641
  """应用名称
1594
1642
 
1595
- 注意:此字段可能返回 null,表示取不到有效值。
1596
1643
  :rtype: str
1597
1644
  """
1598
1645
  return self._ApplicationName
@@ -1605,7 +1652,6 @@ TERMINATED:表示已销毁
1605
1652
  def BundleName(self):
1606
1653
  """算力套餐名称
1607
1654
 
1608
- 注意:此字段可能返回 null,表示取不到有效值。
1609
1655
  :rtype: str
1610
1656
  """
1611
1657
  return self._BundleName
@@ -1617,7 +1663,6 @@ TERMINATED:表示已销毁
1617
1663
  @property
1618
1664
  def GPUCount(self):
1619
1665
  """实例所包含的GPU卡数
1620
- 注意:此字段可能返回 null,表示取不到有效值。
1621
1666
  :rtype: int
1622
1667
  """
1623
1668
  return self._GPUCount
@@ -1630,7 +1675,6 @@ TERMINATED:表示已销毁
1630
1675
  def GPUPerformance(self):
1631
1676
  """算力
1632
1677
 
1633
- 注意:此字段可能返回 null,表示取不到有效值。
1634
1678
  :rtype: str
1635
1679
  """
1636
1680
  return self._GPUPerformance
@@ -1642,7 +1686,6 @@ TERMINATED:表示已销毁
1642
1686
  @property
1643
1687
  def GPUMemory(self):
1644
1688
  """显存
1645
- 注意:此字段可能返回 null,表示取不到有效值。
1646
1689
  :rtype: str
1647
1690
  """
1648
1691
  return self._GPUMemory
@@ -1654,7 +1697,6 @@ TERMINATED:表示已销毁
1654
1697
  @property
1655
1698
  def CPU(self):
1656
1699
  """CPU核数
1657
- 注意:此字段可能返回 null,表示取不到有效值。
1658
1700
  :rtype: str
1659
1701
  """
1660
1702
  return self._CPU
@@ -1667,7 +1709,6 @@ TERMINATED:表示已销毁
1667
1709
  def Memory(self):
1668
1710
  """内存
1669
1711
 
1670
- 注意:此字段可能返回 null,表示取不到有效值。
1671
1712
  :rtype: str
1672
1713
  """
1673
1714
  return self._Memory
@@ -1679,7 +1720,6 @@ TERMINATED:表示已销毁
1679
1720
  @property
1680
1721
  def SystemDisk(self):
1681
1722
  """系统盘数据
1682
- 注意:此字段可能返回 null,表示取不到有效值。
1683
1723
  :rtype: :class:`tencentcloud.hai.v20230812.models.SystemDisk`
1684
1724
  """
1685
1725
  return self._SystemDisk
@@ -1691,7 +1731,6 @@ TERMINATED:表示已销毁
1691
1731
  @property
1692
1732
  def PrivateIpAddresses(self):
1693
1733
  """内网ip地址
1694
- 注意:此字段可能返回 null,表示取不到有效值。
1695
1734
  :rtype: list of str
1696
1735
  """
1697
1736
  return self._PrivateIpAddresses
@@ -1703,7 +1742,6 @@ TERMINATED:表示已销毁
1703
1742
  @property
1704
1743
  def PublicIpAddresses(self):
1705
1744
  """公网ip地址
1706
- 注意:此字段可能返回 null,表示取不到有效值。
1707
1745
  :rtype: list of str
1708
1746
  """
1709
1747
  return self._PublicIpAddresses
@@ -1716,7 +1754,6 @@ TERMINATED:表示已销毁
1716
1754
  def SecurityGroupIds(self):
1717
1755
  """安全组ID
1718
1756
 
1719
- 注意:此字段可能返回 null,表示取不到有效值。
1720
1757
  :rtype: list of str
1721
1758
  """
1722
1759
  return self._SecurityGroupIds
@@ -1728,7 +1765,6 @@ TERMINATED:表示已销毁
1728
1765
  @property
1729
1766
  def LatestOperation(self):
1730
1767
  """实例最新操作
1731
- 注意:此字段可能返回 null,表示取不到有效值。
1732
1768
  :rtype: str
1733
1769
  """
1734
1770
  return self._LatestOperation
@@ -1744,7 +1780,6 @@ SUCCESS:表示操作成功
1744
1780
  OPERATING:表示操作执行中
1745
1781
  FAILED:表示操作失败
1746
1782
 
1747
- 注意:此字段可能返回 null,表示取不到有效值。
1748
1783
  :rtype: str
1749
1784
  """
1750
1785
  return self._LatestOperationState
@@ -1756,7 +1791,6 @@ FAILED:表示操作失败
1756
1791
  @property
1757
1792
  def CreateTime(self):
1758
1793
  """实例创建时间
1759
- 注意:此字段可能返回 null,表示取不到有效值。
1760
1794
  :rtype: str
1761
1795
  """
1762
1796
  return self._CreateTime
@@ -1768,7 +1802,6 @@ FAILED:表示操作失败
1768
1802
  @property
1769
1803
  def MaxOutBandwidth(self):
1770
1804
  """公网出带宽上限,默认10Mbps
1771
- 注意:此字段可能返回 null,表示取不到有效值。
1772
1805
  :rtype: str
1773
1806
  """
1774
1807
  return self._MaxOutBandwidth
@@ -1780,7 +1813,6 @@ FAILED:表示操作失败
1780
1813
  @property
1781
1814
  def MaxFreeTraffic(self):
1782
1815
  """每月免费流量,默认500G
1783
- 注意:此字段可能返回 null,表示取不到有效值。
1784
1816
  :rtype: str
1785
1817
  """
1786
1818
  return self._MaxFreeTraffic
@@ -1792,7 +1824,6 @@ FAILED:表示操作失败
1792
1824
  @property
1793
1825
  def ConfigurationEnvironment(self):
1794
1826
  """应用配置环境
1795
- 注意:此字段可能返回 null,表示取不到有效值。
1796
1827
  :rtype: str
1797
1828
  """
1798
1829
  return self._ConfigurationEnvironment
@@ -1804,7 +1835,6 @@ FAILED:表示操作失败
1804
1835
  @property
1805
1836
  def LoginServices(self):
1806
1837
  """实例包含的登录服务详情
1807
- 注意:此字段可能返回 null,表示取不到有效值。
1808
1838
  :rtype: list of LoginService
1809
1839
  """
1810
1840
  return self._LoginServices
@@ -1816,7 +1846,6 @@ FAILED:表示操作失败
1816
1846
  @property
1817
1847
  def OSType(self):
1818
1848
  """应用服务的操作系统类型
1819
- 注意:此字段可能返回 null,表示取不到有效值。
1820
1849
  :rtype: str
1821
1850
  """
1822
1851
  return self._OSType
@@ -1950,20 +1979,15 @@ class ItemPrice(AbstractModel):
1950
1979
  def __init__(self):
1951
1980
  r"""
1952
1981
  :param _UnitPrice: 原单价
1953
- 注意:此字段可能返回 null,表示取不到有效值。
1954
1982
  :type UnitPrice: float
1955
1983
  :param _DiscountUnitPrice: 折扣后单价
1956
- 注意:此字段可能返回 null,表示取不到有效值。
1957
1984
  :type DiscountUnitPrice: float
1958
1985
  :param _Discount: 折扣
1959
- 注意:此字段可能返回 null,表示取不到有效值。
1960
1986
  :type Discount: float
1961
1987
  :param _ChargeUnit: 单位:时/月
1962
1988
 
1963
- 注意:此字段可能返回 null,表示取不到有效值。
1964
1989
  :type ChargeUnit: str
1965
1990
  :param _Amount: 商品数量
1966
- 注意:此字段可能返回 null,表示取不到有效值。
1967
1991
  :type Amount: int
1968
1992
  """
1969
1993
  self._UnitPrice = None
@@ -1975,7 +1999,6 @@ class ItemPrice(AbstractModel):
1975
1999
  @property
1976
2000
  def UnitPrice(self):
1977
2001
  """原单价
1978
- 注意:此字段可能返回 null,表示取不到有效值。
1979
2002
  :rtype: float
1980
2003
  """
1981
2004
  return self._UnitPrice
@@ -1987,7 +2010,6 @@ class ItemPrice(AbstractModel):
1987
2010
  @property
1988
2011
  def DiscountUnitPrice(self):
1989
2012
  """折扣后单价
1990
- 注意:此字段可能返回 null,表示取不到有效值。
1991
2013
  :rtype: float
1992
2014
  """
1993
2015
  return self._DiscountUnitPrice
@@ -1999,7 +2021,6 @@ class ItemPrice(AbstractModel):
1999
2021
  @property
2000
2022
  def Discount(self):
2001
2023
  """折扣
2002
- 注意:此字段可能返回 null,表示取不到有效值。
2003
2024
  :rtype: float
2004
2025
  """
2005
2026
  return self._Discount
@@ -2012,7 +2033,6 @@ class ItemPrice(AbstractModel):
2012
2033
  def ChargeUnit(self):
2013
2034
  """单位:时/月
2014
2035
 
2015
- 注意:此字段可能返回 null,表示取不到有效值。
2016
2036
  :rtype: str
2017
2037
  """
2018
2038
  return self._ChargeUnit
@@ -2024,7 +2044,6 @@ class ItemPrice(AbstractModel):
2024
2044
  @property
2025
2045
  def Amount(self):
2026
2046
  """商品数量
2027
- 注意:此字段可能返回 null,表示取不到有效值。
2028
2047
  :rtype: int
2029
2048
  """
2030
2049
  return self._Amount
@@ -2058,16 +2077,12 @@ class ItemPriceDetail(AbstractModel):
2058
2077
  def __init__(self):
2059
2078
  r"""
2060
2079
  :param _InstanceId: 实例id
2061
- 注意:此字段可能返回 null,表示取不到有效值。
2062
2080
  :type InstanceId: str
2063
2081
  :param _InstancePrice: 实例价格详情
2064
- 注意:此字段可能返回 null,表示取不到有效值。
2065
2082
  :type InstancePrice: :class:`tencentcloud.hai.v20230812.models.ItemPrice`
2066
2083
  :param _CloudDiskPrice: 磁盘价格详情
2067
- 注意:此字段可能返回 null,表示取不到有效值。
2068
2084
  :type CloudDiskPrice: :class:`tencentcloud.hai.v20230812.models.ItemPrice`
2069
2085
  :param _InstanceTotalPrice: 该实例的总价钱
2070
- 注意:此字段可能返回 null,表示取不到有效值。
2071
2086
  :type InstanceTotalPrice: :class:`tencentcloud.hai.v20230812.models.ItemPrice`
2072
2087
  """
2073
2088
  self._InstanceId = None
@@ -2078,7 +2093,6 @@ class ItemPriceDetail(AbstractModel):
2078
2093
  @property
2079
2094
  def InstanceId(self):
2080
2095
  """实例id
2081
- 注意:此字段可能返回 null,表示取不到有效值。
2082
2096
  :rtype: str
2083
2097
  """
2084
2098
  return self._InstanceId
@@ -2090,7 +2104,6 @@ class ItemPriceDetail(AbstractModel):
2090
2104
  @property
2091
2105
  def InstancePrice(self):
2092
2106
  """实例价格详情
2093
- 注意:此字段可能返回 null,表示取不到有效值。
2094
2107
  :rtype: :class:`tencentcloud.hai.v20230812.models.ItemPrice`
2095
2108
  """
2096
2109
  return self._InstancePrice
@@ -2102,7 +2115,6 @@ class ItemPriceDetail(AbstractModel):
2102
2115
  @property
2103
2116
  def CloudDiskPrice(self):
2104
2117
  """磁盘价格详情
2105
- 注意:此字段可能返回 null,表示取不到有效值。
2106
2118
  :rtype: :class:`tencentcloud.hai.v20230812.models.ItemPrice`
2107
2119
  """
2108
2120
  return self._CloudDiskPrice
@@ -2114,7 +2126,6 @@ class ItemPriceDetail(AbstractModel):
2114
2126
  @property
2115
2127
  def InstanceTotalPrice(self):
2116
2128
  """该实例的总价钱
2117
- 注意:此字段可能返回 null,表示取不到有效值。
2118
2129
  :rtype: :class:`tencentcloud.hai.v20230812.models.ItemPrice`
2119
2130
  """
2120
2131
  return self._InstanceTotalPrice
@@ -2153,7 +2164,6 @@ class LoginService(AbstractModel):
2153
2164
  def __init__(self):
2154
2165
  r"""
2155
2166
  :param _ServiceName: 登录方式名称
2156
- 注意:此字段可能返回 null,表示取不到有效值。
2157
2167
  :type ServiceName: str
2158
2168
  """
2159
2169
  self._ServiceName = None
@@ -2161,7 +2171,6 @@ class LoginService(AbstractModel):
2161
2171
  @property
2162
2172
  def ServiceName(self):
2163
2173
  """登录方式名称
2164
- 注意:此字段可能返回 null,表示取不到有效值。
2165
2174
  :rtype: str
2166
2175
  """
2167
2176
  return self._ServiceName
@@ -2191,10 +2200,8 @@ class LoginSetting(AbstractModel):
2191
2200
  def __init__(self):
2192
2201
  r"""
2193
2202
  :param _ServiceName: 服务名称
2194
- 注意:此字段可能返回 null,表示取不到有效值。
2195
2203
  :type ServiceName: str
2196
2204
  :param _Url: 服务登录url
2197
- 注意:此字段可能返回 null,表示取不到有效值。
2198
2205
  :type Url: str
2199
2206
  """
2200
2207
  self._ServiceName = None
@@ -2203,7 +2210,6 @@ class LoginSetting(AbstractModel):
2203
2210
  @property
2204
2211
  def ServiceName(self):
2205
2212
  """服务名称
2206
- 注意:此字段可能返回 null,表示取不到有效值。
2207
2213
  :rtype: str
2208
2214
  """
2209
2215
  return self._ServiceName
@@ -2215,7 +2221,6 @@ class LoginSetting(AbstractModel):
2215
2221
  @property
2216
2222
  def Url(self):
2217
2223
  """服务登录url
2218
- 注意:此字段可能返回 null,表示取不到有效值。
2219
2224
  :rtype: str
2220
2225
  """
2221
2226
  return self._Url
@@ -2408,7 +2413,6 @@ class NetworkStatus(AbstractModel):
2408
2413
  def __init__(self):
2409
2414
  r"""
2410
2415
  :param _InstanceId: HAI 的实例 ID
2411
- 注意:此字段可能返回 null,表示取不到有效值。
2412
2416
  :type InstanceId: str
2413
2417
  :param _AddressIp: 公网 IP 地址
2414
2418
  注意:此字段可能返回 null,表示取不到有效值。
@@ -2417,10 +2421,8 @@ class NetworkStatus(AbstractModel):
2417
2421
  注意:此字段可能返回 null,表示取不到有效值。
2418
2422
  :type Bandwidth: int
2419
2423
  :param _TotalTrafficAmount: 流量包总量,单位GB
2420
- 注意:此字段可能返回 null,表示取不到有效值。
2421
2424
  :type TotalTrafficAmount: float
2422
2425
  :param _RemainingTrafficAmount: 流量包剩余量,单位GB
2423
- 注意:此字段可能返回 null,表示取不到有效值。
2424
2426
  :type RemainingTrafficAmount: float
2425
2427
  """
2426
2428
  self._InstanceId = None
@@ -2432,7 +2434,6 @@ class NetworkStatus(AbstractModel):
2432
2434
  @property
2433
2435
  def InstanceId(self):
2434
2436
  """HAI 的实例 ID
2435
- 注意:此字段可能返回 null,表示取不到有效值。
2436
2437
  :rtype: str
2437
2438
  """
2438
2439
  return self._InstanceId
@@ -2468,7 +2469,6 @@ class NetworkStatus(AbstractModel):
2468
2469
  @property
2469
2470
  def TotalTrafficAmount(self):
2470
2471
  """流量包总量,单位GB
2471
- 注意:此字段可能返回 null,表示取不到有效值。
2472
2472
  :rtype: float
2473
2473
  """
2474
2474
  return self._TotalTrafficAmount
@@ -2480,7 +2480,6 @@ class NetworkStatus(AbstractModel):
2480
2480
  @property
2481
2481
  def RemainingTrafficAmount(self):
2482
2482
  """流量包剩余量,单位GB
2483
- 注意:此字段可能返回 null,表示取不到有效值。
2484
2483
  :rtype: float
2485
2484
  """
2486
2485
  return self._RemainingTrafficAmount
@@ -2514,13 +2513,10 @@ class Price(AbstractModel):
2514
2513
  def __init__(self):
2515
2514
  r"""
2516
2515
  :param _InstancePrice: 实例价格信息
2517
- 注意:此字段可能返回 null,表示取不到有效值。
2518
2516
  :type InstancePrice: :class:`tencentcloud.hai.v20230812.models.ItemPrice`
2519
2517
  :param _CloudDiskPrice: 云盘价格信息
2520
- 注意:此字段可能返回 null,表示取不到有效值。
2521
2518
  :type CloudDiskPrice: :class:`tencentcloud.hai.v20230812.models.ItemPrice`
2522
2519
  :param _PriceDetailSet: 分实例价格
2523
- 注意:此字段可能返回 null,表示取不到有效值。
2524
2520
  :type PriceDetailSet: list of ItemPriceDetail
2525
2521
  """
2526
2522
  self._InstancePrice = None
@@ -2530,7 +2526,6 @@ class Price(AbstractModel):
2530
2526
  @property
2531
2527
  def InstancePrice(self):
2532
2528
  """实例价格信息
2533
- 注意:此字段可能返回 null,表示取不到有效值。
2534
2529
  :rtype: :class:`tencentcloud.hai.v20230812.models.ItemPrice`
2535
2530
  """
2536
2531
  return self._InstancePrice
@@ -2542,7 +2537,6 @@ class Price(AbstractModel):
2542
2537
  @property
2543
2538
  def CloudDiskPrice(self):
2544
2539
  """云盘价格信息
2545
- 注意:此字段可能返回 null,表示取不到有效值。
2546
2540
  :rtype: :class:`tencentcloud.hai.v20230812.models.ItemPrice`
2547
2541
  """
2548
2542
  return self._CloudDiskPrice
@@ -2554,7 +2548,6 @@ class Price(AbstractModel):
2554
2548
  @property
2555
2549
  def PriceDetailSet(self):
2556
2550
  """分实例价格
2557
- 注意:此字段可能返回 null,表示取不到有效值。
2558
2551
  :rtype: list of ItemPriceDetail
2559
2552
  """
2560
2553
  return self._PriceDetailSet
@@ -2596,19 +2589,15 @@ class RegionInfo(AbstractModel):
2596
2589
  r"""
2597
2590
  :param _Region: ap-guangzhou
2598
2591
 
2599
- 注意:此字段可能返回 null,表示取不到有效值。
2600
2592
  :type Region: str
2601
2593
  :param _RegionName: 华南地区(广州)
2602
- 注意:此字段可能返回 null,表示取不到有效值。
2603
2594
  :type RegionName: str
2604
2595
  :param _RegionState: 地域是否可用状态
2605
2596
  AVAILABLE:可用
2606
2597
 
2607
- 注意:此字段可能返回 null,表示取不到有效值。
2608
2598
  :type RegionState: str
2609
2599
  :param _ScholarRocketSupportState: 学术加速是否支持:
2610
2600
  NO_NEED_SUPPORT表示不需支持;NOT_SUPPORT_YET表示暂未支持;ALREADY_SUPPORT表示已经支持。对于ALREADY_SUPPORT的地域才需进一步调用DescribeScholarRocketStatus查看学术加速是开启还是关闭
2611
- 注意:此字段可能返回 null,表示取不到有效值。
2612
2601
  :type ScholarRocketSupportState: str
2613
2602
  """
2614
2603
  self._Region = None
@@ -2620,7 +2609,6 @@ NO_NEED_SUPPORT表示不需支持;NOT_SUPPORT_YET表示暂未支持;ALREADY_
2620
2609
  def Region(self):
2621
2610
  """ap-guangzhou
2622
2611
 
2623
- 注意:此字段可能返回 null,表示取不到有效值。
2624
2612
  :rtype: str
2625
2613
  """
2626
2614
  return self._Region
@@ -2632,7 +2620,6 @@ NO_NEED_SUPPORT表示不需支持;NOT_SUPPORT_YET表示暂未支持;ALREADY_
2632
2620
  @property
2633
2621
  def RegionName(self):
2634
2622
  """华南地区(广州)
2635
- 注意:此字段可能返回 null,表示取不到有效值。
2636
2623
  :rtype: str
2637
2624
  """
2638
2625
  return self._RegionName
@@ -2646,7 +2633,6 @@ NO_NEED_SUPPORT表示不需支持;NOT_SUPPORT_YET表示暂未支持;ALREADY_
2646
2633
  """地域是否可用状态
2647
2634
  AVAILABLE:可用
2648
2635
 
2649
- 注意:此字段可能返回 null,表示取不到有效值。
2650
2636
  :rtype: str
2651
2637
  """
2652
2638
  return self._RegionState
@@ -2659,7 +2645,6 @@ AVAILABLE:可用
2659
2645
  def ScholarRocketSupportState(self):
2660
2646
  """学术加速是否支持:
2661
2647
  NO_NEED_SUPPORT表示不需支持;NOT_SUPPORT_YET表示暂未支持;ALREADY_SUPPORT表示已经支持。对于ALREADY_SUPPORT的地域才需进一步调用DescribeScholarRocketStatus查看学术加速是开启还是关闭
2662
- 注意:此字段可能返回 null,表示取不到有效值。
2663
2648
  :rtype: str
2664
2649
  """
2665
2650
  return self._ScholarRocketSupportState
@@ -2864,11 +2849,9 @@ class SceneInfo(AbstractModel):
2864
2849
  r"""
2865
2850
  :param _SceneId: 场景id
2866
2851
 
2867
- 注意:此字段可能返回 null,表示取不到有效值。
2868
2852
  :type SceneId: str
2869
2853
  :param _SceneName: 场景名
2870
2854
 
2871
- 注意:此字段可能返回 null,表示取不到有效值。
2872
2855
  :type SceneName: str
2873
2856
  """
2874
2857
  self._SceneId = None
@@ -2878,7 +2861,6 @@ class SceneInfo(AbstractModel):
2878
2861
  def SceneId(self):
2879
2862
  """场景id
2880
2863
 
2881
- 注意:此字段可能返回 null,表示取不到有效值。
2882
2864
  :rtype: str
2883
2865
  """
2884
2866
  return self._SceneId
@@ -2891,7 +2873,6 @@ class SceneInfo(AbstractModel):
2891
2873
  def SceneName(self):
2892
2874
  """场景名
2893
2875
 
2894
- 注意:此字段可能返回 null,表示取不到有效值。
2895
2876
  :rtype: str
2896
2877
  """
2897
2878
  return self._SceneName
@@ -3128,14 +3109,11 @@ class SystemDisk(AbstractModel):
3128
3109
 
3129
3110
  def __init__(self):
3130
3111
  r"""
3131
- :param _DiskType: 系统盘类型。系统盘类型限制详见[存储概述](https://cloud.tencent.com/document/product/213/4952)。取值范围:<br><li>LOCAL_BASIC:本地硬盘<br><li>LOCAL_SSD:本地SSD硬盘<br><li>CLOUD_BASIC:普通云硬盘<br><li>CLOUD_SSD:SSD云硬盘<br><li>CLOUD_PREMIUM:高性能云硬盘<br><li>CLOUD_BSSD:通用性SSD云硬盘<br><br>默认取值:当前有库存的硬盘类型。
3132
- 注意:此字段可能返回 null,表示取不到有效值。
3112
+ :param _DiskType: 系统盘类型。取值范围:<li>CLOUD_PREMIUM:高性能云硬盘</li><li>CLOUD_HSSD:增强型SSD云盘</li>默认取值:当前有库存的硬盘类型。
3133
3113
  :type DiskType: str
3134
3114
  :param _DiskSize: 系统盘大小,单位:GB。默认值为 80
3135
- 注意:此字段可能返回 null,表示取不到有效值。
3136
3115
  :type DiskSize: int
3137
3116
  :param _DiskName: 系统盘分区盘符
3138
- 注意:此字段可能返回 null,表示取不到有效值。
3139
3117
  :type DiskName: str
3140
3118
  """
3141
3119
  self._DiskType = None
@@ -3144,8 +3122,7 @@ class SystemDisk(AbstractModel):
3144
3122
 
3145
3123
  @property
3146
3124
  def DiskType(self):
3147
- """系统盘类型。系统盘类型限制详见[存储概述](https://cloud.tencent.com/document/product/213/4952)。取值范围:<br><li>LOCAL_BASIC:本地硬盘<br><li>LOCAL_SSD:本地SSD硬盘<br><li>CLOUD_BASIC:普通云硬盘<br><li>CLOUD_SSD:SSD云硬盘<br><li>CLOUD_PREMIUM:高性能云硬盘<br><li>CLOUD_BSSD:通用性SSD云硬盘<br><br>默认取值:当前有库存的硬盘类型。
3148
- 注意:此字段可能返回 null,表示取不到有效值。
3125
+ """系统盘类型。取值范围:<li>CLOUD_PREMIUM:高性能云硬盘</li><li>CLOUD_HSSD:增强型SSD云盘</li>默认取值:当前有库存的硬盘类型。
3149
3126
  :rtype: str
3150
3127
  """
3151
3128
  return self._DiskType
@@ -3157,7 +3134,6 @@ class SystemDisk(AbstractModel):
3157
3134
  @property
3158
3135
  def DiskSize(self):
3159
3136
  """系统盘大小,单位:GB。默认值为 80
3160
- 注意:此字段可能返回 null,表示取不到有效值。
3161
3137
  :rtype: int
3162
3138
  """
3163
3139
  return self._DiskSize
@@ -3169,7 +3145,6 @@ class SystemDisk(AbstractModel):
3169
3145
  @property
3170
3146
  def DiskName(self):
3171
3147
  """系统盘分区盘符
3172
- 注意:此字段可能返回 null,表示取不到有效值。
3173
3148
  :rtype: str
3174
3149
  """
3175
3150
  return self._DiskName