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
@@ -18,117 +18,6 @@ import warnings
18
18
  from tencentcloud.common.abstract_model import AbstractModel
19
19
 
20
20
 
21
- class ActivityInfoItem(AbstractModel):
22
- """活动信息
23
-
24
- """
25
-
26
- def __init__(self):
27
- r"""
28
- :param _ActivityId: 活动id
29
- :type ActivityId: int
30
- :param _CreateTime: 记录插入时间
31
- :type CreateTime: str
32
- :param _UpdateTime: 记录最后一次变更时间
33
- :type UpdateTime: str
34
- :param _StartTime: 活动开始时间
35
- :type StartTime: str
36
- :param _ExpireTime: 活动结束时间
37
- :type ExpireTime: str
38
- :param _Tag: 自定义备注信息
39
- :type Tag: str
40
- """
41
- self._ActivityId = None
42
- self._CreateTime = None
43
- self._UpdateTime = None
44
- self._StartTime = None
45
- self._ExpireTime = None
46
- self._Tag = None
47
-
48
- @property
49
- def ActivityId(self):
50
- """活动id
51
- :rtype: int
52
- """
53
- return self._ActivityId
54
-
55
- @ActivityId.setter
56
- def ActivityId(self, ActivityId):
57
- self._ActivityId = ActivityId
58
-
59
- @property
60
- def CreateTime(self):
61
- """记录插入时间
62
- :rtype: str
63
- """
64
- return self._CreateTime
65
-
66
- @CreateTime.setter
67
- def CreateTime(self, CreateTime):
68
- self._CreateTime = CreateTime
69
-
70
- @property
71
- def UpdateTime(self):
72
- """记录最后一次变更时间
73
- :rtype: str
74
- """
75
- return self._UpdateTime
76
-
77
- @UpdateTime.setter
78
- def UpdateTime(self, UpdateTime):
79
- self._UpdateTime = UpdateTime
80
-
81
- @property
82
- def StartTime(self):
83
- """活动开始时间
84
- :rtype: str
85
- """
86
- return self._StartTime
87
-
88
- @StartTime.setter
89
- def StartTime(self, StartTime):
90
- self._StartTime = StartTime
91
-
92
- @property
93
- def ExpireTime(self):
94
- """活动结束时间
95
- :rtype: str
96
- """
97
- return self._ExpireTime
98
-
99
- @ExpireTime.setter
100
- def ExpireTime(self, ExpireTime):
101
- self._ExpireTime = ExpireTime
102
-
103
- @property
104
- def Tag(self):
105
- """自定义备注信息
106
- :rtype: str
107
- """
108
- return self._Tag
109
-
110
- @Tag.setter
111
- def Tag(self, Tag):
112
- self._Tag = Tag
113
-
114
-
115
- def _deserialize(self, params):
116
- self._ActivityId = params.get("ActivityId")
117
- self._CreateTime = params.get("CreateTime")
118
- self._UpdateTime = params.get("UpdateTime")
119
- self._StartTime = params.get("StartTime")
120
- self._ExpireTime = params.get("ExpireTime")
121
- self._Tag = params.get("Tag")
122
- memeber_set = set(params.keys())
123
- for name, value in vars(self).items():
124
- property_name = name[1:]
125
- if property_name in memeber_set:
126
- memeber_set.remove(property_name)
127
- if len(memeber_set) > 0:
128
- warnings.warn("%s fileds are useless." % ",".join(memeber_set))
129
-
130
-
131
-
132
21
  class ActivityRecordItem(AbstractModel):
133
22
  """活动详情
134
23
 
@@ -782,7 +671,6 @@ class CbrRepoInfo(AbstractModel):
782
671
  :param _RepoLanguage: 仓库语言
783
672
  :type RepoLanguage: str
784
673
  :param _Branch: 分支名称
785
- 注意:此字段可能返回 null,表示取不到有效值。
786
674
  :type Branch: str
787
675
  """
788
676
  self._Repo = None
@@ -826,7 +714,6 @@ class CbrRepoInfo(AbstractModel):
826
714
  @property
827
715
  def Branch(self):
828
716
  """分支名称
829
- 注意:此字段可能返回 null,表示取不到有效值。
830
717
  :rtype: str
831
718
  """
832
719
  return self._Branch
@@ -1672,13 +1559,10 @@ class CloudBaseRunEmptyDirVolumeSource(AbstractModel):
1672
1559
  def __init__(self):
1673
1560
  r"""
1674
1561
  :param _EnableEmptyDirVolume: 启用emptydir数据卷
1675
- 注意:此字段可能返回 null,表示取不到有效值。
1676
1562
  :type EnableEmptyDirVolume: bool
1677
1563
  :param _Medium: "","Memory","HugePages"
1678
- 注意:此字段可能返回 null,表示取不到有效值。
1679
1564
  :type Medium: str
1680
1565
  :param _SizeLimit: emptydir数据卷大小
1681
- 注意:此字段可能返回 null,表示取不到有效值。
1682
1566
  :type SizeLimit: str
1683
1567
  """
1684
1568
  self._EnableEmptyDirVolume = None
@@ -1688,7 +1572,6 @@ class CloudBaseRunEmptyDirVolumeSource(AbstractModel):
1688
1572
  @property
1689
1573
  def EnableEmptyDirVolume(self):
1690
1574
  """启用emptydir数据卷
1691
- 注意:此字段可能返回 null,表示取不到有效值。
1692
1575
  :rtype: bool
1693
1576
  """
1694
1577
  return self._EnableEmptyDirVolume
@@ -1700,7 +1583,6 @@ class CloudBaseRunEmptyDirVolumeSource(AbstractModel):
1700
1583
  @property
1701
1584
  def Medium(self):
1702
1585
  """"","Memory","HugePages"
1703
- 注意:此字段可能返回 null,表示取不到有效值。
1704
1586
  :rtype: str
1705
1587
  """
1706
1588
  return self._Medium
@@ -1712,7 +1594,6 @@ class CloudBaseRunEmptyDirVolumeSource(AbstractModel):
1712
1594
  @property
1713
1595
  def SizeLimit(self):
1714
1596
  """emptydir数据卷大小
1715
- 注意:此字段可能返回 null,表示取不到有效值。
1716
1597
  :rtype: str
1717
1598
  """
1718
1599
  return self._SizeLimit
@@ -2599,7 +2480,6 @@ class CloudBaseRunServiceVolumeHostPath(AbstractModel):
2599
2480
  def __init__(self):
2600
2481
  r"""
2601
2482
  :param _Path: 主机路径
2602
- 注意:此字段可能返回 null,表示取不到有效值。
2603
2483
  :type Path: str
2604
2484
  """
2605
2485
  self._Path = None
@@ -2607,7 +2487,6 @@ class CloudBaseRunServiceVolumeHostPath(AbstractModel):
2607
2487
  @property
2608
2488
  def Path(self):
2609
2489
  """主机路径
2610
- 注意:此字段可能返回 null,表示取不到有效值。
2611
2490
  :rtype: str
2612
2491
  """
2613
2492
  return self._Path
@@ -2733,31 +2612,22 @@ class CloudBaseRunSideSpec(AbstractModel):
2733
2612
  def __init__(self):
2734
2613
  r"""
2735
2614
  :param _ContainerImage: 容器镜像
2736
- 注意:此字段可能返回 null,表示取不到有效值。
2737
2615
  :type ContainerImage: str
2738
2616
  :param _ContainerPort: 容器端口
2739
- 注意:此字段可能返回 null,表示取不到有效值。
2740
2617
  :type ContainerPort: int
2741
2618
  :param _ContainerName: 容器的名称
2742
- 注意:此字段可能返回 null,表示取不到有效值。
2743
2619
  :type ContainerName: str
2744
2620
  :param _EnvVar: kv的json字符串
2745
- 注意:此字段可能返回 null,表示取不到有效值。
2746
2621
  :type EnvVar: str
2747
2622
  :param _InitialDelaySeconds: InitialDelaySeconds 延迟多长时间启动健康检查
2748
- 注意:此字段可能返回 null,表示取不到有效值。
2749
2623
  :type InitialDelaySeconds: int
2750
2624
  :param _Cpu: CPU大小
2751
- 注意:此字段可能返回 null,表示取不到有效值。
2752
2625
  :type Cpu: int
2753
2626
  :param _Mem: 内存大小(单位:M)
2754
- 注意:此字段可能返回 null,表示取不到有效值。
2755
2627
  :type Mem: int
2756
2628
  :param _Security: 安全特性
2757
- 注意:此字段可能返回 null,表示取不到有效值。
2758
2629
  :type Security: :class:`tencentcloud.tcb.v20180608.models.CloudBaseSecurityContext`
2759
2630
  :param _VolumeMountInfos: 挂载信息
2760
- 注意:此字段可能返回 null,表示取不到有效值。
2761
2631
  :type VolumeMountInfos: list of CloudBaseRunVolumeMount
2762
2632
  """
2763
2633
  self._ContainerImage = None
@@ -2773,7 +2643,6 @@ class CloudBaseRunSideSpec(AbstractModel):
2773
2643
  @property
2774
2644
  def ContainerImage(self):
2775
2645
  """容器镜像
2776
- 注意:此字段可能返回 null,表示取不到有效值。
2777
2646
  :rtype: str
2778
2647
  """
2779
2648
  return self._ContainerImage
@@ -2785,7 +2654,6 @@ class CloudBaseRunSideSpec(AbstractModel):
2785
2654
  @property
2786
2655
  def ContainerPort(self):
2787
2656
  """容器端口
2788
- 注意:此字段可能返回 null,表示取不到有效值。
2789
2657
  :rtype: int
2790
2658
  """
2791
2659
  return self._ContainerPort
@@ -2797,7 +2665,6 @@ class CloudBaseRunSideSpec(AbstractModel):
2797
2665
  @property
2798
2666
  def ContainerName(self):
2799
2667
  """容器的名称
2800
- 注意:此字段可能返回 null,表示取不到有效值。
2801
2668
  :rtype: str
2802
2669
  """
2803
2670
  return self._ContainerName
@@ -2809,7 +2676,6 @@ class CloudBaseRunSideSpec(AbstractModel):
2809
2676
  @property
2810
2677
  def EnvVar(self):
2811
2678
  """kv的json字符串
2812
- 注意:此字段可能返回 null,表示取不到有效值。
2813
2679
  :rtype: str
2814
2680
  """
2815
2681
  return self._EnvVar
@@ -2821,7 +2687,6 @@ class CloudBaseRunSideSpec(AbstractModel):
2821
2687
  @property
2822
2688
  def InitialDelaySeconds(self):
2823
2689
  """InitialDelaySeconds 延迟多长时间启动健康检查
2824
- 注意:此字段可能返回 null,表示取不到有效值。
2825
2690
  :rtype: int
2826
2691
  """
2827
2692
  return self._InitialDelaySeconds
@@ -2833,7 +2698,6 @@ class CloudBaseRunSideSpec(AbstractModel):
2833
2698
  @property
2834
2699
  def Cpu(self):
2835
2700
  """CPU大小
2836
- 注意:此字段可能返回 null,表示取不到有效值。
2837
2701
  :rtype: int
2838
2702
  """
2839
2703
  return self._Cpu
@@ -2845,7 +2709,6 @@ class CloudBaseRunSideSpec(AbstractModel):
2845
2709
  @property
2846
2710
  def Mem(self):
2847
2711
  """内存大小(单位:M)
2848
- 注意:此字段可能返回 null,表示取不到有效值。
2849
2712
  :rtype: int
2850
2713
  """
2851
2714
  return self._Mem
@@ -2857,7 +2720,6 @@ class CloudBaseRunSideSpec(AbstractModel):
2857
2720
  @property
2858
2721
  def Security(self):
2859
2722
  """安全特性
2860
- 注意:此字段可能返回 null,表示取不到有效值。
2861
2723
  :rtype: :class:`tencentcloud.tcb.v20180608.models.CloudBaseSecurityContext`
2862
2724
  """
2863
2725
  return self._Security
@@ -2869,7 +2731,6 @@ class CloudBaseRunSideSpec(AbstractModel):
2869
2731
  @property
2870
2732
  def VolumeMountInfos(self):
2871
2733
  """挂载信息
2872
- 注意:此字段可能返回 null,表示取不到有效值。
2873
2734
  :rtype: list of CloudBaseRunVolumeMount
2874
2735
  """
2875
2736
  return self._VolumeMountInfos
@@ -2914,19 +2775,14 @@ class CloudBaseRunVersionFlowItem(AbstractModel):
2914
2775
  def __init__(self):
2915
2776
  r"""
2916
2777
  :param _VersionName: 版本名称
2917
- 注意:此字段可能返回 null,表示取不到有效值。
2918
2778
  :type VersionName: str
2919
2779
  :param _FlowRatio: 流量占比
2920
- 注意:此字段可能返回 null,表示取不到有效值。
2921
2780
  :type FlowRatio: int
2922
2781
  :param _UrlParam: 流量参数键值对(URL参数/HEADERS参数)
2923
- 注意:此字段可能返回 null,表示取不到有效值。
2924
2782
  :type UrlParam: :class:`tencentcloud.tcb.v20180608.models.ObjectKV`
2925
2783
  :param _Priority: 优先级
2926
- 注意:此字段可能返回 null,表示取不到有效值。
2927
2784
  :type Priority: int
2928
2785
  :param _IsDefaultPriority: 是否是默认兜底版本
2929
- 注意:此字段可能返回 null,表示取不到有效值。
2930
2786
  :type IsDefaultPriority: bool
2931
2787
  """
2932
2788
  self._VersionName = None
@@ -2938,7 +2794,6 @@ class CloudBaseRunVersionFlowItem(AbstractModel):
2938
2794
  @property
2939
2795
  def VersionName(self):
2940
2796
  """版本名称
2941
- 注意:此字段可能返回 null,表示取不到有效值。
2942
2797
  :rtype: str
2943
2798
  """
2944
2799
  return self._VersionName
@@ -2950,7 +2805,6 @@ class CloudBaseRunVersionFlowItem(AbstractModel):
2950
2805
  @property
2951
2806
  def FlowRatio(self):
2952
2807
  """流量占比
2953
- 注意:此字段可能返回 null,表示取不到有效值。
2954
2808
  :rtype: int
2955
2809
  """
2956
2810
  return self._FlowRatio
@@ -2962,7 +2816,6 @@ class CloudBaseRunVersionFlowItem(AbstractModel):
2962
2816
  @property
2963
2817
  def UrlParam(self):
2964
2818
  """流量参数键值对(URL参数/HEADERS参数)
2965
- 注意:此字段可能返回 null,表示取不到有效值。
2966
2819
  :rtype: :class:`tencentcloud.tcb.v20180608.models.ObjectKV`
2967
2820
  """
2968
2821
  return self._UrlParam
@@ -2974,7 +2827,6 @@ class CloudBaseRunVersionFlowItem(AbstractModel):
2974
2827
  @property
2975
2828
  def Priority(self):
2976
2829
  """优先级
2977
- 注意:此字段可能返回 null,表示取不到有效值。
2978
2830
  :rtype: int
2979
2831
  """
2980
2832
  return self._Priority
@@ -2986,7 +2838,6 @@ class CloudBaseRunVersionFlowItem(AbstractModel):
2986
2838
  @property
2987
2839
  def IsDefaultPriority(self):
2988
2840
  """是否是默认兜底版本
2989
- 注意:此字段可能返回 null,表示取不到有效值。
2990
2841
  :rtype: bool
2991
2842
  """
2992
2843
  return self._IsDefaultPriority
@@ -3026,12 +2877,10 @@ class CloudBaseRunVersionPod(AbstractModel):
3026
2877
  :param _PodId: pod name
3027
2878
  :type PodId: str
3028
2879
  :param _PodIp: pod ip
3029
- 注意:此字段可能返回 null,表示取不到有效值。
3030
2880
  :type PodIp: str
3031
2881
  :param _Status: 状态
3032
2882
  :type Status: str
3033
2883
  :param _CreateTime: 创建时间
3034
- 注意:此字段可能返回 null,表示取不到有效值。
3035
2884
  :type CreateTime: str
3036
2885
  """
3037
2886
  self._Webshell = None
@@ -3065,7 +2914,6 @@ class CloudBaseRunVersionPod(AbstractModel):
3065
2914
  @property
3066
2915
  def PodIp(self):
3067
2916
  """pod ip
3068
- 注意:此字段可能返回 null,表示取不到有效值。
3069
2917
  :rtype: str
3070
2918
  """
3071
2919
  return self._PodIp
@@ -3088,7 +2936,6 @@ class CloudBaseRunVersionPod(AbstractModel):
3088
2936
  @property
3089
2937
  def CreateTime(self):
3090
2938
  """创建时间
