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
@@ -220,7 +220,6 @@ class AutoDelStrategyInfoResp(AbstractModel):
220
220
  :param _TotalCount: 总数目
221
221
  :type TotalCount: int
222
222
  :param _StrategyInfo: 自动删除策略列表
223
- 注意:此字段可能返回 null,表示取不到有效值。
224
223
  :type StrategyInfo: list of AutoDelStrategyInfo
225
224
  """
226
225
  self._TotalCount = None
@@ -240,7 +239,6 @@ class AutoDelStrategyInfoResp(AbstractModel):
240
239
  @property
241
240
  def StrategyInfo(self):
242
241
  """自动删除策略列表
243
- 注意:此字段可能返回 null,表示取不到有效值。
244
242
  :rtype: list of AutoDelStrategyInfo
245
243
  """
246
244
  return self._StrategyInfo
@@ -419,7 +417,6 @@ class CVEWhitelistItem(AbstractModel):
419
417
  def __init__(self):
420
418
  r"""
421
419
  :param _CVEID: 漏洞白名单 ID
422
- 注意:此字段可能返回 null,表示取不到有效值。
423
420
  :type CVEID: str
424
421
  """
425
422
  self._CVEID = None
@@ -427,7 +424,6 @@ class CVEWhitelistItem(AbstractModel):
427
424
  @property
428
425
  def CVEID(self):
429
426
  """漏洞白名单 ID
430
- 注意:此字段可能返回 null,表示取不到有效值。
431
427
  :rtype: str
432
428
  """
433
429
  return self._CVEID
@@ -495,7 +491,6 @@ class CheckInstanceNameResponse(AbstractModel):
495
491
  :param _IsValidated: 检查结果,true为合法,false为非法
496
492
  :type IsValidated: bool
497
493
  :param _DetailCode: 1: Illegal(名称非法), 2:Reserved(名字保留), 3:Existed(名字已存在)
498
- 注意:此字段可能返回 null,表示取不到有效值。
499
494
  :type DetailCode: int
500
495
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
501
496
  :type RequestId: str
@@ -518,7 +513,6 @@ class CheckInstanceNameResponse(AbstractModel):
518
513
  @property
519
514
  def DetailCode(self):
520
515
  """1: Illegal(名称非法), 2:Reserved(名字保留), 3:Existed(名字已存在)
521
- 注意:此字段可能返回 null,表示取不到有效值。
522
516
  :rtype: int
523
517
  """
524
518
  return self._DetailCode
@@ -1461,14 +1455,12 @@ class CreateInstanceTokenResponse(AbstractModel):
1461
1455
  def __init__(self):
1462
1456
  r"""
1463
1457
  :param _Username: 用户名
1464
- 注意:此字段可能返回 null,表示取不到有效值。
1465
1458
  :type Username: str
1466
1459
  :param _Token: 访问凭证
1467
1460
  :type Token: str
1468
1461
  :param _ExpTime: 访问凭证过期时间戳,是一个时间戳数字,无单位
1469
1462
  :type ExpTime: int
1470
1463
  :param _TokenId: 长期凭证的TokenId,短期凭证没有TokenId
1471
- 注意:此字段可能返回 null,表示取不到有效值。
1472
1464
  :type TokenId: str
1473
1465
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1474
1466
  :type RequestId: str
@@ -1482,7 +1474,6 @@ class CreateInstanceTokenResponse(AbstractModel):
1482
1474
  @property
1483
1475
  def Username(self):
1484
1476
  """用户名
1485
- 注意:此字段可能返回 null,表示取不到有效值。
1486
1477
  :rtype: str
1487
1478
  """
1488
1479
  return self._Username
@@ -1516,7 +1507,6 @@ class CreateInstanceTokenResponse(AbstractModel):
1516
1507
  @property
1517
1508
  def TokenId(self):
1518
1509
  """长期凭证的TokenId,短期凭证没有TokenId
1519
- 注意:此字段可能返回 null,表示取不到有效值。
1520
1510
  :rtype: str
1521
1511
  """
1522
1512
  return self._TokenId
@@ -2256,7 +2246,9 @@ class CreateRepositoryRequest(AbstractModel):
2256
2246
  :type RegistryId: str
2257
2247
  :param _NamespaceName: 命名空间名称
2258
2248
  :type NamespaceName: str
2259
- :param _RepositoryName: 仓库名称
2249
+ :param _RepositoryName: 仓库名称,需满足以下规则:
2250
+ 1. 长度需 ​大于2且小于245个字符
2251
+ 2. 仅允许小写字母、数字及符号 . _ -
2260
2252
  :type RepositoryName: str
2261
2253
  :param _BriefDescription: 仓库简短描述
2262
2254
  :type BriefDescription: str
@@ -2293,7 +2285,9 @@ class CreateRepositoryRequest(AbstractModel):
2293
2285
 
2294
2286
  @property
2295
2287
  def RepositoryName(self):
2296
- """仓库名称
2288
+ """仓库名称,需满足以下规则:
2289
+ 1. 长度需 ​大于2且小于245个字符
2290
+ 2. 仅允许小写字母、数字及符号 . _ -
2297
2291
  :rtype: str
2298
2292
  """
2299
2293
  return self._RepositoryName
@@ -5439,7 +5433,6 @@ class DescribeApplicationTriggerLogPersonalResp(AbstractModel):
5439
5433
  :param _TotalCount: 返回总数
5440
5434
  :type TotalCount: int
5441
5435
  :param _LogInfo: 触发日志列表
5442
- 注意:此字段可能返回 null,表示取不到有效值。
5443
5436
  :type LogInfo: list of TriggerLogResp
5444
5437
  """
5445
5438
  self._TotalCount = None
@@ -5459,7 +5452,6 @@ class DescribeApplicationTriggerLogPersonalResp(AbstractModel):
5459
5452
  @property
5460
5453
  def LogInfo(self):
5461
5454
  """触发日志列表
5462
- 注意:此字段可能返回 null,表示取不到有效值。
5463
5455
  :rtype: list of TriggerLogResp
5464
5456
  """
5465
5457
  return self._LogInfo
@@ -5884,7 +5876,6 @@ class DescribeExternalEndpointStatusResponse(AbstractModel):
5884
5876
  :param _Status: 开启公网访问状态,开启中(Opening)、已开启(Opened)、关闭(Closed)
5885
5877
  :type Status: str
5886
5878
  :param _Reason: 原因
5887
- 注意:此字段可能返回 null,表示取不到有效值。
5888
5879
  :type Reason: str
5889
5880
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5890
5881
  :type RequestId: str
@@ -5907,7 +5898,6 @@ class DescribeExternalEndpointStatusResponse(AbstractModel):
5907
5898
  @property
5908
5899
  def Reason(self):
5909
5900
  """原因
5910
- 注意:此字段可能返回 null,表示取不到有效值。
5911
5901
  :rtype: str
5912
5902
  """
5913
5903
  return self._Reason
@@ -6559,10 +6549,8 @@ class DescribeImageManifestsResponse(AbstractModel):
6559
6549
  :param _Config: 镜像的配置信息
6560
6550
  :type Config: str
6561
6551
  :param _Labels: 镜像的Labels信息
6562
- 注意:此字段可能返回 null,表示取不到有效值。
6563
6552
  :type Labels: list of KeyValueString
6564
6553
  :param _Size: 镜像大小,单位:byte
6565
- 注意:此字段可能返回 null,表示取不到有效值。
6566
6554
  :type Size: int
6567
6555
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6568
6556
  :type RequestId: str
@@ -6598,7 +6586,6 @@ class DescribeImageManifestsResponse(AbstractModel):
6598
6586
  @property
