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
@@ -147,7 +147,7 @@ class CreateGatewayLoadBalancerRequest(AbstractModel):
147
147
  r"""
148
148
  :param _VpcId: 网关负载均衡后端目标设备所属的私有网络 ID,如vpc-azd4dt1c,可以通过 [DescribeVpcs](https://cloud.tencent.com/document/product/215/15778) 接口获取。
149
149
  :type VpcId: str
150
- :param _SubnetId: 网关负载均衡后端目标设备所属的私有网络的子网ID
150
+ :param _SubnetId: 网关负载均衡后端目标设备所属的私有网络的子网ID。可通过[DescribeSubnets](https://cloud.tencent.com/document/product/215/15784)接口获取。
151
151
  :type SubnetId: str
152
152
  :param _LoadBalancerName: 网关负载均衡实例名称。可支持输入1-60个字符。不填写时默认自动生成。
153
153
  :type LoadBalancerName: str
@@ -155,7 +155,7 @@ class CreateGatewayLoadBalancerRequest(AbstractModel):
155
155
  :type Number: int
156
156
  :param _Tags: 购买网关负载均衡的同时,给负载均衡打上标签,最大支持20个标签键值对。
157
157
  :type Tags: list of TagInfo
158
- :param _LBChargeType: 网关负载均衡实例计费类型,当前只支持传POSTPAID_BY_HOUR,默认是POSTPAID_BY_HOUR。
158
+ :param _LBChargeType: 网关负载均衡实例计费类型,当前只支持传POSTPAID_BY_HOUR(按量计费),默认是POSTPAID_BY_HOUR。
159
159
  :type LBChargeType: str
160
160
  """
161
161
  self._VpcId = None
@@ -178,7 +178,7 @@ class CreateGatewayLoadBalancerRequest(AbstractModel):
178
178
 
179
179
  @property
180
180
  def SubnetId(self):