3091
- 注意:此字段可能返回 null,表示取不到有效值。
3092
2939
  :rtype: str
3093
2940
  """
3094
2941
  return self._CreateTime
@@ -3122,19 +2969,15 @@ class CloudBaseRunVolumeMount(AbstractModel):
3122
2969
  def __init__(self):
3123
2970
  r"""
3124
2971
  :param _Name: 资源名
3125
- 注意:此字段可能返回 null,表示取不到有效值。
3126
2972
  :type Name: str
3127
2973
  :param _MountPath: 挂载路径
3128
- 注意:此字段可能返回 null,表示取不到有效值。
3129
2974
  :type MountPath: str
3130
2975
  :param _ReadOnly: 是否只读
3131
- 注意:此字段可能返回 null,表示取不到有效值。
3132
2976
  :type ReadOnly: bool
3133
2977
  :param _NfsVolumes: Nfs挂载信息
3134
2978
  注意:此字段可能返回 null,表示取不到有效值。
3135
2979
  :type NfsVolumes: list of CloudBaseRunNfsVolumeSource
3136
2980
  :param _MountPropagation: 挂载配置
3137
- 注意:此字段可能返回 null,表示取不到有效值。
3138
2981
  :type MountPropagation: str
3139
2982
  """
3140
2983
  self._Name = None
@@ -3146,7 +2989,6 @@ class CloudBaseRunVolumeMount(AbstractModel):
3146
2989
  @property
3147
2990
  def Name(self):
3148
2991
  """资源名
3149
- 注意:此字段可能返回 null,表示取不到有效值。
3150
2992
  :rtype: str
3151
2993
  """
3152
2994
  return self._Name
@@ -3158,7 +3000,6 @@ class CloudBaseRunVolumeMount(AbstractModel):
3158
3000
  @property
3159
3001
  def MountPath(self):
3160
3002
  """挂载路径
3161
- 注意:此字段可能返回 null,表示取不到有效值。
3162
3003
  :rtype: str
3163
3004
  """
3164
3005
  return self._MountPath
@@ -3170,7 +3011,6 @@ class CloudBaseRunVolumeMount(AbstractModel):
3170
3011
  @property
3171
3012
  def ReadOnly(self):
3172
3013
  """是否只读
3173
- 注意:此字段可能返回 null,表示取不到有效值。
3174
3014
  :rtype: bool
3175
3015
  """
3176
3016
  return self._ReadOnly
@@ -3194,7 +3034,6 @@ class CloudBaseRunVolumeMount(AbstractModel):
3194
3034
  @property
3195
3035
  def MountPropagation(self):
3196
3036
  """挂载配置
3197
- 注意:此字段可能返回 null,表示取不到有效值。
3198
3037
  :rtype: str
3199
3038
  """
3200
3039
  return self._MountPropagation
@@ -3233,13 +3072,10 @@ class CloudBaseRunVpcInfo(AbstractModel):
3233
3072
  def __init__(self):
3234
3073
  r"""
3235
3074
  :param _VpcId: vpc的id
3236
- 注意:此字段可能返回 null,表示取不到有效值。
3237
3075
  :type VpcId: str
3238
3076
  :param _SubnetIds: 子网id
3239
- 注意:此字段可能返回 null,表示取不到有效值。
3240
3077
  :type SubnetIds: list of str
3241
3078
  :param _CreateType: 创建类型(0=继承; 1=新建; 2=指定)
3242
- 注意:此字段可能返回 null,表示取不到有效值。
3243
3079
  :type CreateType: int
3244
3080
  """
3245
3081
  self._VpcId = None
@@ -3249,7 +3085,6 @@ class CloudBaseRunVpcInfo(AbstractModel):
3249
3085
  @property
3250
3086
  def VpcId(self):
3251
3087
  """vpc的id
3252
- 注意:此字段可能返回 null,表示取不到有效值。
3253
3088
  :rtype: str
3254
3089
  """
3255
3090
  return self._VpcId
@@ -3261,7 +3096,6 @@ class CloudBaseRunVpcInfo(AbstractModel):
3261
3096
  @property
3262
3097
  def SubnetIds(self):
3263
3098
  """子网id
3264
- 注意:此字段可能返回 null,表示取不到有效值。
3265
3099
  :rtype: list of str
3266
3100
  """
3267
3101
  return self._SubnetIds
@@ -3273,7 +3107,6 @@ class CloudBaseRunVpcInfo(AbstractModel):
3273
3107
  @property
3274
3108
  def CreateType(self):
3275
3109
  """创建类型(0=继承; 1=新建; 2=指定)
3276
- 注意:此字段可能返回 null,表示取不到有效值。
3277
3110
  :rtype: int
3278
3111
  """
3279
3112
  return self._CreateType
@@ -3305,25 +3138,18 @@ class CloudBaseRunVpcSubnet(AbstractModel):
3305
3138
  def __init__(self):
3306
3139
  r"""
3307
3140
  :param _Id: 子网id
3308
- 注意:此字段可能返回 null,表示取不到有效值。
3309
3141
  :type Id: str
3310
3142
  :param _Cidr: 子网的ipv4
3311
- 注意:此字段可能返回 null,表示取不到有效值。
3312
3143
  :type Cidr: str
3313
3144
  :param _Zone: 可用区
3314
- 注意:此字段可能返回 null,表示取不到有效值。
3315
3145
  :type Zone: str
3316
3146
  :param _Type: 类型
3317
- 注意:此字段可能返回 null,表示取不到有效值。
3318
3147
  :type Type: str
3319
3148
  :param _Target: subnet类型
3320
- 注意:此字段可能返回 null,表示取不到有效值。
3321
3149
  :type Target: str
3322
3150
  :param _Region: 地域
3323
- 注意:此字段可能返回 null,表示取不到有效值。
3324
3151
  :type Region: str
3325
3152
  :param _Name: 名字
3326
- 注意:此字段可能返回 null,表示取不到有效值。
3327
3153
  :type Name: str
3328
3154
  """
3329
3155
  self._Id = None
@@ -3337,7 +3163,6 @@ class CloudBaseRunVpcSubnet(AbstractModel):
3337
3163
  @property
3338
3164
  def Id(self):
3339
3165
  """子网id
3340
- 注意:此字段可能返回 null,表示取不到有效值。
3341
3166
  :rtype: str
3342
3167
  """
3343
3168
  return self._Id
@@ -3349,7 +3174,6 @@ class CloudBaseRunVpcSubnet(AbstractModel):
3349
3174
  @property
3350
3175
  def Cidr(self):
3351
3176
  """子网的ipv4
3352
- 注意:此字段可能返回 null,表示取不到有效值。
3353
3177
  :rtype: str
3354
3178
  """
3355
3179
  return self._Cidr
@@ -3361,7 +3185,6 @@ class CloudBaseRunVpcSubnet(AbstractModel):
3361
3185
  @property
3362
3186
  def Zone(self):
3363
3187
  """可用区
3364
- 注意:此字段可能返回 null,表示取不到有效值。
3365
3188
  :rtype: str
3366
3189
  """
3367
3190
  return self._Zone
@@ -3373,7 +3196,6 @@ class CloudBaseRunVpcSubnet(AbstractModel):
3373
3196
  @property
3374
3197
  def Type(self):
3375
3198
  """类型
3376
- 注意:此字段可能返回 null,表示取不到有效值。
3377
3199
  :rtype: str
3378
3200
  """
3379
3201
  return self._Type
@@ -3385,7 +3207,6 @@ class CloudBaseRunVpcSubnet(AbstractModel):
3385
3207
  @property
3386
3208
  def Target(self):
3387
3209
  """subnet类型
3388
- 注意:此字段可能返回 null,表示取不到有效值。
3389
3210
  :rtype: str
3390
3211
  """
3391
3212
  return self._Target
@@ -3397,7 +3218,6 @@ class CloudBaseRunVpcSubnet(AbstractModel):
3397
3218
  @property
3398
3219
  def Region(self):
3399
3220
  """地域
3400
- 注意:此字段可能返回 null,表示取不到有效值。
3401
3221
  :rtype: str
3402
3222
  """
3403
3223
  return self._Region
@@ -3409,7 +3229,6 @@ class CloudBaseRunVpcSubnet(AbstractModel):
3409
3229
  @property
3410
3230
  def Name(self):
3411
3231
  """名字
3412
- 注意:此字段可能返回 null,表示取不到有效值。
3413
3232
  :rtype: str
3414
3233
  """
3415
3234
  return self._Name
@@ -3440,13 +3259,11 @@ class CloudBaseRunVpcSubnet(AbstractModel):
3440
3259
  class CloudBaseSecurityContext(AbstractModel):
3441
3260
  """cloudrun安全特性
3442
3261
 
3443
-
3444
3262
  """
3445
3263
 
3446
3264
  def __init__(self):
3447
3265
  r"""
3448
3266
  :param _Capabilities: 安全特性
3449
- 注意:此字段可能返回 null,表示取不到有效值。
3450
3267
  :type Capabilities: :class:`tencentcloud.tcb.v20180608.models.CloudBaseCapabilities`
3451
3268
  """
3452
3269
  self._Capabilities = None
@@ -3454,7 +3271,6 @@ class CloudBaseSecurityContext(AbstractModel):
3454
3271
  @property
3455
3272
  def Capabilities(self):
3456
3273
  """安全特性
3457
- 注意:此字段可能返回 null,表示取不到有效值。
3458
3274
  :rtype: :class:`tencentcloud.tcb.v20180608.models.CloudBaseCapabilities`
3459
3275
  """
3460
3276
  return self._Capabilities
@@ -3486,91 +3302,62 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
3486
3302
  def __init__(self):
3487
3303
  r"""
3488
3304
  :param _VersionName: 版本名
3489
- 注意:此字段可能返回 null,表示取不到有效值。
3490
3305
  :type VersionName: str
3491
3306
  :param _Remark: 版本备注
3492
- 注意:此字段可能返回 null,表示取不到有效值。
3493
3307
  :type Remark: str
3494
3308
  :param _Cpu: cpu规格
3495
- 注意:此字段可能返回 null,表示取不到有效值。
3496
3309
  :type Cpu: float
3497
3310
  :param _Mem: 内存规格
3498
- 注意:此字段可能返回 null,表示取不到有效值。
3499
3311
  :type Mem: float
3500
3312
  :param _MinNum: 最小副本数
3501
- 注意:此字段可能返回 null,表示取不到有效值。
3502
3313
  :type MinNum: int
3503
3314
  :param _MaxNum: 最大副本数
3504
- 注意:此字段可能返回 null,表示取不到有效值。
3505
3315
  :type MaxNum: int
3506
3316
  :param _ImageUrl: 镜像url
3507
- 注意:此字段可能返回 null,表示取不到有效值。
3508
3317
  :type ImageUrl: str
3509
3318
  :param _PolicyType: 扩容策略
3510
- 注意:此字段可能返回 null,表示取不到有效值。
3511
3319
  :type PolicyType: str
3512
3320
  :param _PolicyThreshold: 策略阈值
3513
- 注意:此字段可能返回 null,表示取不到有效值。
3514
3321
  :type PolicyThreshold: int
3515
3322
  :param _EnvParams: 环境参数
3516
- 注意:此字段可能返回 null,表示取不到有效值。
3517
3323
  :type EnvParams: str
3518
3324
  :param _ContainerPort: 容器端口
3519
- 注意:此字段可能返回 null,表示取不到有效值。
3520
3325
  :type ContainerPort: int
3521
3326
  :param _CreateTime: 创建时间
3522
- 注意:此字段可能返回 null,表示取不到有效值。
3523
3327
  :type CreateTime: str
3524
3328
  :param _UpdateTime: 更新时间
3525
- 注意:此字段可能返回 null,表示取不到有效值。
3526
3329
  :type UpdateTime: str
3527
3330
  :param _UploadType: 更新类型
3528
- 注意:此字段可能返回 null,表示取不到有效值。
3529
3331
  :type UploadType: str
3530
3332
  :param _DockerfilePath: dockerfile路径
3531
- 注意:此字段可能返回 null,表示取不到有效值。
3532
3333
  :type DockerfilePath: str
3533
3334
  :param _BuildDir: 构建路径
3534
- 注意:此字段可能返回 null,表示取不到有效值。
3535
3335
  :type BuildDir: str
3536
3336
  :param _RepoType: repo类型
3537
- 注意:此字段可能返回 null,表示取不到有效值。
3538
3337
  :type RepoType: str
3539
3338
  :param _Repo: 仓库
3540
- 注意:此字段可能返回 null,表示取不到有效值。
3541
3339
  :type Repo: str
3542
3340
  :param _Branch: 分支
3543
- 注意:此字段可能返回 null,表示取不到有效值。
3544
3341
  :type Branch: str
3545
3342
  :param _EnvId: 环境id
3546
- 注意:此字段可能返回 null,表示取不到有效值。
3547
3343
  :type EnvId: str
3548
3344
  :param _ServerName: 服务名
3549
- 注意:此字段可能返回 null,表示取不到有效值。
3550
3345
  :type ServerName: str
3551
3346
  :param _PackageName: package名字
3552
- 注意:此字段可能返回 null,表示取不到有效值。
3553
3347
  :type PackageName: str
3554
3348
  :param _PackageVersion: package版本
3555
- 注意:此字段可能返回 null,表示取不到有效值。
3556
3349
  :type PackageVersion: str
3557
3350
  :param _CustomLogs: 自定义log路径
3558
- 注意:此字段可能返回 null,表示取不到有效值。
3559
3351
  :type CustomLogs: str
3560
3352
  :param _InitialDelaySeconds: 延时健康检查时间
3561
- 注意:此字段可能返回 null,表示取不到有效值。
3562
3353
  :type InitialDelaySeconds: int
3563
3354
  :param _SnapshotName: snapshot名
3564
- 注意:此字段可能返回 null,表示取不到有效值。
3565
3355
  :type SnapshotName: str
3566
3356
  :param _ImageInfo: 镜像信息
3567
- 注意:此字段可能返回 null,表示取不到有效值。
3568
3357
  :type ImageInfo: :class:`tencentcloud.tcb.v20180608.models.CloudBaseRunImageInfo`
3569
3358
  :param _CodeDetail: 代码仓库信息
3570
- 注意:此字段可能返回 null,表示取不到有效值。
3571
3359
  :type CodeDetail: :class:`tencentcloud.tcb.v20180608.models.CloudBaseCodeRepoDetail`
3572
3360
  :param _Status: 状态
3573
- 注意:此字段可能返回 null,表示取不到有效值。
3574
3361
  :type Status: str
3575
3362
  """
3576
3363
  self._VersionName = None
@@ -3606,7 +3393,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
3606
3393
  @property
3607
3394
  def VersionName(self):
3608
3395
  """版本名
3609
- 注意:此字段可能返回 null,表示取不到有效值。
3610
3396
  :rtype: str
3611
3397
  """
3612
3398
  return self._VersionName
@@ -3618,7 +3404,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
3618
3404
  @property
3619
3405
  def Remark(self):
3620
3406
  """版本备注
3621
- 注意:此字段可能返回 null,表示取不到有效值。
3622
3407
  :rtype: str
3623
3408
  """
3624
3409
  return self._Remark
@@ -3630,7 +3415,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
3630
3415
  @property
3631
3416
  def Cpu(self):
3632
3417
  """cpu规格
3633
- 注意:此字段可能返回 null,表示取不到有效值。
3634
3418
  :rtype: float
3635
3419
  """
3636
3420
  return self._Cpu
@@ -3642,7 +3426,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
3642
3426
  @property
3643
3427
  def Mem(self):
3644
3428
  """内存规格
3645
- 注意:此字段可能返回 null,表示取不到有效值。
3646
3429
  :rtype: float
3647
3430
  """
3648
3431
  return self._Mem
@@ -3654,7 +3437,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
3654
3437
  @property
3655
3438
  def MinNum(self):
3656
3439
  """最小副本数
3657
- 注意:此字段可能返回 null,表示取不到有效值。
3658
3440
  :rtype: int
3659
3441
  """
3660
3442
  return self._MinNum
@@ -3666,7 +3448,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
3666
3448
  @property
3667
3449
  def MaxNum(self):
3668
3450
  """最大副本数
3669
- 注意:此字段可能返回 null,表示取不到有效值。
3670
3451
  :rtype: int
3671
3452
  """
3672
3453
  return self._MaxNum
@@ -3678,7 +3459,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
3678
3459
  @property
3679
3460
  def ImageUrl(self):
3680
3461
  """镜像url
3681
- 注意:此字段可能返回 null,表示取不到有效值。
3682
3462
  :rtype: str
