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
@@ -1465,24 +1465,13 @@ class CbsVolume(AbstractModel):
1465
1465
 
1466
1466
  def __init__(self):
1467
1467
  r"""
1468
- :param _Name: cbs volume 数据卷名称
1469
- :type Name: str
1470
1468
  :param _CbsDiskId: 腾讯云cbs盘Id
1471
1469
  :type CbsDiskId: str
1470
+ :param _Name: cbs volume 数据卷名称
1471
+ :type Name: str
1472
1472
  """
1473
- self._Name = None
1474
1473
  self._CbsDiskId = None
1475
-
1476
- @property
1477
- def Name(self):
1478
- """cbs volume 数据卷名称
1479
- :rtype: str
1480
- """
1481
- return self._Name
1482
-
1483
- @Name.setter
1484
- def Name(self, Name):
1485
- self._Name = Name
1474
+ self._Name = None
1486
1475
 
1487
1476
  @property
1488
1477
  def CbsDiskId(self):
@@ -1495,10 +1484,21 @@ class CbsVolume(AbstractModel):
1495
1484
  def CbsDiskId(self, CbsDiskId):
1496
1485
  self._CbsDiskId = CbsDiskId
1497
1486
 
1487
+ @property
1488
+ def Name(self):
1489
+ """cbs volume 数据卷名称
1490
+ :rtype: str
1491
+ """
1492
+ return self._Name
1493
+
1494
+ @Name.setter
1495
+ def Name(self, Name):
1496
+ self._Name = Name
1497
+
1498
1498
 
1499
1499
  def _deserialize(self, params):
1500
- self._Name = params.get("Name")
1501
1500
  self._CbsDiskId = params.get("CbsDiskId")
1501
+ self._Name = params.get("Name")
1502
1502
  memeber_set = set(params.keys())
1503
1503
  for name, value in vars(self).items():
1504
1504
  property_name = name[1:]
@@ -3369,16 +3369,12 @@ class ClusterCondition(AbstractModel):
3369
3369
  :param _Status: 集群创建过程状态
3370
3370
  :type Status: str
3371
3371
  :param _LastProbeTime: 最后一次探测到该状态的时间
3372
- 注意:此字段可能返回 null,表示取不到有效值。
3373
3372
  :type LastProbeTime: str
3374
3373
  :param _LastTransitionTime: 最后一次转换到该过程的时间
3375
- 注意:此字段可能返回 null,表示取不到有效值。
3376
3374
  :type LastTransitionTime: str
3377
3375
  :param _Reason: 转换到该过程的简明原因
3378
- 注意:此字段可能返回 null,表示取不到有效值。
3379
3376
  :type Reason: str
3380
3377
  :param _Message: 转换到该过程的更多信息
3381
- 注意:此字段可能返回 null,表示取不到有效值。
3382
3378
  :type Message: str
3383
3379
  """
3384
3380
  self._Type = None
@@ -3413,7 +3409,6 @@ class ClusterCondition(AbstractModel):
3413
3409
  @property
3414
3410
  def LastProbeTime(self):
3415
3411
  """最后一次探测到该状态的时间
3416
- 注意:此字段可能返回 null,表示取不到有效值。
3417
3412
  :rtype: str
3418
3413
  """
3419
3414
  return self._LastProbeTime
@@ -3425,7 +3420,6 @@ class ClusterCondition(AbstractModel):
3425
3420
  @property
3426
3421
  def LastTransitionTime(self):
3427
3422
  """最后一次转换到该过程的时间
3428
- 注意:此字段可能返回 null,表示取不到有效值。
3429
3423
  :rtype: str
3430
3424
  """
3431
3425
  return self._LastTransitionTime
@@ -3437,7 +3431,6 @@ class ClusterCondition(AbstractModel):
3437
3431
  @property
3438
3432
  def Reason(self):
3439
3433
  """转换到该过程的简明原因
3440
- 注意:此字段可能返回 null,表示取不到有效值。
3441
3434
  :rtype: str
3442
3435
  """
3443
3436
  return self._Reason
@@ -3449,7 +3442,6 @@ class ClusterCondition(AbstractModel):
3449
3442
  @property
3450
3443
  def Message(self):
3451
3444
  """转换到该过程的更多信息
3452
- 注意:此字段可能返回 null,表示取不到有效值。
3453
3445
  :rtype: str
3454
3446
  """
3455
3447
  return self._Message
@@ -3624,7 +3616,6 @@ class ClusterInternalLB(AbstractModel):
3624
3616
  def __init__(self):
3625
3617
  r"""
3626
3618
  :param _Enabled: 是否开启内网访问LB
3627
- 注意:此字段可能返回 null,表示取不到有效值。
3628
3619
  :type Enabled: bool
3629
3620
  :param _SubnetId: 内网访问LB关联的子网Id
3630
3621
  注意:此字段可能返回 null,表示取不到有效值。
@@ -3636,7 +3627,6 @@ class ClusterInternalLB(AbstractModel):
3636
3627
  @property
3637
3628
  def Enabled(self):
3638
3629
  """是否开启内网访问LB
3639
- 注意:此字段可能返回 null,表示取不到有效值。
3640
3630
  :rtype: bool
3641
3631
  """
3642
3632
  return self._Enabled
@@ -4277,19 +4267,14 @@ class ClusterPublicLB(AbstractModel):
4277
4267
  def __init__(self):
4278
4268
  r"""
4279
4269
  :param _Enabled: 是否开启公网访问LB
4280
- 注意:此字段可能返回 null,表示取不到有效值。
4281
4270
  :type Enabled: bool
4282
4271
  :param _AllowFromCidrs: 允许访问的来源CIDR列表
4283
- 注意:此字段可能返回 null,表示取不到有效值。
4284
4272
  :type AllowFromCidrs: list of str
4285
4273
  :param _SecurityPolicies: 安全策略放通单个IP或CIDR(例如: "192.168.1.0/24",默认为拒绝所有)
4286
- 注意:此字段可能返回 null,表示取不到有效值。
4287
4274
  :type SecurityPolicies: list of str
4288
4275
  :param _ExtraParam: 外网访问相关的扩展参数,格式为json
4289
- 注意:此字段可能返回 null,表示取不到有效值。
4290
4276
  :type ExtraParam: str
4291
4277
  :param _SecurityGroup: 新内外网功能,需要传递安全组
4292
- 注意:此字段可能返回 null,表示取不到有效值。
4293
4278
  :type SecurityGroup: str
4294
4279
  """
4295
4280
  self._Enabled = None
@@ -4301,7 +4286,6 @@ class ClusterPublicLB(AbstractModel):
4301
4286
  @property
4302
4287
  def Enabled(self):
4303
4288
  """是否开启公网访问LB
4304
- 注意:此字段可能返回 null,表示取不到有效值。
4305
4289
  :rtype: bool
4306
4290
  """
4307
4291
  return self._Enabled
@@ -4313,7 +4297,6 @@ class ClusterPublicLB(AbstractModel):
4313
4297
  @property
4314
4298
  def AllowFromCidrs(self):
4315
4299
  """允许访问的来源CIDR列表
4316
- 注意:此字段可能返回 null,表示取不到有效值。
4317
4300
  :rtype: list of str
4318
4301
  """
4319
4302
  return self._AllowFromCidrs
@@ -4325,7 +4308,6 @@ class ClusterPublicLB(AbstractModel):
4325
4308
  @property
4326
4309
  def SecurityPolicies(self):
4327
4310
  """安全策略放通单个IP或CIDR(例如: "192.168.1.0/24",默认为拒绝所有)
4328
- 注意:此字段可能返回 null,表示取不到有效值。
4329
4311
  :rtype: list of str
4330
4312
  """
4331
4313
  return self._SecurityPolicies
@@ -4337,7 +4319,6 @@ class ClusterPublicLB(AbstractModel):
4337
4319
  @property
4338
4320
  def ExtraParam(self):
4339
4321
  """外网访问相关的扩展参数,格式为json
4340
- 注意:此字段可能返回 null,表示取不到有效值。
4341
4322
  :rtype: str
4342
4323
  """
4343
4324
  return self._ExtraParam
@@ -4349,7 +4330,6 @@ class ClusterPublicLB(AbstractModel):
4349
4330
  @property
4350
4331
  def SecurityGroup(self):
4351
4332
  """新内外网功能,需要传递安全组
4352
- 注意:此字段可能返回 null,表示取不到有效值。
4353
4333
  :rtype: str
4354
4334
  """
4355
4335
  return self._SecurityGroup
@@ -4674,56 +4654,54 @@ class Container(AbstractModel):
4674
4654
  :type Image: str
4675
4655
  :param _Name: 容器名
4676
4656
  :type Name: str
4677
- :param _Commands: 容器启动命令
4678
- :type Commands: list of str
4679
4657
  :param _Args: 容器启动参数
4680
4658
  :type Args: list of str
4681
- :param _EnvironmentVars: 容器内操作系统的环境变量
4682
- :type EnvironmentVars: list of EnvironmentVariable
4659
+ :param _Commands: 容器启动命令
4660
+ :type Commands: list of str
4683
4661
  :param _Cpu: CPU,制改容器最多可使用的核数,该值不可超过容器实例的总核数。单位:核。
4684
4662
  :type Cpu: float
4685
- :param _Memory: 内存,限制该容器最多可使用的内存值,该值不可超过容器实例的总内存值。单位:GiB
4686
- :type Memory: float
4687
- :param _VolumeMounts: 数据卷挂载信息
4688
- 注意:此字段可能返回 null,表示取不到有效值。
4689
- :type VolumeMounts: list of VolumeMount
4690
4663
  :param _CurrentState: 当前状态
4691
- 注意:此字段可能返回 null,表示取不到有效值。
4692
4664
  :type CurrentState: :class:`tencentcloud.tke.v20180525.models.ContainerState`
4693
- :param _RestartCount: 重启次数
4694
- 注意:此字段可能返回 null,表示取不到有效值。
4695
- :type RestartCount: int
4696
- :param _WorkingDir: 容器工作目录
4665
+ :param _EnvironmentVars: 容器内操作系统的环境变量
4666
+ :type EnvironmentVars: list of EnvironmentVariable
4667
+ :param _GpuLimit: Gpu限制
4697
4668
  注意:此字段可能返回 null,表示取不到有效值。
4698
- :type WorkingDir: str
4669
+ :type GpuLimit: int
4699
4670
  :param _LivenessProbe: 存活探针
4700
4671
  注意:此字段可能返回 null,表示取不到有效值。
4701
4672
  :type LivenessProbe: :class:`tencentcloud.tke.v20180525.models.LivenessOrReadinessProbe`
4673
+ :param _Memory: 内存,限制该容器最多可使用的内存值,该值不可超过容器实例的总内存值。单位:GiB
4674
+ :type Memory: float
4702
4675
  :param _ReadinessProbe: 就绪探针
4703
4676
  注意:此字段可能返回 null,表示取不到有效值。
4704
4677
  :type ReadinessProbe: :class:`tencentcloud.tke.v20180525.models.LivenessOrReadinessProbe`
4705
- :param _GpuLimit: Gpu限制
4678
+ :param _RestartCount: 重启次数
4706
4679
  注意:此字段可能返回 null,表示取不到有效值。
4707
- :type GpuLimit: int
4680
+ :type RestartCount: int
4708
4681
  :param _SecurityContext: 容器的安全上下文
4709
4682
  注意:此字段可能返回 null,表示取不到有效值。
4710
4683
  :type SecurityContext: :class:`tencentcloud.tke.v20180525.models.SecurityContext`
4684
+ :param _VolumeMounts: 数据卷挂载信息
4685
+ 注意:此字段可能返回 null,表示取不到有效值。
4686
+ :type VolumeMounts: list of VolumeMount
4687
+ :param _WorkingDir: 容器工作目录
4688
+ :type WorkingDir: str
4711
4689
  """
4712
4690
  self._Image = None
4713
4691
  self._Name = None
4714
- self._Commands = None
4715
4692
  self._Args = None
4716
- self._EnvironmentVars = None
4693
+ self._Commands = None
4717
4694
  self._Cpu = None
4718
- self._Memory = None
4719
- self._VolumeMounts = None
4720
4695
  self._CurrentState = None
4721
- self._RestartCount = None
4722
- self._WorkingDir = None
4696
+ self._EnvironmentVars = None
4697
+ self._GpuLimit = None
4723
4698
  self._LivenessProbe = None
4699
+ self._Memory = None
4724
4700
  self._ReadinessProbe = None
4725
- self._GpuLimit = None
4701
+ self._RestartCount = None
4726
4702
  self._SecurityContext = None
4703
+ self._VolumeMounts = None
4704
+ self._WorkingDir = None
4727
4705
 
4728
4706
  @property
4729
4707
  def Image(self):
@@ -4747,17 +4725,6 @@ class Container(AbstractModel):
4747
4725
  def Name(self, Name):
4748
4726
  self._Name = Name
4749
4727
 
4750
- @property
4751
- def Commands(self):
4752
- """容器启动命令
4753
- :rtype: list of str
4754
- """
4755
- return self._Commands
4756
-
4757
- @Commands.setter
4758
- def Commands(self, Commands):
4759
- self._Commands = Commands
4760
-
4761
4728
  @property
4762
4729
  def Args(self):
4763
4730
  """容器启动参数
@@ -4770,15 +4737,15 @@ class Container(AbstractModel):
4770
4737
  self._Args = Args
4771
4738
 
4772
4739
  @property
4773
- def EnvironmentVars(self):
4774
- """容器内操作系统的环境变量
4775
- :rtype: list of EnvironmentVariable
4740
+ def Commands(self):
4741
+ """容器启动命令
4742
+ :rtype: list of str
4776
4743
  """
4777
- return self._EnvironmentVars
4744
+ return self._Commands
4778
4745
 
4779
- @EnvironmentVars.setter
4780
- def EnvironmentVars(self, EnvironmentVars):
4781
- self._EnvironmentVars = EnvironmentVars
4746
+ @Commands.setter
4747
+ def Commands(self, Commands):
4748
+ self._Commands = Commands
4782
4749
 
4783
4750
  @property
4784
4751
  def Cpu(self):
@@ -4791,33 +4758,9 @@ class Container(AbstractModel):
4791
4758
  def Cpu(self, Cpu):
4792
4759
  self._Cpu = Cpu
4793
4760
 
4794
- @property
4795
- def Memory(self):
4796
- """内存,限制该容器最多可使用的内存值,该值不可超过容器实例的总内存值。单位:GiB
4797
- :rtype: float
4798
- """
4799
- return self._Memory
4800
-
4801
- @Memory.setter
4802
- def Memory(self, Memory):
4803
- self._Memory = Memory
4804
-
4805
- @property
4806
- def VolumeMounts(self):
4807
- """数据卷挂载信息
4808
- 注意:此字段可能返回 null,表示取不到有效值。
4809
- :rtype: list of VolumeMount
4810
- """
4811
- return self._VolumeMounts
4812
-
4813
- @VolumeMounts.setter
4814
- def VolumeMounts(self, VolumeMounts):
4815
- self._VolumeMounts = VolumeMounts
4816
-
4817
4761
  @property
4818
4762
  def CurrentState(self):
4819
4763
  """当前状态
4820
- 注意:此字段可能返回 null,表示取不到有效值。
4821
4764
  :rtype: :class:`tencentcloud.tke.v20180525.models.ContainerState`
4822
4765
  """
4823
4766
  return self._CurrentState
@@ -4827,28 +4770,27 @@ class Container(AbstractModel):
4827
4770
  self._CurrentState = CurrentState
4828
4771
 
4829
4772
  @property
4830
- def RestartCount(self):
4831
- """重启次数
4832
- 注意:此字段可能返回 null,表示取不到有效值。
4833
- :rtype: int
4773
+ def EnvironmentVars(self):
4774
+ """容器内操作系统的环境变量
4775
+ :rtype: list of EnvironmentVariable
4834
4776
  """