6599
6587
  def Labels(self):
6600
6588
  """镜像的Labels信息
6601
- 注意:此字段可能返回 null,表示取不到有效值。
6602
6589
  :rtype: list of KeyValueString
6603
6590
  """
6604
6591
  return self._Labels
@@ -6610,7 +6597,6 @@ class DescribeImageManifestsResponse(AbstractModel):
6610
6597
  @property
6611
6598
  def Size(self):
6612
6599
  """镜像大小,单位:byte
6613
- 注意:此字段可能返回 null,表示取不到有效值。
6614
6600
  :rtype: int
6615
6601
  """
6616
6602
  return self._Size
@@ -6987,8 +6973,14 @@ class DescribeImmutableTagRulesRequest(AbstractModel):
6987
6973
  r"""
6988
6974
  :param _RegistryId: 实例 Id
6989
6975
  :type RegistryId: str
6976
+ :param _Page: 页数,默认为1
6977
+ :type Page: int
6978
+ :param _PageSize: 每页展示个数,最大值为100
6979
+ :type PageSize: int
6990
6980
  """
6991
6981
  self._RegistryId = None
6982
+ self._Page = None
6983
+ self._PageSize = None
6992
6984
 
6993
6985
  @property
6994
6986
  def RegistryId(self):
@@ -7001,9 +6993,33 @@ class DescribeImmutableTagRulesRequest(AbstractModel):
7001
6993
  def RegistryId(self, RegistryId):
7002
6994
  self._RegistryId = RegistryId
7003
6995
 
6996
+ @property
6997
+ def Page(self):
6998
+ """页数,默认为1
6999
+ :rtype: int
7000
+ """
7001
+ return self._Page
7002
+
7003
+ @Page.setter
7004
+ def Page(self, Page):
7005
+ self._Page = Page
7006
+
7007
+ @property
7008
+ def PageSize(self):
7009
+ """每页展示个数,最大值为100
7010
+ :rtype: int
7011
+ """
7012
+ return self._PageSize
7013
+
7014
+ @PageSize.setter
7015
+ def PageSize(self, PageSize):
7016
+ self._PageSize = PageSize
7017
+
7004
7018
 
7005
7019
  def _deserialize(self, params):
7006
7020
  self._RegistryId = params.get("RegistryId")
7021
+ self._Page = params.get("Page")
7022
+ self._PageSize = params.get("PageSize")
7007
7023
  memeber_set = set(params.keys())
7008
7024
  for name, value in vars(self).items():
7009
7025
  property_name = name[1:]
@@ -7022,10 +7038,8 @@ class DescribeImmutableTagRulesResponse(AbstractModel):
7022
7038
  def __init__(self):
7023
7039
  r"""
7024
7040
  :param _Rules: 规则列表
7025
- 注意:此字段可能返回 null,表示取不到有效值。
7026
7041
  :type Rules: list of ImmutableTagRule
7027
7042
  :param _EmptyNs: 未创建规则的命名空间
7028
- 注意:此字段可能返回 null,表示取不到有效值。
7029
7043
  :type EmptyNs: list of str
7030
7044
  :param _Total: 规则总量
7031
7045
  :type Total: int
@@ -7040,7 +7054,6 @@ class DescribeImmutableTagRulesResponse(AbstractModel):
7040
7054
  @property
7041
7055
  def Rules(self):
7042
7056
  """规则列表
7043
- 注意:此字段可能返回 null,表示取不到有效值。
7044
7057
  :rtype: list of ImmutableTagRule
7045
7058
  """
7046
7059
  return self._Rules
@@ -7052,7 +7065,6 @@ class DescribeImmutableTagRulesResponse(AbstractModel):
7052
7065
  @property
7053
7066
  def EmptyNs(self):
7054
7067
  """未创建规则的命名空间
7055
- 注意:此字段可能返回 null,表示取不到有效值。
7056
7068
  :rtype: list of str
7057
7069
  """
7058
7070
  return self._EmptyNs
@@ -7249,7 +7261,6 @@ class DescribeInstanceCustomizedDomainResponse(AbstractModel):
7249
7261
  def __init__(self):
7250
7262
  r"""
7251
7263
  :param _DomainInfoList: 域名信息列表
7252
- 注意:此字段可能返回 null,表示取不到有效值。
7253
7264
  :type DomainInfoList: list of CustomizedDomainInfo
7254
7265
  :param _TotalCount: 总个数
7255
7266
  :type TotalCount: int
@@ -7263,7 +7274,6 @@ class DescribeInstanceCustomizedDomainResponse(AbstractModel):
7263
7274
  @property
7264
7275
  def DomainInfoList(self):
7265
7276
  """域名信息列表
7266
- 注意:此字段可能返回 null,表示取不到有效值。
7267
7277
  :rtype: list of CustomizedDomainInfo
7268
7278
  """
7269
7279
  return self._DomainInfoList
@@ -7634,7 +7644,6 @@ class DescribeInstancesResponse(AbstractModel):
7634
7644
  :param _TotalCount: 总实例个数
7635
7645
  :type TotalCount: int
7636
7646
  :param _Registries: 实例信息列表
7637
- 注意:此字段可能返回 null,表示取不到有效值。
7638
7647
  :type Registries: list of Registry
7639
7648
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7640
7649
  :type RequestId: str
@@ -7657,7 +7666,6 @@ class DescribeInstancesResponse(AbstractModel):
7657
7666
  @property
7658
7667
  def Registries(self):
7659
7668
  """实例信息列表
7660
- 注意:此字段可能返回 null,表示取不到有效值。
7661
7669
  :rtype: list of Registry
7662
7670
  """
7663
7671
  return self._Registries
@@ -7738,7 +7746,6 @@ class DescribeInternalEndpointDnsStatusResponse(AbstractModel):
7738
7746
  def __init__(self):
7739
7747
  r"""
7740
7748
  :param _VpcSet: vpc私有域名解析状态列表
7741
- 注意:此字段可能返回 null,表示取不到有效值。
7742
7749
  :type VpcSet: list of VpcPrivateDomainStatus
7743
7750
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7744
7751
  :type RequestId: str
@@ -7749,7 +7756,6 @@ class DescribeInternalEndpointDnsStatusResponse(AbstractModel):
7749
7756
  @property
7750
7757
  def VpcSet(self):
7751
7758
  """vpc私有域名解析状态列表
7752
- 注意:此字段可能返回 null,表示取不到有效值。
7753
7759
  :rtype: list of VpcPrivateDomainStatus
7754
7760
  """
7755
7761
  return self._VpcSet
@@ -8709,9 +8715,9 @@ class DescribeRepositoriesRequest(AbstractModel):
8709
8715
  :type NamespaceName: str
8710
8716
  :param _RepositoryName: 指定镜像仓库,不填写默认查询指定命名空间下所有镜像仓库
8711
8717
  :type RepositoryName: str
8712
- :param _Offset: 页数,用于分页
8718
+ :param _Offset: 页数,第几页,用于分页
8713
8719
  :type Offset: int
8714
- :param _Limit: 每页个数,用于分页
8720
+ :param _Limit: 每页个数,用于分页,最大值为100
8715
8721
  :type Limit: int
8716
8722
  :param _SortBy: 基于字段排序,支持的值有-creation_time,-name, -update_time
8717
8723
  :type SortBy: str
@@ -8758,7 +8764,7 @@ class DescribeRepositoriesRequest(AbstractModel):
8758
8764
 
8759
8765
  @property
8760
8766
  def Offset(self):
8761
- """页数,用于分页
8767
+ """页数,第几页,用于分页
8762
8768
  :rtype: int
8763
8769
  """
8764
8770
  return self._Offset