3683
3463
  """
3684
3464
  return self._ImageUrl
@@ -3690,7 +3470,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
3690
3470
  @property
3691
3471
  def PolicyType(self):
3692
3472
  """扩容策略
3693
- 注意:此字段可能返回 null,表示取不到有效值。
3694
3473
  :rtype: str
3695
3474
  """
3696
3475
  return self._PolicyType
@@ -3702,7 +3481,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
3702
3481
  @property
3703
3482
  def PolicyThreshold(self):
3704
3483
  """策略阈值
3705
- 注意:此字段可能返回 null,表示取不到有效值。
3706
3484
  :rtype: int
3707
3485
  """
3708
3486
  return self._PolicyThreshold
@@ -3714,7 +3492,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
3714
3492
  @property
3715
3493
  def EnvParams(self):
3716
3494
  """环境参数
3717
- 注意:此字段可能返回 null,表示取不到有效值。
3718
3495
  :rtype: str
3719
3496
  """
3720
3497
  return self._EnvParams
@@ -3726,7 +3503,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
3726
3503
  @property
3727
3504
  def ContainerPort(self):
3728
3505
  """容器端口
3729
- 注意:此字段可能返回 null,表示取不到有效值。
3730
3506
  :rtype: int
3731
3507
  """
3732
3508
  return self._ContainerPort
@@ -3738,7 +3514,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
3738
3514
  @property
3739
3515
  def CreateTime(self):
3740
3516
  """创建时间
3741
- 注意:此字段可能返回 null,表示取不到有效值。
3742
3517
  :rtype: str
3743
3518
  """
3744
3519
  return self._CreateTime
@@ -3750,7 +3525,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
3750
3525
  @property
3751
3526
  def UpdateTime(self):
3752
3527
  """更新时间
3753
- 注意:此字段可能返回 null,表示取不到有效值。
3754
3528
  :rtype: str
3755
3529
  """
3756
3530
  return self._UpdateTime
@@ -3762,7 +3536,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
3762
3536
  @property
3763
3537
  def UploadType(self):
3764
3538
  """更新类型
3765
- 注意:此字段可能返回 null,表示取不到有效值。
3766
3539
  :rtype: str
3767
3540
  """
3768
3541
  return self._UploadType
@@ -3774,7 +3547,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
3774
3547
  @property
3775
3548
  def DockerfilePath(self):
3776
3549
  """dockerfile路径
3777
- 注意:此字段可能返回 null,表示取不到有效值。
3778
3550
  :rtype: str
3779
3551
  """
3780
3552
  return self._DockerfilePath
@@ -3786,7 +3558,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
3786
3558
  @property
3787
3559
  def BuildDir(self):
3788
3560
  """构建路径
3789
- 注意:此字段可能返回 null,表示取不到有效值。
3790
3561
  :rtype: str
3791
3562
  """
3792
3563
  return self._BuildDir
@@ -3798,7 +3569,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
3798
3569
  @property
3799
3570
  def RepoType(self):
3800
3571
  """repo类型
3801
- 注意:此字段可能返回 null,表示取不到有效值。
3802
3572
  :rtype: str
3803
3573
  """
3804
3574
  return self._RepoType
@@ -3810,7 +3580,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
3810
3580
  @property
3811
3581
  def Repo(self):
3812
3582
  """仓库
3813
- 注意:此字段可能返回 null,表示取不到有效值。
3814
3583
  :rtype: str
3815
3584
  """
3816
3585
  return self._Repo
@@ -3822,7 +3591,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
3822
3591
  @property
3823
3592
  def Branch(self):
3824
3593
  """分支
3825
- 注意:此字段可能返回 null,表示取不到有效值。
3826
3594
  :rtype: str
3827
3595
  """
3828
3596
  return self._Branch
@@ -3834,7 +3602,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
3834
3602
  @property
3835
3603
  def EnvId(self):
3836
3604
  """环境id
3837
- 注意:此字段可能返回 null,表示取不到有效值。
3838
3605
  :rtype: str
3839
3606
  """
3840
3607
  return self._EnvId
@@ -3846,7 +3613,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
3846
3613
  @property
3847
3614
  def ServerName(self):
3848
3615
  """服务名
3849
- 注意:此字段可能返回 null,表示取不到有效值。
3850
3616
  :rtype: str
3851
3617
  """
3852
3618
  return self._ServerName
@@ -3858,7 +3624,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
3858
3624
  @property
3859
3625
  def PackageName(self):
3860
3626
  """package名字
3861
- 注意:此字段可能返回 null,表示取不到有效值。
3862
3627
  :rtype: str
3863
3628
  """
3864
3629
  return self._PackageName
@@ -3870,7 +3635,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
3870
3635
  @property
3871
3636
  def PackageVersion(self):
3872
3637
  """package版本
3873
- 注意:此字段可能返回 null,表示取不到有效值。
3874
3638
  :rtype: str
3875
3639
  """
3876
3640
  return self._PackageVersion
@@ -3882,7 +3646,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
3882
3646
  @property
3883
3647
  def CustomLogs(self):
3884
3648
  """自定义log路径
3885
- 注意:此字段可能返回 null,表示取不到有效值。
3886
3649
  :rtype: str
3887
3650
  """
3888
3651
  return self._CustomLogs
@@ -3894,7 +3657,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
3894
3657
  @property
3895
3658
  def InitialDelaySeconds(self):
3896
3659
  """延时健康检查时间
3897
- 注意:此字段可能返回 null,表示取不到有效值。
3898
3660
  :rtype: int
3899
3661
  """
3900
3662
  return self._InitialDelaySeconds
@@ -3906,7 +3668,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
3906
3668
  @property
3907
3669
  def SnapshotName(self):
3908
3670
  """snapshot名
3909
- 注意:此字段可能返回 null,表示取不到有效值。
3910
3671
  :rtype: str
3911
3672
  """
3912
3673
  return self._SnapshotName
@@ -3918,7 +3679,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
3918
3679
  @property
3919
3680
  def ImageInfo(self):
3920
3681
  """镜像信息
3921
- 注意:此字段可能返回 null,表示取不到有效值。
3922
3682
  :rtype: :class:`tencentcloud.tcb.v20180608.models.CloudBaseRunImageInfo`
3923
3683
  """
3924
3684
  return self._ImageInfo
@@ -3930,7 +3690,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
3930
3690
  @property
3931
3691
  def CodeDetail(self):
3932
3692
  """代码仓库信息
3933
- 注意:此字段可能返回 null,表示取不到有效值。
3934
3693
  :rtype: :class:`tencentcloud.tcb.v20180608.models.CloudBaseCodeRepoDetail`
3935
3694
  """
3936
3695
  return self._CodeDetail
@@ -3942,7 +3701,6 @@ class CloudRunServiceSimpleVersionSnapshot(AbstractModel):
3942
3701
  @property
3943
3702
  def Status(self):
3944
3703
  """状态
3945
- 注意:此字段可能返回 null,表示取不到有效值。
3946
3704
  :rtype: str
3947
3705
  """
3948
3706
  return self._Status
@@ -4004,22 +3762,16 @@ class CloudRunServiceVolume(AbstractModel):
4004
3762
  def __init__(self):
4005
3763
  r"""
4006
3764
  :param _Name: 名称
4007
- 注意:此字段可能返回 null,表示取不到有效值。
4008
3765
  :type Name: str
4009
3766
  :param _NFS: NFS的挂载方式
4010
- 注意:此字段可能返回 null,表示取不到有效值。
4011
3767
  :type NFS: :class:`tencentcloud.tcb.v20180608.models.CloudBaseRunNfsVolumeSource`
4012
3768
  :param _SecretName: secret名称
4013
- 注意:此字段可能返回 null,表示取不到有效值。
4014
3769
  :type SecretName: str
4015
3770
  :param _EnableEmptyDirVolume: 是否开启临时目录逐步废弃,请使用 EmptyDir
4016
- 注意:此字段可能返回 null,表示取不到有效值。
4017
3771
  :type EnableEmptyDirVolume: bool
4018
3772
  :param _EmptyDir: emptydir数据卷详细信息
4019
- 注意:此字段可能返回 null,表示取不到有效值。
4020
3773
  :type EmptyDir: :class:`tencentcloud.tcb.v20180608.models.CloudBaseRunEmptyDirVolumeSource`
4021
3774
  :param _HostPath: 主机路径挂载信息
4022
- 注意:此字段可能返回 null,表示取不到有效值。
4023
3775
  :type HostPath: :class:`tencentcloud.tcb.v20180608.models.CloudBaseRunServiceVolumeHostPath`
4024
3776
  """
4025
3777
  self._Name = None
@@ -4032,7 +3784,6 @@ class CloudRunServiceVolume(AbstractModel):
4032
3784
  @property
4033
3785
  def Name(self):
4034
3786
  """名称
4035
- 注意:此字段可能返回 null,表示取不到有效值。
4036
3787
  :rtype: str
4037
3788
  """
4038
3789
  return self._Name
@@ -4044,7 +3795,6 @@ class CloudRunServiceVolume(AbstractModel):
4044
3795
  @property
4045
3796
  def NFS(self):
4046
3797
  """NFS的挂载方式
4047
- 注意:此字段可能返回 null,表示取不到有效值。
4048
3798
  :rtype: :class:`tencentcloud.tcb.v20180608.models.CloudBaseRunNfsVolumeSource`
4049
3799
  """
4050
3800
  return self._NFS
@@ -4056,7 +3806,6 @@ class CloudRunServiceVolume(AbstractModel):
4056
3806
  @property
4057
3807
  def SecretName(self):
4058
3808
  """secret名称
4059
- 注意:此字段可能返回 null,表示取不到有效值。
4060
3809
  :rtype: str
4061
3810
  """
4062
3811
  return self._SecretName
@@ -4068,7 +3817,6 @@ class CloudRunServiceVolume(AbstractModel):
4068
3817
  @property
4069
3818
  def EnableEmptyDirVolume(self):
4070
3819
  """是否开启临时目录逐步废弃,请使用 EmptyDir
4071
- 注意:此字段可能返回 null,表示取不到有效值。
4072
3820
  :rtype: bool
4073
3821
  """
4074
3822
  return self._EnableEmptyDirVolume
@@ -4080,7 +3828,6 @@ class CloudRunServiceVolume(AbstractModel):
4080
3828
  @property
4081
3829
  def EmptyDir(self):
4082
3830
  """emptydir数据卷详细信息
4083
- 注意:此字段可能返回 null,表示取不到有效值。
4084
3831
  :rtype: :class:`tencentcloud.tcb.v20180608.models.CloudBaseRunEmptyDirVolumeSource`
4085
3832
  """
4086
3833
  return self._EmptyDir
@@ -4092,7 +3839,6 @@ class CloudRunServiceVolume(AbstractModel):
4092
3839
  @property
4093
3840
  def HostPath(self):
4094
3841
  """主机路径挂载信息
4095
- 注意:此字段可能返回 null,表示取不到有效值。
4096
3842
  :rtype: :class:`tencentcloud.tcb.v20180608.models.CloudBaseRunServiceVolumeHostPath`
4097
3843
  """
4098
3844
  return self._HostPath
@@ -4905,7 +4651,6 @@ class CreateCloudBaseRunResourceResponse(AbstractModel):
4905
4651
  def __init__(self):
4906
4652
  r"""
4907
4653
  :param _Result: 返回集群创建是否成功 succ为成功。并且中间无err
4908
- 注意:此字段可能返回 null,表示取不到有效值。
4909
4654
  :type Result: str
4910
4655
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4911
4656
  :type RequestId: str
@@ -4916,7 +4661,6 @@ class CreateCloudBaseRunResourceResponse(AbstractModel):
4916
4661
  @property
4917
4662
  def Result(self):
4918
4663
  """返回集群创建是否成功 succ为成功。并且中间无err
4919
- 注意:此字段可能返回 null,表示取不到有效值。
4920
4664
  :rtype: str
4921
4665
  """
4922
4666
  return self._Result
@@ -5666,13 +5410,10 @@ class CreateCloudBaseRunServerVersionResponse(AbstractModel):
5666
5410
  def __init__(self):
5667
5411
  r"""
5668
5412
  :param _Result: 状态(creating/succ)
5669
- 注意:此字段可能返回 null,表示取不到有效值。
5670
5413
  :type Result: str
5671
5414
  :param _VersionName: 版本名称(只有Result为succ的时候,才会返回VersionName)
5672
- 注意:此字段可能返回 null,表示取不到有效值。
5673
5415
  :type VersionName: str
5674
5416
  :param _RunId: 操作记录id
5675
- 注意:此字段可能返回 null,表示取不到有效值。
5676
5417
  :type RunId: str
5677
5418
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5678
5419
  :type RequestId: str
@@ -5685,7 +5426,6 @@ class CreateCloudBaseRunServerVersionResponse(AbstractModel):
5685
5426
  @property
5686
5427
  def Result(self):
5687
5428
  """状态(creating/succ)
5688
- 注意:此字段可能返回 null,表示取不到有效值。
5689
5429
  :rtype: str
5690
5430
  """
5691
5431
  return self._Result
@@ -5697,7 +5437,6 @@ class CreateCloudBaseRunServerVersionResponse(AbstractModel):
5697
5437
  @property
5698
5438
  def VersionName(self):
5699
5439
  """版本名称(只有Result为succ的时候,才会返回VersionName)
5700
- 注意:此字段可能返回 null,表示取不到有效值。
5701
5440
  :rtype: str
5702
5441
  """
5703
5442
  return self._VersionName
@@ -5709,7 +5448,6 @@ class CreateCloudBaseRunServerVersionResponse(AbstractModel):
5709
5448
  @property
5710
5449
  def RunId(self):
5711
5450
  """操作记录id
5712
- 注意:此字段可能返回 null,表示取不到有效值。
5713
5451
  :rtype: str
5714
5452
  """
5715
5453
  return self._RunId
@@ -7226,7 +6964,6 @@ class DeleteCloudBaseRunServerVersionResponse(AbstractModel):
7226
6964
  def __init__(self):
7227
6965
  r"""
7228
6966
  :param _Result: 返回结果,succ为成功
7229
- 注意:此字段可能返回 null,表示取不到有效值。
7230
6967
  :type Result: str
7231
6968
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7232
6969
  :type RequestId: str
@@ -7237,7 +6974,6 @@ class DeleteCloudBaseRunServerVersionResponse(AbstractModel):
7237
6974
  @property
7238
6975
  def Result(self):
7239
6976
  """返回结果,succ为成功
7240
- 注意:此字段可能返回 null,表示取不到有效值。
7241
6977
  :rtype: str
7242
6978
  """
7243
6979
  return self._Result
@@ -7590,90 +7326,6 @@ class DeleteWxGatewayRouteResponse(AbstractModel):
7590
7326
  self._RequestId = params.get("RequestId")
7591
7327
 
7592
7328
 
7593
- class DescribeActivityInfoRequest(AbstractModel):
7594
- """DescribeActivityInfo请求参数结构体
7595
-
7596
- """
7597
-
7598
- def __init__(self):
7599
- r"""
7600
- :param _ActivityIdList: 活动id列表
7601
- :type ActivityIdList: list of int
7602
- """
7603
- self._ActivityIdList = None
7604
-
7605
- @property
7606
- def ActivityIdList(self):
7607
- """活动id列表
7608
- :rtype: list of int
7609
- """
7610
- return self._ActivityIdList
7611
-
7612
- @ActivityIdList.setter
7613
- def ActivityIdList(self, ActivityIdList):
7614
- self._ActivityIdList = ActivityIdList
7615
-
7616
-
7617
- def _deserialize(self, params):
7618
- self._ActivityIdList = params.get("ActivityIdList")
7619
- memeber_set = set(params.keys())
7620
- for name, value in vars(self).items():
7621
- property_name = name[1:]
7622
- if property_name in memeber_set:
7623
- memeber_set.remove(property_name)
7624
- if len(memeber_set) > 0:
7625
- warnings.warn("%s fileds are useless." % ",".join(memeber_set))
7626
-
7627
-
7628
-
7629
- class DescribeActivityInfoResponse(AbstractModel):
7630
- """DescribeActivityInfo返回参数结构体
7631
-
7632
- """
7633
-
7634
- def __init__(self):
7635
- r"""
7636
- :param _ActivityInfoList: 活动详情
7637
- :type ActivityInfoList: list of ActivityInfoItem
7638
- :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7639
- :type RequestId: str
7640
- """
7641
- self._ActivityInfoList = None
7642
- self._RequestId = None
7643
-
7644
- @property
7645
- def ActivityInfoList(self):
7646
- """活动详情
7647
- :rtype: list of ActivityInfoItem
7648
- """
7649
- return self._ActivityInfoList
7650
-
7651
- @ActivityInfoList.setter
7652
- def ActivityInfoList(self, ActivityInfoList):
7653
- self._ActivityInfoList = ActivityInfoList
7654
-
7655
- @property
7656
- def RequestId(self):
7657
- """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7658
- :rtype: str
7659
- """
7660
- return self._RequestId
7661
-
7662
- @RequestId.setter
7663
- def RequestId(self, RequestId):
7664
- self._RequestId = RequestId
7665
-
7666
-
7667
- def _deserialize(self, params):
7668
- if params.get("ActivityInfoList") is not None:
7669
- self._ActivityInfoList = []
7670
- for item in params.get("ActivityInfoList"):
7671
- obj = ActivityInfoItem()
7672
- obj._deserialize(item)
7673
- self._ActivityInfoList.append(obj)
7674
- self._RequestId = params.get("RequestId")
7675
-
7676
-
7677
7329
  class DescribeActivityRecordRequest(AbstractModel):