4835
- return self._RestartCount
4777
+ return self._EnvironmentVars
4836
4778
 
4837
- @RestartCount.setter
4838
- def RestartCount(self, RestartCount):
4839
- self._RestartCount = RestartCount
4779
+ @EnvironmentVars.setter
4780
+ def EnvironmentVars(self, EnvironmentVars):
4781
+ self._EnvironmentVars = EnvironmentVars
4840
4782
 
4841
4783
  @property
4842
- def WorkingDir(self):
4843
- """容器工作目录
4784
+ def GpuLimit(self):
4785
+ """Gpu限制
4844
4786
  注意:此字段可能返回 null,表示取不到有效值。
4845
- :rtype: str
4787
+ :rtype: int
4846
4788
  """
4847
- return self._WorkingDir
4789
+ return self._GpuLimit
4848
4790
 
4849
- @WorkingDir.setter
4850
- def WorkingDir(self, WorkingDir):
4851
- self._WorkingDir = WorkingDir
4791
+ @GpuLimit.setter
4792
+ def GpuLimit(self, GpuLimit):
4793
+ self._GpuLimit = GpuLimit
4852
4794
 
4853
4795
  @property
4854
4796
  def LivenessProbe(self):
@@ -4862,6 +4804,17 @@ class Container(AbstractModel):
4862
4804
  def LivenessProbe(self, LivenessProbe):
4863
4805
  self._LivenessProbe = LivenessProbe
4864
4806
 
4807
+ @property
4808
+ def Memory(self):
4809
+ """内存,限制该容器最多可使用的内存值,该值不可超过容器实例的总内存值。单位:GiB
4810
+ :rtype: float
4811
+ """
4812
+ return self._Memory
4813
+
4814
+ @Memory.setter
4815
+ def Memory(self, Memory):
4816
+ self._Memory = Memory
4817
+
4865
4818
  @property
4866
4819
  def ReadinessProbe(self):
4867
4820
  """就绪探针
@@ -4875,16 +4828,16 @@ class Container(AbstractModel):
4875
4828
  self._ReadinessProbe = ReadinessProbe
4876
4829
 
4877
4830
  @property
4878
- def GpuLimit(self):
4879
- """Gpu限制
4831
+ def RestartCount(self):
4832
+ """重启次数
4880
4833
  注意:此字段可能返回 null,表示取不到有效值。
4881
4834
  :rtype: int
4882
4835
  """
4883
- return self._GpuLimit
4836
+ return self._RestartCount
4884
4837
 
4885
- @GpuLimit.setter
4886
- def GpuLimit(self, GpuLimit):
4887
- self._GpuLimit = GpuLimit
4838
+ @RestartCount.setter
4839
+ def RestartCount(self, RestartCount):
4840
+ self._RestartCount = RestartCount
4888
4841
 
4889
4842
  @property
4890
4843
  def SecurityContext(self):
@@ -4898,41 +4851,64 @@ class Container(AbstractModel):
4898
4851
  def SecurityContext(self, SecurityContext):
4899
4852
  self._SecurityContext = SecurityContext
4900
4853
 
4854
+ @property
4855
+ def VolumeMounts(self):
4856
+ """数据卷挂载信息
4857
+ 注意:此字段可能返回 null,表示取不到有效值。
4858
+ :rtype: list of VolumeMount
4859
+ """
4860
+ return self._VolumeMounts
4861
+
4862
+ @VolumeMounts.setter
4863
+ def VolumeMounts(self, VolumeMounts):
4864
+ self._VolumeMounts = VolumeMounts
4865
+
4866
+ @property
4867
+ def WorkingDir(self):
4868
+ """容器工作目录
4869
+ :rtype: str
4870
+ """
4871
+ return self._WorkingDir
4872
+
4873
+ @WorkingDir.setter
4874
+ def WorkingDir(self, WorkingDir):
4875
+ self._WorkingDir = WorkingDir
4876
+
4901
4877
 
4902
4878
  def _deserialize(self, params):
4903
4879
  self._Image = params.get("Image")
4904
4880
  self._Name = params.get("Name")
4905
- self._Commands = params.get("Commands")
4906
4881
  self._Args = params.get("Args")
4882
+ self._Commands = params.get("Commands")
4883
+ self._Cpu = params.get("Cpu")
4884
+ if params.get("CurrentState") is not None:
4885
+ self._CurrentState = ContainerState()
4886
+ self._CurrentState._deserialize(params.get("CurrentState"))
4907
4887
  if params.get("EnvironmentVars") is not None:
4908
4888
  self._EnvironmentVars = []
4909
4889
  for item in params.get("EnvironmentVars"):
4910
4890
  obj = EnvironmentVariable()
4911
4891
  obj._deserialize(item)
4912
4892
  self._EnvironmentVars.append(obj)
4913
- self._Cpu = params.get("Cpu")
4914
- self._Memory = params.get("Memory")
4915
- if params.get("VolumeMounts") is not None:
4916
- self._VolumeMounts = []
4917
- for item in params.get("VolumeMounts"):
4918
- obj = VolumeMount()
4919
- obj._deserialize(item)
4920
- self._VolumeMounts.append(obj)
4921
- if params.get("CurrentState") is not None:
4922
- self._CurrentState = ContainerState()
4923
- self._CurrentState._deserialize(params.get("CurrentState"))
4924
- self._RestartCount = params.get("RestartCount")
4925
- self._WorkingDir = params.get("WorkingDir")
4893
+ self._GpuLimit = params.get("GpuLimit")
4926
4894
  if params.get("LivenessProbe") is not None:
4927
4895
  self._LivenessProbe = LivenessOrReadinessProbe()
4928
4896
  self._LivenessProbe._deserialize(params.get("LivenessProbe"))
4897
+ self._Memory = params.get("Memory")
4929
4898
  if params.get("ReadinessProbe") is not None:
4930
4899
  self._ReadinessProbe = LivenessOrReadinessProbe()
4931
4900
  self._ReadinessProbe._deserialize(params.get("ReadinessProbe"))
4932
- self._GpuLimit = params.get("GpuLimit")
4901
+ self._RestartCount = params.get("RestartCount")
4933
4902
  if params.get("SecurityContext") is not None:
4934
4903
  self._SecurityContext = SecurityContext()
4935
4904
  self._SecurityContext._deserialize(params.get("SecurityContext"))
4905
+ if params.get("VolumeMounts") is not None:
4906
+ self._VolumeMounts = []
4907
+ for item in params.get("VolumeMounts"):
4908
+ obj = VolumeMount()
4909
+ obj._deserialize(item)
4910
+ self._VolumeMounts.append(obj)
4911
+ self._WorkingDir = params.get("WorkingDir")
4936
4912
  memeber_set = set(params.keys())
4937
4913
  for name, value in vars(self).items():
4938
4914
  property_name = name[1:]
@@ -4950,34 +4926,94 @@ class ContainerState(AbstractModel):
4950
4926
 
4951
4927
  def __init__(self):
4952
4928
  r"""
4953
- :param _StartTime: 容器运行开始时间
4929
+ :param _ExitCode: 容器运行退出码
4954
4930
  注意:此字段可能返回 null,表示取不到有效值。
4955
- :type StartTime: str
4956
- :param _State: 容器状态:created, running, exited, unknown
4957
- :type State: str
4931
+ :type ExitCode: int
4958
4932
  :param _FinishTime: 容器运行结束时间
4959
4933
  注意:此字段可能返回 null,表示取不到有效值。
4960
4934
  :type FinishTime: str
4961
- :param _ExitCode: 容器运行退出码
4935
+ :param _Message: 容器状态信息
4962
4936
  注意:此字段可能返回 null,表示取不到有效值。
4963
- :type ExitCode: int
4937
+ :type Message: str
4964
4938
  :param _Reason: 容器状态 Reason
4965
4939
  注意:此字段可能返回 null,表示取不到有效值。
4966
4940
  :type Reason: str
4967
- :param _Message: 容器状态信息
4968
- 注意:此字段可能返回 null,表示取不到有效值。
4969
- :type Message: str
4970
4941
  :param _RestartCount: 容器重启次数
4971
4942
  注意:此字段可能返回 null,表示取不到有效值。
4972
4943
  :type RestartCount: int
4944
+ :param _StartTime: 容器运行开始时间
4945
+ 注意:此字段可能返回 null,表示取不到有效值。
4946
+ :type StartTime: str
4947
+ :param _State: 容器状态:created, running, exited, unknown
4948
+ :type State: str
4973
4949
  """
4974
- self._StartTime = None
4975
- self._State = None
4976
- self._FinishTime = None
4977
4950
  self._ExitCode = None
4978
- self._Reason = None
4951
+ self._FinishTime = None
4979
4952
  self._Message = None
4953
+ self._Reason = None
4980
4954
  self._RestartCount = None
4955
+ self._StartTime = None
4956
+ self._State = None
4957
+
4958
+ @property
4959
+ def ExitCode(self):
4960
+ """容器运行退出码
4961
+ 注意:此字段可能返回 null,表示取不到有效值。
4962
+ :rtype: int
4963
+ """
4964
+ return self._ExitCode
4965
+
4966
+ @ExitCode.setter
4967
+ def ExitCode(self, ExitCode):
4968
+ self._ExitCode = ExitCode
4969
+
4970
+ @property
4971
+ def FinishTime(self):
4972
+ """容器运行结束时间
4973
+ 注意:此字段可能返回 null,表示取不到有效值。
4974
+ :rtype: str
4975
+ """
4976
+ return self._FinishTime
4977
+
4978
+ @FinishTime.setter
4979
+ def FinishTime(self, FinishTime):
4980
+ self._FinishTime = FinishTime
4981
+
4982
+ @property
4983
+ def Message(self):
4984
+ """容器状态信息
4985
+ 注意:此字段可能返回 null,表示取不到有效值。
4986
+ :rtype: str
4987
+ """
4988
+ return self._Message
4989
+
4990
+ @Message.setter
4991
+ def Message(self, Message):
4992
+ self._Message = Message
4993
+
4994
+ @property
4995
+ def Reason(self):
4996
+ """容器状态 Reason
4997
+ 注意:此字段可能返回 null,表示取不到有效值。
4998
+ :rtype: str
4999
+ """
5000
+ return self._Reason
5001
+
5002
+ @Reason.setter
5003
+ def Reason(self, Reason):
5004
+ self._Reason = Reason
5005
+
5006
+ @property
5007
+ def RestartCount(self):
5008
+ """容器重启次数
5009
+ 注意:此字段可能返回 null,表示取不到有效值。
5010
+ :rtype: int
5011
+ """
5012
+ return self._RestartCount
5013
+
5014
+ @RestartCount.setter
5015
+ def RestartCount(self, RestartCount):
5016
+ self._RestartCount = RestartCount
4981
5017
 
4982
5018
  @property
4983
5019
  def StartTime(self):
@@ -5002,75 +5038,15 @@ class ContainerState(AbstractModel):
5002
5038
  def State(self, State):
5003
5039
  self._State = State
5004
5040
 
5005
- @property
5006
- def FinishTime(self):
5007
- """容器运行结束时间
5008
- 注意:此字段可能返回 null,表示取不到有效值。
5009
- :rtype: str
5010
- """
5011
- return self._FinishTime
5012
-
5013
- @FinishTime.setter
5014
- def FinishTime(self, FinishTime):
5015
- self._FinishTime = FinishTime
5016
-
5017
- @property
5018
- def ExitCode(self):
5019
- """容器运行退出码
5020
- 注意:此字段可能返回 null,表示取不到有效值。
5021
- :rtype: int
5022
- """
5023
- return self._ExitCode
5024
-
5025
- @ExitCode.setter
5026
- def ExitCode(self, ExitCode):
5027
- self._ExitCode = ExitCode
5028
-
5029
- @property
5030
- def Reason(self):
5031
- """容器状态 Reason
5032
- 注意:此字段可能返回 null,表示取不到有效值。
5033
- :rtype: str
5034
- """
5035
- return self._Reason
5036
-
5037
- @Reason.setter
5038
- def Reason(self, Reason):
5039
- self._Reason = Reason
5040
-
5041
- @property
5042
- def Message(self):
5043
- """容器状态信息
5044
- 注意:此字段可能返回 null,表示取不到有效值。
5045
- :rtype: str
5046
- """
5047
- return self._Message
5048
-
5049
- @Message.setter
5050
- def Message(self, Message):
5051
- self._Message = Message
5052
-
5053
- @property
5054
- def RestartCount(self):
5055
- """容器重启次数
5056
- 注意:此字段可能返回 null,表示取不到有效值。
5057
- :rtype: int
5058
- """
5059
- return self._RestartCount
5060
-
5061
- @RestartCount.setter
5062
- def RestartCount(self, RestartCount):
5063
- self._RestartCount = RestartCount
5064
-
5065
5041
 
5066
5042
  def _deserialize(self, params):
5067
- self._StartTime = params.get("StartTime")
5068
- self._State = params.get("State")
5069
- self._FinishTime = params.get("FinishTime")
5070
5043
  self._ExitCode = params.get("ExitCode")
5071
- self._Reason = params.get("Reason")
5044
+ self._FinishTime = params.get("FinishTime")
5072
5045
  self._Message = params.get("Message")
5046
+ self._Reason = params.get("Reason")
5073
5047
  self._RestartCount = params.get("RestartCount")
5048
+ self._StartTime = params.get("StartTime")
5049
+ self._State = params.get("State")
5074
5050
  memeber_set = set(params.keys())
5075
5051
  for name, value in vars(self).items():
5076
5052
  property_name = name[1:]
@@ -8339,7 +8315,6 @@ class CreateEksLogConfigResponse(AbstractModel):
8339
8315
  def __init__(self):
8340
8316
  r"""
8341
8317
  :param _TopicId: 日志采集topicid
8342
- 注意:此字段可能返回 null,表示取不到有效值。
8343
8318
  :type TopicId: str
8344
8319
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8345
8320
  :type RequestId: str
@@ -8350,7 +8325,6 @@ class CreateEksLogConfigResponse(AbstractModel):
8350
8325
  @property
8351
8326
  def TopicId(self):
8352
8327
  """日志采集topicid
8353
- 注意:此字段可能返回 null,表示取不到有效值。
8354
8328
  :rtype: str
8355
8329
  """
8356
8330
  return self._TopicId
@@ -10028,23 +10002,19 @@ class DNSConfig(AbstractModel):
10028
10002
  def __init__(self):
10029
10003
  r"""
10030
10004
  :param _Nameservers: DNS 服务器IP地址列表
10031
- 注意:此字段可能返回 null,表示取不到有效值。
10032
10005
  :type Nameservers: list of str
10033
- :param _Searches: DNS搜索域列表
10034
- 注意:此字段可能返回 null,表示取不到有效值。
10035
- :type Searches: list of str
10036
10006
  :param _Options: 对象选项列表,每个对象由name和value(可选)构成
10037
- 注意:此字段可能返回 null,表示取不到有效值。
10038
10007
  :type Options: list of DNSConfigOption
10008
+ :param _Searches: DNS搜索域列表
10009
+ :type Searches: list of str
10039
10010
  """
10040
10011
  self._Nameservers = None
10041
- self._Searches = None
10042
10012
  self._Options = None
10013
+ self._Searches = None
10043
10014
 
10044
10015
  @property
10045
10016
  def Nameservers(self):
10046
10017
  """DNS 服务器IP地址列表
10047
- 注意:此字段可能返回 null,表示取不到有效值。
10048
10018
  :rtype: list of str
10049
10019
  """