@@ -8769,7 +8775,7 @@ class DescribeRepositoriesRequest(AbstractModel):
8769
8775
 
8770
8776
  @property
8771
8777
  def Limit(self):
8772
- """每页个数,用于分页
8778
+ """每页个数,用于分页,最大值为100
8773
8779
  :rtype: int
8774
8780
  """
8775
8781
  return self._Limit
@@ -9413,7 +9419,6 @@ class DescribeServiceAccountsResponse(AbstractModel):
9413
9419
  def __init__(self):
9414
9420
  r"""
9415
9421
  :param _ServiceAccounts: 服务级账号列表
9416
- 注意:此字段可能返回 null,表示取不到有效值。
9417
9422
  :type ServiceAccounts: list of ServiceAccount
9418
9423
  :param _TotalCount: 服务级账户数量
9419
9424
  :type TotalCount: int
@@ -9427,7 +9432,6 @@ class DescribeServiceAccountsResponse(AbstractModel):
9427
9432
  @property
9428
9433
  def ServiceAccounts(self):
9429
9434
  """服务级账号列表
9430
- 注意:此字段可能返回 null,表示取不到有效值。
9431
9435
  :rtype: list of ServiceAccount
9432
9436
  """
9433
9437
  return self._ServiceAccounts
@@ -9627,9 +9631,9 @@ class DescribeTagRetentionExecutionTaskRequest(AbstractModel):
9627
9631
  :type RetentionId: int
9628
9632
  :param _ExecutionId: 规则执行Id
9629
9633
  :type ExecutionId: int
9630
- :param _Offset: 分页Page
9634
+ :param _Offset: 页数,第几页,用于分页
9631
9635
  :type Offset: int
9632
- :param _Limit: 分页PageSize
9636
+ :param _Limit: 每页个数,用于分页,最大值为100
9633
9637
  :type Limit: int
9634
9638
  """
9635
9639
  self._RegistryId = None
@@ -9673,7 +9677,7 @@ class DescribeTagRetentionExecutionTaskRequest(AbstractModel):
9673
9677
 
9674
9678
  @property
9675
9679
  def Offset(self):
9676
- """分页Page
9680
+ """页数,第几页,用于分页
9677
9681
  :rtype: int
9678
9682
  """
9679
9683
  return self._Offset
@@ -9684,7 +9688,7 @@ class DescribeTagRetentionExecutionTaskRequest(AbstractModel):
9684
9688
 
9685
9689
  @property
9686
9690
  def Limit(self):
9687
- """分页PageSize
9691
+ """每页个数,用于分页,最大值为100
9688
9692
  :rtype: int
9689
9693
  """
9690
9694
  return self._Limit
@@ -10811,7 +10815,6 @@ class FavorResp(AbstractModel):
10811
10815
  :param _TotalCount: 收藏仓库的总数
10812
10816
  :type TotalCount: int
10813
10817
  :param _RepoInfo: 仓库信息数组
10814
- 注意:此字段可能返回 null,表示取不到有效值。
10815
10818
  :type RepoInfo: list of Favors
10816
10819
  """
10817
10820
  self._TotalCount = None
@@ -10831,7 +10834,6 @@ class FavorResp(AbstractModel):
10831
10834
  @property
10832
10835
  def RepoInfo(self):
10833
10836
  """仓库信息数组
10834
- 注意:此字段可能返回 null,表示取不到有效值。
10835
10837
  :rtype: list of Favors
10836
10838
  """
10837
10839
  return self._RepoInfo
@@ -10871,22 +10873,16 @@ class Favors(AbstractModel):
10871
10873
  :param _RepoType: 仓库类型
10872
10874
  :type RepoType: str
10873
10875
  :param _PullCount: Pull总共的次数
10874
- 注意:此字段可能返回 null,表示取不到有效值。
10875
10876
  :type PullCount: int
10876
10877
  :param _FavorCount: 仓库收藏次数
10877
- 注意:此字段可能返回 null,表示取不到有效值。
10878
10878
  :type FavorCount: int
10879
10879
  :param _Public: 仓库是否公开
10880
- 注意:此字段可能返回 null,表示取不到有效值。
10881
10880
  :type Public: int
10882
10881
  :param _IsQcloudOfficial: 是否为官方所有
10883
- 注意:此字段可能返回 null,表示取不到有效值。
10884
10882
  :type IsQcloudOfficial: bool
10885
10883
  :param _TagCount: 仓库Tag的数量
10886
- 注意:此字段可能返回 null,表示取不到有效值。
10887
10884
  :type TagCount: int
10888
10885
  :param _Logo: Logo
10889
- 注意:此字段可能返回 null,表示取不到有效值。
10890
10886
  :type Logo: str
10891
10887
  :param _Region: 地域
10892
10888
  :type Region: str
@@ -10929,7 +10925,6 @@ class Favors(AbstractModel):
10929
10925
  @property
10930
10926
  def PullCount(self):
10931
10927
  """Pull总共的次数
10932
- 注意:此字段可能返回 null,表示取不到有效值。
10933
10928
  :rtype: int
10934
10929
  """
10935
10930
  return self._PullCount
@@ -10941,7 +10936,6 @@ class Favors(AbstractModel):
10941
10936
  @property
10942
10937
  def FavorCount(self):
10943
10938
  """仓库收藏次数
10944
- 注意:此字段可能返回 null,表示取不到有效值。
10945
10939
  :rtype: int
10946
10940
  """
10947
10941
  return self._FavorCount
@@ -10953,7 +10947,6 @@ class Favors(AbstractModel):
10953
10947
  @property
10954
10948
  def Public(self):
10955
10949
  """仓库是否公开
10956
- 注意:此字段可能返回 null,表示取不到有效值。
10957
10950
  :rtype: int
10958
10951
  """
10959
10952
  return self._Public
@@ -10965,7 +10958,6 @@ class Favors(AbstractModel):
10965
10958
  @property
10966
10959
  def IsQcloudOfficial(self):
10967
10960
  """是否为官方所有
10968
- 注意:此字段可能返回 null,表示取不到有效值。
10969
10961
  :rtype: bool
10970
10962
  """
10971
10963
  return self._IsQcloudOfficial
@@ -10977,7 +10969,6 @@ class Favors(AbstractModel):
10977
10969
  @property
10978
10970
  def TagCount(self):
10979
10971
  """仓库Tag的数量
10980
- 注意:此字段可能返回 null,表示取不到有效值。
10981
10972
  :rtype: int
10982
10973
  """
10983
10974
  return self._TagCount
@@ -10989,7 +10980,6 @@ class Favors(AbstractModel):
10989
10980
  @property
10990
10981
  def Logo(self):
10991
10982
  """Logo
10992
- 注意:此字段可能返回 null,表示取不到有效值。
10993
10983
  :rtype: str
10994
10984
  """
10995
10985
  return self._Logo
@@ -13900,10 +13890,8 @@ class Permission(AbstractModel):
13900
13890
  def __init__(self):
13901
13891
  r"""
13902
13892
  :param _Resource: 资源路径,目前仅支持Namespace
13903
- 注意:此字段可能返回 null,表示取不到有效值。
13904
13893
  :type Resource: str
13905
13894
  :param _Actions: 动作,目前仅支持:tcr:PushRepository、tcr:PullRepository、tcr:CreateRepository、tcr:CreateHelmChart、tcr:DescribeHelmCharts
13906
- 注意:此字段可能返回 null,表示取不到有效值。
13907
13895
  :type Actions: list of str
13908
13896
  """
13909
13897
  self._Resource = None
@@ -13912,7 +13900,6 @@ class Permission(AbstractModel):
13912
13900
  @property