7678
7330
  """DescribeActivityRecord请求参数结构体
7679
7331
 
@@ -8278,13 +7930,10 @@ class DescribeCbrServerVersionResponse(AbstractModel):
8278
7930
  :param _VersionName: 版本名称
8279
7931
  :type VersionName: str
8280
7932
  :param _Remark: 备注
8281
- 注意:此字段可能返回 null,表示取不到有效值。
8282
7933
  :type Remark: str
8283
7934
  :param _DockerfilePath: Dockefile的路径
8284
- 注意:此字段可能返回 null,表示取不到有效值。
8285
7935
  :type DockerfilePath: str
8286
7936
  :param _BuildDir: DockerBuild的目录
8287
- 注意:此字段可能返回 null,表示取不到有效值。
8288
7937
  :type BuildDir: str
8289
7938
  :param _Cpu: Cpu大小
8290
7939
  :type Cpu: float
@@ -8295,71 +7944,50 @@ class DescribeCbrServerVersionResponse(AbstractModel):
8295
7944
  :param _MaxNum: 副本最大值
8296
7945
  :type MaxNum: int
8297
7946
  :param _EnvParams: 环境变量
8298
- 注意:此字段可能返回 null,表示取不到有效值。
8299
7947
  :type EnvParams: str
8300
7948
  :param _CreatedTime: 创建时间
8301
7949
  :type CreatedTime: str
8302
7950
  :param _UpdatedTime: 更新时间
8303
7951
  :type UpdatedTime: str
8304
7952
  :param _VersionIP: 版本的IP
8305
- 注意:此字段可能返回 null,表示取不到有效值。
8306
7953
  :type VersionIP: str
8307
7954
  :param _VersionPort: 版本的端口号
8308
- 注意:此字段可能返回 null,表示取不到有效值。
8309
7955
  :type VersionPort: int
8310
7956
  :param _Status: 版本状态
8311
- 注意:此字段可能返回 null,表示取不到有效值。
8312
7957
  :type Status: str
8313
7958
  :param _UploadType: 枚举(package/repository/image)
8314
- 注意:此字段可能返回 null,表示取不到有效值。
8315
7959
  :type UploadType: str
8316
7960
  :param _ServerName: 服务名字
8317
- 注意:此字段可能返回 null,表示取不到有效值。
8318
7961
  :type ServerName: str
8319
7962
  :param _IsPublic: 是否对于外网开放
8320
- 注意:此字段可能返回 null,表示取不到有效值。
8321
7963
  :type IsPublic: bool
8322
7964
  :param _VpcId: vpc id
8323
- 注意:此字段可能返回 null,表示取不到有效值。
8324
7965
  :type VpcId: str
8325
7966
  :param _SubnetIds: 子网实例id
8326
- 注意:此字段可能返回 null,表示取不到有效值。
8327
7967
  :type SubnetIds: list of str
8328
7968
  :param _CustomLogs: 日志采集路径
8329
- 注意:此字段可能返回 null,表示取不到有效值。
8330
7969
  :type CustomLogs: str
8331
7970
  :param _ContainerPort: 监听端口
8332
- 注意:此字段可能返回 null,表示取不到有效值。
8333
7971
  :type ContainerPort: int
8334
7972
  :param _InitialDelaySeconds: 延迟多长时间开始健康检查(单位s)
8335
- 注意:此字段可能返回 null,表示取不到有效值。
8336
7973
  :type InitialDelaySeconds: int
8337
7974
  :param _ImageUrl: 镜像地址
8338
- 注意:此字段可能返回 null,表示取不到有效值。
8339
7975
  :type ImageUrl: str
8340
7976
  :param _HasDockerfile: 是否有Dockerfile:0-default has, 1-has, 2-has not
8341
- 注意:此字段可能返回 null,表示取不到有效值。
8342
7977
  :type HasDockerfile: int
8343
7978
  :param _BaseImage: 基础镜像
8344
- 注意:此字段可能返回 null,表示取不到有效值。
8345
7979
  :type BaseImage: str
8346
7980
  :param _EntryPoint: 容器启动入口命令
8347
- 注意:此字段可能返回 null,表示取不到有效值。
8348
7981
  :type EntryPoint: str
8349
7982
  :param _PolicyDetail: 自动扩缩容策略组
8350
- 注意:此字段可能返回 null,表示取不到有效值。
8351
7983
  :type PolicyDetail: list of HpaPolicy
8352
7984
  :param _TkeClusterInfo: Tke集群信息
8353
- 注意:此字段可能返回 null,表示取不到有效值。
8354
7985
  :type TkeClusterInfo: :class:`tencentcloud.tcb.v20180608.models.TkeClusterInfo`
8355
7986
  :param _TkeWorkloadType: 版本工作负载类型;deployment/deamonset
8356
- 注意:此字段可能返回 null,表示取不到有效值。
8357
7987
  :type TkeWorkloadType: str
8358
7988
  :param _PackageInfo: 代码包信息
8359
- 注意:此字段可能返回 null,表示取不到有效值。
8360
7989
  :type PackageInfo: :class:`tencentcloud.tcb.v20180608.models.CbrPackageInfo`
8361
7990
  :param _RepoInfo: 仓库信息
8362
- 注意:此字段可能返回 null,表示取不到有效值。
8363
7991
  :type RepoInfo: :class:`tencentcloud.tcb.v20180608.models.CbrRepoInfo`
8364
7992
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8365
7993
  :type RequestId: str
@@ -8411,7 +8039,6 @@ class DescribeCbrServerVersionResponse(AbstractModel):
8411
8039
  @property
8412
8040
  def Remark(self):
8413
8041
  """备注
8414
- 注意:此字段可能返回 null,表示取不到有效值。
8415
8042
  :rtype: str
8416
8043
  """
8417
8044
  return self._Remark
@@ -8423,7 +8050,6 @@ class DescribeCbrServerVersionResponse(AbstractModel):
8423
8050
  @property
8424
8051
  def DockerfilePath(self):
8425
8052
  """Dockefile的路径
8426
- 注意:此字段可能返回 null,表示取不到有效值。
8427
8053
  :rtype: str
8428
8054
  """
8429
8055
  return self._DockerfilePath
@@ -8435,7 +8061,6 @@ class DescribeCbrServerVersionResponse(AbstractModel):
8435
8061
  @property
8436
8062
  def BuildDir(self):
8437
8063
  """DockerBuild的目录
8438
- 注意:此字段可能返回 null,表示取不到有效值。
8439
8064
  :rtype: str
8440
8065
  """
8441
8066
  return self._BuildDir
@@ -8491,7 +8116,6 @@ class DescribeCbrServerVersionResponse(AbstractModel):
8491
8116
  @property
8492
8117
  def EnvParams(self):
8493
8118
  """环境变量
8494
- 注意:此字段可能返回 null,表示取不到有效值。
8495
8119
  :rtype: str
8496
8120
  """
8497
8121
  return self._EnvParams
@@ -8525,7 +8149,6 @@ class DescribeCbrServerVersionResponse(AbstractModel):
8525
8149
  @property
8526
8150
  def VersionIP(self):
8527
8151
  """版本的IP
8528
- 注意:此字段可能返回 null,表示取不到有效值。
8529
8152
  :rtype: str
8530
8153
  """
8531
8154
  return self._VersionIP
@@ -8537,7 +8160,6 @@ class DescribeCbrServerVersionResponse(AbstractModel):
8537
8160
  @property
8538
8161
  def VersionPort(self):
8539
8162
  """版本的端口号
8540
- 注意:此字段可能返回 null,表示取不到有效值。
8541
8163
  :rtype: int
8542
8164
  """
8543
8165
  return self._VersionPort
@@ -8549,7 +8171,6 @@ class DescribeCbrServerVersionResponse(AbstractModel):
8549
8171
  @property
8550
8172
  def Status(self):
8551
8173
  """版本状态
8552
- 注意:此字段可能返回 null,表示取不到有效值。
8553
8174
  :rtype: str
8554
8175
  """
8555
8176
  return self._Status
@@ -8561,7 +8182,6 @@ class DescribeCbrServerVersionResponse(AbstractModel):
8561
8182
  @property
8562
8183
  def UploadType(self):
8563
8184
  """枚举(package/repository/image)
8564
- 注意:此字段可能返回 null,表示取不到有效值。
8565
8185
  :rtype: str
8566
8186
  """
8567
8187
  return self._UploadType
@@ -8573,7 +8193,6 @@ class DescribeCbrServerVersionResponse(AbstractModel):
8573
8193
  @property
8574
8194
  def ServerName(self):
8575
8195
  """服务名字
8576
- 注意:此字段可能返回 null,表示取不到有效值。
8577
8196
  :rtype: str
8578
8197
  """
8579
8198
  return self._ServerName
@@ -8585,7 +8204,6 @@ class DescribeCbrServerVersionResponse(AbstractModel):
8585
8204
  @property
8586
8205
  def IsPublic(self):
8587
8206
  """是否对于外网开放
8588
- 注意:此字段可能返回 null,表示取不到有效值。
8589
8207
  :rtype: bool
8590
8208
  """
8591
8209
  return self._IsPublic
@@ -8597,7 +8215,6 @@ class DescribeCbrServerVersionResponse(AbstractModel):
8597
8215
  @property
8598
8216
  def VpcId(self):
8599
8217
  """vpc id
8600
- 注意:此字段可能返回 null,表示取不到有效值。
8601
8218
  :rtype: str
8602
8219
  """
8603
8220
  return self._VpcId
@@ -8609,7 +8226,6 @@ class DescribeCbrServerVersionResponse(AbstractModel):
8609
8226
  @property
8610
8227
  def SubnetIds(self):
8611
8228
  """子网实例id
8612
- 注意:此字段可能返回 null,表示取不到有效值。
8613
8229
  :rtype: list of str
8614
8230
  """
8615
8231
  return self._SubnetIds
@@ -8621,7 +8237,6 @@ class DescribeCbrServerVersionResponse(AbstractModel):
8621
8237
  @property
8622
8238
  def CustomLogs(self):
8623
8239
  """日志采集路径
8624
- 注意:此字段可能返回 null,表示取不到有效值。
8625
8240
  :rtype: str
8626
8241
  """
8627
8242
  return self._CustomLogs
@@ -8633,7 +8248,6 @@ class DescribeCbrServerVersionResponse(AbstractModel):
8633
8248
  @property
8634
8249
  def ContainerPort(self):
8635
8250
  """监听端口
8636
- 注意:此字段可能返回 null,表示取不到有效值。
8637
8251
  :rtype: int
8638
8252
  """
8639
8253
  return self._ContainerPort
@@ -8645,7 +8259,6 @@ class DescribeCbrServerVersionResponse(AbstractModel):
8645
8259
  @property
8646
8260
  def InitialDelaySeconds(self):
8647
8261
  """延迟多长时间开始健康检查(单位s)
8648
- 注意:此字段可能返回 null,表示取不到有效值。
8649
8262
  :rtype: int
8650
8263
  """
8651
8264
  return self._InitialDelaySeconds
@@ -8657,7 +8270,6 @@ class DescribeCbrServerVersionResponse(AbstractModel):
8657
8270
  @property
8658
8271
  def ImageUrl(self):
8659
8272
  """镜像地址
8660
- 注意:此字段可能返回 null,表示取不到有效值。
8661
8273
  :rtype: str
8662
8274
  """
8663
8275
  return self._ImageUrl
@@ -8669,7 +8281,6 @@ class DescribeCbrServerVersionResponse(AbstractModel):
8669
8281
  @property
8670
8282
  def HasDockerfile(self):
8671
8283
  """是否有Dockerfile:0-default has, 1-has, 2-has not
8672
- 注意:此字段可能返回 null,表示取不到有效值。
8673
8284
  :rtype: int
8674
8285
  """
8675
8286
  return self._HasDockerfile
@@ -8681,7 +8292,6 @@ class DescribeCbrServerVersionResponse(AbstractModel):
8681
8292
  @property
8682
8293
  def BaseImage(self):
8683
8294
  """基础镜像
8684
- 注意:此字段可能返回 null,表示取不到有效值。
8685
8295
  :rtype: str
8686
8296
  """
8687
8297
  return self._BaseImage
@@ -8693,7 +8303,6 @@ class DescribeCbrServerVersionResponse(AbstractModel):
8693
8303
  @property
8694
8304
  def EntryPoint(self):
8695
8305
  """容器启动入口命令
8696
- 注意:此字段可能返回 null,表示取不到有效值。
8697
8306
  :rtype: str
8698
8307
  """
8699
8308
  return self._EntryPoint
@@ -8705,7 +8314,6 @@ class DescribeCbrServerVersionResponse(AbstractModel):
8705
8314
  @property
8706
8315
  def PolicyDetail(self):
8707
8316
  """自动扩缩容策略组
8708
- 注意:此字段可能返回 null,表示取不到有效值。
8709
8317
  :rtype: list of HpaPolicy
8710
8318
  """
8711
8319
  return self._PolicyDetail
@@ -8717,7 +8325,6 @@ class DescribeCbrServerVersionResponse(AbstractModel):
8717
8325
  @property
8718
8326
  def TkeClusterInfo(self):
8719
8327
  """Tke集群信息
8720
- 注意:此字段可能返回 null,表示取不到有效值。
8721
8328
  :rtype: :class:`tencentcloud.tcb.v20180608.models.TkeClusterInfo`
8722
8329
  """
8723
8330
  return self._TkeClusterInfo
@@ -8729,7 +8336,6 @@ class DescribeCbrServerVersionResponse(AbstractModel):
8729
8336
  @property
8730
8337
  def TkeWorkloadType(self):
8731
8338
  """版本工作负载类型;deployment/deamonset
8732
- 注意:此字段可能返回 null,表示取不到有效值。
8733
8339
  :rtype: str
8734
8340
  """
8735
8341
  return self._TkeWorkloadType
@@ -8741,7 +8347,6 @@ class DescribeCbrServerVersionResponse(AbstractModel):
8741
8347
  @property
8742
8348
  def PackageInfo(self):
8743
8349
  """代码包信息
8744
- 注意:此字段可能返回 null,表示取不到有效值。
8745
8350
  :rtype: :class:`tencentcloud.tcb.v20180608.models.CbrPackageInfo`
8746
8351
  """
8747
8352
  return self._PackageInfo
@@ -8753,7 +8358,6 @@ class DescribeCbrServerVersionResponse(AbstractModel):
8753
8358
  @property
8754
8359
  def RepoInfo(self):
8755
8360
  """仓库信息
8756
- 注意:此字段可能返回 null,表示取不到有效值。
8757
8361
  :rtype: :class:`tencentcloud.tcb.v20180608.models.CbrRepoInfo`
8758
8362
  """
8759
8363
  return self._RepoInfo
@@ -8932,13 +8536,10 @@ class DescribeCloudBaseBuildServiceResponse(AbstractModel):
8932
8536
  :param _PackageVersion: 包版本
8933
8537
  :type PackageVersion: str
8934
8538
  :param _DownloadUrl: 下载链接
8935
- 注意:此字段可能返回 null,表示取不到有效值。
8936
8539
  :type DownloadUrl: str
8937
8540
  :param _DownloadHeaders: 下载Httpheader
8938
- 注意:此字段可能返回 null,表示取不到有效值。
8939
8541
  :type DownloadHeaders: list of KVPair
8940
8542
  :param _OutDate: 下载链接是否过期
8941
- 注意:此字段可能返回 null,表示取不到有效值。
8942
8543
  :type OutDate: bool
8943
8544
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8944
8545
  :type RequestId: str
@@ -8999,7 +8600,6 @@ class DescribeCloudBaseBuildServiceResponse(AbstractModel):
8999
8600
  @property
9000
8601
  def DownloadUrl(self):
9001
8602
  """下载链接
9002
- 注意:此字段可能返回 null,表示取不到有效值。
9003
8603
  :rtype: str