10050
10020
  return self._Nameservers
@@ -10053,22 +10023,9 @@ class DNSConfig(AbstractModel):
10053
10023
  def Nameservers(self, Nameservers):
10054
10024
  self._Nameservers = Nameservers
10055
10025
 
10056
- @property
10057
- def Searches(self):
10058
- """DNS搜索域列表
10059
- 注意:此字段可能返回 null,表示取不到有效值。
10060
- :rtype: list of str
10061
- """
10062
- return self._Searches
10063
-
10064
- @Searches.setter
10065
- def Searches(self, Searches):
10066
- self._Searches = Searches
10067
-
10068
10026
  @property
10069
10027
  def Options(self):
10070
10028
  """对象选项列表,每个对象由name和value(可选)构成
10071
- 注意:此字段可能返回 null,表示取不到有效值。
10072
10029
  :rtype: list of DNSConfigOption
10073
10030
  """
10074
10031
  return self._Options
@@ -10077,16 +10034,27 @@ class DNSConfig(AbstractModel):
10077
10034
  def Options(self, Options):
10078
10035
  self._Options = Options
10079
10036
 
10037
+ @property
10038
+ def Searches(self):
10039
+ """DNS搜索域列表
10040
+ :rtype: list of str
10041
+ """
10042
+ return self._Searches
10043
+
10044
+ @Searches.setter
10045
+ def Searches(self, Searches):
10046
+ self._Searches = Searches
10047
+
10080
10048
 
10081
10049
  def _deserialize(self, params):
10082
10050
  self._Nameservers = params.get("Nameservers")
10083
- self._Searches = params.get("Searches")
10084
10051
  if params.get("Options") is not None:
10085
10052
  self._Options = []
10086
10053
  for item in params.get("Options"):
10087
10054
  obj = DNSConfigOption()
10088
10055
  obj._deserialize(item)
10089
10056
  self._Options.append(obj)
10057
+ self._Searches = params.get("Searches")
10090
10058
  memeber_set = set(params.keys())
10091
10059
  for name, value in vars(self).items():
10092
10060
  property_name = name[1:]
@@ -17534,7 +17502,6 @@ class DescribeEKSContainerInstanceRegionsResponse(AbstractModel):
17534
17502
  def __init__(self):
17535
17503
  r"""
17536
17504
  :param _Regions: EKS Container Instance支持的地域信息
17537
- 注意:此字段可能返回 null,表示取不到有效值。
17538
17505
  :type Regions: list of EksCiRegionInfo
17539
17506
  :param _TotalCount: 总数
17540
17507
  :type TotalCount: int
@@ -17548,7 +17515,6 @@ class DescribeEKSContainerInstanceRegionsResponse(AbstractModel):
17548
17515
  @property
17549
17516
  def Regions(self):
17550
17517
  """EKS Container Instance支持的地域信息
17551
- 注意:此字段可能返回 null,表示取不到有效值。
17552
17518
  :rtype: list of EksCiRegionInfo
17553
17519
  """
17554
17520
  return self._Regions
@@ -20009,6 +19975,75 @@ class DescribeLogSwitchesResponse(AbstractModel):
20009
19975
  self._RequestId = params.get("RequestId")
20010
19976
 
20011
19977
 
19978
+ class DescribeOSImagesRequest(AbstractModel):
19979
+ """DescribeOSImages请求参数结构体
19980
+
19981
+ """
19982
+
19983
+
19984
+ class DescribeOSImagesResponse(AbstractModel):
19985
+ """DescribeOSImages返回参数结构体
19986
+
19987
+ """
19988
+
19989
+ def __init__(self):
19990
+ r"""
19991
+ :param _OSImageSeriesSet: 镜像信息列表
19992
+ :type OSImageSeriesSet: list of OSImage
19993
+ :param _TotalCount: 镜像数量
19994
+ :type TotalCount: int
19995
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
19996
+ :type RequestId: str
19997
+ """
19998
+ self._OSImageSeriesSet = None
19999
+ self._TotalCount = None
20000
+ self._RequestId = None
20001
+
20002
+ @property
20003
+ def OSImageSeriesSet(self):
20004
+ """镜像信息列表
20005
+ :rtype: list of OSImage
20006
+ """
20007
+ return self._OSImageSeriesSet
20008
+
20009
+ @OSImageSeriesSet.setter
20010
+ def OSImageSeriesSet(self, OSImageSeriesSet):
20011
+ self._OSImageSeriesSet = OSImageSeriesSet
20012
+
20013
+ @property
20014
+ def TotalCount(self):
20015
+ """镜像数量
20016
+ :rtype: int
20017
+ """
20018
+ return self._TotalCount
20019
+
20020
+ @TotalCount.setter
20021
+ def TotalCount(self, TotalCount):
20022
+ self._TotalCount = TotalCount
20023
+
20024
+ @property
20025
+ def RequestId(self):
20026
+ """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
20027
+ :rtype: str
20028
+ """
20029
+ return self._RequestId
20030
+
20031
+ @RequestId.setter
20032
+ def RequestId(self, RequestId):
20033
+ self._RequestId = RequestId
20034
+
20035
+
20036
+ def _deserialize(self, params):
20037
+ if params.get("OSImageSeriesSet") is not None:
20038
+ self._OSImageSeriesSet = []
20039
+ for item in params.get("OSImageSeriesSet"):
20040
+ obj = OSImage()
20041
+ obj._deserialize(item)
20042
+ self._OSImageSeriesSet.append(obj)
20043
+ self._TotalCount = params.get("TotalCount")
20044
+ self._RequestId = params.get("RequestId")
20045
+
20046
+
20012
20047
  class DescribeOpenPolicyListRequest(AbstractModel):
20013
20048
  """DescribeOpenPolicyList请求参数结构体
20014
20049
 
@@ -26794,98 +26829,162 @@ class EksCi(AbstractModel):
26794
26829
 
26795
26830
  def __init__(self):
26796
26831
  r"""
26832
+ :param _AutoCreatedEipId: 自动为用户创建的EipId
26833
+ :type AutoCreatedEipId: str
26834
+ :param _CamRoleName: 为容器实例关联 CAM 角色,value 填写 CAM 角色名称,容器实例可获取该 CAM 角色包含的权限策略,方便 容器实例 内的程序进行如购买资源、读写存储等云资源操作。
26835
+ :type CamRoleName: str
26836
+ :param _Containers: 容器列表
26837
+ :type Containers: list of Container
26838
+ :param _Cpu: CPU大小
26839
+ :type Cpu: float
26840
+ :param _CpuType: CPU类型
26841
+ :type CpuType: str
26842
+ :param _CreationTime: 接到请求后的系统创建时间。
26843
+ :type CreationTime: str
26844
+ :param _EipAddress: 容器实例绑定的Eip地址,注意可能为空
26845
+ 注意:此字段可能返回 null,表示取不到有效值。
26846
+ :type EipAddress: str
26797
26847
  :param _EksCiId: EKS Cotainer Instance Id
26798
26848
  :type EksCiId: str
26799
26849
  :param _EksCiName: EKS Cotainer Instance Name
26800
26850
  :type EksCiName: str
26851
+ :param _EksCiVolume: 数据卷信息
26852
+ :type EksCiVolume: :class:`tencentcloud.tke.v20180525.models.EksCiVolume`
26853
+ :param _GpuCount: GPU卡数量
26854
+ :type GpuCount: int
26855
+ :param _GpuType: GPU类型。如无使用GPU则不返回
26856
+ :type GpuType: str
26857
+ :param _InitContainers: 初始化容器列表
26858
+ 注意:此字段可能返回 null,表示取不到有效值。
26859
+ :type InitContainers: list of Container
26801
26860
  :param _Memory: 内存大小
26802
26861
  :type Memory: float
26803
- :param _Cpu: CPU大小
26804
- :type Cpu: float
26805
- :param _SecurityGroupIds: 安全组ID
26806
- :type SecurityGroupIds: list of str
26807
- :param _RestartPolicy: 容器组的重启策略
26862
+ :param _PersistStatus: 容器状态是否持久化
26808
26863
  注意:此字段可能返回 null,表示取不到有效值。
26864
+ :type PersistStatus: bool
26865
+ :param _PrivateIp: 内网ip地址
26866
+ :type PrivateIp: str
26867
+ :param _RestartPolicy: 容器组的重启策略
26809
26868
  :type RestartPolicy: str
26869
+ :param _SecurityContext: 容器组运行的安全上下文
26870
+ 注意:此字段可能返回 null,表示取不到有效值。
26871
+ :type SecurityContext: :class:`tencentcloud.tke.v20180525.models.SecurityContext`
26872
+ :param _SecurityGroupIds: 安全组ID
26873
+ :type SecurityGroupIds: list of str
26810
26874
  :param _Status: 返回容器组创建状态:Pending,Running,Succeeded,Failed。其中:
26811
26875
  Failed (运行失败)指的容器组退出,RestartPolilcy为Never, 有容器exitCode非0;
26812
26876
  Succeeded(运行成功)指的是容器组退出了,RestartPolicy为Never或onFailure,所有容器exitCode都为0;
26813
26877
  Failed和Succeeded这两种状态都会停止运行,停止计费。
26814
26878
  Pending是创建中,Running是 运行中。
26815
- 注意:此字段可能返回 null,表示取不到有效值。
26816
26879
  :type Status: str
26817
- :param _CreationTime: 接到请求后的系统创建时间。
26818
- 注意:此字段可能返回 null,表示取不到有效值。
26819
- :type CreationTime: str
26880
+ :param _SubnetId: 实例所属子网Id
26881
+ :type SubnetId: str
26820
26882
  :param _SucceededTime: 容器全部成功退出后的时间
26821
- 注意:此字段可能返回 null,表示取不到有效值。
26822
26883
  :type SucceededTime: str
26823
- :param _Containers: 容器列表
26824
- 注意:此字段可能返回 null,表示取不到有效值。
26825
- :type Containers: list of Container
26826
- :param _EksCiVolume: 数据卷信息
26827
- 注意:此字段可能返回 null,表示取不到有效值。
26828
- :type EksCiVolume: :class:`tencentcloud.tke.v20180525.models.EksCiVolume`
26829
- :param _SecurityContext: 容器组运行的安全上下文
26830
- 注意:此字段可能返回 null,表示取不到有效值。
26831
- :type SecurityContext: :class:`tencentcloud.tke.v20180525.models.SecurityContext`
26832
- :param _PrivateIp: 内网ip地址
26833
- 注意:此字段可能返回 null,表示取不到有效值。
26834
- :type PrivateIp: str
26835
- :param _EipAddress: 容器实例绑定的Eip地址,注意可能为空
26836
- 注意:此字段可能返回 null,表示取不到有效值。
26837
- :type EipAddress: str
26838
- :param _GpuType: GPU类型。如无使用GPU则不返回
26839
- 注意:此字段可能返回 null,表示取不到有效值。
26840
- :type GpuType: str
26841
- :param _CpuType: CPU类型
26842
- 注意:此字段可能返回 null,表示取不到有效值。
26843
- :type CpuType: str
26844
- :param _GpuCount: GPU卡数量
26845
- 注意:此字段可能返回 null,表示取不到有效值。
26846
- :type GpuCount: int
26847
26884
  :param _VpcId: 实例所属VPC的Id
26848
- 注意:此字段可能返回 null,表示取不到有效值。
26849
26885
  :type VpcId: str
26850
- :param _SubnetId: 实例所属子网Id
26851
- 注意:此字段可能返回 null,表示取不到有效值。
26852
- :type SubnetId: str
26853
- :param _InitContainers: 初始化容器列表
26854
- 注意:此字段可能返回 null,表示取不到有效值。
26855
- :type InitContainers: list of Container
26856
- :param _CamRoleName: 为容器实例关联 CAM 角色,value 填写 CAM 角色名称,容器实例可获取该 CAM 角色包含的权限策略,方便 容器实例 内的程序进行如购买资源、读写存储等云资源操作。
26857
- 注意:此字段可能返回 null,表示取不到有效值。
26858
- :type CamRoleName: str
26859
- :param _AutoCreatedEipId: 自动为用户创建的EipId
26860
- 注意:此字段可能返回 null,表示取不到有效值。
26861
- :type AutoCreatedEipId: str
26862
- :param _PersistStatus: 容器状态是否持久化
26863
- 注意:此字段可能返回 null,表示取不到有效值。
26864
- :type PersistStatus: bool
26865
26886
  """
26887
+ self._AutoCreatedEipId = None
26888
+ self._CamRoleName = None
26889
+ self._Containers = None
26890
+ self._Cpu = None
26891
+ self._CpuType = None
26892
+ self._CreationTime = None
26893
+ self._EipAddress = None
26866
26894
  self._EksCiId = None
26867
26895
  self._EksCiName = None
26896
+ self._EksCiVolume = None
26897
+ self._GpuCount = None
26898
+ self._GpuType = None
26899
+ self._InitContainers = None
26868
26900
  self._Memory = None
26869
- self._Cpu = None
26870
- self._SecurityGroupIds = None
26901
+ self._PersistStatus = None
26902
+ self._PrivateIp = None
26871
26903
  self._RestartPolicy = None
26904
+ self._SecurityContext = None
26905
+ self._SecurityGroupIds = None
26872
26906
  self._Status = None
26873
- self._CreationTime = None
26907
+ self._SubnetId = None
26874
26908
  self._SucceededTime = None
26875
- self._Containers = None
26876
- self._EksCiVolume = None
26877
- self._SecurityContext = None
26878
- self._PrivateIp = None
26879
- self._EipAddress = None
26880
- self._GpuType = None
26881
- self._CpuType = None
26882
- self._GpuCount = None
26883
26909
  self._VpcId = None
26884
- self._SubnetId = None
26885
- self._InitContainers = None
26886
- self._CamRoleName = None
26887
- self._AutoCreatedEipId = None
26888
- self._PersistStatus = None
26910
+
26911
+ @property
26912
+ def AutoCreatedEipId(self):
26913
+ """自动为用户创建的EipId
26914
+ :rtype: str
26915
+ """
26916
+ return self._AutoCreatedEipId
26917
+
26918
+ @AutoCreatedEipId.setter
26919
+ def AutoCreatedEipId(self, AutoCreatedEipId):
26920
+ self._AutoCreatedEipId = AutoCreatedEipId
26921
+
26922
+ @property
26923
+ def CamRoleName(self):
26924
+ """为容器实例关联 CAM 角色,value 填写 CAM 角色名称,容器实例可获取该 CAM 角色包含的权限策略,方便 容器实例 内的程序进行如购买资源、读写存储等云资源操作。
26925
+ :rtype: str
26926
+ """
26927
+ return self._CamRoleName
26928
+
26929
+ @CamRoleName.setter
26930
+ def CamRoleName(self, CamRoleName):
26931
+ self._CamRoleName = CamRoleName
26932
+
26933
+ @property
26934
+ def Containers(self):
26935
+ """容器列表
26936
+ :rtype: list of Container
26937
+ """
26938
+ return self._Containers
26939
+
26940
+ @Containers.setter
26941
+ def Containers(self, Containers):
26942
+ self._Containers = Containers
26943
+
26944
+ @property
26945
+ def Cpu(self):
26946
+ """CPU大小
26947
+ :rtype: float
26948
+ """
26949
+ return self._Cpu
26950
+
26951
+ @Cpu.setter
26952
+ def Cpu(self, Cpu):
26953
+ self._Cpu = Cpu
26954
+
26955
+ @property
26956
+ def CpuType(self):
26957
+ """CPU类型
26958
+ :rtype: str
26959
+ """
26960
+ return self._CpuType
26961
+
26962
+ @CpuType.setter
26963
+ def CpuType(self, CpuType):
26964
+ self._CpuType = CpuType
26965
+
26966
+ @property
26967
+ def CreationTime(self):
26968
+ """接到请求后的系统创建时间。
26969
+ :rtype: str
26970
+ """
26971
+ return self._CreationTime
26972
+
26973
+ @CreationTime.setter
26974
+ def CreationTime(self, CreationTime):
26975
+ self._CreationTime = CreationTime
26976
+
26977
+ @property
26978
+ def EipAddress(self):
26979
+ """容器实例绑定的Eip地址,注意可能为空
26980
+ 注意:此字段可能返回 null,表示取不到有效值。
26981
+ :rtype: str
26982
+ """
26983
+ return self._EipAddress
26984
+
26985
+ @EipAddress.setter
26986
+ def EipAddress(self, EipAddress):
26987
+ self._EipAddress = EipAddress
26889
26988
 