13913
13901
  def Resource(self):
13914
13902
  """资源路径,目前仅支持Namespace
13915
- 注意:此字段可能返回 null,表示取不到有效值。
13916
13903
  :rtype: str
13917
13904
  """
13918
13905
  return self._Resource
@@ -13924,7 +13911,6 @@ class Permission(AbstractModel):
13924
13911
  @property
13925
13912
  def Actions(self):
13926
13913
  """动作,目前仅支持:tcr:PushRepository、tcr:PullRepository、tcr:CreateRepository、tcr:CreateHelmChart、tcr:DescribeHelmCharts
13927
- 注意:此字段可能返回 null,表示取不到有效值。
13928
13914
  :rtype: list of str
13929
13915
  """
13930
13916
  return self._Actions
@@ -14129,16 +14115,12 @@ DeleteFailed, 实例删除失败
14129
14115
  :param _InternalEndpoint: 实例内部访问地址
14130
14116
  :type InternalEndpoint: str
14131
14117
  :param _TagSpecification: 实例云标签
14132
- 注意:此字段可能返回 null,表示取不到有效值。
14133
14118
  :type TagSpecification: :class:`tencentcloud.tcr.v20190924.models.TagSpecification`
14134
14119
  :param _ExpiredAt: 实例过期时间(预付费)
14135
- 注意:此字段可能返回 null,表示取不到有效值。
14136
14120
  :type ExpiredAt: str
14137
14121
  :param _PayMod: 实例付费类型,0表示后付费,1表示预付费
14138
- 注意:此字段可能返回 null,表示取不到有效值。
14139
14122
  :type PayMod: int
14140
14123
  :param _RenewFlag: 预付费续费标识,0表示手动续费,1表示自动续费,2不续费并且不通知
14141
- 注意:此字段可能返回 null,表示取不到有效值。
14142
14124
  :type RenewFlag: int
14143
14125
  :param _DeletionProtection: 是否开启实例删除保护,false表示不开启
14144
14126
  :type DeletionProtection: bool
@@ -14295,7 +14277,6 @@ DeleteFailed, 实例删除失败
14295
14277
  @property
14296
14278
  def TagSpecification(self):
14297
14279
  """实例云标签
14298
- 注意:此字段可能返回 null,表示取不到有效值。
14299
14280
  :rtype: :class:`tencentcloud.tcr.v20190924.models.TagSpecification`
14300
14281
  """
14301
14282
  return self._TagSpecification
@@ -14307,7 +14288,6 @@ DeleteFailed, 实例删除失败
14307
14288
  @property
14308
14289
  def ExpiredAt(self):
14309
14290
  """实例过期时间(预付费)
14310
- 注意:此字段可能返回 null,表示取不到有效值。
14311
14291
  :rtype: str
14312
14292
  """
14313
14293
  return self._ExpiredAt
@@ -14319,7 +14299,6 @@ DeleteFailed, 实例删除失败
14319
14299
  @property
14320
14300
  def PayMod(self):
14321
14301
  """实例付费类型,0表示后付费,1表示预付费
14322
- 注意:此字段可能返回 null,表示取不到有效值。
14323
14302
  :rtype: int
14324
14303
  """
14325
14304
  return self._PayMod
@@ -14331,7 +14310,6 @@ DeleteFailed, 实例删除失败
14331
14310
  @property
14332
14311
  def RenewFlag(self):
14333
14312
  """预付费续费标识,0表示手动续费,1表示自动续费,2不续费并且不通知
14334
- 注意:此字段可能返回 null,表示取不到有效值。
14335
14313
  :rtype: int
14336
14314
  """
14337
14315
  return self._RenewFlag
@@ -14510,7 +14488,6 @@ class RegistryStatus(AbstractModel):
14510
14488
  :param _Status: 实例的状态
14511
14489
  :type Status: str
14512
14490
  :param _Conditions: 附加状态
14513
- 注意:此字段可能返回 null,表示取不到有效值。
14514
14491
  :type Conditions: list of RegistryCondition
14515
14492
  """
14516
14493
  self._RegistryId = None
@@ -14542,7 +14519,6 @@ class RegistryStatus(AbstractModel):
14542
14519
  @property
14543
14520
  def Conditions(self):
14544
14521
  """附加状态
14545
- 注意:此字段可能返回 null,表示取不到有效值。
14546
14522
  :rtype: list of RegistryCondition
14547
14523
  """
14548
14524
  return self._Conditions
@@ -15365,7 +15341,6 @@ class RepositoryInfoResp(AbstractModel):
15365
15341
  :param _CreationTime: 创建时间
15366
15342
  :type CreationTime: str
15367
15343
  :param _Description: 镜像仓库描述
15368
- 注意:此字段可能返回 null,表示取不到有效值。
15369
15344
  :type Description: str
15370
15345
  :param _Public: 是否为公有镜像
15371
15346
  :type Public: int
@@ -15436,7 +15411,6 @@ class RepositoryInfoResp(AbstractModel):
15436
15411
  @property
15437
15412
  def Description(self):
15438
15413
  """镜像仓库描述
15439
- 注意:此字段可能返回 null,表示取不到有效值。
15440
15414
  :rtype: str
15441
15415
  """
15442
15416
  return self._Description
@@ -15783,10 +15757,8 @@ class RetentionRule(AbstractModel):
15783
15757
  def __init__(self):
15784
15758
  r"""
15785
15759
  :param _Key: 支持的策略,可选值为latestPushedK(保留最新推送多少个版本)nDaysSinceLastPush(保留近天内推送)
15786
- 注意:此字段可能返回 null,表示取不到有效值。
15787
15760
  :type Key: str
15788
15761
  :param _Value: 规则设置下的对应值
15789
- 注意:此字段可能返回 null,表示取不到有效值。
15790
15762
  :type Value: int
15791
15763
  """
15792
15764
  self._Key = None
@@ -15795,7 +15767,6 @@ class RetentionRule(AbstractModel):
15795
15767
  @property
15796
15768
  def Key(self):
15797
15769
  """支持的策略,可选值为latestPushedK(保留最新推送多少个版本)nDaysSinceLastPush(保留近天内推送)
15798
- 注意:此字段可能返回 null,表示取不到有效值。
15799
15770
  :rtype: str
15800
15771
  """
15801
15772
  return self._Key
@@ -15807,7 +15778,6 @@ class RetentionRule(AbstractModel):
15807
15778
  @property
15808
15779
  def Value(self):
15809
15780
  """规则设置下的对应值
15810
- 注意:此字段可能返回 null,表示取不到有效值。
15811
15781
  :rtype: int
15812
15782
  """
15813
15783
  return self._Value
@@ -15979,7 +15949,6 @@ class SameImagesResp(AbstractModel):
15979
15949
  def __init__(self):
15980
15950
  r"""
15981
15951
  :param _SameImages: tag列表
15982
- 注意:此字段可能返回 null,表示取不到有效值。
15983
15952
  :type SameImages: list of str
15984
15953
  """
15985
15954
  self._SameImages = None
@@ -15987,7 +15956,6 @@ class SameImagesResp(AbstractModel):
15987
15956
  @property
15988
15957
  def SameImages(self):
15989
15958
  """tag列表
15990
- 注意:此字段可能返回 null,表示取不到有效值。
15991
15959
  :rtype: list of str
15992
15960
  """
15993
15961
  return self._SameImages
@@ -16220,25 +16188,18 @@ class ServiceAccount(AbstractModel):
16220
16188
  def __init__(self):
16221
16189
  r"""
16222
16190
  :param _Name: 服务级账号名
16223
- 注意:此字段可能返回 null,表示取不到有效值。
16224
16191
  :type Name: str