9004
8604
  """
9005
8605
  return self._DownloadUrl
@@ -9011,7 +8611,6 @@ class DescribeCloudBaseBuildServiceResponse(AbstractModel):
9011
8611
  @property
9012
8612
  def DownloadHeaders(self):
9013
8613
  """下载Httpheader
9014
- 注意:此字段可能返回 null,表示取不到有效值。
9015
8614
  :rtype: list of KVPair
9016
8615
  """
9017
8616
  return self._DownloadHeaders
@@ -9023,7 +8622,6 @@ class DescribeCloudBaseBuildServiceResponse(AbstractModel):
9023
8622
  @property
9024
8623
  def OutDate(self):
9025
8624
  """下载链接是否过期
9026
- 注意:此字段可能返回 null,表示取不到有效值。
9027
8625
  :rtype: bool
9028
8626
  """
9029
8627
  return self._OutDate
@@ -9472,7 +9070,6 @@ class DescribeCloudBaseRunAllVpcsResponse(AbstractModel):
9472
9070
  def __init__(self):
9473
9071
  r"""
9474
9072
  :param _Vpcs: 所有vpcid
9475
- 注意:此字段可能返回 null,表示取不到有效值。
9476
9073
  :type Vpcs: list of str
9477
9074
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9478
9075
  :type RequestId: str
@@ -9483,7 +9080,6 @@ class DescribeCloudBaseRunAllVpcsResponse(AbstractModel):
9483
9080
  @property
9484
9081
  def Vpcs(self):
9485
9082
  """所有vpcid
9486
- 注意:此字段可能返回 null,表示取不到有效值。
9487
9083
  :rtype: list of str
9488
9084
  """
9489
9085
  return self._Vpcs
@@ -9568,7 +9164,6 @@ class DescribeCloudBaseRunConfForGateWayResponse(AbstractModel):
9568
9164
  def __init__(self):
9569
9165
  r"""
9570
9166
  :param _LastUpTime: 最近更新时间
9571
- 注意:此字段可能返回 null,表示取不到有效值。
9572
9167
  :type LastUpTime: str
9573
9168
  :param _Data: 配置信息
9574
9169
  注意:此字段可能返回 null,表示取不到有效值。
@@ -9583,7 +9178,6 @@ class DescribeCloudBaseRunConfForGateWayResponse(AbstractModel):
9583
9178
  @property
9584
9179
  def LastUpTime(self):
9585
9180
  """最近更新时间
9586
- 注意:此字段可能返回 null,表示取不到有效值。
9587
9181
  :rtype: str
9588
9182
  """
9589
9183
  return self._LastUpTime
@@ -9949,10 +9543,8 @@ class DescribeCloudBaseRunOperationTypesResponse(AbstractModel):
9949
9543
  def __init__(self):
9950
9544
  r"""
9951
9545
  :param _Action: 操作类型
9952
- 注意:此字段可能返回 null,表示取不到有效值。
9953
9546
  :type Action: list of str
9954
9547
  :param _ServerName: 服务名列表
9955
- 注意:此字段可能返回 null,表示取不到有效值。
9956
9548
  :type ServerName: list of str
9957
9549
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9958
9550
  :type RequestId: str
@@ -9964,7 +9556,6 @@ class DescribeCloudBaseRunOperationTypesResponse(AbstractModel):
9964
9556
  @property
9965
9557
  def Action(self):
9966
9558
  """操作类型
9967
- 注意:此字段可能返回 null,表示取不到有效值。
9968
9559
  :rtype: list of str
9969
9560
  """
9970
9561
  return self._Action
@@ -9976,7 +9567,6 @@ class DescribeCloudBaseRunOperationTypesResponse(AbstractModel):
9976
9567
  @property
9977
9568
  def ServerName(self):
9978
9569
  """服务名列表
9979
- 注意:此字段可能返回 null,表示取不到有效值。
9980
9570
  :rtype: list of str
9981
9571
  """
9982
9572
  return self._ServerName
@@ -10143,7 +9733,6 @@ class DescribeCloudBaseRunPodListResponse(AbstractModel):
10143
9733
  :param _TotalCount: 总数
10144
9734
  :type TotalCount: int
10145
9735
  :param _PodList: 容器列表
10146
- 注意:此字段可能返回 null,表示取不到有效值。
10147
9736
  :type PodList: list of CloudBaseRunVersionPod
10148
9737
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10149
9738
  :type RequestId: str
@@ -10190,7 +9779,6 @@ class DescribeCloudBaseRunPodListResponse(AbstractModel):
10190
9779
  @property
10191
9780
  def PodList(self):
10192
9781
  """容器列表
10193
- 注意:此字段可能返回 null,表示取不到有效值。
10194
9782
  :rtype: list of CloudBaseRunVersionPod
10195
9783
  """
10196
9784
  return self._PodList
@@ -10268,19 +9856,14 @@ class DescribeCloudBaseRunResourceForExtendResponse(AbstractModel):
10268
9856
  def __init__(self):
10269
9857
  r"""
10270
9858
  :param _ClusterStatus: 集群状态(creating/succ)
10271
- 注意:此字段可能返回 null,表示取不到有效值。
10272
9859
  :type ClusterStatus: str
10273
9860
  :param _VirtualClusterId: 虚拟集群ID
10274
- 注意:此字段可能返回 null,表示取不到有效值。
10275
9861
  :type VirtualClusterId: str
10276
9862
  :param _VpcId: vpc id信息
10277
- 注意:此字段可能返回 null,表示取不到有效值。
10278
9863
  :type VpcId: str
10279
9864
  :param _Region: 地域信息
10280
- 注意:此字段可能返回 null,表示取不到有效值。
10281
9865
  :type Region: str
10282
9866
  :param _SubnetIds: 子网信息
10283
- 注意:此字段可能返回 null,表示取不到有效值。
10284
9867
  :type SubnetIds: list of CloudBaseRunVpcSubnet
10285
9868
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10286
9869
  :type RequestId: str
@@ -10295,7 +9878,6 @@ class DescribeCloudBaseRunResourceForExtendResponse(AbstractModel):
10295
9878
  @property
10296
9879
  def ClusterStatus(self):
10297
9880
  """集群状态(creating/succ)
10298
- 注意:此字段可能返回 null,表示取不到有效值。
10299
9881
  :rtype: str
10300
9882
  """
10301
9883
  return self._ClusterStatus
@@ -10307,7 +9889,6 @@ class DescribeCloudBaseRunResourceForExtendResponse(AbstractModel):
10307
9889
  @property
10308
9890
  def VirtualClusterId(self):
10309
9891
  """虚拟集群ID
10310
- 注意:此字段可能返回 null,表示取不到有效值。
10311
9892
  :rtype: str
10312
9893
  """
10313
9894
  return self._VirtualClusterId
@@ -10319,7 +9900,6 @@ class DescribeCloudBaseRunResourceForExtendResponse(AbstractModel):
10319
9900
  @property
10320
9901
  def VpcId(self):
10321
9902
  """vpc id信息
10322
- 注意:此字段可能返回 null,表示取不到有效值。
10323
9903
  :rtype: str
10324
9904
  """
10325
9905
  return self._VpcId
@@ -10331,7 +9911,6 @@ class DescribeCloudBaseRunResourceForExtendResponse(AbstractModel):
10331
9911
  @property
10332
9912
  def Region(self):
10333
9913
  """地域信息
10334
- 注意:此字段可能返回 null,表示取不到有效值。
10335
9914
  :rtype: str
10336
9915
  """
10337
9916
  return self._Region
@@ -10343,7 +9922,6 @@ class DescribeCloudBaseRunResourceForExtendResponse(AbstractModel):
10343
9922
  @property
10344
9923
  def SubnetIds(self):
10345
9924
  """子网信息
10346
- 注意:此字段可能返回 null,表示取不到有效值。
10347
9925
  :rtype: list of CloudBaseRunVpcSubnet
10348
9926
  """
10349
9927
  return self._SubnetIds
@@ -10422,16 +10000,12 @@ class DescribeCloudBaseRunResourceResponse(AbstractModel):
10422
10000
  def __init__(self):
10423
10001
  r"""
10424
10002
  :param _ClusterStatus: 集群状态(creating/succ)
10425
- 注意:此字段可能返回 null,表示取不到有效值。
10426
10003
  :type ClusterStatus: str
10427
10004
  :param _VirtualClusterId: 虚拟集群ID
10428
- 注意:此字段可能返回 null,表示取不到有效值。
10429
10005
  :type VirtualClusterId: str
10430
10006
  :param _VpcId: vpc id信息
10431
- 注意:此字段可能返回 null,表示取不到有效值。
10432
10007
  :type VpcId: str
10433
10008
  :param _Region: 地域信息
10434
- 注意:此字段可能返回 null,表示取不到有效值。
10435
10009
  :type Region: str
10436
10010
  :param _SubnetIds: 子网信息
10437
10011
  注意:此字段可能返回 null,表示取不到有效值。
@@ -10449,7 +10023,6 @@ class DescribeCloudBaseRunResourceResponse(AbstractModel):
10449
10023
  @property
10450
10024
  def ClusterStatus(self):
10451
10025
  """集群状态(creating/succ)
10452
- 注意:此字段可能返回 null,表示取不到有效值。
10453
10026
  :rtype: str
10454
10027
  """
10455
10028
  return self._ClusterStatus
@@ -10461,7 +10034,6 @@ class DescribeCloudBaseRunResourceResponse(AbstractModel):
10461
10034
  @property
10462
10035
  def VirtualClusterId(self):
10463
10036
  """虚拟集群ID
10464
- 注意:此字段可能返回 null,表示取不到有效值。
10465
10037
  :rtype: str
10466
10038
  """
10467
10039
  return self._VirtualClusterId
@@ -10473,7 +10045,6 @@ class DescribeCloudBaseRunResourceResponse(AbstractModel):
10473
10045
  @property
10474
10046
  def VpcId(self):
10475
10047
  """vpc id信息
10476
- 注意:此字段可能返回 null,表示取不到有效值。
10477
10048
  :rtype: str
10478
10049
  """
10479
10050
  return self._VpcId
@@ -10485,7 +10056,6 @@ class DescribeCloudBaseRunResourceResponse(AbstractModel):
10485
10056
  @property
10486
10057
  def Region(self):
10487
10058
  """地域信息
10488
- 注意:此字段可能返回 null,表示取不到有效值。
10489
10059
  :rtype: str
10490
10060
  """
10491
10061
  return self._Region
@@ -10790,28 +10360,20 @@ class DescribeCloudBaseRunServerResponse(AbstractModel):
10790
10360
  def __init__(self):
10791
10361
  r"""
10792
10362
  :param _TotalCount: 个数
10793
- 注意:此字段可能返回 null,表示取不到有效值。
10794
10363
  :type TotalCount: int
10795
10364
  :param _VersionItems: 版本列表
10796
- 注意:此字段可能返回 null,表示取不到有效值。
10797
10365
  :type VersionItems: list of CloudBaseRunServerVersionItem
10798
10366
  :param _ServerName: 服务名称
10799
- 注意:此字段可能返回 null,表示取不到有效值。
10800
10367
  :type ServerName: str
10801
10368
  :param _IsPublic: 是否对于外网开放
10802
- 注意:此字段可能返回 null,表示取不到有效值。
10803
10369
  :type IsPublic: bool
10804
10370
  :param _ImageRepo: 镜像仓库
10805
- 注意:此字段可能返回 null,表示取不到有效值。
10806
10371
  :type ImageRepo: str
10807
10372
  :param _TrafficType: 流量配置的类型(FLOW,URL_PARAMS)
10808
- 注意:此字段可能返回 null,表示取不到有效值。
10809
10373
  :type TrafficType: str
10810
10374
  :param _SourceType: 服务创建类型,默认为空,一键部署为oneclick
10811
- 注意:此字段可能返回 null,表示取不到有效值。
10812
10375
  :type SourceType: str
10813
10376
  :param _Tag: 服务标签, function: 托管函数
10814
- 注意:此字段可能返回 null,表示取不到有效值。
10815
10377
  :type Tag: str
10816
10378
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10817
10379
  :type RequestId: str
@@ -10829,7 +10391,6 @@ class DescribeCloudBaseRunServerResponse(AbstractModel):
10829
10391
  @property
10830
10392
  def TotalCount(self):
10831
10393
  """个数
10832
- 注意:此字段可能返回 null,表示取不到有效值。
10833
10394
  :rtype: int
10834
10395
  """
10835
10396
  return self._TotalCount
@@ -10841,7 +10402,6 @@ class DescribeCloudBaseRunServerResponse(AbstractModel):
10841
10402
  @property
10842
10403
  def VersionItems(self):
10843
10404
  """版本列表
10844
- 注意:此字段可能返回 null,表示取不到有效值。
10845
10405
  :rtype: list of CloudBaseRunServerVersionItem
10846
10406
  """
10847
10407
  return self._VersionItems
@@ -10853,7 +10413,6 @@ class DescribeCloudBaseRunServerResponse(AbstractModel):
10853
10413
  @property
10854
10414
  def ServerName(self):
10855
10415
  """服务名称
10856
- 注意:此字段可能返回 null,表示取不到有效值。
10857
10416
  :rtype: str
10858
10417
  """
10859
10418
  return self._ServerName
@@ -10865,7 +10424,6 @@ class DescribeCloudBaseRunServerResponse(AbstractModel):
10865
10424
  @property
10866
10425
  def IsPublic(self):
10867
10426
  """是否对于外网开放
10868
- 注意:此字段可能返回 null,表示取不到有效值。
10869
10427
  :rtype: bool
10870
10428
  """
10871
10429
  return self._IsPublic
@@ -10877,7 +10435,6 @@ class DescribeCloudBaseRunServerResponse(AbstractModel):
10877
10435
  @property
10878
10436
  def ImageRepo(self):
10879
10437
  """镜像仓库
10880
- 注意:此字段可能返回 null,表示取不到有效值。
10881
10438
  :rtype: str
10882
10439
  """
10883
10440
  return self._ImageRepo
@@ -10889,7 +10446,6 @@ class DescribeCloudBaseRunServerResponse(AbstractModel):
10889
10446
  @property
10890
10447
  def TrafficType(self):
10891
10448
  """流量配置的类型(FLOW,URL_PARAMS)
10892
- 注意:此字段可能返回 null,表示取不到有效值。
10893
10449
  :rtype: str
10894
10450
  """
10895
10451
  return self._TrafficType
@@ -10901,7 +10457,6 @@ class DescribeCloudBaseRunServerResponse(AbstractModel):
10901
10457
  @property
10902
10458
  def SourceType(self):
10903
10459
  """服务创建类型,默认为空,一键部署为oneclick
10904
- 注意:此字段可能返回 null,表示取不到有效值。
10905
10460
  :rtype: str
10906
10461
  """
10907
10462
  return self._SourceType
@@ -10913,7 +10468,6 @@ class DescribeCloudBaseRunServerResponse(AbstractModel):
10913
10468
  @property
10914
10469
  def Tag(self):
10915
10470
  """服务标签, function: 托管函数
10916
- 注意:此字段可能返回 null,表示取不到有效值。
10917
10471
  :rtype: str