26890
26989
  @property
26891
26990
  def EksCiId(self):
@@ -26910,130 +27009,76 @@ Pending是创建中,Running是 运行中。
26910
27009
  self._EksCiName = EksCiName
26911
27010
 
26912
27011
  @property
26913
- def Memory(self):
26914
- """内存大小
26915
- :rtype: float
26916
- """
26917
- return self._Memory
26918
-
26919
- @Memory.setter
26920
- def Memory(self, Memory):
26921
- self._Memory = Memory
26922
-
26923
- @property
26924
- def Cpu(self):
26925
- """CPU大小
26926
- :rtype: float
26927
- """
26928
- return self._Cpu
26929
-
26930
- @Cpu.setter
26931
- def Cpu(self, Cpu):
26932
- self._Cpu = Cpu
26933
-
26934
- @property
26935
- def SecurityGroupIds(self):
26936
- """安全组ID
26937
- :rtype: list of str
26938
- """
26939
- return self._SecurityGroupIds
26940
-
26941
- @SecurityGroupIds.setter
26942
- def SecurityGroupIds(self, SecurityGroupIds):
26943
- self._SecurityGroupIds = SecurityGroupIds
26944
-
26945
- @property
26946
- def RestartPolicy(self):
26947
- """容器组的重启策略
26948
- 注意:此字段可能返回 null,表示取不到有效值。
26949
- :rtype: str
26950
- """
26951
- return self._RestartPolicy
26952
-
26953
- @RestartPolicy.setter
26954
- def RestartPolicy(self, RestartPolicy):
26955
- self._RestartPolicy = RestartPolicy
26956
-
26957
- @property
26958
- def Status(self):
26959
- """返回容器组创建状态:Pending,Running,Succeeded,Failed。其中:
26960
- Failed (运行失败)指的容器组退出,RestartPolilcy为Never, 有容器exitCode非0;
26961
- Succeeded(运行成功)指的是容器组退出了,RestartPolicy为Never或onFailure,所有容器exitCode都为0;
26962
- Failed和Succeeded这两种状态都会停止运行,停止计费。
26963
- Pending是创建中,Running是 运行中。
26964
- 注意:此字段可能返回 null,表示取不到有效值。
26965
- :rtype: str
27012
+ def EksCiVolume(self):
27013
+ """数据卷信息
27014
+ :rtype: :class:`tencentcloud.tke.v20180525.models.EksCiVolume`
26966
27015
  """
26967
- return self._Status
27016
+ return self._EksCiVolume
26968
27017
 
26969
- @Status.setter
26970
- def Status(self, Status):
26971
- self._Status = Status
27018
+ @EksCiVolume.setter
27019
+ def EksCiVolume(self, EksCiVolume):
27020
+ self._EksCiVolume = EksCiVolume
26972
27021
 
26973
27022
  @property
26974
- def CreationTime(self):
26975
- """接到请求后的系统创建时间。
26976
- 注意:此字段可能返回 null,表示取不到有效值。
26977
- :rtype: str
27023
+ def GpuCount(self):
27024
+ """GPU卡数量
27025
+ :rtype: int
26978
27026
  """
26979
- return self._CreationTime
27027
+ return self._GpuCount
26980
27028
 
26981
- @CreationTime.setter
26982
- def CreationTime(self, CreationTime):
26983
- self._CreationTime = CreationTime
27029
+ @GpuCount.setter
27030
+ def GpuCount(self, GpuCount):
27031
+ self._GpuCount = GpuCount
26984
27032
 
26985
27033
  @property
26986
- def SucceededTime(self):
26987
- """容器全部成功退出后的时间
26988
- 注意:此字段可能返回 null,表示取不到有效值。
27034
+ def GpuType(self):
27035
+ """GPU类型。如无使用GPU则不返回
26989
27036
  :rtype: str
26990
27037
  """
26991
- return self._SucceededTime
27038
+ return self._GpuType
26992
27039
 
26993
- @SucceededTime.setter
26994
- def SucceededTime(self, SucceededTime):
26995
- self._SucceededTime = SucceededTime
27040
+ @GpuType.setter
27041
+ def GpuType(self, GpuType):
27042
+ self._GpuType = GpuType
26996
27043
 
26997
27044
  @property
26998
- def Containers(self):
26999
- """容器列表
27045
+ def InitContainers(self):
27046
+ """初始化容器列表
27000
27047
  注意:此字段可能返回 null,表示取不到有效值。
27001
27048
  :rtype: list of Container
27002
27049
  """
27003
- return self._Containers
27050
+ return self._InitContainers
27004
27051
 
27005
- @Containers.setter
27006
- def Containers(self, Containers):
27007
- self._Containers = Containers
27052
+ @InitContainers.setter
27053
+ def InitContainers(self, InitContainers):
27054
+ self._InitContainers = InitContainers
27008
27055
 
27009
27056
  @property
27010
- def EksCiVolume(self):
27011
- """数据卷信息
27012
- 注意:此字段可能返回 null,表示取不到有效值。
27013
- :rtype: :class:`tencentcloud.tke.v20180525.models.EksCiVolume`
27057
+ def Memory(self):
27058
+ """内存大小
27059
+ :rtype: float
27014
27060
  """
27015
- return self._EksCiVolume
27061
+ return self._Memory
27016
27062
 
27017
- @EksCiVolume.setter
27018
- def EksCiVolume(self, EksCiVolume):
27019
- self._EksCiVolume = EksCiVolume
27063
+ @Memory.setter
27064
+ def Memory(self, Memory):
27065
+ self._Memory = Memory
27020
27066
 
27021
27067
  @property
27022
- def SecurityContext(self):
27023
- """容器组运行的安全上下文
27068
+ def PersistStatus(self):
27069
+ """容器状态是否持久化
27024
27070
  注意:此字段可能返回 null,表示取不到有效值。
27025
- :rtype: :class:`tencentcloud.tke.v20180525.models.SecurityContext`
27071
+ :rtype: bool
27026
27072
  """
27027
- return self._SecurityContext
27073
+ return self._PersistStatus
27028
27074
 
27029
- @SecurityContext.setter
27030
- def SecurityContext(self, SecurityContext):
27031
- self._SecurityContext = SecurityContext
27075
+ @PersistStatus.setter
27076
+ def PersistStatus(self, PersistStatus):
27077
+ self._PersistStatus = PersistStatus
27032
27078
 
27033
27079
  @property
27034
27080
  def PrivateIp(self):
27035
27081
  """内网ip地址
27036
- 注意:此字段可能返回 null,表示取不到有效值。
27037
27082
  :rtype: str
27038
27083
  """
27039
27084
  return self._PrivateIp
@@ -27043,69 +27088,57 @@ Pending是创建中,Running是 运行中。
27043
27088
  self._PrivateIp = PrivateIp
27044
27089
 
27045
27090
  @property
27046
- def EipAddress(self):
27047
- """容器实例绑定的Eip地址,注意可能为空
27048
- 注意:此字段可能返回 null,表示取不到有效值。
27049
- :rtype: str
27050
- """
27051
- return self._EipAddress
27052
-
27053
- @EipAddress.setter
27054
- def EipAddress(self, EipAddress):
27055
- self._EipAddress = EipAddress
27056
-
27057
- @property
27058
- def GpuType(self):
27059
- """GPU类型。如无使用GPU则不返回
27060
- 注意:此字段可能返回 null,表示取不到有效值。
27091
+ def RestartPolicy(self):
27092
+ """容器组的重启策略
27061
27093
  :rtype: str
27062
27094
  """
27063
- return self._GpuType
27095
+ return self._RestartPolicy
27064
27096
 
27065
- @GpuType.setter
27066
- def GpuType(self, GpuType):
27067
- self._GpuType = GpuType
27097
+ @RestartPolicy.setter
27098
+ def RestartPolicy(self, RestartPolicy):
27099
+ self._RestartPolicy = RestartPolicy
27068
27100
 
27069
27101
  @property
27070
- def CpuType(self):
27071
- """CPU类型
27102
+ def SecurityContext(self):
27103
+ """容器组运行的安全上下文
27072
27104
  注意:此字段可能返回 null,表示取不到有效值。
27073
- :rtype: str
27105
+ :rtype: :class:`tencentcloud.tke.v20180525.models.SecurityContext`
27074
27106
  """
27075
- return self._CpuType
27107
+ return self._SecurityContext
27076
27108
 
27077
- @CpuType.setter
27078
- def CpuType(self, CpuType):
27079
- self._CpuType = CpuType
27109
+ @SecurityContext.setter
27110
+ def SecurityContext(self, SecurityContext):
27111
+ self._SecurityContext = SecurityContext
27080
27112
 
27081
27113
  @property
27082
- def GpuCount(self):
27083
- """GPU卡数量
27084
- 注意:此字段可能返回 null,表示取不到有效值。
27085
- :rtype: int
27114
+ def SecurityGroupIds(self):
27115
+ """安全组ID
27116
+ :rtype: list of str
27086
27117
  """
27087
- return self._GpuCount
27118
+ return self._SecurityGroupIds
27088
27119
 
27089
- @GpuCount.setter
27090
- def GpuCount(self, GpuCount):
27091
- self._GpuCount = GpuCount
27120
+ @SecurityGroupIds.setter
27121
+ def SecurityGroupIds(self, SecurityGroupIds):
27122
+ self._SecurityGroupIds = SecurityGroupIds
27092
27123
 
27093
27124
  @property
27094
- def VpcId(self):
27095
- """实例所属VPC的Id
27096
- 注意:此字段可能返回 null,表示取不到有效值。
27125
+ def Status(self):
27126
+ """返回容器组创建状态:Pending,Running,Succeeded,Failed。其中:
27127
+ Failed (运行失败)指的容器组退出,RestartPolilcy为Never, 有容器exitCode非0;
27128
+ Succeeded(运行成功)指的是容器组退出了,RestartPolicy为Never或onFailure,所有容器exitCode都为0;
27129
+ Failed和Succeeded这两种状态都会停止运行,停止计费。
27130
+ Pending是创建中,Running是 运行中。
27097
27131
  :rtype: str
27098
27132
  """
27099
- return self._VpcId
27133
+ return self._Status
27100
27134
 
27101
- @VpcId.setter
27102
- def VpcId(self, VpcId):
27103
- self._VpcId = VpcId
27135
+ @Status.setter
27136
+ def Status(self, Status):
27137
+ self._Status = Status
27104
27138
 
27105
27139
  @property
27106
27140
  def SubnetId(self):
27107
27141
  """实例所属子网Id
27108
- 注意:此字段可能返回 null,表示取不到有效值。
27109
27142
  :rtype: str
27110
27143
  """
27111
27144
  return self._SubnetId
@@ -27115,92 +27148,66 @@ Pending是创建中,Running是 运行中。
27115
27148
  self._SubnetId = SubnetId
27116
27149
 
27117
27150
  @property
27118
- def InitContainers(self):
27119
- """初始化容器列表
27120
- 注意:此字段可能返回 null,表示取不到有效值。
27121
- :rtype: list of Container
27122
- """
27123
- return self._InitContainers
27124
-
27125
- @InitContainers.setter
27126
- def InitContainers(self, InitContainers):
27127
- self._InitContainers = InitContainers
27128
-
27129
- @property
27130
- def CamRoleName(self):
27131
- """为容器实例关联 CAM 角色,value 填写 CAM 角色名称,容器实例可获取该 CAM 角色包含的权限策略,方便 容器实例 内的程序进行如购买资源、读写存储等云资源操作。
27132
- 注意:此字段可能返回 null,表示取不到有效值。
27151
+ def SucceededTime(self):
27152
+ """容器全部成功退出后的时间
27133
27153
  :rtype: str
27134
27154
  """
27135
- return self._CamRoleName
27155
+ return self._SucceededTime
27136
27156
 
27137
- @CamRoleName.setter
27138
- def CamRoleName(self, CamRoleName):
27139
- self._CamRoleName = CamRoleName
27157
+ @SucceededTime.setter
27158
+ def SucceededTime(self, SucceededTime):
27159
+ self._SucceededTime = SucceededTime
27140
27160
 
27141
27161
  @property
27142
- def AutoCreatedEipId(self):
27143
- """自动为用户创建的EipId
27144
- 注意:此字段可能返回 null,表示取不到有效值。
27162
+ def VpcId(self):
27163
+ """实例所属VPC的Id
27145
27164
  :rtype: str
27146
27165
  """
27147
- return self._AutoCreatedEipId
27148
-
27149
- @AutoCreatedEipId.setter
27150
- def AutoCreatedEipId(self, AutoCreatedEipId):
27151
- self._AutoCreatedEipId = AutoCreatedEipId
27152
-
27153
- @property
27154
- def PersistStatus(self):
27155
- """容器状态是否持久化
27156
- 注意:此字段可能返回 null,表示取不到有效值。
27157
- :rtype: bool
27158
- """
27159
- return self._PersistStatus
27166
+ return self._VpcId
27160
27167
 
27161
- @PersistStatus.setter
27162
- def PersistStatus(self, PersistStatus):
27163
- self._PersistStatus = PersistStatus
27168
+ @VpcId.setter
27169
+ def VpcId(self, VpcId):
27170
+ self._VpcId = VpcId
27164
27171
 
27165
27172
 
27166
27173
  def _deserialize(self, params):
27167
- self._EksCiId = params.get("EksCiId")
27168
- self._EksCiName = params.get("EksCiName")
27169
- self._Memory = params.get("Memory")
27170
- self._Cpu = params.get("Cpu")
27171
- self._SecurityGroupIds = params.get("SecurityGroupIds")
27172
- self._RestartPolicy = params.get("RestartPolicy")
27173
- self._Status = params.get("Status")
27174
- self._CreationTime = params.get("CreationTime")
27175
- self._SucceededTime = params.get("SucceededTime")
27174
+ self._AutoCreatedEipId = params.get("AutoCreatedEipId")
27175
+ self._CamRoleName = params.get("CamRoleName")
27176
27176
  if params.get("Containers") is not None:
27177
27177
  self._Containers = []
27178
27178
  for item in params.get("Containers"):
27179
27179
  obj = Container()
27180
27180
  obj._deserialize(item)
27181
27181
  self._Containers.append(obj)
27182
+ self._Cpu = params.get("Cpu")
27183
+ self._CpuType = params.get("CpuType")
27184
+ self._CreationTime = params.get("CreationTime")
27185
+ self._EipAddress = params.get("EipAddress")
27186
+ self._EksCiId = params.get("EksCiId")
27187
+ self._EksCiName = params.get("EksCiName")
27182
27188
  if params.get("EksCiVolume") is not None:
27183
27189
  self._EksCiVolume = EksCiVolume()
27184
27190
  self._EksCiVolume._deserialize(params.get("EksCiVolume"))