16225
16192
  :param _Description: 描述
16226
- 注意:此字段可能返回 null,表示取不到有效值。
16227
16193
  :type Description: str
16228
16194
  :param _Disable: 是否禁用
16229
- 注意:此字段可能返回 null,表示取不到有效值。
16230
16195
  :type Disable: bool
16231
16196
  :param _ExpiresAt: 过期时间
16232
- 注意:此字段可能返回 null,表示取不到有效值。
16233
16197
  :type ExpiresAt: int
16234
16198
  :param _CreateTime: 创建时间
16235
- 注意:此字段可能返回 null,表示取不到有效值。
16236
16199
  :type CreateTime: str
16237
16200
  :param _UpdateTime: 更新时间
16238
- 注意:此字段可能返回 null,表示取不到有效值。
16239
16201
  :type UpdateTime: str
16240
16202
  :param _Permissions: 策略
16241
- 注意:此字段可能返回 null,表示取不到有效值。
16242
16203
  :type Permissions: list of Permission
16243
16204
  """
16244
16205
  self._Name = None
@@ -16252,7 +16213,6 @@ class ServiceAccount(AbstractModel):
16252
16213
  @property
16253
16214
  def Name(self):
16254
16215
  """服务级账号名
16255
- 注意:此字段可能返回 null,表示取不到有效值。
16256
16216
  :rtype: str
16257
16217
  """
16258
16218
  return self._Name
@@ -16264,7 +16224,6 @@ class ServiceAccount(AbstractModel):
16264
16224
  @property
16265
16225
  def Description(self):
16266
16226
  """描述
16267
- 注意:此字段可能返回 null,表示取不到有效值。
16268
16227
  :rtype: str
16269
16228
  """
16270
16229
  return self._Description
@@ -16276,7 +16235,6 @@ class ServiceAccount(AbstractModel):
16276
16235
  @property
16277
16236
  def Disable(self):
16278
16237
  """是否禁用
16279
- 注意:此字段可能返回 null,表示取不到有效值。
16280
16238
  :rtype: bool
16281
16239
  """
16282
16240
  return self._Disable
@@ -16288,7 +16246,6 @@ class ServiceAccount(AbstractModel):
16288
16246
  @property
16289
16247
  def ExpiresAt(self):
16290
16248
  """过期时间
16291
- 注意:此字段可能返回 null,表示取不到有效值。
16292
16249
  :rtype: int
16293
16250
  """
16294
16251
  return self._ExpiresAt
@@ -16300,7 +16257,6 @@ class ServiceAccount(AbstractModel):
16300
16257
  @property
16301
16258
  def CreateTime(self):
16302
16259
  """创建时间
16303
- 注意:此字段可能返回 null,表示取不到有效值。
16304
16260
  :rtype: str
16305
16261
  """
16306
16262
  return self._CreateTime
@@ -16312,7 +16268,6 @@ class ServiceAccount(AbstractModel):
16312
16268
  @property
16313
16269
  def UpdateTime(self):
16314
16270
  """更新时间
16315
- 注意:此字段可能返回 null,表示取不到有效值。
16316
16271
  :rtype: str
16317
16272
  """
16318
16273
  return self._UpdateTime
@@ -16324,7 +16279,6 @@ class ServiceAccount(AbstractModel):
16324
16279
  @property
16325
16280
  def Permissions(self):
16326
16281
  """策略
16327
- 注意:此字段可能返回 null,表示取不到有效值。
16328
16282
  :rtype: list of Permission
16329
16283
  """
16330
16284
  return self._Permissions
@@ -16365,10 +16319,8 @@ class Tag(AbstractModel):
16365
16319
  def __init__(self):
16366
16320
  r"""
16367
16321
  :param _Key: 云标签的key
16368
- 注意:此字段可能返回 null,表示取不到有效值。
16369
16322
  :type Key: str
16370
16323
  :param _Value: 云标签的值
16371
- 注意:此字段可能返回 null,表示取不到有效值。
16372
16324
  :type Value: str
16373
16325
  """
16374
16326
  self._Key = None
@@ -16377,7 +16329,6 @@ class Tag(AbstractModel):
16377
16329
  @property
16378
16330
  def Key(self):
16379
16331
  """云标签的key
16380
- 注意:此字段可能返回 null,表示取不到有效值。
16381
16332
  :rtype: str
16382
16333
  """
16383
16334
  return self._Key
@@ -16389,7 +16340,6 @@ class Tag(AbstractModel):
16389
16340
  @property
16390
16341
  def Value(self):
16391
16342
  """云标签的值
16392
- 注意:此字段可能返回 null,表示取不到有效值。
16393
16343
  :rtype: str
16394
16344
  """
16395
16345
  return self._Value
@@ -16430,7 +16380,6 @@ class TagInfo(AbstractModel):
16430
16380
  :param _CreationTime: 制品的创建时间
16431
16381
  :type CreationTime: str
16432
16382
  :param _DurationDays: 制品创建至今时间长度
16433
- 注意:此字段可能返回 null,表示取不到有效值。
16434
16383
  :type DurationDays: str
16435
16384
  :param _Author: 标注的制品作者
16436
16385
  :type Author: str
@@ -16525,7 +16474,6 @@ class TagInfo(AbstractModel):
16525
16474
  @property
16526
16475
  def DurationDays(self):
16527
16476
  """制品创建至今时间长度
16528
- 注意:此字段可能返回 null,表示取不到有效值。
16529
16477
  :rtype: str
16530
16478
  """
16531
16479
  return self._DurationDays
@@ -16754,10 +16702,8 @@ class TagSpecification(AbstractModel):
16754
16702
  def __init__(self):
16755
16703
  r"""
16756
16704
  :param _ResourceType: 默认值为instance
16757
- 注意:此字段可能返回 null,表示取不到有效值。
16758
16705
  :type ResourceType: str
16759
16706
  :param _Tags: 云标签数组
16760
- 注意:此字段可能返回 null,表示取不到有效值。
16761
16707
  :type Tags: list of Tag
16762
16708
  """
16763
16709
  self._ResourceType = None
@@ -16766,7 +16712,6 @@ class TagSpecification(AbstractModel):
16766
16712
  @property
16767
16713
  def ResourceType(self):
16768
16714
  """默认值为instance
16769
- 注意:此字段可能返回 null,表示取不到有效值。
16770
16715
  :rtype: str
16771
16716
  """
16772
16717
  return self._ResourceType
@@ -16778,7 +16723,6 @@ class TagSpecification(AbstractModel):
16778
16723
  @property
16779
16724
  def Tags(self):
16780
16725
  """云标签数组
16781
- 注意:此字段可能返回 null,表示取不到有效值。
16782
16726
  :rtype: list of Tag
16783
16727
  """
16784
16728
  return self._Tags
@@ -16820,12 +16764,10 @@ class TaskDetail(AbstractModel):
16820
16764
  :param _TaskStatus: 任务状态
16821
16765
  :type TaskStatus: str
16822
16766
  :param _TaskMessage: 任务的状态信息
16823
- 注意:此字段可能返回 null,表示取不到有效值。
16824
16767
  :type TaskMessage: str
16825
16768
  :param _CreatedTime: 任务开始时间
16826
16769
  :type CreatedTime: str
16827
16770
  :param _FinishedTime: 任务结束时间
16828
- 注意:此字段可能返回 null,表示取不到有效值。
16829
16771
  :type FinishedTime: str
16830
16772
  """
16831
16773
  self._TaskName = None
@@ -16871,7 +16813,6 @@ class TaskDetail(AbstractModel):
16871
16813
  @property
16872
16814
  def TaskMessage(self):