10918
10472
  """
10919
10473
  return self._Tag
@@ -11027,13 +10581,10 @@ class DescribeCloudBaseRunServerVersionResponse(AbstractModel):
11027
10581
  :param _VersionName: 版本名称
11028
10582
  :type VersionName: str
11029
10583
  :param _Remark: 备注
11030
- 注意:此字段可能返回 null,表示取不到有效值。
11031
10584
  :type Remark: str
11032
10585
  :param _DockerfilePath: Dockefile的路径
11033
- 注意:此字段可能返回 null,表示取不到有效值。
11034
10586
  :type DockerfilePath: str
11035
10587
  :param _BuildDir: DockerBuild的目录
11036
- 注意:此字段可能返回 null,表示取不到有效值。
11037
10588
  :type BuildDir: str
11038
10589
  :param _Cpu: 请使用CPUSize
11039
10590
  :type Cpu: float
@@ -11048,80 +10599,57 @@ class DescribeCloudBaseRunServerVersionResponse(AbstractModel):
11048
10599
  :param _PolicyThreshold: 策略阈值
11049
10600
  :type PolicyThreshold: float
11050
10601
  :param _EnvParams: 环境变量
11051
- 注意:此字段可能返回 null,表示取不到有效值。
11052
10602
  :type EnvParams: str
11053
10603
  :param _CreatedTime: 创建时间
11054
10604
  :type CreatedTime: str
11055
10605
  :param _UpdatedTime: 更新时间
11056
10606
  :type UpdatedTime: str
11057
10607
  :param _VersionIP: 版本的IP
11058
- 注意:此字段可能返回 null,表示取不到有效值。
11059
10608
  :type VersionIP: str
11060
10609
  :param _VersionPort: 版本的端口号
11061
- 注意:此字段可能返回 null,表示取不到有效值。
11062
10610
  :type VersionPort: int
11063
10611
  :param _Status: 版本状态
11064
- 注意:此字段可能返回 null,表示取不到有效值。
11065
10612
  :type Status: str
11066
10613
  :param _PackageName: 代码包的名字
11067
- 注意:此字段可能返回 null,表示取不到有效值。
11068
10614
  :type PackageName: str
11069
10615
  :param _PackageVersion: 代码版本的名字
11070
- 注意:此字段可能返回 null,表示取不到有效值。
11071
10616
  :type PackageVersion: str
11072
10617
  :param _UploadType: 枚举(package/repository/image)
11073
- 注意:此字段可能返回 null,表示取不到有效值。
11074
10618
  :type UploadType: str
11075
10619
  :param _RepoType: Repo的类型(gitlab/github/coding)
11076
- 注意:此字段可能返回 null,表示取不到有效值。
11077
10620
  :type RepoType: str
11078
10621
  :param _Repo: 地址
11079
- 注意:此字段可能返回 null,表示取不到有效值。
11080
10622
  :type Repo: str
11081
10623
  :param _Branch: 分支
11082
- 注意:此字段可能返回 null,表示取不到有效值。
11083
10624
  :type Branch: str
11084
10625
  :param _ServerName: 服务名字
11085
- 注意:此字段可能返回 null,表示取不到有效值。
11086
10626
  :type ServerName: str
11087
10627
  :param _IsPublic: 是否对于外网开放
11088
- 注意:此字段可能返回 null,表示取不到有效值。
11089
10628
  :type IsPublic: bool
11090
10629
  :param _VpcId: vpc id
11091
- 注意:此字段可能返回 null,表示取不到有效值。
11092
10630
  :type VpcId: str
11093
10631
  :param _SubnetIds: 子网实例id
11094
10632
  注意:此字段可能返回 null,表示取不到有效值。
11095
10633
  :type SubnetIds: list of str
11096
10634
  :param _CustomLogs: 日志采集路径
11097
- 注意:此字段可能返回 null,表示取不到有效值。
11098
10635
  :type CustomLogs: str
11099
10636
  :param _ContainerPort: 监听端口
11100
- 注意:此字段可能返回 null,表示取不到有效值。
11101
10637
  :type ContainerPort: int
11102
10638
  :param _InitialDelaySeconds: 延迟多长时间开始健康检查(单位s)
11103
- 注意:此字段可能返回 null,表示取不到有效值。
11104
10639
  :type InitialDelaySeconds: int
11105
10640
  :param _ImageUrl: 镜像地址
11106
- 注意:此字段可能返回 null,表示取不到有效值。
11107
10641
  :type ImageUrl: str
11108
10642
  :param _CpuSize: CPU 大小
11109
- 注意:此字段可能返回 null,表示取不到有效值。
11110
10643
  :type CpuSize: float
11111
10644
  :param _MemSize: MEM 大小
11112
- 注意:此字段可能返回 null,表示取不到有效值。
11113
10645
  :type MemSize: float
11114
10646
  :param _HasDockerfile: 是否有Dockerfile:0-default has, 1-has, 2-has not
11115
- 注意:此字段可能返回 null,表示取不到有效值。
11116
10647
  :type HasDockerfile: int
11117
10648
  :param _BaseImage: 基础镜像
11118
- 注意:此字段可能返回 null,表示取不到有效值。
11119
10649
  :type BaseImage: str
11120
10650
  :param _EntryPoint: 容器启动入口命令
11121
- 注意:此字段可能返回 null,表示取不到有效值。
11122
10651
  :type EntryPoint: str
11123
10652
  :param _RepoLanguage: 仓库语言
11124
- 注意:此字段可能返回 null,表示取不到有效值。
11125
10653
  :type RepoLanguage: str
11126
10654
  :param _PolicyDetail: 自动扩缩容策略组
11127
10655
  注意:此字段可能返回 null,表示取不到有效值。
@@ -11130,7 +10658,6 @@ class DescribeCloudBaseRunServerVersionResponse(AbstractModel):
11130
10658
  注意:此字段可能返回 null,表示取不到有效值。
11131
10659
  :type TkeClusterInfo: :class:`tencentcloud.tcb.v20180608.models.TkeClusterInfo`
11132
10660
  :param _TkeWorkloadType: 版本工作负载类型;deployment/deamonset
11133
- 注意:此字段可能返回 null,表示取不到有效值。
11134
10661
  :type TkeWorkloadType: str
11135
10662
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11136
10663
  :type RequestId: str
@@ -11190,7 +10717,6 @@ class DescribeCloudBaseRunServerVersionResponse(AbstractModel):
11190
10717
  @property
11191
10718
  def Remark(self):
11192
10719
  """备注
11193
- 注意:此字段可能返回 null,表示取不到有效值。
11194
10720
  :rtype: str
11195
10721
  """
11196
10722
  return self._Remark
@@ -11202,7 +10728,6 @@ class DescribeCloudBaseRunServerVersionResponse(AbstractModel):
11202
10728
  @property
11203
10729
  def DockerfilePath(self):
11204
10730
  """Dockefile的路径
11205
- 注意:此字段可能返回 null,表示取不到有效值。
11206
10731
  :rtype: str
11207
10732
  """
11208
10733
  return self._DockerfilePath
@@ -11214,7 +10739,6 @@ class DescribeCloudBaseRunServerVersionResponse(AbstractModel):
11214
10739
  @property
11215
10740
  def BuildDir(self):
11216
10741
  """DockerBuild的目录
11217
- 注意:此字段可能返回 null,表示取不到有效值。
11218
10742
  :rtype: str
11219
10743
  """
11220
10744
  return self._BuildDir
@@ -11292,7 +10816,6 @@ class DescribeCloudBaseRunServerVersionResponse(AbstractModel):
11292
10816
  @property
11293
10817
  def EnvParams(self):
11294
10818
  """环境变量
11295
- 注意:此字段可能返回 null,表示取不到有效值。
11296
10819
  :rtype: str
11297
10820
  """
11298
10821
  return self._EnvParams
@@ -11326,7 +10849,6 @@ class DescribeCloudBaseRunServerVersionResponse(AbstractModel):
11326
10849
  @property
11327
10850
  def VersionIP(self):
11328
10851
  """版本的IP
11329
- 注意:此字段可能返回 null,表示取不到有效值。
11330
10852
  :rtype: str
11331
10853
  """
11332
10854
  return self._VersionIP
@@ -11338,7 +10860,6 @@ class DescribeCloudBaseRunServerVersionResponse(AbstractModel):
11338
10860
  @property
11339
10861
  def VersionPort(self):
11340
10862
  """版本的端口号
11341
- 注意:此字段可能返回 null,表示取不到有效值。
11342
10863
  :rtype: int
11343
10864
  """
11344
10865
  return self._VersionPort
@@ -11350,7 +10871,6 @@ class DescribeCloudBaseRunServerVersionResponse(AbstractModel):
11350
10871
  @property
11351
10872
  def Status(self):
11352
10873
  """版本状态
11353
- 注意:此字段可能返回 null,表示取不到有效值。
11354
10874
  :rtype: str
11355
10875
  """
11356
10876
  return self._Status
@@ -11362,7 +10882,6 @@ class DescribeCloudBaseRunServerVersionResponse(AbstractModel):
11362
10882
  @property
11363
10883
  def PackageName(self):
11364
10884
  """代码包的名字
11365
- 注意:此字段可能返回 null,表示取不到有效值。
11366
10885
  :rtype: str
11367
10886
  """
11368
10887
  return self._PackageName
@@ -11374,7 +10893,6 @@ class DescribeCloudBaseRunServerVersionResponse(AbstractModel):
11374
10893
  @property
11375
10894
  def PackageVersion(self):
11376
10895
  """代码版本的名字
11377
- 注意:此字段可能返回 null,表示取不到有效值。
11378
10896
  :rtype: str
11379
10897
  """
11380
10898
  return self._PackageVersion
@@ -11386,7 +10904,6 @@ class DescribeCloudBaseRunServerVersionResponse(AbstractModel):
11386
10904
  @property
11387
10905
  def UploadType(self):
11388
10906
  """枚举(package/repository/image)
11389
- 注意:此字段可能返回 null,表示取不到有效值。
11390
10907
  :rtype: str
11391
10908
  """
11392
10909
  return self._UploadType
@@ -11398,7 +10915,6 @@ class DescribeCloudBaseRunServerVersionResponse(AbstractModel):
11398
10915
  @property
11399
10916
  def RepoType(self):
11400
10917
  """Repo的类型(gitlab/github/coding)
11401
- 注意:此字段可能返回 null,表示取不到有效值。
11402
10918
  :rtype: str
11403
10919
  """
11404
10920
  return self._RepoType
@@ -11410,7 +10926,6 @@ class DescribeCloudBaseRunServerVersionResponse(AbstractModel):
11410
10926
  @property
11411
10927
  def Repo(self):
11412
10928
  """地址
11413
- 注意:此字段可能返回 null,表示取不到有效值。
11414
10929
  :rtype: str
11415
10930
  """
11416
10931
  return self._Repo
@@ -11422,7 +10937,6 @@ class DescribeCloudBaseRunServerVersionResponse(AbstractModel):
11422
10937
  @property
11423
10938
  def Branch(self):
11424
10939
  """分支
11425
- 注意:此字段可能返回 null,表示取不到有效值。
11426
10940
  :rtype: str
11427
10941
  """
11428
10942
  return self._Branch
@@ -11434,7 +10948,6 @@ class DescribeCloudBaseRunServerVersionResponse(AbstractModel):
11434
10948
  @property
11435
10949
  def ServerName(self):
11436
10950
  """服务名字
11437
- 注意:此字段可能返回 null,表示取不到有效值。
11438
10951
  :rtype: str
11439
10952
  """
11440
10953
  return self._ServerName
@@ -11446,7 +10959,6 @@ class DescribeCloudBaseRunServerVersionResponse(AbstractModel):
11446
10959
  @property
11447
10960
  def IsPublic(self):
11448
10961
  """是否对于外网开放
11449
- 注意:此字段可能返回 null,表示取不到有效值。
11450
10962
  :rtype: bool
11451
10963
  """
11452
10964
  return self._IsPublic
@@ -11458,7 +10970,6 @@ class DescribeCloudBaseRunServerVersionResponse(AbstractModel):
11458
10970
  @property
11459
10971
  def VpcId(self):
11460
10972
  """vpc id
11461
- 注意:此字段可能返回 null,表示取不到有效值。
11462
10973
  :rtype: str
11463
10974
  """
11464
10975
  return self._VpcId
@@ -11482,7 +10993,6 @@ class DescribeCloudBaseRunServerVersionResponse(AbstractModel):
11482
10993
  @property
11483
10994
  def CustomLogs(self):
11484
10995
  """日志采集路径
11485
- 注意:此字段可能返回 null,表示取不到有效值。
11486
10996
  :rtype: str
11487
10997
  """
11488
10998
  return self._CustomLogs
@@ -11494,7 +11004,6 @@ class DescribeCloudBaseRunServerVersionResponse(AbstractModel):
11494
11004
  @property
11495
11005
  def ContainerPort(self):
11496
11006
  """监听端口
11497
- 注意:此字段可能返回 null,表示取不到有效值。
11498
11007
  :rtype: int
11499
11008
  """
11500
11009
  return self._ContainerPort
@@ -11506,7 +11015,6 @@ class DescribeCloudBaseRunServerVersionResponse(AbstractModel):
11506
11015
  @property
11507
11016
  def InitialDelaySeconds(self):
11508
11017
  """延迟多长时间开始健康检查(单位s)
11509
- 注意:此字段可能返回 null,表示取不到有效值。
11510
11018
  :rtype: int
11511
11019
  """
11512
11020
  return self._InitialDelaySeconds
@@ -11518,7 +11026,6 @@ class DescribeCloudBaseRunServerVersionResponse(AbstractModel):
11518
11026
  @property
11519
11027
  def ImageUrl(self):
11520
11028
  """镜像地址
11521
- 注意:此字段可能返回 null,表示取不到有效值。
11522
11029
  :rtype: str
11523
11030
  """
11524
11031
  return self._ImageUrl
@@ -11530,7 +11037,6 @@ class DescribeCloudBaseRunServerVersionResponse(AbstractModel):
11530
11037
  @property
11531
11038
  def CpuSize(self):
11532
11039
  """CPU 大小
11533
- 注意:此字段可能返回 null,表示取不到有效值。
11534
11040
  :rtype: float
11535
11041
  """
11536
11042
  return self._CpuSize
@@ -11542,7 +11048,6 @@ class DescribeCloudBaseRunServerVersionResponse(AbstractModel):
11542
11048
  @property
11543
11049
  def MemSize(self):
11544
11050
  """MEM 大小
11545
- 注意:此字段可能返回 null,表示取不到有效值。
11546
11051
  :rtype: float
11547
11052
  """
11548
11053
  return self._MemSize
@@ -11554,7 +11059,6 @@ class DescribeCloudBaseRunServerVersionResponse(AbstractModel):
11554
11059
  @property
11555
11060
  def HasDockerfile(self):
11556
11061
  """是否有Dockerfile:0-default has, 1-has, 2-has not
11557
- 注意:此字段可能返回 null,表示取不到有效值。
11558
11062
  :rtype: int
11559
11063
  """
11560
11064
  return self._HasDockerfile
@@ -11566,7 +11070,6 @@ class DescribeCloudBaseRunServerVersionResponse(AbstractModel):
11566
11070
  @property
11567
11071
  def BaseImage(self):
11568
11072
  """基础镜像
11569
- 注意:此字段可能返回 null,表示取不到有效值。
11570
11073
  :rtype: str
11571
11074
  """
11572
11075
  return self._BaseImage
@@ -11578,7 +11081,6 @@ class DescribeCloudBaseRunServerVersionResponse(AbstractModel):
11578
11081
  @property
11579
11082
  def EntryPoint(self):
11580
11083
  """容器启动入口命令
11581
- 注意:此字段可能返回 null,表示取不到有效值。
11582
11084
  :rtype: str
11583
11085
  """
11584
11086
  return self._EntryPoint
@@ -11590,7 +11092,6 @@ class DescribeCloudBaseRunServerVersionResponse(AbstractModel):
11590
11092
  @property
11591
11093
  def RepoLanguage(self):
11592
11094
  """仓库语言
11593
- 注意:此字段可能返回 null,表示取不到有效值。
11594
11095
  :rtype: str
11595
11096
  """
11596
11097
  return self._RepoLanguage
@@ -11626,7 +11127,6 @@ class DescribeCloudBaseRunServerVersionResponse(AbstractModel):
11626
11127
  @property
11627
11128
  def TkeWorkloadType(self):
11628
11129
  """版本工作负载类型;deployment/deamonset
11629
- 注意:此字段可能返回 null,表示取不到有效值。
11630
11130
  :rtype: str