181
- """网关负载均衡后端目标设备所属的私有网络的子网ID
181
+ """网关负载均衡后端目标设备所属的私有网络的子网ID。可通过[DescribeSubnets](https://cloud.tencent.com/document/product/215/15784)接口获取。
182
182
  :rtype: str
183
183
  """
184
184
  return self._SubnetId
@@ -222,7 +222,7 @@ class CreateGatewayLoadBalancerRequest(AbstractModel):
222
222
 
223
223
  @property
224
224
  def LBChargeType(self):
225
- """网关负载均衡实例计费类型,当前只支持传POSTPAID_BY_HOUR,默认是POSTPAID_BY_HOUR。
225
+ """网关负载均衡实例计费类型,当前只支持传POSTPAID_BY_HOUR(按量计费),默认是POSTPAID_BY_HOUR。
226
226
  :rtype: str
227
227
  """
228
228
  return self._LBChargeType
@@ -262,11 +262,9 @@ class CreateGatewayLoadBalancerResponse(AbstractModel):
262
262
  def __init__(self):
263
263
  r"""
264
264
  :param _LoadBalancerIds: 由网关负载均衡实例唯一 ID 组成的数组。
265
- 存在某些场景,如创建出现延迟时,此字段可能返回为空;此时可以根据接口返回的RequestId或DealName参数,通过DescribeTaskStatus接口查询创建的资源ID。
266
- 注意:此字段可能返回 null,表示取不到有效值。
265
+ 存在某些场景,如创建出现延迟时,此字段可能返回为空;此时可以根据接口返回的RequestId或DealName参数,通过[DescribeTaskStatus](https://cloud.tencent.com/document/api/1782/111700)接口查询创建的资源ID。
267
266
  :type LoadBalancerIds: list of str
268
267
  :param _DealName: 订单号。
269
- 注意:此字段可能返回 null,表示取不到有效值。
270
268
  :type DealName: str
271
269
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
272
270
  :type RequestId: str
@@ -278,8 +276,7 @@ class CreateGatewayLoadBalancerResponse(AbstractModel):
278
276
  @property
279
277
  def LoadBalancerIds(self):
280
278
  """由网关负载均衡实例唯一 ID 组成的数组。
281
- 存在某些场景,如创建出现延迟时,此字段可能返回为空;此时可以根据接口返回的RequestId或DealName参数,通过DescribeTaskStatus接口查询创建的资源ID。
282
- 注意:此字段可能返回 null,表示取不到有效值。
279
+ 存在某些场景,如创建出现延迟时,此字段可能返回为空;此时可以根据接口返回的RequestId或DealName参数,通过[DescribeTaskStatus](https://cloud.tencent.com/document/api/1782/111700)接口查询创建的资源ID。
283
280
  :rtype: list of str
284
281
  """
285
282
  return self._LoadBalancerIds
@@ -291,7 +288,6 @@ class CreateGatewayLoadBalancerResponse(AbstractModel):
291
288
  @property
292
289
  def DealName(self):
293
290
  """订单号。
294
- 注意:此字段可能返回 null,表示取不到有效值。
295
291
  :rtype: str
296
292
  """
297
293
  return self._DealName
@@ -327,7 +323,7 @@ class CreateTargetGroupRequest(AbstractModel):
327
323
  r"""
328
324
  :param _TargetGroupName: 目标组名称,限定60个字符。
329
325
  :type TargetGroupName: str
330
- :param _VpcId: 目标组的vpcid属性,不填则使用默认vpc
326
+ :param _VpcId: 网关负载均衡后端目标组所属的网络 ID,如vpc-12345678,可以通过 [DescribeVpcs](https://cloud.tencent.com/document/product/215/15778) 接口获取。 不填此参数则默认为DefaultVPC。
331
327
  :type VpcId: str
332
328
  :param _Port: 目标组的默认端口, 后续添加服务器时可使用该默认端口。Port和TargetGroupInstances.N中的port二者必填其一。仅支持6081。
333
329
  :type Port: int
@@ -344,6 +340,8 @@ class CreateTargetGroupRequest(AbstractModel):
344
340
  :type ScheduleAlgorithm: str
345
341
  :param _AllDeadToAlive: 是否支持全死全活。默认支持。
346
342
  :type AllDeadToAlive: bool
343
+ :param _Tags: 标签。
344
+ :type Tags: list of TagInfo
347
345
  """
348
346
  self._TargetGroupName = None
349
347
  self._VpcId = None
@@ -353,6 +351,7 @@ class CreateTargetGroupRequest(AbstractModel):
353
351
  self._HealthCheck = None
354
352
  self._ScheduleAlgorithm = None
355
353
  self._AllDeadToAlive = None
354
+ self._Tags = None
356
355
 
357
356
  @property
358
357
  def TargetGroupName(self):
@@ -367,7 +366,7 @@ class CreateTargetGroupRequest(AbstractModel):
367
366
 
368
367
  @property
369
368
  def VpcId(self):
370
- """目标组的vpcid属性,不填则使用默认vpc
369
+ """网关负载均衡后端目标组所属的网络 ID,如vpc-12345678,可以通过 [DescribeVpcs](https://cloud.tencent.com/document/product/215/15778) 接口获取。 不填此参数则默认为DefaultVPC。
371
370
  :rtype: str
372
371
  """
373
372
  return self._VpcId
@@ -445,6 +444,17 @@ class CreateTargetGroupRequest(AbstractModel):
445
444
  def AllDeadToAlive(self, AllDeadToAlive):
446
445
  self._AllDeadToAlive = AllDeadToAlive
447
446
 
447
+ @property
448
+ def Tags(self):
449
+ """标签。
450
+ :rtype: list of TagInfo
451
+ """
452
+ return self._Tags
453
+
454
+ @Tags.setter
455
+ def Tags(self, Tags):
456
+ self._Tags = Tags
457
+
448
458
 
449
459
  def _deserialize(self, params):
450
460
  self._TargetGroupName = params.get("TargetGroupName")
@@ -462,6 +472,12 @@ class CreateTargetGroupRequest(AbstractModel):
462
472
  self._HealthCheck._deserialize(params.get("HealthCheck"))
463
473
  self._ScheduleAlgorithm = params.get("ScheduleAlgorithm")
464
474
  self._AllDeadToAlive = params.get("AllDeadToAlive")
475
+ if params.get("Tags") is not None:
476
+ self._Tags = []
477
+ for item in params.get("Tags"):
478
+ obj = TagInfo()
479
+ obj._deserialize(item)
480
+ self._Tags.append(obj)
465
481
  memeber_set = set(params.keys())
466
482
  for name, value in vars(self).items():
467
483
  property_name = name[1:]
@@ -522,14 +538,14 @@ class DeleteGatewayLoadBalancerRequest(AbstractModel):
522
538
 
523
539
  def __init__(self):
524
540
  r"""
525
- :param _LoadBalancerIds: 要删除的网关负载均衡实例 ID数组,数组大小最大支持20
541
+ :param _LoadBalancerIds: 要删除的网关负载均衡实例 ID数组,数组大小最大支持20。可通过[DescribeGatewayLoadBalancers](https://cloud.tencent.com/document/api/1782/111683) 接口获取。
526
542
  :type LoadBalancerIds: list of str
527
543
  """
528
544
  self._LoadBalancerIds = None
529
545
 
530
546
  @property
531
547
  def LoadBalancerIds(self):
532
- """要删除的网关负载均衡实例 ID数组,数组大小最大支持20
548
+ """要删除的网关负载均衡实例 ID数组,数组大小最大支持20。可通过[DescribeGatewayLoadBalancers](https://cloud.tencent.com/document/api/1782/111683) 接口获取。
533
549
  :rtype: list of str
534
550
  """
535
551
  return self._LoadBalancerIds
@@ -586,14 +602,14 @@ class DeleteTargetGroupsRequest(AbstractModel):
586
602
 
587
603
  def __init__(self):
588
604
  r"""
589
- :param _TargetGroupIds: 目标组ID列表。
605
+ :param _TargetGroupIds: 目标组ID列表。 可以通过接口[DescribeTargetGroups](https://cloud.tencent.com/document/product/214/40554)获取。
590
606
  :type TargetGroupIds: list of str
591
607
  """
592
608
  self._TargetGroupIds = None
593
609
 
594
610
  @property
595
611
  def TargetGroupIds(self):
596
- """目标组ID列表。
612
+ """目标组ID列表。 可以通过接口[DescribeTargetGroups](https://cloud.tencent.com/document/product/214/40554)获取。
597
613
  :rtype: list of str
598
614
  """
599
615
  return self._TargetGroupIds
@@ -650,7 +666,7 @@ class DeregisterTargetGroupInstancesRequest(AbstractModel):
650
666
 
651
667
  def __init__(self):
652
668
  r"""
653
- :param _TargetGroupId: 目标组ID
669
+ :param _TargetGroupId: 目标组ID。可通过[DescribeTargetGroupList](https://cloud.tencent.com/document/api/1782/111692)接口获取。
654
670
  :type TargetGroupId: str
655
671
  :param _TargetGroupInstances: 待解绑的服务器信息。
656
672
  :type TargetGroupInstances: list of TargetGroupInstance
@@ -660,7 +676,7 @@ class DeregisterTargetGroupInstancesRequest(AbstractModel):
660
676
 
661
677
  @property
662
678
  def TargetGroupId(self):
663
- """目标组ID
679
+ """目标组ID。可通过[DescribeTargetGroupList](https://cloud.tencent.com/document/api/1782/111692)接口获取。
664
680
  :rtype: str
665
681
  """
666
682
  return self._TargetGroupId
@@ -908,7 +924,7 @@ class DescribeTargetGroupInstanceStatusRequest(AbstractModel):
908
924
 
909
925
  def __init__(self):
910
926
  r"""
911
- :param _TargetGroupId: 目标组唯一id
927
+ :param _TargetGroupId: 目标组唯一id。可通过[DescribeTargetGroupList](https://cloud.tencent.com/document/api/1782/111692)接口获取。
912
928
  :type TargetGroupId: str
913
929
  :param _TargetGroupInstanceIps: 目标组绑定的后端服务ip列表
914
930
  :type TargetGroupInstanceIps: list of str
@@ -918,7 +934,7 @@ class DescribeTargetGroupInstanceStatusRequest(AbstractModel):
918
934
 
919
935
  @property
920
936
  def TargetGroupId(self):
921
- """目标组唯一id
937
+ """目标组唯一id。可通过[DescribeTargetGroupList](https://cloud.tencent.com/document/api/1782/111692)接口获取。
922
938
  :rtype: str
923
939
  """
924
940
  return self._TargetGroupId
@@ -1009,11 +1025,11 @@ class DescribeTargetGroupInstancesRequest(AbstractModel):
1009
1025
  r"""
1010
1026
  :param _Filters: 过滤条件,当前仅支持TargetGroupId,BindIP,InstanceId过滤。
1011
1027
 
1012
- - TargetGroupId - String - 是否必填:否 - (过滤条件)目标组ID,如“lbtg-5xunivs0”。
1013
- - BindIP - String - 是否必填:否 - (过滤条件)目标组绑定实例的IP地址,如“10.1.1.1
1014
- - InstanceId - String - 是否必填:否 - (过滤条件)目标组绑定实例的名称,如“ins_name”
1028
+ - TargetGroupId - String - 是否必填:否 - (过滤条件)目标组ID,如“lbtg-5xunivs0”。可通过[DescribeTargetGroupList](https://cloud.tencent.com/document/api/1782/111692)接口获取。
1029
+ - BindIP - String - 是否必填:否 - (过滤条件)目标组绑定实例的内网IP地址,如“10.1.1.1”。
1030
+ - InstanceId - String - 是否必填:否 - (过滤条件)目标组绑定实例的名称,如“ins-mxzlf9ke”。可通过[DescribeInstances](https://cloud.tencent.com/document/product/213/15728) 接口获取。
1015
1031
  :type Filters: list of Filter
1016
- :param _Limit: 显示数量限制,默认20。
1032
+ :param _Limit: 显示数量限制,默认20,最大1000
1017
1033
  :type Limit: int
1018
1034
  :param _Offset: 显示的偏移量,默认为0。
1019
1035
  :type Offset: int
@@ -1026,9 +1042,9 @@ class DescribeTargetGroupInstancesRequest(AbstractModel):
1026
1042
  def Filters(self):
1027
1043
  """过滤条件,当前仅支持TargetGroupId,BindIP,InstanceId过滤。
1028
1044
 
1029
- - TargetGroupId - String - 是否必填:否 - (过滤条件)目标组ID,如“lbtg-5xunivs0”。
1030
- - BindIP - String - 是否必填:否 - (过滤条件)目标组绑定实例的IP地址,如“10.1.1.1
1031
- - InstanceId - String - 是否必填:否 - (过滤条件)目标组绑定实例的名称,如“ins_name”
1045
+ - TargetGroupId - String - 是否必填:否 - (过滤条件)目标组ID,如“lbtg-5xunivs0”。可通过[DescribeTargetGroupList](https://cloud.tencent.com/document/api/1782/111692)接口获取。
1046
+ - BindIP - String - 是否必填:否 - (过滤条件)目标组绑定实例的内网IP地址,如“10.1.1.1”。
1047
+ - InstanceId - String - 是否必填:否 - (过滤条件)目标组绑定实例的名称,如“ins-mxzlf9ke”。可通过[DescribeInstances](https://cloud.tencent.com/document/product/213/15728) 接口获取。
1032
1048
  :rtype: list of Filter
1033
1049
  """
1034
1050
  return self._Filters
@@ -1039,7 +1055,7 @@ class DescribeTargetGroupInstancesRequest(AbstractModel):
1039
1055
 
1040
1056
  @property
1041
1057
  def Limit(self):
1042
- """显示数量限制,默认20。
1058
+ """显示数量限制,默认20,最大1000
1043
1059
  :rtype: int
1044
1060
  """
1045
1061
  return self._Limit
@@ -1168,12 +1184,12 @@ class DescribeTargetGroupListRequest(AbstractModel):
1168
1184
  :type TargetGroupIds: list of str
1169
1185
  :param _Filters: 过滤条件数组。
1170
1186
 
1171
- - TargetGroupVpcId - String - 是否必填:否 - (过滤条件)按照目标组所属的私有网络过滤,如“vpc-bhqk****”。
1187
+ - TargetGroupVpcId - String - 是否必填:否 - (过滤条件)按照目标组所属的私有网络过滤,可以通过[DescribeVpcs](https://cloud.tencent.com/document/product/215/15778)获取,如“vpc-bhqk****”。
1172
1188
  - TargetGroupName - String - 是否必填:否 - (过滤条件)按照目标组的名称过滤,如“tg_name”
1173
1189
  :type Filters: list of Filter
1174
- :param _Offset: 显示的偏移起始量。
1190
+ :param _Offset: 显示的偏移起始量,默认为0。
1175
1191
  :type Offset: int
1176
- :param _Limit: 显示条数限制,默认为20。
1192
+ :param _Limit: 显示条数限制,默认为20,最大值为1000
1177
1193
  :type Limit: int
1178
1194
  """
1179
1195
  self._TargetGroupIds = None
@@ -1196,7 +1212,7 @@ class DescribeTargetGroupListRequest(AbstractModel):
1196
1212
  def Filters(self):
1197
1213
  """过滤条件数组。
1198
1214
 
1199
- - TargetGroupVpcId - String - 是否必填:否 - (过滤条件)按照目标组所属的私有网络过滤,如“vpc-bhqk****”。
1215
+ - TargetGroupVpcId - String - 是否必填:否 - (过滤条件)按照目标组所属的私有网络过滤,可以通过[DescribeVpcs](https://cloud.tencent.com/document/product/215/15778)获取,如“vpc-bhqk****”。
1200
1216
  - TargetGroupName - String - 是否必填:否 - (过滤条件)按照目标组的名称过滤,如“tg_name”
1201
1217
  :rtype: list of Filter
1202
1218
  """
@@ -1208,7 +1224,7 @@ class DescribeTargetGroupListRequest(AbstractModel):
1208
1224
 
1209
1225
  @property
1210
1226
  def Offset(self):
1211
- """显示的偏移起始量。
1227
+ """显示的偏移起始量,默认为0。
1212
1228
  :rtype: int
1213
1229
  """
1214
1230
  return self._Offset
@@ -1219,7 +1235,7 @@ class DescribeTargetGroupListRequest(AbstractModel):
1219
1235
 
1220
1236
  @property
1221
1237
  def Limit(self):
1222
- """显示条数限制,默认为20。
1238
+ """显示条数限制,默认为20,最大值为1000
1223
1239
  :rtype: int
1224
1240
  """
1225
1241
  return self._Limit
@@ -1319,15 +1335,14 @@ class DescribeTargetGroupsRequest(AbstractModel):
1319
1335
 
1320
1336
  def __init__(self):
1321
1337
  r"""
1322
- :param _TargetGroupIds: 目标组ID,与Filters互斥。
1338
+ :param _TargetGroupIds: 目标组ID
1323
1339
  :type TargetGroupIds: list of str
1324
- :param _Limit: 显示条数限制,默认为20。
1340
+ :param _Limit: 显示条数限制,默认为20,最大值为1000
1325
1341
  :type Limit: int
1326
- :param _Offset: 显示的偏移起始量。
1342
+ :param _Offset: 显示的偏移起始量,默认为0。
1327
1343
  :type Offset: int
1328
1344
  :param _Filters: 过滤条件数组。
1329
-
1330
- - TargetGroupVpcId - String - 是否必填:否 - (过滤条件)按照目标组所属的私有网络过滤,如“vpc-bhqk****”。
1345
+ - TargetGroupVpcId - String - 是否必填:否 - (过滤条件)按照目标组所属的私有网络过滤,可以通过[DescribeVpcs](https://cloud.tencent.com/document/product/215/15778)获取,如“vpc-bhqk****”。
1331
1346
  - TargetGroupName - String - 是否必填:否 - (过滤条件)按照目标组的名称过滤,如“tg_name”
1332
1347
  :type Filters: list of Filter
1333
1348
  """
@@ -1338,7 +1353,7 @@ class DescribeTargetGroupsRequest(AbstractModel):
1338
1353
 
1339
1354
  @property
1340
1355
  def TargetGroupIds(self):
1341
- """目标组ID,与Filters互斥。
1356
+ """目标组ID
1342
1357
  :rtype: list of str
1343
1358
  """
1344
1359
  return self._TargetGroupIds
@@ -1349,7 +1364,7 @@ class DescribeTargetGroupsRequest(AbstractModel):
1349
1364
 
1350
1365
  @property
1351
1366
  def Limit(self):
1352
- """显示条数限制,默认为20。
1367
+ """显示条数限制,默认为20,最大值为1000
1353
1368
  :rtype: int
1354
1369
  """
1355
1370
  return self._Limit
@@ -1360,7 +1375,7 @@ class DescribeTargetGroupsRequest(AbstractModel):
1360
1375
 
1361
1376
  @property
1362
1377
  def Offset(self):
1363
- """显示的偏移起始量。
1378
+ """显示的偏移起始量,默认为0。
1364
1379
  :rtype: int
1365
1380
  """
1366
1381
  return self._Offset
@@ -1372,8 +1387,7 @@ class DescribeTargetGroupsRequest(AbstractModel):
1372
1387
  @property
1373
1388
  def Filters(self):
1374
1389
  """过滤条件数组。
1375
-
1376
- - TargetGroupVpcId - String - 是否必填:否 - (过滤条件)按照目标组所属的私有网络过滤,如“vpc-bhqk****”。
1390
+ - TargetGroupVpcId - String - 是否必填:否 - (过滤条件)按照目标组所属的私有网络过滤,可以通过[DescribeVpcs](https://cloud.tencent.com/document/product/215/15778)获取,如“vpc-bhqk****”。
1377
1391
  - TargetGroupName - String - 是否必填:否 - (过滤条件)按照目标组的名称过滤,如“tg_name”
1378
1392
  :rtype: list of Filter
1379
1393
  """
@@ -2027,10 +2041,8 @@ class ItemPrice(AbstractModel):
2027
2041
  def __init__(self):
2028
2042
  r"""
2029
2043
  :param _UnitPrice: 后付费单价,单位:元。
2030
- 注意:此字段可能返回 null,表示取不到有效值。
2031
2044
  :type UnitPrice: float
2032
2045
  :param _ChargeUnit: 后付费计价单元,可取值范围: HOUR:表示计价单元是按每小时来计算。当前涉及该计价单元的场景有:实例按小时后付费(POSTPAID_BY_HOUR)。
2033
- 注意:此字段可能返回 null,表示取不到有效值。
2034
2046
  :type ChargeUnit: str
2035
2047
  :param _OriginalPrice: 预支费用的原价,单位:元。
2036
2048
  注意:此字段可能返回 null,表示取不到有效值。
@@ -2039,10 +2051,8 @@ class ItemPrice(AbstractModel):
2039
2051
  注意:此字段可能返回 null,表示取不到有效值。
2040
2052
  :type DiscountPrice: float
2041
2053
  :param _UnitPriceDiscount: 后付费的折扣单价,单位:元。
2042
- 注意:此字段可能返回 null,表示取不到有效值。
2043
2054
  :type UnitPriceDiscount: float
2044
2055
  :param _Discount: 折扣,如20.0代表2折。
2045
- 注意:此字段可能返回 null,表示取不到有效值。
2046
2056
  :type Discount: float
2047
2057
  """
2048
2058
  self._UnitPrice = None
@@ -2055,7 +2065,6 @@ class ItemPrice(AbstractModel):
2055
2065
  @property
2056
2066
  def UnitPrice(self):
2057
2067
  """后付费单价,单位:元。
2058
- 注意:此字段可能返回 null,表示取不到有效值。
2059
2068
  :rtype: float
2060
2069
  """
2061
2070
  return self._UnitPrice
@@ -2067,7 +2076,6 @@ class ItemPrice(AbstractModel):
2067
2076
  @property
2068
2077
  def ChargeUnit(self):
2069
2078
  """后付费计价单元,可取值范围: HOUR:表示计价单元是按每小时来计算。当前涉及该计价单元的场景有:实例按小时后付费(POSTPAID_BY_HOUR)。
2070
- 注意:此字段可能返回 null,表示取不到有效值。
2071
2079
  :rtype: str
2072
2080
  """
2073
2081
  return self._ChargeUnit
@@ -2103,7 +2111,6 @@ class ItemPrice(AbstractModel):
2103
2111
  @property
2104
2112
  def UnitPriceDiscount(self):
2105
2113
  """后付费的折扣单价,单位:元。
2106
- 注意:此字段可能返回 null,表示取不到有效值。
2107
2114
  :rtype: float
2108
2115
  """
2109
2116
  return self._UnitPriceDiscount
@@ -2115,7 +2122,6 @@ class ItemPrice(AbstractModel):
2115
2122
  @property
2116
2123
  def Discount(self):
2117
2124
  """折扣,如20.0代表2折。
2118
- 注意:此字段可能返回 null,表示取不到有效值。
2119
2125
  :rtype: float
2120
2126
  """
2121
2127
  return self._Discount
@@ -2149,7 +2155,7 @@ class ModifyGatewayLoadBalancerAttributeRequest(AbstractModel):
2149
2155
 
2150
2156
  def __init__(self):
2151
2157
  r"""
2152
- :param _LoadBalancerId: 网关负载均衡的唯一ID
2158
+ :param _LoadBalancerId: 网关负载均衡的唯一ID。可通过[DescribeGatewayLoadBalancers](https://cloud.tencent.com/document/api/1782/111683) 接口获取。
2153
2159
  :type LoadBalancerId: str
2154
2160
  :param _LoadBalancerName: 网关负载均衡实例名称。可支持输入1-60个字符。
2155
2161
  :type LoadBalancerName: str
@@ -2162,7 +2168,7 @@ class ModifyGatewayLoadBalancerAttributeRequest(AbstractModel):
2162
2168
 
2163
2169
  @property
2164
2170
  def LoadBalancerId(self):
2165
- """网关负载均衡的唯一ID
2171
+ """网关负载均衡的唯一ID。可通过[DescribeGatewayLoadBalancers](https://cloud.tencent.com/document/api/1782/111683) 接口获取。
2166
2172
  :rtype: str
2167
2173
  """
2168
2174
  return self._LoadBalancerId
@@ -2243,7 +2249,7 @@ class ModifyTargetGroupAttributeRequest(AbstractModel):
2243
2249
 
2244
2250
  def __init__(self):
2245
2251
  r"""
2246
- :param _TargetGroupId: 目标组的ID
2252
+ :param _TargetGroupId: 目标组的ID,可以通过[DescribeTargetGroups](https://cloud.tencent.com/document/product/214/40554)获取。
2247
2253
  :type TargetGroupId: str
2248
2254
  :param _TargetGroupName: 目标组的新名称。
2249
2255
  :type TargetGroupName: str
@@ -2259,7 +2265,7 @@ class ModifyTargetGroupAttributeRequest(AbstractModel):
2259
2265
 
2260
2266
  @property
2261
2267
  def TargetGroupId(self):
2262
- """目标组的ID
2268
+ """目标组的ID,可以通过[DescribeTargetGroups](https://cloud.tencent.com/document/product/214/40554)获取。
2263
2269
  :rtype: str
2264
2270
  """
2265
2271
  return self._TargetGroupId
@@ -2354,7 +2360,7 @@ class ModifyTargetGroupInstancesWeightRequest(AbstractModel):
2354
2360
 
2355
2361
  def __init__(self):
2356
2362
  r"""
2357
- :param _TargetGroupId: 目标组ID
2363
+ :param _TargetGroupId: 目标组ID。可通过[DescribeTargetGroupList](https://cloud.tencent.com/document/api/1782/111692)接口获取。
2358
2364
  :type TargetGroupId: str
2359
2365
  :param _TargetGroupInstances: 实例绑定配置数组。
2360
2366
  :type TargetGroupInstances: list of TargetGroupInstance
@@ -2364,7 +2370,7 @@ class ModifyTargetGroupInstancesWeightRequest(AbstractModel):
2364
2370
 
2365
2371
  @property
2366
2372
  def TargetGroupId(self):
2367
- """目标组ID
2373
+ """目标组ID。可通过[DescribeTargetGroupList](https://cloud.tencent.com/document/api/1782/111692)接口获取。
2368
2374
  :rtype: str
2369
2375
  """
2370
2376
  return self._TargetGroupId
@@ -2439,10 +2445,8 @@ class Price(AbstractModel):
2439
2445
  def __init__(self):
2440
2446
  r"""
2441
2447
  :param _InstancePrice: 描述了实例价格。
2442
- 注意:此字段可能返回 null,表示取不到有效值。
2443
2448
  :type InstancePrice: :class:`tencentcloud.gwlb.v20240906.models.ItemPrice`
2444
2449
  :param _LcuPrice: 描述了GLCU的价格。
2445
- 注意:此字段可能返回 null,表示取不到有效值。
2446
2450
  :type LcuPrice: :class:`tencentcloud.gwlb.v20240906.models.ItemPrice`
2447
2451
  """
2448
2452
  self._InstancePrice = None
@@ -2451,7 +2455,6 @@ class Price(AbstractModel):
2451
2455
  @property
2452
2456
  def InstancePrice(self):
2453
2457
  """描述了实例价格。
2454
- 注意:此字段可能返回 null,表示取不到有效值。
2455
2458
  :rtype: :class:`tencentcloud.gwlb.v20240906.models.ItemPrice`
2456
2459
  """
2457
2460
  return self._InstancePrice
@@ -2463,7 +2466,6 @@ class Price(AbstractModel):
2463
2466
  @property
2464
2467
  def LcuPrice(self):
2465
2468
  """描述了GLCU的价格。
2466
- 注意:此字段可能返回 null,表示取不到有效值。
2467
2469
  :rtype: :class:`tencentcloud.gwlb.v20240906.models.ItemPrice`
2468
2470
  """
2469
2471
  return self._LcuPrice
@@ -2497,7 +2499,7 @@ class RegisterTargetGroupInstancesRequest(AbstractModel):
2497
2499
 
2498
2500
  def __init__(self):
2499
2501
  r"""
2500
- :param _TargetGroupId: 目标组ID
2502
+ :param _TargetGroupId: 目标组ID。可通过[DescribeTargetGroupList](https://cloud.tencent.com/document/api/1782/111692)接口获取。
2501
2503
  :type TargetGroupId: str
2502
2504
  :param _TargetGroupInstances: 服务器实例数组
2503
2505
  :type TargetGroupInstances: list of TargetGroupInstance
@@ -2507,7 +2509,7 @@ class RegisterTargetGroupInstancesRequest(AbstractModel):
2507
2509
 
2508
2510
  @property
2509
2511
  def TargetGroupId(self):
2510
- """目标组ID
2512
+ """目标组ID。可通过[DescribeTargetGroupList](https://cloud.tencent.com/document/api/1782/111692)接口获取。
2511
2513
  :rtype: str
2512
2514
  """
2513
2515
  return self._TargetGroupId
@@ -2632,9 +2634,9 @@ class TargetGroupAssociation(AbstractModel):
2632
2634
 
2633
2635
  def __init__(self):
2634
2636
  r"""
2635
- :param _LoadBalancerId: 网关负载均衡实例ID。
2637
+ :param _LoadBalancerId: 网关负载均衡实例ID,可以通过[DescribeGatewayLoadBalancers](https://cloud.tencent.com/document/product/1782/111683)获取网关负载均衡ID
2636
2638
  :type LoadBalancerId: str
2637
- :param _TargetGroupId: 目标组ID。
2639
+ :param _TargetGroupId: 目标组ID,可以通过[DescribeTargetGroups](https://cloud.tencent.com/document/product/214/40554)获取目标组ID
2638
2640
  :type TargetGroupId: str
2639
2641
  """
2640
2642
  self._LoadBalancerId = None
@@ -2642,7 +2644,7 @@ class TargetGroupAssociation(AbstractModel):
2642
2644
 
2643
2645
  @property
2644
2646
  def LoadBalancerId(self):
2645
- """网关负载均衡实例ID。
2647
+ """网关负载均衡实例ID,可以通过[DescribeGatewayLoadBalancers](https://cloud.tencent.com/document/product/1782/111683)获取网关负载均衡ID
2646
2648
  :rtype: str
2647
2649
  """
2648
2650
  return self._LoadBalancerId
@@ -2653,7 +2655,7 @@ class TargetGroupAssociation(AbstractModel):
2653
2655
 
2654
2656
  @property
2655
2657
  def TargetGroupId(self):
2656
- """目标组ID。
2658
+ """目标组ID,可以通过[DescribeTargetGroups](https://cloud.tencent.com/document/product/214/40554)获取目标组ID
2657
2659
  :rtype: str
2658
2660
  """
2659
2661
  return self._TargetGroupId
@@ -2694,22 +2696,16 @@ class TargetGroupBackend(AbstractModel):
2694
2696
  :param _Weight: 后端服务的转发权重,取值为0或16
2695
2697
  :type Weight: int
2696
2698
  :param _PublicIpAddresses: 后端服务的外网 IP
2697
- 注意:此字段可能返回 null,表示取不到有效值。
2698
2699
  :type PublicIpAddresses: list of str
2699
2700
  :param _PrivateIpAddresses: 后端服务的内网 IP
2700
- 注意:此字段可能返回 null,表示取不到有效值。
2701
2701
  :type PrivateIpAddresses: list of str
2702
2702
  :param _InstanceName: 后端服务的实例名称
2703
- 注意:此字段可能返回 null,表示取不到有效值。
2704
2703
  :type InstanceName: str
2705
2704
  :param _RegisteredTime: 后端服务被绑定的时间
2706
- 注意:此字段可能返回 null,表示取不到有效值。
2707
2705
  :type RegisteredTime: str
2708
2706
  :param _EniId: 弹性网卡唯一ID
2709
- 注意:此字段可能返回 null,表示取不到有效值。
2710
2707
  :type EniId: str
2711
2708
  :param _ZoneId: 后端服务的可用区ID
2712
- 注意:此字段可能返回 null,表示取不到有效值。
2713
2709
  :type ZoneId: int
2714
2710
  """
2715
2711
  self._TargetGroupId = None
@@ -2782,7 +2778,6 @@ class TargetGroupBackend(AbstractModel):
2782
2778
  @property
2783
2779
  def PublicIpAddresses(self):
2784
2780
  """后端服务的外网 IP
2785
- 注意:此字段可能返回 null,表示取不到有效值。
2786
2781
  :rtype: list of str
2787
2782
  """
2788
2783
  return self._PublicIpAddresses
@@ -2794,7 +2789,6 @@ class TargetGroupBackend(AbstractModel):
2794
2789
  @property
2795
2790
  def PrivateIpAddresses(self):
2796
2791
  """后端服务的内网 IP
2797
- 注意:此字段可能返回 null,表示取不到有效值。
2798
2792
  :rtype: list of str
2799
2793
  """
2800
2794
  return self._PrivateIpAddresses
@@ -2806,7 +2800,6 @@ class TargetGroupBackend(AbstractModel):
2806
2800
  @property
2807
2801
  def InstanceName(self):
2808
2802
  """后端服务的实例名称
2809
- 注意:此字段可能返回 null,表示取不到有效值。
2810
2803
  :rtype: str
2811
2804
  """
2812
2805
  return self._InstanceName
@@ -2818,7 +2811,6 @@ class TargetGroupBackend(AbstractModel):
2818
2811
  @property
2819
2812
  def RegisteredTime(self):
2820
2813
  """后端服务被绑定的时间
2821
- 注意:此字段可能返回 null,表示取不到有效值。
2822
2814
  :rtype: str
2823
2815
  """
2824
2816
  return self._RegisteredTime
@@ -2830,7 +2822,6 @@ class TargetGroupBackend(AbstractModel):
2830
2822
  @property
2831
2823
  def EniId(self):
2832
2824
  """弹性网卡唯一ID
2833
- 注意:此字段可能返回 null,表示取不到有效值。
2834
2825
  :rtype: str
2835
2826
  """
2836
2827
  return self._EniId
@@ -2842,7 +2833,6 @@ class TargetGroupBackend(AbstractModel):
2842
2833
  @property
2843
2834
  def ZoneId(self):
2844
2835
  """后端服务的可用区ID
2845
- 注意:此字段可能返回 null,表示取不到有效值。
2846
2836
  :rtype: int
2847
2837
  """
2848
2838
  return self._ZoneId
@@ -2895,9 +2885,9 @@ class TargetGroupHealthCheck(AbstractModel):
2895
2885
  :type Timeout: int
2896
2886
  :param _IntervalTime: 检测间隔时间。 默认为5秒。 可配置范围:2 - 300秒。
2897
2887
  :type IntervalTime: int
2898
- :param _HealthNum: 检测健康阈值。 默认为3秒。 可配置范围:2 - 10次。
2888
+ :param _HealthNum: 检测健康阈值。 默认为3次。 可配置范围:2 - 10次。
2899
2889
  :type HealthNum: int
2900
- :param _UnHealthNum: 检测不健康阈值。 默认为3秒。 可配置范围:2 - 10次。
2890
+ :param _UnHealthNum: 检测不健康阈值。 默认为3次。 可配置范围:2 - 10次。
2901
2891
  :type UnHealthNum: int
2902
2892
  """
2903
2893
  self._HealthSwitch = None
@@ -2969,7 +2959,7 @@ class TargetGroupHealthCheck(AbstractModel):
2969
2959
 
2970
2960
  @property
2971
2961
  def HealthNum(self):
2972
- """检测健康阈值。 默认为3秒。 可配置范围:2 - 10次。
2962
+ """检测健康阈值。 默认为3次。 可配置范围:2 - 10次。
2973
2963
  :rtype: int
2974
2964
  """
2975
2965
  return self._HealthNum
@@ -2980,7 +2970,7 @@ class TargetGroupHealthCheck(AbstractModel):
2980
2970
 
2981
2971
  @property
2982
2972
  def UnHealthNum(self):
2983
- """检测不健康阈值。 默认为3秒。 可配置范围:2 - 10次。
2973
+ """检测不健康阈值。 默认为3次。 可配置范围:2 - 10次。
2984
2974
  :rtype: int
2985
2975
  """
2986
2976
  return self._UnHealthNum
@@ -3052,6 +3042,8 @@ class TargetGroupInfo(AbstractModel):
3052
3042
  :param _RegisteredInstancesCount: 目标组内的实例数量。
3053
3043
  注意:此字段可能返回 null,表示取不到有效值。
3054
3044
  :type RegisteredInstancesCount: int
3045
+ :param _Tag: 目标组的标签。
3046
+ :type Tag: list of TagInfo
3055
3047
  """
3056
3048
  self._TargetGroupId = None
3057
3049
  self._VpcId = None
@@ -3066,6 +3058,7 @@ class TargetGroupInfo(AbstractModel):
3066
3058
  self._AllDeadToAlive = None
3067
3059
  self._AssociatedRuleCount = None
3068
3060
  self._RegisteredInstancesCount = None
3061
+ self._Tag = None
3069
3062
 
3070
3063
  @property
3071
3064
  def TargetGroupId(self):
@@ -3221,6 +3214,17 @@ class TargetGroupInfo(AbstractModel):
3221
3214
  def RegisteredInstancesCount(self, RegisteredInstancesCount):
3222
3215
  self._RegisteredInstancesCount = RegisteredInstancesCount
3223
3216
 
3217
+ @property
3218
+ def Tag(self):
3219
+ """目标组的标签。
3220
+ :rtype: list of TagInfo
3221
+ """
3222
+ return self._Tag
3223
+
3224
+ @Tag.setter
3225
+ def Tag(self, Tag):
3226
+ self._Tag = Tag
3227
+
3224
3228
 
3225
3229
  def _deserialize(self, params):
3226
3230
  self._TargetGroupId = params.get("TargetGroupId")
@@ -3243,6 +3247,12 @@ class TargetGroupInfo(AbstractModel):
3243
3247
  self._AllDeadToAlive = params.get("AllDeadToAlive")
3244
3248
  self._AssociatedRuleCount = params.get("AssociatedRuleCount")
3245
3249
  self._RegisteredInstancesCount = params.get("RegisteredInstancesCount")
3250
+ if params.get("Tag") is not None:
3251
+ self._Tag = []
3252
+ for item in params.get("Tag"):
3253
+ obj = TagInfo()
3254
+ obj._deserialize(item)
3255
+ self._Tag.append(obj)
3246
3256
  memeber_set = set(params.keys())
3247
3257
  for name, value in vars(self).items():
3248
3258
  property_name = name[1:]