27185
- if params.get("SecurityContext") is not None:
27186
- self._SecurityContext = SecurityContext()
27187
- self._SecurityContext._deserialize(params.get("SecurityContext"))
27188
- self._PrivateIp = params.get("PrivateIp")
27189
- self._EipAddress = params.get("EipAddress")
27190
- self._GpuType = params.get("GpuType")
27191
- self._CpuType = params.get("CpuType")
27192
27191
  self._GpuCount = params.get("GpuCount")
27193
- self._VpcId = params.get("VpcId")
27194
- self._SubnetId = params.get("SubnetId")
27192
+ self._GpuType = params.get("GpuType")
27195
27193
  if params.get("InitContainers") is not None:
27196
27194
  self._InitContainers = []
27197
27195
  for item in params.get("InitContainers"):
27198
27196
  obj = Container()
27199
27197
  obj._deserialize(item)
27200
27198
  self._InitContainers.append(obj)
27201
- self._CamRoleName = params.get("CamRoleName")
27202
- self._AutoCreatedEipId = params.get("AutoCreatedEipId")
27199
+ self._Memory = params.get("Memory")
27203
27200
  self._PersistStatus = params.get("PersistStatus")
27201
+ self._PrivateIp = params.get("PrivateIp")
27202
+ self._RestartPolicy = params.get("RestartPolicy")
27203
+ if params.get("SecurityContext") is not None:
27204
+ self._SecurityContext = SecurityContext()
27205
+ self._SecurityContext._deserialize(params.get("SecurityContext"))
27206
+ self._SecurityGroupIds = params.get("SecurityGroupIds")
27207
+ self._Status = params.get("Status")
27208
+ self._SubnetId = params.get("SubnetId")
27209
+ self._SucceededTime = params.get("SucceededTime")
27210
+ self._VpcId = params.get("VpcId")
27204
27211
  memeber_set = set(params.keys())
27205
27212
  for name, value in vars(self).items():
27206
27213
  property_name = name[1:]
@@ -31786,10 +31793,8 @@ class KubeJarvisStateCatalogue(AbstractModel):
31786
31793
  :param _CatalogueLevel: 目录级别,支持参数:
31787
31794
  first:一级目录
31788
31795
  second:二级目录
31789
- 注意:此字段可能返回 null,表示取不到有效值。
31790
31796
  :type CatalogueLevel: str
31791
31797
  :param _CatalogueName: 目录名
31792
- 注意:此字段可能返回 null,表示取不到有效值。
31793
31798
  :type CatalogueName: str
31794
31799
  """
31795
31800
  self._CatalogueLevel = None
@@ -31800,7 +31805,6 @@ second:二级目录
31800
31805
  """目录级别,支持参数:
31801
31806
  first:一级目录
31802
31807
  second:二级目录
31803
- 注意:此字段可能返回 null,表示取不到有效值。
31804
31808
  :rtype: str
31805
31809
  """
31806
31810
  return self._CatalogueLevel
@@ -31812,7 +31816,6 @@ second:二级目录
31812
31816
  @property
31813
31817
  def CatalogueName(self):
31814
31818
  """目录名
31815
- 注意:此字段可能返回 null,表示取不到有效值。
31816
31819
  :rtype: str
31817
31820
  """
31818
31821
  return self._CatalogueName
@@ -31843,28 +31846,20 @@ class KubeJarvisStateDiagnostic(AbstractModel):
31843
31846
  def __init__(self):
31844
31847
  r"""
31845
31848
  :param _StartTime: 诊断开始时间
31846
- 注意:此字段可能返回 null,表示取不到有效值。
31847
31849
  :type StartTime: str
31848
31850
  :param _EndTime: 诊断结束时间
31849
- 注意:此字段可能返回 null,表示取不到有效值。
31850
31851
  :type EndTime: str
31851
31852
  :param _Catalogues: 诊断目录
31852
- 注意:此字段可能返回 null,表示取不到有效值。
31853
31853
  :type Catalogues: list of KubeJarvisStateCatalogue
31854
31854
  :param _Type: 诊断类型
31855
- 注意:此字段可能返回 null,表示取不到有效值。
31856
31855
  :type Type: str
31857
31856
  :param _Name: 诊断名称
31858
- 注意:此字段可能返回 null,表示取不到有效值。
31859
31857
  :type Name: str
31860
31858
  :param _Desc: 诊断描述
31861
- 注意:此字段可能返回 null,表示取不到有效值。
31862
31859
  :type Desc: str
31863
31860
  :param _Results: 诊断结果列表
31864
- 注意:此字段可能返回 null,表示取不到有效值。
31865
31861
  :type Results: list of KubeJarvisStateResultsItem
31866
31862
  :param _Statistics: 诊断结果统计
31867
- 注意:此字段可能返回 null,表示取不到有效值。
31868
31863
  :type Statistics: list of KubeJarvisStateStatistic
31869
31864
  """
31870
31865
  self._StartTime = None
@@ -31879,7 +31874,6 @@ class KubeJarvisStateDiagnostic(AbstractModel):
31879
31874
  @property
31880
31875
  def StartTime(self):
31881
31876
  """诊断开始时间
31882
- 注意:此字段可能返回 null,表示取不到有效值。
31883
31877
  :rtype: str
31884
31878
  """
31885
31879
  return self._StartTime
@@ -31891,7 +31885,6 @@ class KubeJarvisStateDiagnostic(AbstractModel):
31891
31885
  @property
31892
31886
  def EndTime(self):
31893
31887
  """诊断结束时间
31894
- 注意:此字段可能返回 null,表示取不到有效值。
31895
31888
  :rtype: str
31896
31889
  """
31897
31890
  return self._EndTime
@@ -31903,7 +31896,6 @@ class KubeJarvisStateDiagnostic(AbstractModel):
31903
31896
  @property
31904
31897
  def Catalogues(self):
31905
31898
  """诊断目录
31906
- 注意:此字段可能返回 null,表示取不到有效值。
31907
31899
  :rtype: list of KubeJarvisStateCatalogue
31908
31900
  """
31909
31901
  return self._Catalogues
@@ -31915,7 +31907,6 @@ class KubeJarvisStateDiagnostic(AbstractModel):
31915
31907
  @property
31916
31908
  def Type(self):
31917
31909
  """诊断类型
31918
- 注意:此字段可能返回 null,表示取不到有效值。
31919
31910
  :rtype: str
31920
31911
  """
31921
31912
  return self._Type
@@ -31927,7 +31918,6 @@ class KubeJarvisStateDiagnostic(AbstractModel):
31927
31918
  @property
31928
31919
  def Name(self):
31929
31920
  """诊断名称
31930
- 注意:此字段可能返回 null,表示取不到有效值。
31931
31921
  :rtype: str
31932
31922
  """
31933
31923
  return self._Name
@@ -31939,7 +31929,6 @@ class KubeJarvisStateDiagnostic(AbstractModel):
31939
31929
  @property
31940
31930
  def Desc(self):
31941
31931
  """诊断描述
31942
- 注意:此字段可能返回 null,表示取不到有效值。
31943
31932
  :rtype: str
31944
31933
  """
31945
31934
  return self._Desc
@@ -31951,7 +31940,6 @@ class KubeJarvisStateDiagnostic(AbstractModel):
31951
31940
  @property
31952
31941
  def Results(self):
31953
31942
  """诊断结果列表
31954
- 注意:此字段可能返回 null,表示取不到有效值。
31955
31943
  :rtype: list of KubeJarvisStateResultsItem
31956
31944
  """
31957
31945
  return self._Results
@@ -31963,7 +31951,6 @@ class KubeJarvisStateDiagnostic(AbstractModel):
31963
31951
  @property
31964
31952
  def Statistics(self):
31965
31953
  """诊断结果统计
31966
- 注意:此字段可能返回 null,表示取不到有效值。
31967
31954
  :rtype: list of KubeJarvisStateStatistic
31968
31955
  """
31969
31956
  return self._Statistics
@@ -32015,10 +32002,8 @@ class KubeJarvisStateDiagnosticOverview(AbstractModel):
32015
32002
  def __init__(self):
32016
32003
  r"""
32017
32004
  :param _Catalogues: 诊断目录
32018
- 注意:此字段可能返回 null,表示取不到有效值。
32019
32005
  :type Catalogues: list of KubeJarvisStateCatalogue
32020
32006
  :param _Statistics: 诊断结果统计
32021
- 注意:此字段可能返回 null,表示取不到有效值。
32022
32007
  :type Statistics: list of KubeJarvisStateStatistic
32023
32008
  """
32024
32009
  self._Catalogues = None
@@ -32027,7 +32012,6 @@ class KubeJarvisStateDiagnosticOverview(AbstractModel):
32027
32012
  @property
32028
32013
  def Catalogues(self):
32029
32014
  """诊断目录
32030
- 注意:此字段可能返回 null,表示取不到有效值。
32031
32015
  :rtype: list of KubeJarvisStateCatalogue
32032
32016
  """
32033
32017
  return self._Catalogues
@@ -32039,7 +32023,6 @@ class KubeJarvisStateDiagnosticOverview(AbstractModel):
32039
32023
  @property
32040
32024
  def Statistics(self):
32041
32025
  """诊断结果统计
32042
- 注意:此字段可能返回 null,表示取不到有效值。
32043
32026
  :rtype: list of KubeJarvisStateStatistic
32044
32027
  """
32045
32028
  return self._Statistics
@@ -32080,13 +32063,10 @@ class KubeJarvisStateInspectionOverview(AbstractModel):
32080
32063
  def __init__(self):
32081
32064
  r"""
32082
32065
  :param _ClusterId: 集群ID
32083
- 注意:此字段可能返回 null,表示取不到有效值。
32084
32066
  :type ClusterId: str
32085
32067
  :param _Statistics: 诊断结果统计
32086
- 注意:此字段可能返回 null,表示取不到有效值。
32087
32068
  :type Statistics: list of KubeJarvisStateStatistic
32088
32069
  :param _Diagnostics: 诊断结果详情
32089
- 注意:此字段可能返回 null,表示取不到有效值。
32090
32070
  :type Diagnostics: list of KubeJarvisStateDiagnosticOverview
32091
32071
  """
32092
32072
  self._ClusterId = None
@@ -32096,7 +32076,6 @@ class KubeJarvisStateInspectionOverview(AbstractModel):
32096
32076
  @property
32097
32077
  def ClusterId(self):
32098
32078
  """集群ID
32099
- 注意:此字段可能返回 null,表示取不到有效值。
32100
32079
  :rtype: str
32101
32080
  """
32102
32081
  return self._ClusterId
@@ -32108,7 +32087,6 @@ class KubeJarvisStateInspectionOverview(AbstractModel):
32108
32087
  @property
32109
32088
  def Statistics(self):
32110
32089
  """诊断结果统计
32111
- 注意:此字段可能返回 null,表示取不到有效值。
32112
32090
  :rtype: list of KubeJarvisStateStatistic
32113
32091
  """
32114
32092
  return self._Statistics
@@ -32120,7 +32098,6 @@ class KubeJarvisStateInspectionOverview(AbstractModel):
32120
32098
  @property
32121
32099
  def Diagnostics(self):
32122
32100
  """诊断结果详情
32123
- 注意:此字段可能返回 null,表示取不到有效值。
32124
32101
  :rtype: list of KubeJarvisStateDiagnosticOverview
32125
32102
  """
32126
32103
  return self._Diagnostics
@@ -32162,22 +32139,16 @@ class KubeJarvisStateInspectionResult(AbstractModel):
32162
32139
  def __init__(self):
32163
32140
  r"""
32164
32141
  :param _ClusterId: 集群ID
32165
- 注意:此字段可能返回 null,表示取不到有效值。
32166
32142
  :type ClusterId: str
32167
32143
  :param _StartTime: 诊断开始时间
32168
- 注意:此字段可能返回 null,表示取不到有效值。
32169
32144
  :type StartTime: str
32170
32145
  :param _EndTime: 诊断结束时间
32171
- 注意:此字段可能返回 null,表示取不到有效值。
32172
32146
  :type EndTime: str
32173
32147
  :param _Statistics: 诊断结果统计
32174
- 注意:此字段可能返回 null,表示取不到有效值。
32175
32148
  :type Statistics: list of KubeJarvisStateStatistic
32176
32149
  :param _Diagnostics: 诊断结果详情
32177
- 注意:此字段可能返回 null,表示取不到有效值。
32178
32150
  :type Diagnostics: list of KubeJarvisStateDiagnostic
32179
32151
  :param _Error: 查询巡检报告相关报错
32180
- 注意:此字段可能返回 null,表示取不到有效值。
32181
32152
  :type Error: str
32182
32153
  """
32183
32154
  self._ClusterId = None
@@ -32190,7 +32161,6 @@ class KubeJarvisStateInspectionResult(AbstractModel):
32190
32161
  @property
32191
32162
  def ClusterId(self):
32192
32163
  """集群ID
32193
- 注意:此字段可能返回 null,表示取不到有效值。
32194
32164
  :rtype: str
32195
32165
  """
32196
32166
  return self._ClusterId
@@ -32202,7 +32172,6 @@ class KubeJarvisStateInspectionResult(AbstractModel):
32202
32172
  @property
32203
32173
  def StartTime(self):
32204
32174
  """诊断开始时间
32205
- 注意:此字段可能返回 null,表示取不到有效值。
32206
32175
  :rtype: str
32207
32176
  """
32208
32177
  return self._StartTime
@@ -32214,7 +32183,6 @@ class KubeJarvisStateInspectionResult(AbstractModel):
32214
32183
  @property
32215
32184
  def EndTime(self):
32216
32185
  """诊断结束时间
32217
- 注意:此字段可能返回 null,表示取不到有效值。
32218
32186
  :rtype: str
32219
32187
  """
32220
32188
  return self._EndTime
@@ -32226,7 +32194,6 @@ class KubeJarvisStateInspectionResult(AbstractModel):
32226
32194
  @property
32227
32195
  def Statistics(self):
32228
32196
  """诊断结果统计
32229
- 注意:此字段可能返回 null,表示取不到有效值。
32230
32197
  :rtype: list of KubeJarvisStateStatistic
32231
32198
  """
32232
32199
  return self._Statistics
@@ -32238,7 +32205,6 @@ class KubeJarvisStateInspectionResult(AbstractModel):
32238
32205
  @property
32239
32206
  def Diagnostics(self):
32240
32207
  """诊断结果详情
32241
- 注意:此字段可能返回 null,表示取不到有效值。
32242
32208
  :rtype: list of KubeJarvisStateDiagnostic
32243
32209
  """
32244
32210
  return self._Diagnostics
@@ -32250,7 +32216,6 @@ class KubeJarvisStateInspectionResult(AbstractModel):
32250
32216
  @property
32251
32217
  def Error(self):
32252
32218
  """查询巡检报告相关报错
32253
- 注意:此字段可能返回 null,表示取不到有效值。
32254
32219
  :rtype: str
32255
32220
  """
32256
32221
  return self._Error
@@ -32295,10 +32260,8 @@ class KubeJarvisStateInspectionResultsItem(AbstractModel):
32295
32260
  def __init__(self):
32296
32261
  r"""
32297
32262
  :param _Name: 巡检结果名称
32298
- 注意:此字段可能返回 null,表示取不到有效值。
32299
32263
  :type Name: str
32300
32264
  :param _Statistics: 诊断结果统计
32301
- 注意:此字段可能返回 null,表示取不到有效值。
32302
32265
  :type Statistics: list of KubeJarvisStateStatistic
32303
32266
  """
32304
32267
  self._Name = None
@@ -32307,7 +32270,6 @@ class KubeJarvisStateInspectionResultsItem(AbstractModel):
32307
32270
  @property
32308
32271
  def Name(self):
32309
32272
  """巡检结果名称