11631
11131
  """
11632
11132
  return self._TkeWorkloadType
@@ -11773,13 +11273,10 @@ class DescribeCloudBaseRunVersionResponse(AbstractModel):
11773
11273
  :param _VersionName: 版本名称
11774
11274
  :type VersionName: str
11775
11275
  :param _Remark: 备注
11776
- 注意:此字段可能返回 null,表示取不到有效值。
11777
11276
  :type Remark: str
11778
11277
  :param _DockerfilePath: Dockefile的路径
11779
- 注意:此字段可能返回 null,表示取不到有效值。
11780
11278
  :type DockerfilePath: str
11781
11279
  :param _BuildDir: DockerBuild的目录
11782
- 注意:此字段可能返回 null,表示取不到有效值。
11783
11280
  :type BuildDir: str
11784
11281
  :param _MinNum: 副本最小值
11785
11282
  :type MinNum: int
@@ -11790,77 +11287,54 @@ class DescribeCloudBaseRunVersionResponse(AbstractModel):
11790
11287
  :param _PolicyThreshold: 策略阈值
11791
11288
  :type PolicyThreshold: float
11792
11289
  :param _EnvParams: 环境变量
11793
- 注意:此字段可能返回 null,表示取不到有效值。
11794
11290
  :type EnvParams: str
11795
11291
  :param _CreatedTime: 创建时间
11796
11292
  :type CreatedTime: str
11797
11293
  :param _UpdatedTime: 更新时间
11798
11294
  :type UpdatedTime: str
11799
11295
  :param _VersionIP: 版本的IP
11800
- 注意:此字段可能返回 null,表示取不到有效值。
11801
11296
  :type VersionIP: str
11802
11297
  :param _VersionPort: 版本的端口号
11803
- 注意:此字段可能返回 null,表示取不到有效值。
11804
11298
  :type VersionPort: int
11805
11299
  :param _Status: 版本状态
11806
- 注意:此字段可能返回 null,表示取不到有效值。
11807
11300
  :type Status: str
11808
11301
  :param _PackageName: 代码包的名字
11809
- 注意:此字段可能返回 null,表示取不到有效值。
11810
11302
  :type PackageName: str
11811
11303
  :param _PackageVersion: 代码版本的名字
11812
- 注意:此字段可能返回 null,表示取不到有效值。
11813
11304
  :type PackageVersion: str
11814
11305
  :param _UploadType: 枚举(package/repository/image)
11815
- 注意:此字段可能返回 null,表示取不到有效值。
11816
11306
  :type UploadType: str
11817
11307
  :param _RepoType: Repo的类型(coding/gitlab/github/coding)
11818
- 注意:此字段可能返回 null,表示取不到有效值。
11819
11308
  :type RepoType: str
11820
11309
  :param _Repo: 地址
11821
- 注意:此字段可能返回 null,表示取不到有效值。
11822
11310
  :type Repo: str
11823
11311
  :param _Branch: 分支
11824
- 注意:此字段可能返回 null,表示取不到有效值。
11825
11312
  :type Branch: str
11826
11313
  :param _ServerName: 服务名字
11827
- 注意:此字段可能返回 null,表示取不到有效值。
11828
11314
  :type ServerName: str
11829
11315
  :param _IsPublic: 是否对于外网开放
11830
- 注意:此字段可能返回 null,表示取不到有效值。
11831
11316
  :type IsPublic: bool
11832
11317
  :param _VpcId: vpc id
11833
- 注意:此字段可能返回 null,表示取不到有效值。
11834
11318
  :type VpcId: str
11835
11319
  :param _SubnetIds: 子网实例id
11836
- 注意:此字段可能返回 null,表示取不到有效值。
11837
11320
  :type SubnetIds: list of str
11838
11321
  :param _CustomLogs: 日志采集路径
11839
- 注意:此字段可能返回 null,表示取不到有效值。
11840
11322
  :type CustomLogs: str
11841
11323
  :param _ContainerPort: 监听端口
11842
- 注意:此字段可能返回 null,表示取不到有效值。
11843
11324
  :type ContainerPort: int
11844
11325
  :param _InitialDelaySeconds: 延迟多长时间开始健康检查(单位s)
11845
- 注意:此字段可能返回 null,表示取不到有效值。
11846
11326
  :type InitialDelaySeconds: int
11847
11327
  :param _ImageUrl: 镜像地址
11848
- 注意:此字段可能返回 null,表示取不到有效值。
11849
11328
  :type ImageUrl: str
11850
11329
  :param _CpuSize: CPU 大小
11851
- 注意:此字段可能返回 null,表示取不到有效值。
11852
11330
  :type CpuSize: float
11853
11331
  :param _MemSize: MEM 大小
11854
- 注意:此字段可能返回 null,表示取不到有效值。
11855
11332
  :type MemSize: float
11856
11333
  :param _PolicyDetail: 扩缩容策略详情
11857
- 注意:此字段可能返回 null,表示取不到有效值。
11858
11334
  :type PolicyDetail: list of HpaPolicy
11859
11335
  :param _Cpu: Cpu的Request值
11860
- 注意:此字段可能返回 null,表示取不到有效值。
11861
11336
  :type Cpu: float
11862
11337
  :param _Mem: Mem的Request值
11863
- 注意:此字段可能返回 null,表示取不到有效值。
11864
11338
  :type Mem: float
11865
11339
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11866
11340
  :type RequestId: str
@@ -11914,7 +11388,6 @@ class DescribeCloudBaseRunVersionResponse(AbstractModel):
11914
11388
  @property
11915
11389
  def Remark(self):
11916
11390
  """备注
11917
- 注意:此字段可能返回 null,表示取不到有效值。
11918
11391
  :rtype: str
11919
11392
  """
11920
11393
  return self._Remark
@@ -11926,7 +11399,6 @@ class DescribeCloudBaseRunVersionResponse(AbstractModel):
11926
11399
  @property
11927
11400
  def DockerfilePath(self):
11928
11401
  """Dockefile的路径
11929
- 注意:此字段可能返回 null,表示取不到有效值。
11930
11402
  :rtype: str
11931
11403
  """
11932
11404
  return self._DockerfilePath
@@ -11938,7 +11410,6 @@ class DescribeCloudBaseRunVersionResponse(AbstractModel):
11938
11410
  @property
11939
11411
  def BuildDir(self):
11940
11412
  """DockerBuild的目录
11941
- 注意:此字段可能返回 null,表示取不到有效值。
11942
11413
  :rtype: str
11943
11414
  """
11944
11415
  return self._BuildDir
@@ -11994,7 +11465,6 @@ class DescribeCloudBaseRunVersionResponse(AbstractModel):
11994
11465
  @property
11995
11466
  def EnvParams(self):
11996
11467
  """环境变量
11997
- 注意:此字段可能返回 null,表示取不到有效值。
11998
11468
  :rtype: str
11999
11469
  """
12000
11470
  return self._EnvParams
@@ -12028,7 +11498,6 @@ class DescribeCloudBaseRunVersionResponse(AbstractModel):
12028
11498
  @property
12029
11499
  def VersionIP(self):
12030
11500
  """版本的IP
12031
- 注意:此字段可能返回 null,表示取不到有效值。
12032
11501
  :rtype: str
12033
11502
  """
12034
11503
  return self._VersionIP
@@ -12040,7 +11509,6 @@ class DescribeCloudBaseRunVersionResponse(AbstractModel):
12040
11509
  @property
12041
11510
  def VersionPort(self):
12042
11511
  """版本的端口号
12043
- 注意:此字段可能返回 null,表示取不到有效值。
12044
11512
  :rtype: int
12045
11513
  """
12046
11514
  return self._VersionPort
@@ -12052,7 +11520,6 @@ class DescribeCloudBaseRunVersionResponse(AbstractModel):
12052
11520
  @property
12053
11521
  def Status(self):
12054
11522
  """版本状态
12055
- 注意:此字段可能返回 null,表示取不到有效值。
12056
11523
  :rtype: str
12057
11524
  """
12058
11525
  return self._Status
@@ -12064,7 +11531,6 @@ class DescribeCloudBaseRunVersionResponse(AbstractModel):
12064
11531
  @property
12065
11532
  def PackageName(self):
12066
11533
  """代码包的名字
12067
- 注意:此字段可能返回 null,表示取不到有效值。
12068
11534
  :rtype: str
12069
11535
  """
12070
11536
  return self._PackageName
@@ -12076,7 +11542,6 @@ class DescribeCloudBaseRunVersionResponse(AbstractModel):
12076
11542
  @property
12077
11543
  def PackageVersion(self):
12078
11544
  """代码版本的名字
12079
- 注意:此字段可能返回 null,表示取不到有效值。
12080
11545
  :rtype: str
12081
11546
  """
12082
11547
  return self._PackageVersion
@@ -12088,7 +11553,6 @@ class DescribeCloudBaseRunVersionResponse(AbstractModel):
12088
11553
  @property
12089
11554
  def UploadType(self):
12090
11555
  """枚举(package/repository/image)
12091
- 注意:此字段可能返回 null,表示取不到有效值。
12092
11556
  :rtype: str
12093
11557
  """
12094
11558
  return self._UploadType
@@ -12100,7 +11564,6 @@ class DescribeCloudBaseRunVersionResponse(AbstractModel):
12100
11564
  @property
12101
11565
  def RepoType(self):
12102
11566
  """Repo的类型(coding/gitlab/github/coding)
12103
- 注意:此字段可能返回 null,表示取不到有效值。
12104
11567
  :rtype: str
12105
11568
  """
12106
11569
  return self._RepoType
@@ -12112,7 +11575,6 @@ class DescribeCloudBaseRunVersionResponse(AbstractModel):
12112
11575
  @property
12113
11576
  def Repo(self):
12114
11577
  """地址
12115
- 注意:此字段可能返回 null,表示取不到有效值。
12116
11578
  :rtype: str
12117
11579
  """
12118
11580
  return self._Repo
@@ -12124,7 +11586,6 @@ class DescribeCloudBaseRunVersionResponse(AbstractModel):
12124
11586
  @property
12125
11587
  def Branch(self):
12126
11588
  """分支
12127
- 注意:此字段可能返回 null,表示取不到有效值。
12128
11589
  :rtype: str
12129
11590
  """
12130
11591
  return self._Branch
@@ -12136,7 +11597,6 @@ class DescribeCloudBaseRunVersionResponse(AbstractModel):
12136
11597
  @property
12137
11598
  def ServerName(self):
12138
11599
  """服务名字
12139
- 注意:此字段可能返回 null,表示取不到有效值。
12140
11600
  :rtype: str
12141
11601
  """
12142
11602
  return self._ServerName
@@ -12148,7 +11608,6 @@ class DescribeCloudBaseRunVersionResponse(AbstractModel):
12148
11608
  @property
12149
11609
  def IsPublic(self):
12150
11610
  """是否对于外网开放
12151
- 注意:此字段可能返回 null,表示取不到有效值。
12152
11611
  :rtype: bool
12153
11612
  """
12154
11613
  return self._IsPublic
@@ -12160,7 +11619,6 @@ class DescribeCloudBaseRunVersionResponse(AbstractModel):
12160
11619
  @property
12161
11620
  def VpcId(self):
12162
11621
  """vpc id
12163
- 注意:此字段可能返回 null,表示取不到有效值。
12164
11622
  :rtype: str
12165
11623
  """
12166
11624
  return self._VpcId
@@ -12172,7 +11630,6 @@ class DescribeCloudBaseRunVersionResponse(AbstractModel):
12172
11630
  @property
12173
11631
  def SubnetIds(self):
12174
11632
  """子网实例id
12175
- 注意:此字段可能返回 null,表示取不到有效值。
12176
11633
  :rtype: list of str
12177
11634
  """
12178
11635
  return self._SubnetIds
@@ -12184,7 +11641,6 @@ class DescribeCloudBaseRunVersionResponse(AbstractModel):
12184
11641
  @property
12185
11642
  def CustomLogs(self):
12186
11643
  """日志采集路径
12187
- 注意:此字段可能返回 null,表示取不到有效值。
12188
11644
  :rtype: str
12189
11645
  """
12190
11646
  return self._CustomLogs
@@ -12196,7 +11652,6 @@ class DescribeCloudBaseRunVersionResponse(AbstractModel):
12196
11652
  @property
12197
11653
  def ContainerPort(self):
12198
11654
  """监听端口
12199
- 注意:此字段可能返回 null,表示取不到有效值。
12200
11655
  :rtype: int
12201
11656
  """
12202
11657
  return self._ContainerPort
@@ -12208,7 +11663,6 @@ class DescribeCloudBaseRunVersionResponse(AbstractModel):
12208
11663
  @property
12209
11664
  def InitialDelaySeconds(self):
12210
11665
  """延迟多长时间开始健康检查(单位s)
12211
- 注意:此字段可能返回 null,表示取不到有效值。
12212
11666
  :rtype: int
12213
11667
  """
12214
11668
  return self._InitialDelaySeconds
@@ -12220,7 +11674,6 @@ class DescribeCloudBaseRunVersionResponse(AbstractModel):
12220
11674
  @property
12221
11675
  def ImageUrl(self):
12222
11676
  """镜像地址
12223
- 注意:此字段可能返回 null,表示取不到有效值。
12224
11677
  :rtype: str
12225
11678
  """
12226
11679
  return self._ImageUrl
@@ -12232,7 +11685,6 @@ class DescribeCloudBaseRunVersionResponse(AbstractModel):
12232
11685
  @property
12233
11686
  def CpuSize(self):
12234
11687
  """CPU 大小
12235
- 注意:此字段可能返回 null,表示取不到有效值。
12236
11688
  :rtype: float
12237
11689
  """
12238
11690
  return self._CpuSize
@@ -12244,7 +11696,6 @@ class DescribeCloudBaseRunVersionResponse(AbstractModel):
12244
11696
  @property
12245
11697
  def MemSize(self):
12246
11698
  """MEM 大小
12247
- 注意:此字段可能返回 null,表示取不到有效值。
12248
11699
  :rtype: float
12249
11700
  """
12250
11701
  return self._MemSize
@@ -12256,7 +11707,6 @@ class DescribeCloudBaseRunVersionResponse(AbstractModel):
12256
11707
  @property
12257
11708
  def PolicyDetail(self):
12258
11709
  """扩缩容策略详情
12259
- 注意:此字段可能返回 null,表示取不到有效值。
12260
11710
  :rtype: list of HpaPolicy
12261
11711
  """
12262
11712
  return self._PolicyDetail
@@ -12268,7 +11718,6 @@ class DescribeCloudBaseRunVersionResponse(AbstractModel):
12268
11718
  @property
12269
11719
  def Cpu(self):
12270
11720
  """Cpu的Request值
12271
- 注意:此字段可能返回 null,表示取不到有效值。
12272
11721
  :rtype: float
12273
11722
  """
12274
11723
  return self._Cpu
@@ -12280,7 +11729,6 @@ class DescribeCloudBaseRunVersionResponse(AbstractModel):
12280
11729
  @property
12281
11730
  def Mem(self):
12282
11731
  """Mem的Request值
12283
- 注意:此字段可能返回 null,表示取不到有效值。
12284
11732
  :rtype: float
12285
11733
  """
12286
11734
  return self._Mem
@@ -12348,6 +11796,66 @@ class DescribeCloudBaseRunVersionRsByConditionRequest(AbstractModel):
12348
11796
 
12349
11797
  """
12350
11798
 
11799
+ def __init__(self):
11800
+ r"""
11801
+ :param _EnvId: 环境ID;EnvId和ClusterId不能同时为空
11802
+ :type EnvId: str
11803
+ :param _ClusterId: 集群ID;EnvId和ClusterId不能同时为空
11804
+ :type ClusterId: str
11805
+ :param _FilterGwSwitch: 过滤网关服务开关
11806
+ :type FilterGwSwitch: bool
11807
+ """
11808
+ self._EnvId = None
11809
+ self._ClusterId = None
11810
+ self._FilterGwSwitch = None
11811
+
11812
+ @property
11813
+ def EnvId(self):
11814
+ """环境ID;EnvId和ClusterId不能同时为空
11815
+ :rtype: str
11816
+ """
11817
+ return self._EnvId
11818
+
11819
+ @EnvId.setter
11820
+ def EnvId(self, EnvId):
11821
+ self._EnvId = EnvId
11822
+
11823
+ @property
11824
+ def ClusterId(self):
11825
+ """集群ID;EnvId和ClusterId不能同时为空
11826
+ :rtype: str
11827
+ """
11828
+ return self._ClusterId
11829
+
11830
+ @ClusterId.setter
11831
+ def ClusterId(self, ClusterId):
11832
+ self._ClusterId = ClusterId
11833
+
11834
+ @property
11835
+ def FilterGwSwitch(self):
11836
+ """过滤网关服务开关
11837
+ :rtype: bool
11838
+ """
11839
+ return self._FilterGwSwitch
11840
+
11841
+ @FilterGwSwitch.setter
11842
+ def FilterGwSwitch(self, FilterGwSwitch):
11843
+ self._FilterGwSwitch = FilterGwSwitch
11844
+
11845
+
11846
+ def _deserialize(self, params):
11847
+ self._EnvId = params.get("EnvId")
11848
+ self._ClusterId = params.get("ClusterId")
11849
+ self._FilterGwSwitch = params.get("FilterGwSwitch")
11850
+ memeber_set = set(params.keys())
11851
+ for name, value in vars(self).items():
11852
+ property_name = name[1:]
11853
+ if property_name in memeber_set:
11854
+ memeber_set.remove(property_name)
11855
+ if len(memeber_set) > 0:
11856
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
11857
+
11858
+
12351
11859
 
12352
11860
  class DescribeCloudBaseRunVersionRsByConditionResponse(AbstractModel):
12353
11861
  """DescribeCloudBaseRunVersionRsByCondition返回参数结构体
@@ -12496,7 +12004,6 @@ class DescribeCloudBaseRunVersionSnapshotResponse(AbstractModel):
12496
12004
  def __init__(self):
12497
12005
  r"""
12498
12006
  :param _Snapshots: 版本历史
12499
- 注意:此字段可能返回 null,表示取不到有效值。
12500
12007
  :type Snapshots: list of CloudRunServiceSimpleVersionSnapshot
12501
12008
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12502
12009
  :type RequestId: str