16873
16815
  """任务的状态信息
16874
- 注意:此字段可能返回 null,表示取不到有效值。
16875
16816
  :rtype: str
16876
16817
  """
16877
16818
  return self._TaskMessage
@@ -16894,7 +16835,6 @@ class TaskDetail(AbstractModel):
16894
16835
  @property
16895
16836
  def FinishedTime(self):
16896
16837
  """任务结束时间
16897
- 注意:此字段可能返回 null,表示取不到有效值。
16898
16838
  :rtype: str
16899
16839
  """
16900
16840
  return self._FinishedTime
@@ -16937,10 +16877,8 @@ class TcrImageInfo(AbstractModel):
16937
16877
  :param _UpdateTime: 更新时间
16938
16878
  :type UpdateTime: str
16939
16879
  :param _Kind: 制品类型
16940
- 注意:此字段可能返回 null,表示取不到有效值。
16941
16880
  :type Kind: str
16942
16881
  :param _KmsSignature: KMS 签名信息
16943
- 注意:此字段可能返回 null,表示取不到有效值。
16944
16882
  :type KmsSignature: str
16945
16883
  """
16946
16884
  self._Digest = None
@@ -16997,7 +16935,6 @@ class TcrImageInfo(AbstractModel):
16997
16935
  @property
16998
16936
  def Kind(self):
16999
16937
  """制品类型
17000
- 注意:此字段可能返回 null,表示取不到有效值。
17001
16938
  :rtype: str
17002
16939
  """
17003
16940
  return self._Kind
@@ -17009,7 +16946,6 @@ class TcrImageInfo(AbstractModel):
17009
16946
  @property
17010
16947
  def KmsSignature(self):
17011
16948
  """KMS 签名信息
17012
- 注意:此字段可能返回 null,表示取不到有效值。
17013
16949
  :rtype: str
17014
16950
  """
17015
16951
  return self._KmsSignature
@@ -17163,10 +17099,8 @@ class TcrNamespaceInfo(AbstractModel):
17163
17099
  :param _NamespaceId: 命名空间的Id
17164
17100
  :type NamespaceId: int
17165
17101
  :param _TagSpecification: 实例云标签
17166
- 注意:此字段可能返回 null,表示取不到有效值。
17167
17102
  :type TagSpecification: :class:`tencentcloud.tcr.v20190924.models.TagSpecification`
17168
17103
  :param _Metadata: 命名空间元数据
17169
- 注意:此字段可能返回 null,表示取不到有效值。
17170
17104
  :type Metadata: list of KeyValueString
17171
17105
  :param _CVEWhitelistItems: 漏洞白名单列表
17172
17106
  :type CVEWhitelistItems: list of CVEWhitelistItem
@@ -17235,7 +17169,6 @@ class TcrNamespaceInfo(AbstractModel):
17235
17169
  @property
17236
17170
  def TagSpecification(self):
17237
17171
  """实例云标签
17238
- 注意:此字段可能返回 null,表示取不到有效值。
17239
17172
  :rtype: :class:`tencentcloud.tcr.v20190924.models.TagSpecification`
17240
17173
  """
17241
17174
  return self._TagSpecification
@@ -17247,7 +17180,6 @@ class TcrNamespaceInfo(AbstractModel):
17247
17180
  @property
17248
17181
  def Metadata(self):
17249
17182
  """命名空间元数据
17250
- 注意:此字段可能返回 null,表示取不到有效值。
17251
17183
  :rtype: list of KeyValueString
17252
17184
  """
17253
17185
  return self._Metadata
@@ -17350,10 +17282,8 @@ class TcrRepositoryInfo(AbstractModel):
17350
17282
  :param _Public: 是否公开
17351
17283
  :type Public: bool
17352
17284
  :param _Description: 仓库详细描述
17353
- 注意:此字段可能返回 null,表示取不到有效值。
17354
17285
  :type Description: str
17355
17286
  :param _BriefDescription: 简单描述
17356
- 注意:此字段可能返回 null,表示取不到有效值。
17357
17287
  :type BriefDescription: str
17358
17288
  :param _UpdateTime: 更新时间,格式"2006-01-02 15:04:05.999999999 -0700 MST"
17359
17289
  :type UpdateTime: str
@@ -17413,7 +17343,6 @@ class TcrRepositoryInfo(AbstractModel):
17413
17343
  @property
17414
17344
  def Description(self):
17415
17345
  """仓库详细描述
17416
- 注意:此字段可能返回 null,表示取不到有效值。
17417
17346
  :rtype: str
17418
17347
  """
17419
17348
  return self._Description
@@ -17425,7 +17354,6 @@ class TcrRepositoryInfo(AbstractModel):
17425
17354
  @property
17426
17355
  def BriefDescription(self):
17427
17356
  """简单描述
17428
- 注意:此字段可能返回 null,表示取不到有效值。
17429
17357
  :rtype: str
17430
17358
  """
17431
17359
  return self._BriefDescription
@@ -17474,7 +17402,6 @@ class TriggerInvokeCondition(AbstractModel):
17474
17402
  :param _InvokeMethod: 触发方式
17475
17403
  :type InvokeMethod: str
17476
17404
  :param _InvokeExpr: 触发表达式
17477
- 注意:此字段可能返回 null,表示取不到有效值。
17478
17405
  :type InvokeExpr: str
17479
17406
  """
17480
17407
  self._InvokeMethod = None
@@ -17494,7 +17421,6 @@ class TriggerInvokeCondition(AbstractModel):
17494
17421
  @property
17495
17422
  def InvokeExpr(self):
17496
17423
  """触发表达式
17497
- 注意:此字段可能返回 null,表示取不到有效值。
17498
17424
  :rtype: str
17499
17425
  """
17500
17426
  return self._InvokeExpr
@@ -17525,22 +17451,16 @@ class TriggerInvokePara(AbstractModel):
17525
17451
  def __init__(self):
17526
17452
  r"""
17527
17453
  :param _AppId: AppId
17528
- 注意:此字段可能返回 null,表示取不到有效值。
17529
17454
  :type AppId: str
17530
17455
  :param _ClusterId: TKE集群ID
17531
- 注意:此字段可能返回 null,表示取不到有效值。
17532
17456
  :type ClusterId: str
17533
17457
  :param _Namespace: TKE集群命名空间
17534
- 注意:此字段可能返回 null,表示取不到有效值。
17535
17458
  :type Namespace: str
17536
17459
  :param _ServiceName: TKE集群工作负载名称
17537
- 注意:此字段可能返回 null,表示取不到有效值。
17538
17460
  :type ServiceName: str
17539
17461
  :param _ContainerName: TKE集群工作负载中容器名称
17540
- 注意:此字段可能返回 null,表示取不到有效值。
17541
17462
  :type ContainerName: str
17542
17463
  :param _ClusterRegion: TKE集群地域数字ID
17543
- 注意:此字段可能返回 null,表示取不到有效值。
17544
17464
  :type ClusterRegion: int
17545
17465
  """
17546
17466
  self._AppId = None
@@ -17553,7 +17473,6 @@ class TriggerInvokePara(AbstractModel):
17553
17473
  @property
17554
17474
  def AppId(self):
17555
17475
  """AppId
17556
- 注意:此字段可能返回 null,表示取不到有效值。
17557
17476
  :rtype: str
17558
17477
  """
17559
17478
  return self._AppId
@@ -17565,7 +17484,6 @@ class TriggerInvokePara(AbstractModel):
17565
17484
  @property
17566
17485
  def ClusterId(self):
17567
17486
  """TKE集群ID
17568
- 注意:此字段可能返回 null,表示取不到有效值。
17569
17487
  :rtype: str
17570
17488
  """