32310
- 注意:此字段可能返回 null,表示取不到有效值。
32311
32273
  :rtype: str
32312
32274
  """
32313
32275
  return self._Name
@@ -32319,7 +32281,6 @@ class KubeJarvisStateInspectionResultsItem(AbstractModel):
32319
32281
  @property
32320
32282
  def Statistics(self):
32321
32283
  """诊断结果统计
32322
- 注意:此字段可能返回 null,表示取不到有效值。
32323
32284
  :rtype: list of KubeJarvisStateStatistic
32324
32285
  """
32325
32286
  return self._Statistics
@@ -32355,10 +32316,8 @@ class KubeJarvisStateResultObjInfo(AbstractModel):
32355
32316
  def __init__(self):
32356
32317
  r"""
32357
32318
  :param _PropertyName: 对象属性名称
32358
- 注意:此字段可能返回 null,表示取不到有效值。
32359
32319
  :type PropertyName: str
32360
32320
  :param _PropertyValue: 对象属性值
32361
- 注意:此字段可能返回 null,表示取不到有效值。
32362
32321
  :type PropertyValue: str
32363
32322
  """
32364
32323
  self._PropertyName = None
@@ -32367,7 +32326,6 @@ class KubeJarvisStateResultObjInfo(AbstractModel):
32367
32326
  @property
32368
32327
  def PropertyName(self):
32369
32328
  """对象属性名称
32370
- 注意:此字段可能返回 null,表示取不到有效值。
32371
32329
  :rtype: str
32372
32330
  """
32373
32331
  return self._PropertyName
@@ -32379,7 +32337,6 @@ class KubeJarvisStateResultObjInfo(AbstractModel):
32379
32337
  @property
32380
32338
  def PropertyValue(self):
32381
32339
  """对象属性值
32382
- 注意:此字段可能返回 null,表示取不到有效值。
32383
32340
  :rtype: str
32384
32341
  """
32385
32342
  return self._PropertyValue
@@ -32410,28 +32367,22 @@ class KubeJarvisStateResultsItem(AbstractModel):
32410
32367
  def __init__(self):
32411
32368
  r"""
32412
32369
  :param _Level: 诊断结果级别
32413
- 注意:此字段可能返回 null,表示取不到有效值。
32414
32370
  :type Level: str
32415
32371
  :param _ObjName: 诊断对象名
32416
- 注意:此字段可能返回 null,表示取不到有效值。
32417
32372
  :type ObjName: str
32418
32373
  :param _ObjInfo: 诊断对象信息
32419
32374
  注意:此字段可能返回 null,表示取不到有效值。
32420
32375
  :type ObjInfo: list of KubeJarvisStateResultObjInfo
32421
32376
  :param _Title: 诊断项标题
32422
- 注意:此字段可能返回 null,表示取不到有效值。
32423
32377
  :type Title: str
32424
32378
  :param _Desc: 诊断项描述
32425
- 注意:此字段可能返回 null,表示取不到有效值。
32426
32379
  :type Desc: str
32427
32380
  :param _Proposal: 诊断建议
32428
32381
  注意:此字段可能返回 null,表示取不到有效值。
32429
32382
  :type Proposal: str
32430
32383
  :param _ProposalDocUrl: 诊断建议文档链接
32431
- 注意:此字段可能返回 null,表示取不到有效值。
32432
32384
  :type ProposalDocUrl: str
32433
32385
  :param _ProposalDocName: 诊断建议文档名称
32434
- 注意:此字段可能返回 null,表示取不到有效值。
32435
32386
  :type ProposalDocName: str
32436
32387
  """
32437
32388
  self._Level = None
@@ -32446,7 +32397,6 @@ class KubeJarvisStateResultsItem(AbstractModel):
32446
32397
  @property
32447
32398
  def Level(self):
32448
32399
  """诊断结果级别
32449
- 注意:此字段可能返回 null,表示取不到有效值。
32450
32400
  :rtype: str
32451
32401
  """
32452
32402
  return self._Level
@@ -32458,7 +32408,6 @@ class KubeJarvisStateResultsItem(AbstractModel):
32458
32408
  @property
32459
32409
  def ObjName(self):
32460
32410
  """诊断对象名
32461
- 注意:此字段可能返回 null,表示取不到有效值。
32462
32411
  :rtype: str
32463
32412
  """
32464
32413
  return self._ObjName
@@ -32482,7 +32431,6 @@ class KubeJarvisStateResultsItem(AbstractModel):
32482
32431
  @property
32483
32432
  def Title(self):
32484
32433
  """诊断项标题
32485
- 注意:此字段可能返回 null,表示取不到有效值。
32486
32434
  :rtype: str
32487
32435
  """
32488
32436
  return self._Title
@@ -32494,7 +32442,6 @@ class KubeJarvisStateResultsItem(AbstractModel):
32494
32442
  @property
32495
32443
  def Desc(self):
32496
32444
  """诊断项描述
32497
- 注意:此字段可能返回 null,表示取不到有效值。
32498
32445
  :rtype: str
32499
32446
  """
32500
32447
  return self._Desc
@@ -32518,7 +32465,6 @@ class KubeJarvisStateResultsItem(AbstractModel):
32518
32465
  @property
32519
32466
  def ProposalDocUrl(self):
32520
32467
  """诊断建议文档链接
32521
- 注意:此字段可能返回 null,表示取不到有效值。
32522
32468
  :rtype: str
32523
32469
  """
32524
32470
  return self._ProposalDocUrl
@@ -32530,7 +32476,6 @@ class KubeJarvisStateResultsItem(AbstractModel):
32530
32476
  @property
32531
32477
  def ProposalDocName(self):
32532
32478
  """诊断建议文档名称
32533
- 注意:此字段可能返回 null,表示取不到有效值。
32534
32479
  :rtype: str
32535
32480
  """
32536
32481
  return self._ProposalDocName
@@ -32572,10 +32517,8 @@ class KubeJarvisStateStatistic(AbstractModel):
32572
32517
  def __init__(self):
32573
32518
  r"""
32574
32519
  :param _HealthyLevel: 诊断结果的健康水平
32575
- 注意:此字段可能返回 null,表示取不到有效值。
32576
32520
  :type HealthyLevel: str
32577
32521
  :param _Count: 诊断结果的统计
32578
- 注意:此字段可能返回 null,表示取不到有效值。
32579
32522
  :type Count: int
32580
32523
  """
32581
32524
  self._HealthyLevel = None
@@ -32584,7 +32527,6 @@ class KubeJarvisStateStatistic(AbstractModel):
32584
32527
  @property
32585
32528
  def HealthyLevel(self):
32586
32529
  """诊断结果的健康水平
32587
- 注意:此字段可能返回 null,表示取不到有效值。
32588
32530
  :rtype: str
32589
32531
  """
32590
32532
  return self._HealthyLevel
@@ -32596,7 +32538,6 @@ class KubeJarvisStateStatistic(AbstractModel):
32596
32538
  @property
32597
32539
  def Count(self):
32598
32540
  """诊断结果的统计
32599
- 注意:此字段可能返回 null,表示取不到有效值。
32600
32541
  :rtype: int
32601
32542
  """
32602
32543
  return self._Count
@@ -32914,27 +32855,24 @@ class LivenessOrReadinessProbe(AbstractModel):
32914
32855
  def __init__(self):
32915
32856
  r"""
32916
32857
  :param _Probe: 探针参数
32917
- 注意:此字段可能返回 null,表示取不到有效值。
32918
32858
  :type Probe: :class:`tencentcloud.tke.v20180525.models.Probe`
32919
- :param _HttpGet: HttpGet检测参数
32920
- 注意:此字段可能返回 null,表示取不到有效值。
32921
- :type HttpGet: :class:`tencentcloud.tke.v20180525.models.HttpGet`
32922
32859
  :param _Exec: 容器内检测命令参数
32923
32860
  注意:此字段可能返回 null,表示取不到有效值。
32924
32861
  :type Exec: :class:`tencentcloud.tke.v20180525.models.Exec`
32862
+ :param _HttpGet: HttpGet检测参数
32863
+ :type HttpGet: :class:`tencentcloud.tke.v20180525.models.HttpGet`
32925
32864
  :param _TcpSocket: TcpSocket检测的端口参数
32926
32865
  注意:此字段可能返回 null,表示取不到有效值。
32927
32866
  :type TcpSocket: :class:`tencentcloud.tke.v20180525.models.TcpSocket`
32928
32867
  """
32929
32868
  self._Probe = None
32930
- self._HttpGet = None
32931
32869
  self._Exec = None
32870
+ self._HttpGet = None
32932
32871
  self._TcpSocket = None
32933
32872
 
32934
32873
  @property
32935
32874
  def Probe(self):
32936
32875
  """探针参数
32937
- 注意:此字段可能返回 null,表示取不到有效值。
32938
32876
  :rtype: :class:`tencentcloud.tke.v20180525.models.Probe`
32939
32877
  """
32940
32878
  return self._Probe
@@ -32943,18 +32881,6 @@ class LivenessOrReadinessProbe(AbstractModel):
32943
32881
  def Probe(self, Probe):
32944
32882
  self._Probe = Probe
32945
32883
 
32946
- @property
32947
- def HttpGet(self):
32948
- """HttpGet检测参数
32949
- 注意:此字段可能返回 null,表示取不到有效值。
32950
- :rtype: :class:`tencentcloud.tke.v20180525.models.HttpGet`
32951
- """
32952
- return self._HttpGet
32953
-
32954
- @HttpGet.setter
32955
- def HttpGet(self, HttpGet):
32956
- self._HttpGet = HttpGet
32957
-
32958
32884
  @property
32959
32885
  def Exec(self):
32960
32886
  """容器内检测命令参数
@@ -32967,6 +32893,17 @@ class LivenessOrReadinessProbe(AbstractModel):
32967
32893
  def Exec(self, Exec):
32968
32894
  self._Exec = Exec
32969
32895
 
32896
+ @property
32897
+ def HttpGet(self):
32898
+ """HttpGet检测参数
32899
+ :rtype: :class:`tencentcloud.tke.v20180525.models.HttpGet`
32900
+ """
32901
+ return self._HttpGet
32902
+
32903
+ @HttpGet.setter
32904
+ def HttpGet(self, HttpGet):
32905
+ self._HttpGet = HttpGet
32906
+
32970
32907
  @property
32971
32908
  def TcpSocket(self):
32972
32909
  """TcpSocket检测的端口参数
@@ -32984,12 +32921,12 @@ class LivenessOrReadinessProbe(AbstractModel):
32984
32921
  if params.get("Probe") is not None:
32985
32922
  self._Probe = Probe()
32986
32923
  self._Probe._deserialize(params.get("Probe"))
32987
- if params.get("HttpGet") is not None:
32988
- self._HttpGet = HttpGet()
32989
- self._HttpGet._deserialize(params.get("HttpGet"))
32990
32924
  if params.get("Exec") is not None:
32991
32925
  self._Exec = Exec()
32992
32926
  self._Exec._deserialize(params.get("Exec"))
32927
+ if params.get("HttpGet") is not None:
32928
+ self._HttpGet = HttpGet()
32929
+ self._HttpGet._deserialize(params.get("HttpGet"))
32993
32930
  if params.get("TcpSocket") is not None:
32994
32931
  self._TcpSocket = TcpSocket()
32995
32932
  self._TcpSocket._deserialize(params.get("TcpSocket"))
@@ -35790,16 +35727,16 @@ class NfsVolume(AbstractModel):
35790
35727
  r"""
35791
35728
  :param _Name: nfs volume 数据卷名称
35792
35729
  :type Name: str
35793
- :param _Server: NFS 服务器地址
35794
- :type Server: str
35795
35730
  :param _Path: NFS 数据卷路径
35796
35731
  :type Path: str
35732
+ :param _Server: NFS 服务器地址
35733
+ :type Server: str
35797
35734
  :param _ReadOnly: 默认为 False
35798
35735
  :type ReadOnly: bool
35799
35736
  """
35800
35737
  self._Name = None
35801
- self._Server = None
35802
35738
  self._Path = None
35739
+ self._Server = None
35803
35740
  self._ReadOnly = None
35804
35741
 
35805
35742
  @property
@@ -35813,17 +35750,6 @@ class NfsVolume(AbstractModel):
35813
35750
  def Name(self, Name):
35814
35751
  self._Name = Name
35815
35752
 
35816
- @property
35817
- def Server(self):
35818
- """NFS 服务器地址
35819
- :rtype: str
35820
- """
35821
- return self._Server
35822
-
35823
- @Server.setter
35824
- def Server(self, Server):
35825
- self._Server = Server
35826
-
35827
35753
  @property
35828
35754
  def Path(self):
35829
35755
  """NFS 数据卷路径
@@ -35835,6 +35761,17 @@ class NfsVolume(AbstractModel):
35835
35761
  def Path(self, Path):
35836
35762
  self._Path = Path
35837
35763
 
35764
+ @property
35765
+ def Server(self):
35766
+ """NFS 服务器地址
35767
+ :rtype: str
35768
+ """
35769
+ return self._Server
35770
+
35771
+ @Server.setter
35772
+ def Server(self, Server):
35773
+ self._Server = Server
35774
+
35838
35775
  @property
35839
35776
  def ReadOnly(self):
35840
35777
  """默认为 False
@@ -35849,8 +35786,8 @@ class NfsVolume(AbstractModel):
35849
35786
 
35850
35787
  def _deserialize(self, params):
35851
35788
  self._Name = params.get("Name")
35852
- self._Server = params.get("Server")
35853
35789
  self._Path = params.get("Path")
35790
+ self._Server = params.get("Server")
35854
35791
  self._ReadOnly = params.get("ReadOnly")
35855
35792
  memeber_set = set(params.keys())
35856
35793
  for name, value in vars(self).items():
@@ -36620,6 +36557,117 @@ class OIDCConfigAuthenticationOptions(AbstractModel):
36620
36557
 
36621
36558
 
36622
36559
 
36560
+ class OSImage(AbstractModel):
36561
+ """操作系统描述
36562
+
36563
+ """
36564
+
36565
+ def __init__(self):
36566
+ r"""
36567
+ :param _SeriesName: os聚合名称
36568
+ :type SeriesName: str
36569
+ :param _Alias: os别名
36570
+ :type Alias: str
36571
+ :param _OsName: os名称
36572
+ :type OsName: str
36573
+ :param _OsCustomizeType: 操作系统类型(分为定制和非定制,取值分别为:DOCKER_CUSTOMIZE、GENERAL)
36574
+ :type OsCustomizeType: str
36575
+ :param _Status: os是否下线(online表示在线,offline表示下线)
36576
+ :type Status: str
36577
+ :param _ImageId: 镜像id
36578
+ :type ImageId: str
36579
+ """
36580
+ self._SeriesName = None
36581
+ self._Alias = None
36582
+ self._OsName = None
36583
+ self._OsCustomizeType = None
36584
+ self._Status = None
36585
+ self._ImageId = None
36586
+
36587
+ @property
36588
+ def SeriesName(self):
36589
+ """os聚合名称
36590
+ :rtype: str
36591
+ """
36592
+ return self._SeriesName
36593
+
36594
+ @SeriesName.setter
36595
+ def SeriesName(self, SeriesName):
36596
+ self._SeriesName = SeriesName
36597
+
36598
+ @property
36599
+ def Alias(self):
36600
+ """os别名
36601
+ :rtype: str
36602
+ """
36603
+ return self._Alias
36604
+
36605
+ @Alias.setter
36606
+ def Alias(self, Alias):
36607
+ self._Alias = Alias
36608
+
36609
+ @property
36610
+ def OsName(self):
36611
+ """os名称
36612
+ :rtype: str
36613
+ """
36614
+ return self._OsName
36615
+
36616
+ @OsName.setter
36617
+ def OsName(self, OsName):
36618
+ self._OsName = OsName
36619
+
36620
+ @property
36621
+ def OsCustomizeType(self):
36622
+ """操作系统类型(分为定制和非定制,取值分别为:DOCKER_CUSTOMIZE、GENERAL)
36623
+ :rtype: str
36624
+ """
36625
+ return self._OsCustomizeType
36626
+
36627
+ @OsCustomizeType.setter
36628
+ def OsCustomizeType(self, OsCustomizeType):
36629
+ self._OsCustomizeType = OsCustomizeType
36630
+
36631
+ @property
36632
+ def Status(self):
36633
+ """os是否下线(online表示在线,offline表示下线)
36634
+ :rtype: str
36635
+ """
36636
+ return self._Status
36637
+
36638
+ @Status.setter
36639
+ def Status(self, Status):
36640
+ self._Status = Status
36641
+
36642
+ @property
36643
+ def ImageId(self):
36644
+ """镜像id
36645
+ :rtype: str
36646
+ """
36647
+ return self._ImageId
36648
+
36649
+ @ImageId.setter
36650
+ def ImageId(self, ImageId):
36651
+ self._ImageId = ImageId
36652
+
36653
+
36654
+ def _deserialize(self, params):
36655
+ self._SeriesName = params.get("SeriesName")
36656
+ self._Alias = params.get("Alias")
36657
+ self._OsName = params.get("OsName")
36658
+ self._OsCustomizeType = params.get("OsCustomizeType")
36659
+ self._Status = params.get("Status")
36660
+ self._ImageId = params.get("ImageId")
36661
+ memeber_set = set(params.keys())
36662
+ for name, value in vars(self).items():
36663
+ property_name = name[1:]
36664
+ if property_name in memeber_set:
36665
+ memeber_set.remove(property_name)
36666
+ if len(memeber_set) > 0:
36667
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
36668
+
36669
+
36670
+
36623
36671
  class OpenConstraintInfo(AbstractModel):
36624
36672
  """策略实例信息