@@ -12507,7 +12014,6 @@ class DescribeCloudBaseRunVersionSnapshotResponse(AbstractModel):
12507
12014
  @property
12508
12015
  def Snapshots(self):
12509
12016
  """版本历史
12510
- 注意:此字段可能返回 null,表示取不到有效值。
12511
12017
  :rtype: list of CloudRunServiceSimpleVersionSnapshot
12512
12018
  """
12513
12019
  return self._Snapshots
@@ -16889,6 +16395,115 @@ class DestroyStaticStoreResponse(AbstractModel):
16889
16395
  self._RequestId = params.get("RequestId")
16890
16396
 
16891
16397
 
16398
+ class EditAuthConfigRequest(AbstractModel):
16399
+ """EditAuthConfig请求参数结构体
16400
+
16401
+ """
16402
+
16403
+ def __init__(self):
16404
+ r"""
16405
+ :param _EnvId: 环境id
16406
+ :type EnvId: str
16407
+ :param _PhoneNumberLogin: 手机号登录配置 "TRUE", "FALSE", "LOGIN_ONLY"
16408
+ :type PhoneNumberLogin: str
16409
+ :param _AnonymousLogin: 匿名登录配置 "TRUE", "FALSE"
16410
+ :type AnonymousLogin: str
16411
+ :param _UsernameLogin: 用户名密码登录配置 "TRUE", "FALSE"
16412
+ :type UsernameLogin: str
16413
+ """
16414
+ self._EnvId = None
16415
+ self._PhoneNumberLogin = None
16416
+ self._AnonymousLogin = None
16417
+ self._UsernameLogin = None
16418
+
16419
+ @property
16420
+ def EnvId(self):
16421
+ """环境id
16422
+ :rtype: str
16423
+ """
16424
+ return self._EnvId
16425
+
16426
+ @EnvId.setter
16427
+ def EnvId(self, EnvId):
16428
+ self._EnvId = EnvId
16429
+
16430
+ @property
16431
+ def PhoneNumberLogin(self):
16432
+ """手机号登录配置 "TRUE", "FALSE", "LOGIN_ONLY"
16433
+ :rtype: str
16434
+ """
16435
+ return self._PhoneNumberLogin
16436
+
16437
+ @PhoneNumberLogin.setter
16438
+ def PhoneNumberLogin(self, PhoneNumberLogin):
16439
+ self._PhoneNumberLogin = PhoneNumberLogin
16440
+
16441
+ @property
16442
+ def AnonymousLogin(self):
16443
+ """匿名登录配置 "TRUE", "FALSE"
16444
+ :rtype: str
16445
+ """
16446
+ return self._AnonymousLogin
16447
+
16448
+ @AnonymousLogin.setter
16449
+ def AnonymousLogin(self, AnonymousLogin):
16450
+ self._AnonymousLogin = AnonymousLogin
16451
+
16452
+ @property
16453
+ def UsernameLogin(self):
16454
+ """用户名密码登录配置 "TRUE", "FALSE"
16455
+ :rtype: str
16456
+ """
16457
+ return self._UsernameLogin
16458
+
16459
+ @UsernameLogin.setter
16460
+ def UsernameLogin(self, UsernameLogin):
16461
+ self._UsernameLogin = UsernameLogin
16462
+
16463
+
16464
+ def _deserialize(self, params):
16465
+ self._EnvId = params.get("EnvId")
16466
+ self._PhoneNumberLogin = params.get("PhoneNumberLogin")
16467
+ self._AnonymousLogin = params.get("AnonymousLogin")
16468
+ self._UsernameLogin = params.get("UsernameLogin")
16469
+ memeber_set = set(params.keys())
16470
+ for name, value in vars(self).items():
16471
+ property_name = name[1:]
16472
+ if property_name in memeber_set:
16473
+ memeber_set.remove(property_name)
16474
+ if len(memeber_set) > 0:
16475
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
16476
+
16477
+
16478
+
16479
+ class EditAuthConfigResponse(AbstractModel):
16480
+ """EditAuthConfig返回参数结构体
16481
+
16482
+ """
16483
+
16484
+ def __init__(self):
16485
+ r"""
16486
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
16487
+ :type RequestId: str
16488
+ """
16489
+ self._RequestId = None
16490
+
16491
+ @property
16492
+ def RequestId(self):
16493
+ """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
16494
+ :rtype: str
16495
+ """
16496
+ return self._RequestId
16497
+
16498
+ @RequestId.setter
16499
+ def RequestId(self, RequestId):
16500
+ self._RequestId = RequestId
16501
+
16502
+
16503
+ def _deserialize(self, params):
16504
+ self._RequestId = params.get("RequestId")
16505
+
16506
+
16892
16507
  class EndUserInfo(AbstractModel):
16893
16508
  """终端用户信息
16894
16509
 
@@ -18098,7 +17713,6 @@ class EstablishCloudBaseRunServerResponse(AbstractModel):
18098
17713
  def __init__(self):
18099
17714
  r"""
18100
17715
  :param _Result: 创建服务是否成功
18101
- 注意:此字段可能返回 null,表示取不到有效值。
18102
17716
  :type Result: str
18103
17717
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
18104
17718
  :type RequestId: str
@@ -18109,7 +17723,6 @@ class EstablishCloudBaseRunServerResponse(AbstractModel):
18109
17723
  @property
18110
17724
  def Result(self):
18111
17725
  """创建服务是否成功
18112
- 注意:此字段可能返回 null,表示取不到有效值。
18113
17726
  :rtype: str
18114
17727
  """
18115
17728
  return self._Result
@@ -18590,11 +18203,9 @@ class FreezeCloudBaseRunServersResponse(AbstractModel):
18590
18203
  成功:succ
18591
18204
  失败:fail
18592
18205
  部分:partial(部分成功、部分失败)
18593
- 注意:此字段可能返回 null,表示取不到有效值。
18594
18206
  注意:此字段可能返回 null,表示取不到有效值。
18595
18207
  :type Result: str
18596
18208
  :param _FailServerList: 冻结失败服务列表
18597
- 注意:此字段可能返回 null,表示取不到有效值。
18598
18209
  注意:此字段可能返回 null,表示取不到有效值。
18599
18210
  :type FailServerList: list of str
18600
18211
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -18610,7 +18221,6 @@ class FreezeCloudBaseRunServersResponse(AbstractModel):
18610
18221
  成功:succ
18611
18222
  失败:fail
18612
18223
  部分:partial(部分成功、部分失败)
18613
- 注意:此字段可能返回 null,表示取不到有效值。
18614
18224
  注意:此字段可能返回 null,表示取不到有效值。
18615
18225
  :rtype: str
18616
18226
  """
@@ -18623,7 +18233,6 @@ class FreezeCloudBaseRunServersResponse(AbstractModel):
18623
18233
  @property
18624
18234
  def FailServerList(self):
18625
18235
  """冻结失败服务列表
18626
- 注意:此字段可能返回 null,表示取不到有效值。
18627
18236
  注意:此字段可能返回 null,表示取不到有效值。
18628
18237
  :rtype: list of str
18629
18238
  """
@@ -18814,6 +18423,8 @@ class GatewayItem(AbstractModel):
18814
18423
  :type LongAccessId: str
18815
18424
  :param _AccessDomain: Donut接入域名
18816
18425
  :type AccessDomain: str
18426
+ :param _Tags: 标签键值对
18427
+ :type Tags: list of Tag
18817
18428
  """
18818
18429
  self._Uin = None
18819
18430
  self._AppId = None
@@ -18841,6 +18452,7 @@ class GatewayItem(AbstractModel):
18841
18452
  self._VersionNumLimit = None
18842
18453
  self._LongAccessId = None
18843
18454
  self._AccessDomain = None
18455
+ self._Tags = None
18844
18456
 
18845
18457
  @property
18846
18458
  def Uin(self):
@@ -19128,6 +18740,17 @@ class GatewayItem(AbstractModel):
19128
18740
  def AccessDomain(self, AccessDomain):
19129
18741
  self._AccessDomain = AccessDomain
19130
18742
 
18743
+ @property
18744
+ def Tags(self):
18745
+ """标签键值对
18746
+ :rtype: list of Tag
18747
+ """
18748
+ return self._Tags
18749
+
18750
+ @Tags.setter
18751
+ def Tags(self, Tags):
18752
+ self._Tags = Tags
18753
+
19131
18754
 
19132
18755
  def _deserialize(self, params):
19133
18756
  self._Uin = params.get("Uin")
@@ -19156,6 +18779,12 @@ class GatewayItem(AbstractModel):
19156
18779
  self._VersionNumLimit = params.get("VersionNumLimit")
19157
18780
  self._LongAccessId = params.get("LongAccessId")
19158
18781
  self._AccessDomain = params.get("AccessDomain")
18782
+ if params.get("Tags") is not None:
18783
+ self._Tags = []
18784
+ for item in params.get("Tags"):
18785
+ obj = Tag()
18786
+ obj._deserialize(item)
18787
+ self._Tags.append(obj)
19159
18788
  memeber_set = set(params.keys())
19160
18789
  for name, value in vars(self).items():
19161
18790
  property_name = name[1:]
@@ -19347,10 +18976,8 @@ class HpaPolicy(AbstractModel):
19347
18976
  def __init__(self):
19348
18977
  r"""
19349
18978
  :param _PolicyType: 策略类型
19350
- 注意:此字段可能返回 null,表示取不到有效值。
19351
18979
  :type PolicyType: str
19352
18980
  :param _PolicyThreshold: 策略阈值
19353
- 注意:此字段可能返回 null,表示取不到有效值。
19354
18981
  :type PolicyThreshold: int
19355
18982
  """
19356
18983
  self._PolicyType = None
@@ -19359,7 +18986,6 @@ class HpaPolicy(AbstractModel):
19359
18986
  @property
19360
18987
  def PolicyType(self):
19361
18988
  """策略类型
19362
- 注意:此字段可能返回 null,表示取不到有效值。
19363
18989
  :rtype: str
19364
18990
  """
19365
18991
  return self._PolicyType
@@ -19371,7 +18997,6 @@ class HpaPolicy(AbstractModel):
19371
18997
  @property
19372
18998
  def PolicyThreshold(self):
19373
18999
  """策略阈值
19374
- 注意:此字段可能返回 null,表示取不到有效值。
19375
19000
  :rtype: int
19376
19001
  """
19377
19002
  return self._PolicyThreshold
@@ -19928,7 +19553,6 @@ class ModifyCloudBaseRunServerFlowConfResponse(AbstractModel):
19928
19553
  def __init__(self):
19929
19554
  r"""
19930
19555
  :param _Result: 返回结果,succ代表成功
19931
- 注意:此字段可能返回 null,表示取不到有效值。
19932
19556
  :type Result: str
19933
19557
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
19934
19558
  :type RequestId: str
@@ -19939,7 +19563,6 @@ class ModifyCloudBaseRunServerFlowConfResponse(AbstractModel):
19939
19563
  @property
19940
19564
  def Result(self):
19941
19565
  """返回结果,succ代表成功
19942
- 注意:此字段可能返回 null,表示取不到有效值。
19943
19566
  :rtype: str
19944
19567
  """
19945
19568
  return self._Result
@@ -20174,7 +19797,6 @@ class ModifyCloudBaseRunServerVersionResponse(AbstractModel):
20174
19797
  def __init__(self):
20175
19798
  r"""
20176
19799
  :param _Result: 返回结果(succ为成功)
20177
- 注意:此字段可能返回 null,表示取不到有效值。
20178
19800
  :type Result: str
20179
19801
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
20180
19802
  :type RequestId: str
@@ -20185,7 +19807,6 @@ class ModifyCloudBaseRunServerVersionResponse(AbstractModel):
20185
19807
  @property
20186
19808
  def Result(self):
20187
19809
  """返回结果(succ为成功)
20188
- 注意:此字段可能返回 null,表示取不到有效值。
20189
19810
  :rtype: str
20190
19811
  """
20191
19812
  return self._Result
@@ -22201,10 +21822,8 @@ class RollUpdateCloudBaseRunServerVersionResponse(AbstractModel):
22201
21822
  :param _Result: succ为成功
22202
21823
  :type Result: str
22203
21824
  :param _VersionName: 滚动更新的VersionName
22204
- 注意:此字段可能返回 null,表示取不到有效值。
22205
21825
  :type VersionName: str
22206
21826
  :param _RunId: 操作记录id
22207
- 注意:此字段可能返回 null,表示取不到有效值。
22208
21827
  :type RunId: str
22209
21828
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
22210
21829
  :type RequestId: str
@@ -22228,7 +21847,6 @@ class RollUpdateCloudBaseRunServerVersionResponse(AbstractModel):
22228
21847
  @property
22229
21848
  def VersionName(self):
22230
21849
  """滚动更新的VersionName
22231
- 注意:此字段可能返回 null,表示取不到有效值。
22232
21850
  :rtype: str
22233
21851
  """
22234
21852
  return self._VersionName
@@ -22240,7 +21858,6 @@ class RollUpdateCloudBaseRunServerVersionResponse(AbstractModel):
22240
21858
  @property
22241
21859
  def RunId(self):
22242
21860
  """操作记录id
22243
- 注意:此字段可能返回 null,表示取不到有效值。
22244
21861
  :rtype: str
22245
21862
  """
22246
21863
  return self._RunId
@@ -23138,13 +22755,10 @@ class TkeClusterInfo(AbstractModel):
23138
22755
  def __init__(self):
23139
22756
  r"""
23140
22757
  :param _ClusterId: 集群ID
23141
- 注意:此字段可能返回 null,表示取不到有效值。
23142
22758
  :type ClusterId: str
23143
22759
  :param _VpcId: 集群的vpcId
23144
- 注意:此字段可能返回 null,表示取不到有效值。
23145
22760
  :type VpcId: str
23146
22761
  :param _VersionClbSubnetId: 版本内网CLB所在子网Id
23147
- 注意:此字段可能返回 null,表示取不到有效值。
23148
22762
  :type VersionClbSubnetId: str
23149
22763
  """
23150
22764
  self._ClusterId = None
@@ -23154,7 +22768,6 @@ class TkeClusterInfo(AbstractModel):
23154
22768
  @property
23155
22769
  def ClusterId(self):
23156
22770
  """集群ID
23157
- 注意:此字段可能返回 null,表示取不到有效值。
23158
22771
  :rtype: str
23159
22772
  """
23160
22773
  return self._ClusterId
@@ -23166,7 +22779,6 @@ class TkeClusterInfo(AbstractModel):
23166
22779
  @property
23167
22780
  def VpcId(self):
23168
22781
  """集群的vpcId
23169
- 注意:此字段可能返回 null,表示取不到有效值。
23170
22782
  :rtype: str
23171
22783
  """
23172
22784
  return self._VpcId
@@ -23178,7 +22790,6 @@ class TkeClusterInfo(AbstractModel):
23178
22790
  @property
23179
22791
  def VersionClbSubnetId(self):
23180
22792
  """版本内网CLB所在子网Id
23181
- 注意:此字段可能返回 null,表示取不到有效值。
23182
22793
  :rtype: str
23183
22794
  """
23184
22795
  return self._VersionClbSubnetId
@@ -23482,11 +23093,9 @@ class UnfreezeCloudBaseRunServersResponse(AbstractModel):
23482
23093
  成功:succ
23483
23094
  失败:fail
23484
23095
  部分:partial(部分成功、部分失败)
23485
- 注意:此字段可能返回 null,表示取不到有效值。
23486
23096
  注意:此字段可能返回 null,表示取不到有效值。
23487
23097
  :type Result: str
23488
23098
  :param _FailServerList: 解冻失败列表
23489
- 注意:此字段可能返回 null,表示取不到有效值。
23490
23099
  注意:此字段可能返回 null,表示取不到有效值。
23491
23100
  :type FailServerList: list of str
23492
23101
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -23502,7 +23111,6 @@ class UnfreezeCloudBaseRunServersResponse(AbstractModel):
23502
23111
  成功:succ
23503
23112
  失败:fail
23504
23113
  部分:partial(部分成功、部分失败)
23505
- 注意:此字段可能返回 null,表示取不到有效值。
23506
23114
  注意:此字段可能返回 null,表示取不到有效值。
23507
23115
  :rtype: str
23508
23116
  """
@@ -23515,7 +23123,6 @@ class UnfreezeCloudBaseRunServersResponse(AbstractModel):
23515
23123
  @property
23516
23124
  def FailServerList(self):
23517
23125
  """解冻失败列表
23518
- 注意:此字段可能返回 null,表示取不到有效值。
23519
23126
  注意:此字段可能返回 null,表示取不到有效值。
23520
23127
  :rtype: list of str
23521
23128
  """