17571
17489
  return self._ClusterId
@@ -17577,7 +17495,6 @@ class TriggerInvokePara(AbstractModel):
17577
17495
  @property
17578
17496
  def Namespace(self):
17579
17497
  """TKE集群命名空间
17580
- 注意:此字段可能返回 null,表示取不到有效值。
17581
17498
  :rtype: str
17582
17499
  """
17583
17500
  return self._Namespace
@@ -17589,7 +17506,6 @@ class TriggerInvokePara(AbstractModel):
17589
17506
  @property
17590
17507
  def ServiceName(self):
17591
17508
  """TKE集群工作负载名称
17592
- 注意:此字段可能返回 null,表示取不到有效值。
17593
17509
  :rtype: str
17594
17510
  """
17595
17511
  return self._ServiceName
@@ -17601,7 +17517,6 @@ class TriggerInvokePara(AbstractModel):
17601
17517
  @property
17602
17518
  def ContainerName(self):
17603
17519
  """TKE集群工作负载中容器名称
17604
- 注意:此字段可能返回 null,表示取不到有效值。
17605
17520
  :rtype: str
17606
17521
  """
17607
17522
  return self._ContainerName
@@ -17613,7 +17528,6 @@ class TriggerInvokePara(AbstractModel):
17613
17528
  @property
17614
17529
  def ClusterRegion(self):
17615
17530
  """TKE集群地域数字ID
17616
- 注意:此字段可能返回 null,表示取不到有效值。
17617
17531
  :rtype: int
17618
17532
  """
17619
17533
  return self._ClusterRegion
@@ -17648,10 +17562,8 @@ class TriggerInvokeResult(AbstractModel):
17648
17562
  def __init__(self):
17649
17563
  r"""
17650
17564
  :param _ReturnCode: 请求TKE返回值
17651
- 注意:此字段可能返回 null,表示取不到有效值。
17652
17565
  :type ReturnCode: int
17653
17566
  :param _ReturnMsg: 请求TKE返回信息
17654
- 注意:此字段可能返回 null,表示取不到有效值。
17655
17567
  :type ReturnMsg: str
17656
17568
  """
17657
17569
  self._ReturnCode = None
@@ -17660,7 +17572,6 @@ class TriggerInvokeResult(AbstractModel):
17660
17572
  @property
17661
17573
  def ReturnCode(self):
17662
17574
  """请求TKE返回值
17663
- 注意:此字段可能返回 null,表示取不到有效值。
17664
17575
  :rtype: int
17665
17576
  """
17666
17577
  return self._ReturnCode
@@ -17672,7 +17583,6 @@ class TriggerInvokeResult(AbstractModel):
17672
17583
  @property
17673
17584
  def ReturnMsg(self):
17674
17585
  """请求TKE返回信息
17675
- 注意:此字段可能返回 null,表示取不到有效值。
17676
17586
  :rtype: str
17677
17587
  """
17678
17588
  return self._ReturnMsg
@@ -17703,31 +17613,22 @@ class TriggerLogResp(AbstractModel):
17703
17613
  def __init__(self):
17704
17614
  r"""
17705
17615
  :param _RepoName: 仓库名称
17706
- 注意:此字段可能返回 null,表示取不到有效值。
17707
17616
  :type RepoName: str
17708
17617
  :param _TagName: Tag名称
17709
- 注意:此字段可能返回 null,表示取不到有效值。
17710
17618
  :type TagName: str
17711
17619
  :param _TriggerName: 触发器名称
17712
- 注意:此字段可能返回 null,表示取不到有效值。
17713
17620
  :type TriggerName: str
17714
17621
  :param _InvokeSource: 触发方式
17715
- 注意:此字段可能返回 null,表示取不到有效值。
17716
17622
  :type InvokeSource: str
17717
17623
  :param _InvokeAction: 触发动作
17718
- 注意:此字段可能返回 null,表示取不到有效值。
17719
17624
  :type InvokeAction: str
17720
17625
  :param _InvokeTime: 触发时间
17721
- 注意:此字段可能返回 null,表示取不到有效值。
17722
17626
  :type InvokeTime: str
17723
17627
  :param _InvokeCondition: 触发条件
17724
- 注意:此字段可能返回 null,表示取不到有效值。
17725
17628
  :type InvokeCondition: :class:`tencentcloud.tcr.v20190924.models.TriggerInvokeCondition`
17726
17629
  :param _InvokePara: 触发参数
17727
- 注意:此字段可能返回 null,表示取不到有效值。
17728
17630
  :type InvokePara: :class:`tencentcloud.tcr.v20190924.models.TriggerInvokePara`
17729
17631
  :param _InvokeResult: 触发结果
17730
- 注意:此字段可能返回 null,表示取不到有效值。
17731
17632
  :type InvokeResult: :class:`tencentcloud.tcr.v20190924.models.TriggerInvokeResult`
17732
17633
  """
17733
17634
  self._RepoName = None
@@ -17743,7 +17644,6 @@ class TriggerLogResp(AbstractModel):
17743
17644
  @property
17744
17645
  def RepoName(self):
17745
17646
  """仓库名称
17746
- 注意:此字段可能返回 null,表示取不到有效值。
17747
17647
  :rtype: str
17748
17648
  """
17749
17649
  return self._RepoName
@@ -17755,7 +17655,6 @@ class TriggerLogResp(AbstractModel):
17755
17655
  @property
17756
17656
  def TagName(self):
17757
17657
  """Tag名称
17758
- 注意:此字段可能返回 null,表示取不到有效值。
17759
17658
  :rtype: str
17760
17659
  """
17761
17660
  return self._TagName
@@ -17767,7 +17666,6 @@ class TriggerLogResp(AbstractModel):
17767
17666
  @property
17768
17667
  def TriggerName(self):
17769
17668
  """触发器名称
17770
- 注意:此字段可能返回 null,表示取不到有效值。
17771
17669
  :rtype: str
17772
17670
  """
17773
17671
  return self._TriggerName
@@ -17779,7 +17677,6 @@ class TriggerLogResp(AbstractModel):
17779
17677
  @property
17780
17678
  def InvokeSource(self):
17781
17679
  """触发方式
17782
- 注意:此字段可能返回 null,表示取不到有效值。
17783
17680
  :rtype: str
17784
17681
  """
17785
17682
  return self._InvokeSource
@@ -17791,7 +17688,6 @@ class TriggerLogResp(AbstractModel):
17791
17688
  @property
17792
17689
  def InvokeAction(self):
17793
17690
  """触发动作
17794
- 注意:此字段可能返回 null,表示取不到有效值。
17795
17691
  :rtype: str
17796
17692
  """
17797
17693
  return self._InvokeAction
@@ -17803,7 +17699,6 @@ class TriggerLogResp(AbstractModel):
17803
17699
  @property
17804
17700
  def InvokeTime(self):
17805
17701
  """触发时间
17806
- 注意:此字段可能返回 null,表示取不到有效值。
17807
17702
  :rtype: str
17808
17703
  """
17809
17704
  return self._InvokeTime
@@ -17815,7 +17710,6 @@ class TriggerLogResp(AbstractModel):
17815
17710
  @property
17816
17711
  def InvokeCondition(self):
17817
17712
  """触发条件
17818
- 注意:此字段可能返回 null,表示取不到有效值。
17819
17713
  :rtype: :class:`tencentcloud.tcr.v20190924.models.TriggerInvokeCondition`
17820
17714
  """
17821
17715
  return self._InvokeCondition
@@ -17827,7 +17721,6 @@ class TriggerLogResp(AbstractModel):
17827
17721
  @property
17828
17722
  def InvokePara(self):