36625
36673
 
@@ -36628,13 +36676,10 @@ class OpenConstraintInfo(AbstractModel):
36628
36676
  def __init__(self):
36629
36677
  r"""
36630
36678
  :param _Name: 策略实例名称
36631
- 注意:此字段可能返回 null,表示取不到有效值。
36632
36679
  :type Name: str
36633
36680
  :param _EventNums: 策略实例关联事件数
36634
- 注意:此字段可能返回 null,表示取不到有效值。
36635
36681
  :type EventNums: int
36636
36682
  :param _YamlDetail: 实例yaml详情base64编码
36637
- 注意:此字段可能返回 null,表示取不到有效值。
36638
36683
  :type YamlDetail: str
36639
36684
  """
36640
36685
  self._Name = None
@@ -36644,7 +36689,6 @@ class OpenConstraintInfo(AbstractModel):
36644
36689
  @property
36645
36690
  def Name(self):
36646
36691
  """策略实例名称
36647
- 注意:此字段可能返回 null,表示取不到有效值。
36648
36692
  :rtype: str
36649
36693
  """
36650
36694
  return self._Name
@@ -36656,7 +36700,6 @@ class OpenConstraintInfo(AbstractModel):
36656
36700
  @property
36657
36701
  def EventNums(self):
36658
36702
  """策略实例关联事件数
36659
- 注意:此字段可能返回 null,表示取不到有效值。
36660
36703
  :rtype: int
36661
36704
  """
36662
36705
  return self._EventNums
@@ -36668,7 +36711,6 @@ class OpenConstraintInfo(AbstractModel):
36668
36711
  @property
36669
36712
  def YamlDetail(self):
36670
36713
  """实例yaml详情base64编码
36671
- 注意:此字段可能返回 null,表示取不到有效值。
36672
36714
  :rtype: str
36673
36715
  """
36674
36716
  return self._YamlDetail
@@ -37181,7 +37223,6 @@ class PodChargeInfo(AbstractModel):
37181
37223
  :param _Type: Pod类型:intel、amd、v100、t4、a10\*gnv4、a10\*gnv4v等。
37182
37224
  :type Type: str
37183
37225
  :param _Gpu: Pod是GPU时,表示GPU卡数
37184
- 注意:此字段可能返回 null,表示取不到有效值。
37185
37226
  :type Gpu: str
37186
37227
  :param _ChargeType: 计费类型
37187
37228
  PREPAID:Pod调度到包月超级节点
@@ -37263,7 +37304,6 @@ TPOD:特惠实例
37263
37304
  @property
37264
37305
  def Gpu(self):
37265
37306
  """Pod是GPU时,表示GPU卡数
37266
- 注意:此字段可能返回 null,表示取不到有效值。
37267
37307
  :rtype: str
37268
37308
  """
37269
37309
  return self._Gpu
@@ -37339,22 +37379,16 @@ class PodDeductionRate(AbstractModel):
37339
37379
  def __init__(self):
37340
37380
  r"""
37341
37381
  :param _Cpu: Pod的 CPU
37342
- 注意:此字段可能返回 null,表示取不到有效值。
37343
37382
  :type Cpu: float
37344
37383
  :param _Memory: Pod 的内存
37345
- 注意:此字段可能返回 null,表示取不到有效值。
37346
37384
  :type Memory: float
37347
37385
  :param _Type: Pod 的类型
37348
- 注意:此字段可能返回 null,表示取不到有效值。
37349
37386
  :type Type: str
37350
37387
  :param _GpuNum: Pod 的 GPU 卡数,Pod 类型为 GPU 时有效。
37351
- 注意:此字段可能返回 null,表示取不到有效值。
37352
37388
  :type GpuNum: str
37353
37389
  :param _TotalNum: 这种规格的 Pod总数
37354
- 注意:此字段可能返回 null,表示取不到有效值。
37355
37390
  :type TotalNum: int
37356
37391
  :param _DeductionNum: 这种规格的 Pod被预留券抵扣的数量
37357
- 注意:此字段可能返回 null,表示取不到有效值。
37358
37392
  :type DeductionNum: int
37359
37393
  """
37360
37394
  self._Cpu = None
@@ -37367,7 +37401,6 @@ class PodDeductionRate(AbstractModel):
37367
37401
  @property
37368
37402
  def Cpu(self):
37369
37403
  """Pod的 CPU
37370
- 注意:此字段可能返回 null,表示取不到有效值。
37371
37404
  :rtype: float
37372
37405
  """
37373
37406
  return self._Cpu
@@ -37379,7 +37412,6 @@ class PodDeductionRate(AbstractModel):
37379
37412
  @property
37380
37413
  def Memory(self):
37381
37414
  """Pod 的内存
37382
- 注意:此字段可能返回 null,表示取不到有效值。
37383
37415
  :rtype: float
37384
37416
  """
37385
37417
  return self._Memory
@@ -37391,7 +37423,6 @@ class PodDeductionRate(AbstractModel):
37391
37423
  @property
37392
37424
  def Type(self):
37393
37425
  """ Pod 的类型
37394
- 注意:此字段可能返回 null,表示取不到有效值。
37395
37426
  :rtype: str
37396
37427
  """
37397
37428
  return self._Type
@@ -37403,7 +37434,6 @@ class PodDeductionRate(AbstractModel):
37403
37434
  @property
37404
37435
  def GpuNum(self):
37405
37436
  """ Pod 的 GPU 卡数,Pod 类型为 GPU 时有效。
37406
- 注意:此字段可能返回 null,表示取不到有效值。
37407
37437
  :rtype: str
37408
37438
  """
37409
37439
  return self._GpuNum
@@ -37415,7 +37445,6 @@ class PodDeductionRate(AbstractModel):
37415
37445
  @property
37416
37446
  def TotalNum(self):
37417
37447
  """这种规格的 Pod总数
37418
- 注意:此字段可能返回 null,表示取不到有效值。
37419
37448
  :rtype: int
37420
37449
  """
37421
37450
  return self._TotalNum
@@ -37427,7 +37456,6 @@ class PodDeductionRate(AbstractModel):
37427
37456
  @property
37428
37457
  def DeductionNum(self):
37429
37458
  """这种规格的 Pod被预留券抵扣的数量
37430
- 注意:此字段可能返回 null,表示取不到有效值。
37431
37459
  :rtype: int
37432
37460
  """
37433
37461
  return self._DeductionNum
@@ -37626,19 +37654,14 @@ class PodNodeInfo(AbstractModel):
37626
37654
  def __init__(self):
37627
37655
  r"""
37628
37656
  :param _ClusterId: 集群 ID
37629
- 注意:此字段可能返回 null,表示取不到有效值。
37630
37657
  :type ClusterId: str
37631
37658
  :param _NodeName: 节点名称
37632
- 注意:此字段可能返回 null,表示取不到有效值。
37633
37659
  :type NodeName: str
37634
37660
  :param _Zone: 可用区
37635
- 注意:此字段可能返回 null,表示取不到有效值。
37636
37661
  :type Zone: str
37637
37662
  :param _Namespace: 命名空间
37638
- 注意:此字段可能返回 null,表示取不到有效值。
37639
37663
  :type Namespace: str
37640
37664
  :param _Name: Pod 名称
37641
- 注意:此字段可能返回 null,表示取不到有效值。
37642
37665
  :type Name: str
37643
37666
  """
37644
37667
  self._ClusterId = None
@@ -37650,7 +37673,6 @@ class PodNodeInfo(AbstractModel):
37650
37673
  @property
37651
37674
  def ClusterId(self):
37652
37675
  """集群 ID
37653
- 注意:此字段可能返回 null,表示取不到有效值。
37654
37676
  :rtype: str
37655
37677
  """
37656
37678
  return self._ClusterId
@@ -37662,7 +37684,6 @@ class PodNodeInfo(AbstractModel):
37662
37684
  @property
37663
37685
  def NodeName(self):
37664
37686
  """ 节点名称
37665
- 注意:此字段可能返回 null,表示取不到有效值。
37666
37687
  :rtype: str
37667
37688
  """
37668
37689
  return self._NodeName
@@ -37674,7 +37695,6 @@ class PodNodeInfo(AbstractModel):
37674
37695
  @property
37675
37696
  def Zone(self):
37676
37697
  """可用区
37677
- 注意:此字段可能返回 null,表示取不到有效值。
37678
37698
  :rtype: str
37679
37699
  """
37680
37700
  return self._Zone
@@ -37686,7 +37706,6 @@ class PodNodeInfo(AbstractModel):
37686
37706
  @property
37687
37707
  def Namespace(self):
37688
37708
  """命名空间
37689
- 注意:此字段可能返回 null,表示取不到有效值。
37690
37709
  :rtype: str
37691
37710
  """
37692
37711
  return self._Namespace
@@ -37698,7 +37717,6 @@ class PodNodeInfo(AbstractModel):
37698
37717
  @property
37699
37718
  def Name(self):
37700
37719
  """ Pod 名称
37701
- 注意:此字段可能返回 null,表示取不到有效值。
37702
37720
  :rtype: str
37703
37721
  """
37704
37722
  return self._Name
@@ -37731,53 +37749,52 @@ class Probe(AbstractModel):
37731
37749
 
37732
37750
  def __init__(self):
37733
37751
  r"""
37752
+ :param _FailureThreshold: Minimum consecutive failures for the probe to be considered failed after having succeeded.Defaults to 3. Minimum value is 1.
37753
+ 注意:此字段可能返回 null,表示取不到有效值。
37754
+ :type FailureThreshold: int
37734
37755
  :param _InitialDelaySeconds: Number of seconds after the container has started before liveness probes are initiated.
37735
37756
  注意:此字段可能返回 null,表示取不到有效值。
37736
37757
  :type InitialDelaySeconds: int
37737
- :param _TimeoutSeconds: Number of seconds after which the probe times out.
37738
- Defaults to 1 second. Minimum value is 1.
37739
- 注意:此字段可能返回 null,表示取不到有效值。
37740
- :type TimeoutSeconds: int
37741
37758
  :param _PeriodSeconds: How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.
37742
37759
  注意:此字段可能返回 null,表示取不到有效值。
37743
37760
  :type PeriodSeconds: int
37744
37761
  :param _SuccessThreshold: Minimum consecutive successes for the probe to be considered successful after having failed.Defaults to 1. Must be 1 for liveness. Minimum value is 1.
37745
37762
  注意:此字段可能返回 null,表示取不到有效值。
37746
37763
  :type SuccessThreshold: int
37747
- :param _FailureThreshold: Minimum consecutive failures for the probe to be considered failed after having succeeded.Defaults to 3. Minimum value is 1.
37764
+ :param _TimeoutSeconds: Number of seconds after which the probe times out.
37765
+ Defaults to 1 second. Minimum value is 1.
37748
37766
  注意:此字段可能返回 null,表示取不到有效值。
37749
- :type FailureThreshold: int
37767
+ :type TimeoutSeconds: int
37750
37768
  """
37769
+ self._FailureThreshold = None
37751
37770
  self._InitialDelaySeconds = None
37752
- self._TimeoutSeconds = None
37753
37771
  self._PeriodSeconds = None
37754
37772
  self._SuccessThreshold = None
37755
- self._FailureThreshold = None
37773
+ self._TimeoutSeconds = None
37756
37774
 
37757
37775
  @property
37758
- def InitialDelaySeconds(self):
37759
- """Number of seconds after the container has started before liveness probes are initiated.
37776
+ def FailureThreshold(self):
37777
+ """Minimum consecutive failures for the probe to be considered failed after having succeeded.Defaults to 3. Minimum value is 1.
37760
37778
  注意:此字段可能返回 null,表示取不到有效值。
37761
37779
  :rtype: int
37762
37780
  """
37763
- return self._InitialDelaySeconds
37781
+ return self._FailureThreshold
37764
37782
 
37765
- @InitialDelaySeconds.setter
37766
- def InitialDelaySeconds(self, InitialDelaySeconds):
37767
- self._InitialDelaySeconds = InitialDelaySeconds
37783
+ @FailureThreshold.setter
37784
+ def FailureThreshold(self, FailureThreshold):
37785
+ self._FailureThreshold = FailureThreshold
37768
37786
 
37769
37787
  @property
37770
- def TimeoutSeconds(self):
37771
- """Number of seconds after which the probe times out.
37772
- Defaults to 1 second. Minimum value is 1.
37788
+ def InitialDelaySeconds(self):
37789
+ """Number of seconds after the container has started before liveness probes are initiated.
37773
37790
  注意:此字段可能返回 null,表示取不到有效值。
37774
37791
  :rtype: int
37775
37792
  """
37776
- return self._TimeoutSeconds
37793
+ return self._InitialDelaySeconds
37777
37794
 
37778
- @TimeoutSeconds.setter
37779
- def TimeoutSeconds(self, TimeoutSeconds):
37780
- self._TimeoutSeconds = TimeoutSeconds
37795
+ @InitialDelaySeconds.setter
37796
+ def InitialDelaySeconds(self, InitialDelaySeconds):
37797
+ self._InitialDelaySeconds = InitialDelaySeconds
37781
37798
 
37782
37799
  @property
37783
37800
  def PeriodSeconds(self):
@@ -37804,24 +37821,25 @@ Defaults to 1 second. Minimum value is 1.
37804
37821
  self._SuccessThreshold = SuccessThreshold
37805
37822
 
37806
37823
  @property
37807
- def FailureThreshold(self):
37808
- """Minimum consecutive failures for the probe to be considered failed after having succeeded.Defaults to 3. Minimum value is 1.
37824
+ def TimeoutSeconds(self):
37825
+ """Number of seconds after which the probe times out.
37826
+ Defaults to 1 second. Minimum value is 1.
37809
37827
  注意:此字段可能返回 null,表示取不到有效值。