17829
17723
  """触发参数
17830
- 注意:此字段可能返回 null,表示取不到有效值。
17831
17724
  :rtype: :class:`tencentcloud.tcr.v20190924.models.TriggerInvokePara`
17832
17725
  """
17833
17726
  return self._InvokePara
@@ -17839,7 +17732,6 @@ class TriggerLogResp(AbstractModel):
17839
17732
  @property
17840
17733
  def InvokeResult(self):
17841
17734
  """触发结果
17842
- 注意:此字段可能返回 null,表示取不到有效值。
17843
17735
  :rtype: :class:`tencentcloud.tcr.v20190924.models.TriggerInvokeResult`
17844
17736
  """
17845
17737
  return self._InvokeResult
@@ -17883,25 +17775,18 @@ class TriggerResp(AbstractModel):
17883
17775
  def __init__(self):
17884
17776
  r"""
17885
17777
  :param _TriggerName: 触发器名称
17886
- 注意:此字段可能返回 null,表示取不到有效值。
17887
17778
  :type TriggerName: str
17888
17779
  :param _InvokeSource: 触发来源
17889
- 注意:此字段可能返回 null,表示取不到有效值。
17890
17780
  :type InvokeSource: str
17891
17781
  :param _InvokeAction: 触发动作
17892
- 注意:此字段可能返回 null,表示取不到有效值。
17893
17782
  :type InvokeAction: str
17894
17783
  :param _CreateTime: 创建时间
17895
- 注意:此字段可能返回 null,表示取不到有效值。
17896
17784
  :type CreateTime: str
17897
17785
  :param _UpdateTime: 更新时间
17898
- 注意:此字段可能返回 null,表示取不到有效值。
17899
17786
  :type UpdateTime: str
17900
17787
  :param _InvokeCondition: 触发条件
17901
- 注意:此字段可能返回 null,表示取不到有效值。
17902
17788
  :type InvokeCondition: :class:`tencentcloud.tcr.v20190924.models.TriggerInvokeCondition`
17903
17789
  :param _InvokePara: 触发器参数
17904
- 注意:此字段可能返回 null,表示取不到有效值。
17905
17790
  :type InvokePara: :class:`tencentcloud.tcr.v20190924.models.TriggerInvokePara`
17906
17791
  """
17907
17792
  self._TriggerName = None
@@ -17915,7 +17800,6 @@ class TriggerResp(AbstractModel):
17915
17800
  @property
17916
17801
  def TriggerName(self):
17917
17802
  """触发器名称
17918
- 注意:此字段可能返回 null,表示取不到有效值。
17919
17803
  :rtype: str
17920
17804
  """
17921
17805
  return self._TriggerName
@@ -17927,7 +17811,6 @@ class TriggerResp(AbstractModel):
17927
17811
  @property
17928
17812
  def InvokeSource(self):
17929
17813
  """触发来源
17930
- 注意:此字段可能返回 null,表示取不到有效值。
17931
17814
  :rtype: str
17932
17815
  """
17933
17816
  return self._InvokeSource
@@ -17939,7 +17822,6 @@ class TriggerResp(AbstractModel):
17939
17822
  @property
17940
17823
  def InvokeAction(self):
17941
17824
  """触发动作
17942
- 注意:此字段可能返回 null,表示取不到有效值。
17943
17825
  :rtype: str
17944
17826
  """
17945
17827
  return self._InvokeAction
@@ -17951,7 +17833,6 @@ class TriggerResp(AbstractModel):
17951
17833
  @property
17952
17834
  def CreateTime(self):
17953
17835
  """创建时间
17954
- 注意:此字段可能返回 null,表示取不到有效值。
17955
17836
  :rtype: str
17956
17837
  """
17957
17838
  return self._CreateTime
@@ -17963,7 +17844,6 @@ class TriggerResp(AbstractModel):
17963
17844
  @property
17964
17845
  def UpdateTime(self):
17965
17846
  """更新时间
17966
- 注意:此字段可能返回 null,表示取不到有效值。
17967
17847
  :rtype: str
17968
17848
  """
17969
17849
  return self._UpdateTime
@@ -17975,7 +17855,6 @@ class TriggerResp(AbstractModel):
17975
17855
  @property
17976
17856
  def InvokeCondition(self):
17977
17857
  """触发条件
17978
- 注意:此字段可能返回 null,表示取不到有效值。
17979
17858
  :rtype: :class:`tencentcloud.tcr.v20190924.models.TriggerInvokeCondition`
17980
17859
  """
17981
17860
  return self._InvokeCondition
@@ -17987,7 +17866,6 @@ class TriggerResp(AbstractModel):
17987
17866
  @property
17988
17867
  def InvokePara(self):
17989
17868
  """触发器参数
17990
- 注意:此字段可能返回 null,表示取不到有效值。
17991
17869
  :rtype: :class:`tencentcloud.tcr.v20190924.models.TriggerInvokePara`
17992
17870
  """
17993
17871
  return self._InvokePara
@@ -18287,13 +18165,10 @@ class VpcPrivateDomainStatus(AbstractModel):
18287
18165
  def __init__(self):
18288
18166
  r"""
18289
18167
  :param _Region: 地域
18290
- 注意:此字段可能返回 null,表示取不到有效值。
18291
18168
  :type Region: str
18292
18169
  :param _VpcId: unique vpc id
18293
- 注意:此字段可能返回 null,表示取不到有效值。
18294
18170
  :type VpcId: str
18295
18171
  :param _Status: ENABLE代表已经开启,DISABLE代表未开启,ERROR代表查询出错
18296
- 注意:此字段可能返回 null,表示取不到有效值。
18297
18172
  :type Status: str
18298
18173
  """
18299
18174
  self._Region = None
@@ -18303,7 +18178,6 @@ class VpcPrivateDomainStatus(AbstractModel):
18303
18178
  @property
18304
18179
  def Region(self):
18305
18180
  """地域
18306
- 注意:此字段可能返回 null,表示取不到有效值。
18307
18181
  :rtype: str
18308
18182
  """
18309
18183
  return self._Region
@@ -18315,7 +18189,6 @@ class VpcPrivateDomainStatus(AbstractModel):
18315
18189
  @property
18316
18190
  def VpcId(self):
18317
18191
  """unique vpc id
18318
- 注意:此字段可能返回 null,表示取不到有效值。
18319
18192
  :rtype: str
18320
18193
  """
18321
18194
  return self._VpcId
@@ -18327,7 +18200,6 @@ class VpcPrivateDomainStatus(AbstractModel):
18327
18200
  @property
18328
18201
  def Status(self):
18329
18202
  """ENABLE代表已经开启,DISABLE代表未开启,ERROR代表查询出错
18330
- 注意:此字段可能返回 null,表示取不到有效值。
18331
18203
  :rtype: str
18332
18204
  """
18333
18205
  return self._Status
@@ -18431,7 +18303,6 @@ class WebhookTrigger(AbstractModel):
18431
18303
  :param _NamespaceId: 触发器所属命名空间 Id
18432
18304
  :type NamespaceId: int
18433
18305
  :param _NamespaceName: 触发器所属命名空间名称
18434
- 注意:此字段可能返回 null,表示取不到有效值。
18435
18306
  :type NamespaceName: str
18436
18307
  """
18437
18308
  self._Name = None
@@ -18535,7 +18406,6 @@ class WebhookTrigger(AbstractModel):
18535
18406
  @property
18536
18407
  def NamespaceName(self):
18537
18408
  """触发器所属命名空间名称
18538
- 注意:此字段可能返回 null,表示取不到有效值。
18539
18409
  :rtype: str
18540
18410
  """
18541
18411
  return self._NamespaceName