37810
37828
  :rtype: int
37811
37829
  """
37812
- return self._FailureThreshold
37830
+ return self._TimeoutSeconds
37813
37831
 
37814
- @FailureThreshold.setter
37815
- def FailureThreshold(self, FailureThreshold):
37816
- self._FailureThreshold = FailureThreshold
37832
+ @TimeoutSeconds.setter
37833
+ def TimeoutSeconds(self, TimeoutSeconds):
37834
+ self._TimeoutSeconds = TimeoutSeconds
37817
37835
 
37818
37836
 
37819
37837
  def _deserialize(self, params):
37838
+ self._FailureThreshold = params.get("FailureThreshold")
37820
37839
  self._InitialDelaySeconds = params.get("InitialDelaySeconds")
37821
- self._TimeoutSeconds = params.get("TimeoutSeconds")
37822
37840
  self._PeriodSeconds = params.get("PeriodSeconds")
37823
37841
  self._SuccessThreshold = params.get("SuccessThreshold")
37824
- self._FailureThreshold = params.get("FailureThreshold")
37842
+ self._TimeoutSeconds = params.get("TimeoutSeconds")
37825
37843
  memeber_set = set(params.keys())
37826
37844
  for name, value in vars(self).items():
37827
37845
  property_name = name[1:]
@@ -42994,34 +43012,24 @@ class ReservedInstanceUtilizationRate(AbstractModel):
42994
43012
  def __init__(self):
42995
43013
  r"""
42996
43014
  :param _Rate: 使用率
42997
- 注意:此字段可能返回 null,表示取不到有效值。
42998
43015
  :type Rate: float
42999
43016
  :param _Num: 预留券数量
43000
- 注意:此字段可能返回 null,表示取不到有效值。
43001
43017
  :type Num: int
43002
43018
  :param _CPU: 核数
43003
- 注意:此字段可能返回 null,表示取不到有效值。
43004
43019
  :type CPU: float
43005
43020
  :param _Memory: 内存
43006
- 注意:此字段可能返回 null,表示取不到有效值。
43007
43021
  :type Memory: float
43008
43022
  :param _Type: 预留券类型
43009
- 注意:此字段可能返回 null,表示取不到有效值。
43010
43023
  :type Type: str
43011
43024
  :param _GpuNum: GPU 卡数
43012
- 注意:此字段可能返回 null,表示取不到有效值。
43013
43025
  :type GpuNum: str
43014
43026
  :param _Zone: 可用区
43015
- 注意:此字段可能返回 null,表示取不到有效值。
43016
43027
  :type Zone: str
43017
43028
  :param _ClusterId: 集群 ID
43018
- 注意:此字段可能返回 null,表示取不到有效值。
43019
43029
  :type ClusterId: str
43020
43030
  :param _NodeName: 节点名称
43021
- 注意:此字段可能返回 null,表示取不到有效值。
43022
43031
  :type NodeName: str
43023
43032
  :param _PodNum: Pod 数量
43024
- 注意:此字段可能返回 null,表示取不到有效值。
43025
43033
  :type PodNum: int
43026
43034
  """
43027
43035
  self._Rate = None
@@ -43038,7 +43046,6 @@ class ReservedInstanceUtilizationRate(AbstractModel):
43038
43046
  @property
43039
43047
  def Rate(self):
43040
43048
  """使用率
43041
- 注意:此字段可能返回 null,表示取不到有效值。
43042
43049
  :rtype: float
43043
43050
  """
43044
43051
  return self._Rate
@@ -43050,7 +43057,6 @@ class ReservedInstanceUtilizationRate(AbstractModel):
43050
43057
  @property
43051
43058
  def Num(self):
43052
43059
  """预留券数量
43053
- 注意:此字段可能返回 null,表示取不到有效值。
43054
43060
  :rtype: int
43055
43061
  """
43056
43062
  return self._Num
@@ -43062,7 +43068,6 @@ class ReservedInstanceUtilizationRate(AbstractModel):
43062
43068
  @property
43063
43069
  def CPU(self):
43064
43070
  """核数
43065
- 注意:此字段可能返回 null,表示取不到有效值。
43066
43071
  :rtype: float
43067
43072
  """
43068
43073
  return self._CPU
@@ -43074,7 +43079,6 @@ class ReservedInstanceUtilizationRate(AbstractModel):
43074
43079
  @property
43075
43080
  def Memory(self):
43076
43081
  """内存
43077
- 注意:此字段可能返回 null,表示取不到有效值。
43078
43082
  :rtype: float
43079
43083
  """
43080
43084
  return self._Memory
@@ -43086,7 +43090,6 @@ class ReservedInstanceUtilizationRate(AbstractModel):
43086
43090
  @property
43087
43091
  def Type(self):
43088
43092
  """ 预留券类型
43089
- 注意:此字段可能返回 null,表示取不到有效值。
43090
43093
  :rtype: str
43091
43094
  """
43092
43095
  return self._Type
@@ -43098,7 +43101,6 @@ class ReservedInstanceUtilizationRate(AbstractModel):
43098
43101
  @property
43099
43102
  def GpuNum(self):
43100
43103
  """GPU 卡数
43101
- 注意:此字段可能返回 null,表示取不到有效值。
43102
43104
  :rtype: str
43103
43105
  """
43104
43106
  return self._GpuNum
@@ -43110,7 +43112,6 @@ class ReservedInstanceUtilizationRate(AbstractModel):
43110
43112
  @property
43111
43113
  def Zone(self):
43112
43114
  """可用区
43113
- 注意:此字段可能返回 null,表示取不到有效值。
43114
43115
  :rtype: str
43115
43116
  """
43116
43117
  return self._Zone
@@ -43122,7 +43123,6 @@ class ReservedInstanceUtilizationRate(AbstractModel):
43122
43123
  @property
43123
43124
  def ClusterId(self):
43124
43125
  """集群 ID
43125
- 注意:此字段可能返回 null,表示取不到有效值。
43126
43126
  :rtype: str
43127
43127
  """
43128
43128
  return self._ClusterId
@@ -43134,7 +43134,6 @@ class ReservedInstanceUtilizationRate(AbstractModel):
43134
43134
  @property
43135
43135
  def NodeName(self):
43136
43136
  """节点名称
43137
- 注意:此字段可能返回 null,表示取不到有效值。
43138
43137
  :rtype: str
43139
43138
  """
43140
43139
  return self._NodeName
@@ -43146,7 +43145,6 @@ class ReservedInstanceUtilizationRate(AbstractModel):
43146
43145
  @property
43147
43146
  def PodNum(self):
43148
43147
  """Pod 数量
43149
- 注意:此字段可能返回 null,表示取不到有效值。
43150
43148
  :rtype: int
43151
43149
  """
43152
43150
  return self._PodNum
@@ -44850,19 +44848,14 @@ class SuperNodeResource(AbstractModel):
44850
44848
  def __init__(self):
44851
44849
  r"""
44852
44850
  :param _NodeName: 节点名称
44853
- 注意:此字段可能返回 null,表示取不到有效值。
44854
44851
  :type NodeName: str
44855
44852
  :param _Num: 节点上的资源总数
44856
- 注意:此字段可能返回 null,表示取不到有效值。
44857
44853
  :type Num: int
44858
44854
  :param _Cpu: 节点上的总核数
44859
- 注意:此字段可能返回 null,表示取不到有效值。
44860
44855
  :type Cpu: float
44861
44856
  :param _Memory: 节点上的总内存数
44862
- 注意:此字段可能返回 null,表示取不到有效值。
44863
44857
  :type Memory: float
44864
44858
  :param _Gpu: 节点上的总 GPU 卡数
44865
- 注意:此字段可能返回 null,表示取不到有效值。
44866
44859
  :type Gpu: float
44867
44860
  """
44868
44861
  self._NodeName = None
@@ -44874,7 +44867,6 @@ class SuperNodeResource(AbstractModel):
44874
44867
  @property
44875
44868
  def NodeName(self):
44876
44869
  """节点名称
44877
- 注意:此字段可能返回 null,表示取不到有效值。
44878
44870
  :rtype: str
44879
44871
  """
44880
44872
  return self._NodeName
@@ -44886,7 +44878,6 @@ class SuperNodeResource(AbstractModel):
44886
44878
  @property
44887
44879
  def Num(self):
44888
44880
  """节点上的资源总数
44889
- 注意:此字段可能返回 null,表示取不到有效值。
44890
44881
  :rtype: int
44891
44882
  """
44892
44883
  return self._Num
@@ -44898,7 +44889,6 @@ class SuperNodeResource(AbstractModel):
44898
44889
  @property
44899
44890
  def Cpu(self):
44900
44891
  """节点上的总核数
44901
- 注意:此字段可能返回 null,表示取不到有效值。
44902
44892
  :rtype: float
44903
44893
  """
44904
44894
  return self._Cpu
@@ -44910,7 +44900,6 @@ class SuperNodeResource(AbstractModel):
44910
44900
  @property
44911
44901
  def Memory(self):
44912
44902
  """节点上的总内存数
44913
- 注意:此字段可能返回 null,表示取不到有效值。
44914
44903
  :rtype: float
44915
44904
  """
44916
44905
  return self._Memory
@@ -44922,7 +44911,6 @@ class SuperNodeResource(AbstractModel):
44922
44911
  @property
44923
44912
  def Gpu(self):
44924
44913
  """节点上的总 GPU 卡数
44925
- 注意:此字段可能返回 null,表示取不到有效值。
44926
44914
  :rtype: float
44927
44915
  """
44928
44916
  return self._Gpu
@@ -45618,7 +45606,6 @@ class TcpSocket(AbstractModel):
45618
45606
  def __init__(self):
45619
45607
  r"""
45620
45608
  :param _Port: TcpSocket检测的端口
45621
- 注意:此字段可能返回 null,表示取不到有效值。
45622
45609
  :type Port: int
45623
45610
  """
45624
45611
  self._Port = None
@@ -45626,7 +45613,6 @@ class TcpSocket(AbstractModel):
45626
45613
  @property
45627
45614
  def Port(self):
45628
45615
  """TcpSocket检测的端口
45629
- 注意:此字段可能返回 null,表示取不到有效值。
45630
45616
  :rtype: int
45631
45617
  """
45632
45618
  return self._Port
@@ -46767,7 +46753,6 @@ class UpdateEKSContainerInstanceResponse(AbstractModel):
46767
46753
  def __init__(self):
46768
46754
  r"""
46769
46755
  :param _EksCiId: 容器实例 ID
46770
- 注意:此字段可能返回 null,表示取不到有效值。
46771
46756
  :type EksCiId: str
46772
46757
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
46773
46758
  :type RequestId: str
@@ -46778,7 +46763,6 @@ class UpdateEKSContainerInstanceResponse(AbstractModel):
46778
46763
  @property
46779
46764
  def EksCiId(self):
46780
46765
  """容器实例 ID
46781
- 注意:此字段可能返回 null,表示取不到有效值。
46782
46766
  :rtype: str
46783
46767
  """
46784
46768
  return self._EksCiId
@@ -48286,32 +48270,44 @@ class VolumeMount(AbstractModel):
48286
48270
 
48287
48271
  def __init__(self):
48288
48272
  r"""
48273
+ :param _MountPath: 挂载路径
48274
+ 注意:此字段可能返回 null,表示取不到有效值。
48275
+ :type MountPath: str
48289
48276
  :param _Name: volume名称
48290
48277
  注意:此字段可能返回 null,表示取不到有效值。
48291
48278
  :type Name: str
48292
- :param _MountPath: 挂载路径
48279
+ :param _MountPropagation: 传播挂载方式
48293
48280
  注意:此字段可能返回 null,表示取不到有效值。
48294
- :type MountPath: str
48281
+ :type MountPropagation: str
48295
48282
  :param _ReadOnly: 是否只读
48296
48283
  注意:此字段可能返回 null,表示取不到有效值。
48297
48284
  :type ReadOnly: bool
48298
48285
  :param _SubPath: 子路径
48299
48286
  注意:此字段可能返回 null,表示取不到有效值。
48300
48287
  :type SubPath: str
48301
- :param _MountPropagation: 传播挂载方式
48302
- 注意:此字段可能返回 null,表示取不到有效值。
48303
- :type MountPropagation: str
48304
48288
  :param _SubPathExpr: 子路径表达式
48305
48289
  注意:此字段可能返回 null,表示取不到有效值。
48306
48290
  :type SubPathExpr: str
48307
48291
  """
48308
- self._Name = None
48309
48292
  self._MountPath = None
48293
+ self._Name = None
48294
+ self._MountPropagation = None
48310
48295
  self._ReadOnly = None
48311
48296
  self._SubPath = None
48312
- self._MountPropagation = None
48313
48297
  self._SubPathExpr = None
48314
48298
 
48299
+ @property
48300
+ def MountPath(self):
48301
+ """挂载路径
48302
+ 注意:此字段可能返回 null,表示取不到有效值。
48303
+ :rtype: str
48304
+ """
48305
+ return self._MountPath
48306
+
48307
+ @MountPath.setter
48308
+ def MountPath(self, MountPath):
48309
+ self._MountPath = MountPath
48310
+
48315
48311
  @property
48316
48312
  def Name(self):
48317
48313
  """volume名称
@@ -48325,16 +48321,16 @@ class VolumeMount(AbstractModel):
48325
48321
  self._Name = Name
48326
48322
 
48327
48323
  @property
48328
- def MountPath(self):
48329
- """挂载路径
48324
+ def MountPropagation(self):
48325
+ """传播挂载方式
48330
48326
  注意:此字段可能返回 null,表示取不到有效值。
48331
48327
  :rtype: str
48332
48328
  """
48333
- return self._MountPath
48329
+ return self._MountPropagation
48334
48330
 
48335
- @MountPath.setter
48336
- def MountPath(self, MountPath):
48337
- self._MountPath = MountPath
48331
+ @MountPropagation.setter
48332
+ def MountPropagation(self, MountPropagation):
48333
+ self._MountPropagation = MountPropagation
48338
48334
 
48339
48335
  @property
48340
48336
  def ReadOnly(self):
@@ -48360,18 +48356,6 @@ class VolumeMount(AbstractModel):
48360
48356
  def SubPath(self, SubPath):
48361
48357
  self._SubPath = SubPath
48362
48358
 
48363
- @property
48364
- def MountPropagation(self):
48365
- """传播挂载方式
48366
- 注意:此字段可能返回 null,表示取不到有效值。
48367
- :rtype: str
48368
- """
48369
- return self._MountPropagation
48370
-
48371
- @MountPropagation.setter
48372
- def MountPropagation(self, MountPropagation):
48373
- self._MountPropagation = MountPropagation
48374
-
48375
48359
  @property
48376
48360
  def SubPathExpr(self):
48377
48361
  """子路径表达式
@@ -48386,11 +48370,11 @@ class VolumeMount(AbstractModel):
48386
48370
 
48387
48371
 
48388
48372
  def _deserialize(self, params):
48389
- self._Name = params.get("Name")
48390
48373
  self._MountPath = params.get("MountPath")
48374
+ self._Name = params.get("Name")
48375
+ self._MountPropagation = params.get("MountPropagation")
48391
48376
  self._ReadOnly = params.get("ReadOnly")
48392
48377
  self._SubPath = params.get("SubPath")
48393
- self._MountPropagation = params.get("MountPropagation")
48394
48378
  self._SubPathExpr = params.get("SubPathExpr")
48395
48379
  memeber_set = set(params.keys())
48396
48380
  for name, value in vars(self).items():