tccli-intl-en 3.1.3.1__py2.py3-none-any.whl → 3.1.4.1__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.
@@ -1,7 +1,21 @@
1
1
  {
2
2
  "actions": {
3
+ "AddCustomizedConfig": {
4
+ "document": "This API is used to add new personalized configurations and prepare for decommissioning. Please use SetCustomizedConfigForLoadBalancer.",
5
+ "input": "AddCustomizedConfigRequest",
6
+ "name": "Add a personalized configuration",
7
+ "output": "AddCustomizedConfigResponse",
8
+ "status": "online"
9
+ },
10
+ "AssociateCustomizedConfig": {
11
+ "document": "This API is used to associate configurations with a server or location based on the configuration type. It is preparing for decommissioning, please use SetCustomizedConfigForLoadBalancer.",
12
+ "input": "AssociateCustomizedConfigRequest",
13
+ "name": "Associate a personalized configuration",
14
+ "output": "AssociateCustomizedConfigResponse",
15
+ "status": "online"
16
+ },
3
17
  "AssociateTargetGroups": {
4
- "document": "This API is used to bind target groups to CLB listeners (layer-4 protocol) or forwarding rules (layer-7 protocol).\nThis is an async API. After it is returned successfully, you can call the `DescribeTaskStatus` API with the returned `RequestID` as an input parameter to check whether this task is successful.",
18
+ "document": "This API is used to bind target groups to Cloud Load Balancer listeners (Layer-4 protocol) or forwarding rules (L7 protocol).\nThis API is asynchronous. After it returns a successful result, you need to call the [DescribeTaskStatus](https://www.tencentcloud.comom/document/product/214/30683?from_cn_redirect=1) API with the returned RequestID as input parameter to check whether this task is successful.\nThis API is used to describe restrictions.\n-Binding a legacy version target group to a Layer-4 listener requires the listener to have backend target groups enabled.\n-Layer-7 bind target group. LocationId is a required item in the data structure TargetGroupAssociation.\n-The VPC of the Cloud Load Balancer must match the VPC of the target group.",
5
19
  "input": "AssociateTargetGroupsRequest",
6
20
  "name": "Binds target groups to rules",
7
21
  "output": "AssociateTargetGroupsResponse",
@@ -29,7 +43,7 @@
29
43
  "status": "online"
30
44
  },
31
45
  "BatchModifyTargetWeight": {
32
- "document": "This API is used to modify forwarding weights of real servers bound to CLB listeners in batches. Up to 500 servers can be unbound in a batch. As this API is async, you should check whether the task is successful by passing the RequestId returned to the API call `DescribeTaskStatus`.<br/> This API is supported by CLB layer-4 and layer-7 listeners, but not Classis CLB counterparts.\n",
46
+ "document": "The BatchModifyTargetWeight API is used to batch modify the forwarding weight of backend machines bound to a CLB listener. The maximum resource quantity for batch modification is 500. This is an asynchronous API. After it returns a successful result, you need to call the DescribeTaskStatus API with the returned RequestID as input parameter to check whether this task is successful. This API supports both layer-4 and layer-7 CLB listeners but is unsupported for classic CLB.",
33
47
  "input": "BatchModifyTargetWeightRequest",
34
48
  "name": "Batch modifies the forwarding weights of real servers bound to a listener",
35
49
  "output": "BatchModifyTargetWeightResponse",
@@ -43,7 +57,7 @@
43
57
  "status": "online"
44
58
  },
45
59
  "CloneLoadBalancer": {
46
- "document": "This API is used to clone a CLB instance. CLB instance cloning indicates copying a specified CLB instance to create one with the same rules and binding relationships. The operation of this cloning API is asynchronous. The cloned data is based on the state when CloneLoadBalancer is called. If the cloned CLB instance changes after CloneLoadBalancer is called, the changed rules will not be cloned.Note: You can query the instance creation status by calling the [DescribeTaskStatus](https://intl.cloud.tencent.com/document/product/214/30683?from_cn_redirect=1) API with the returned requestId.RestrictionsInstance attribute restrictions:- Instances billed in pay-as-you-go and monthly subscription modes can be cloned. For a new instance cloned from a monthly subscription instance, its network billing mode will switch to billing by hourly bandwidth, but its bandwidth and specifications will remain the same as the settings of the original instance.- CLB instances not associated with any billable items cannot be cloned.- Classic CLB instances and CLB instances with Anti-DDoS Pro cannot be cloned.- Classic network-based instances cannot be cloned.- Anycast instances cannot be cloned.- IPv6 NAT64 instances cannot be cloned.- Blocked or frozen instances cannot be cloned.- Before cloning an instance, make sure that all certificates used on the instance have not expired; otherwise, the cloning will fail.Quota restrictions:- Instances with more than 50 listeners cannot be cloned.- Shared instances with the public network bandwidth cap exceeding 2 Gbps cannot be cloned.API calling restrictions:The bandwidth package ID must be input for BGP bandwidth packages.Corresponding parameters should be input for cloning of an exclusive cluster; otherwise, a shared instance will be created.The feature is in beta test. You can submit a [beta test application](https://intl.cloud.tencent.com/apply/p/1akuvsmyn0g?from_cn_redirect=1).",
60
+ "document": "This API is used to clone a load balancing instance with identical rules and binding relationships based on the designated Cloud Load Balancer. The cloning process is an asynchronous operation. The cloned data is based on the status when calling CloneLoadBalancer. If the source CLB changes after calling CloneLoadBalancer, the change rules will not be cloned.\n\nNote: The instance creation status can be queried based on the returned requestId by accessing the DescribeTaskStatus API (https://www.tencentcloud.comom/document/product/214/30683?from_cn_redirect=1).\n\nThis API is used to describe restriction descriptions.\nThis API is used to set instance attribute restrictions.\n-The cloning feature supports both pay-as-you-go and monthly subscription instances. For cloned monthly subscription instances, the new instance's network billing mode switches to billing by hourly bandwidth, with its bandwidth and specifications remaining consistent with the settings of the original instance.\n-CLB instances not associated with billable items cannot be cloned (historic free activity creation).\n-Classic CLB instances and Anti-DDoS CLBs cannot be cloned.\n-Cloning of classic network-based instances is not supported.\n-Anycast instances cannot be cloned.\n-IPv6 NAT64 edition instances cannot be cloned.\n-Blocked or frozen instances cannot be cloned.\n-Before performing the cloning operation, make sure that all certificates used on the instance have not expired, otherwise cloning will fail.\nThis API is used to set quota dimension restrictions.\n-Cloning is not supported when the number of instance listeners exceeds 50.\n-Cloning is not supported when the public network bandwidth cap of a shared instance exceeds 2G.\n\nThis API is used to call APIs.\nThis API is used to specify the BGP bandwidth package ID.\nThis API is used to perform exclusive cluster cloning with corresponding parameters, otherwise shared instance creation will be used.",
47
61
  "input": "CloneLoadBalancerRequest",
48
62
  "name": "Clones a CLB instance",
49
63
  "output": "CloneLoadBalancerResponse",
@@ -71,14 +85,14 @@
71
85
  "status": "online"
72
86
  },
73
87
  "CreateLoadBalancerSnatIps": {
74
- "document": "This API is used to add an SNAT IP for an SnatPro CLB instance. If SnatPro is not enabled for CLB, it will be automatically enabled after the SNAT IP is added.\nThis is an async API. After it is returned successfully, you can check the task result by calling `DescribeTaskStatus` with the returned `RequestID`.",
88
+ "document": "This API is used to add SnatIp for SnatPro Cloud Load Balancer. If SnatPro is not enabled, it will be auto on after adding SnatIp.\nThis API is used to perform asynchronous operations. After returning a successful result, call the [DescribeTaskStatus](https://www.tencentcloud.comom/document/product/214/30683?from_cn_redirect=1) API with the returned RequestID as an input parameter to check whether this task is successful.",
75
89
  "input": "CreateLoadBalancerSnatIpsRequest",
76
90
  "name": "Adds SNAT IP",
77
91
  "output": "CreateLoadBalancerSnatIpsResponse",
78
92
  "status": "online"
79
93
  },
80
94
  "CreateRule": {
81
- "document": "This API (CreateRule) is used to create a forwarding rule under an existing layer-7 CLB listener, where real servers must be bound to the rule instead of the listener.\nThis is an async API. After it is returned successfully, you can call the DescribeTaskStatus API with the returned RequestID as an input parameter to check whether this task is successful.",
95
+ "document": "This API is used to create forwarding rules under an existing layer-7 CLB listener. In layer-7 CLB listeners, backend services must be bound to rules instead of the listener.\nThis is an asynchronous API. After it returns the result successfully, you can call the [DescribeTaskStatus](https://www.tencentcloud.comom/document/product/214/30683?from_cn_redirect=1) API with the returned RequestId as an input parameter to query whether the task is successful.",
82
96
  "input": "CreateRuleRequest",
83
97
  "name": "Creates a forwarding rule for a layer-7 CLB listener",
84
98
  "output": "CreateRuleResponse",
@@ -98,8 +112,15 @@
98
112
  "output": "CreateTopicResponse",
99
113
  "status": "online"
100
114
  },
115
+ "DeleteCustomizedConfig": {
116
+ "document": "This API is used to delete personalized configurations and prepare for decommissioning. Please use SetCustomizedConfigForLoadBalancer.",
117
+ "input": "DeleteCustomizedConfigRequest",
118
+ "name": "Deletes a personalized configuration",
119
+ "output": "DeleteCustomizedConfigResponse",
120
+ "status": "online"
121
+ },
101
122
  "DeleteListener": {
102
- "document": "This API is used to delete a listener from a CLB instance (layer-4 or layer-7).\nThis is an async API. After it is returned successfully, you can call the DescribeTaskStatus API with the returned RequestID as an input parameter to check whether this task is successful.",
123
+ "document": "This API is used to delete listeners (layer-4 and layer-7) under a Cloud Load Balancer instance.\nThis API is used to perform asynchronous operations. After returning a successful result, call the [DescribeTaskStatus](https://www.tencentcloud.comom/document/product/214/30683?from_cn_redirect=1) API with the returned RequestID as an input parameter to check whether this task is successful.",
103
124
  "input": "DeleteListenerRequest",
104
125
  "name": "Deletes a CLB listener",
105
126
  "output": "DeleteListenerResponse",
@@ -113,14 +134,14 @@
113
134
  "status": "online"
114
135
  },
115
136
  "DeleteLoadBalancerListeners": {
116
- "document": "This API is used to delete multiple listeners of a CLB instance.\nThis is an async API. After it is returned successfully, you can call the `DescribeTaskStatus` API with the returned `RequestID` as an input parameter to check whether this task is successful.",
137
+ "document": "This API is used to delete multiple listeners of Cloud Load Balancer.\nThis API is used to perform asynchronous operations. After it returns a successful result, call the [DescribeTaskStatus](https://www.tencentcloud.comom/document/product/214/30683?from_cn_redirect=1) API with the returned RequestID as an input parameter to check whether this task is successful.",
117
138
  "input": "DeleteLoadBalancerListenersRequest",
118
139
  "name": "Deletes multiple CLB listeners",
119
140
  "output": "DeleteLoadBalancerListenersResponse",
120
141
  "status": "online"
121
142
  },
122
143
  "DeleteLoadBalancerSnatIps": {
123
- "document": "This API is used to delete the SNAT IP for an SnatPro CLB instance.\nThis is an async API. After it is returned successfully, you can check the task result by calling `DescribeTaskStatus` with the returned `RequestID`.",
144
+ "document": "This API is used to delete the SnatIp of the SnatPro load balancing.\nThis API is used to perform asynchronous operations. After returning a successful result, call the [DescribeTaskStatus](https://www.tencentcloud.comom/document/product/214/30683?from_cn_redirect=1) API with the returned RequestID as an input parameter to check whether this task is successful.",
124
145
  "input": "DeleteLoadBalancerSnatIpsRequest",
125
146
  "name": "Deletes SNAT IP",
126
147
  "output": "DeleteLoadBalancerSnatIpsResponse",
@@ -134,28 +155,28 @@
134
155
  "status": "online"
135
156
  },
136
157
  "DeleteRule": {
137
- "document": "This API (DeleteRule) is used to delete a forwarding rule under a layer-7 CLB instance listener\nThis is an async API. After it is returned successfully, you can call the DescribeTaskStatus API with the returned RequestID as an input parameter to check whether this task is successful.",
158
+ "document": "This API is used to delete forwarding rules under a layer-7 listener of a load balancing instance.\nThis API is used to perform asynchronous operations. After it returns a successful result, call the [DescribeTaskStatus](https://www.tencentcloud.comom/document/product/214/30683?from_cn_redirect=1) API with the returned RequestID as an input parameter to check whether this task is successful.",
138
159
  "input": "DeleteRuleRequest",
139
160
  "name": "Deletes a rule from a layer-7 CLB listener",
140
161
  "output": "DeleteRuleResponse",
141
162
  "status": "online"
142
163
  },
143
164
  "DeleteTargetGroups": {
144
- "document": "This API is used to delete a target group.",
165
+ "document": "This API is used to delete target groups in batches, with a maximum of 20 target groups at a time.",
145
166
  "input": "DeleteTargetGroupsRequest",
146
167
  "name": "Deletes target groups",
147
168
  "output": "DeleteTargetGroupsResponse",
148
169
  "status": "online"
149
170
  },
150
171
  "DeregisterFunctionTargets": {
151
- "document": "This API is used to unbind a SCF function with a CLB forwarding rule. For L7 listeners, you need to specify the forwarding rule by using `LocationId` or `Domain+Url`. \nThis is an async API. After it is returned successfully, you can call the [DescribeTaskStatus](https://intl.cloud.tencent.com/document/product/214/30683?from_cn_redirect=1) API with the returned RequestID to check whether this task is successful.\n<br/>Limits: \n\n- Binding with SCF is only available in Guangzhou, Shenzhen Finance, Shanghai, Shanghai Finance, Beijing, Chengdu, Hong Kong (China), Singapore, Mumbai, Tokyo, and Silicon Valley.\n- SCF functions can only be bound with CLB instances of bill-by-IP accounts but not with bill-by-CVM accounts. If you are using a bill-by-CVM account, we recommend upgrading it to a bill-by-IP account. \n- SCF functions cannot be bound with classic CLB instances.\n- SCF functions cannot be bound with classic network-based CLB instances.\n- SCF functions in the same region can be bound with CLB instances. SCF functions can only be bound across VPCs but not regions.\n- SCF functions can only be bound with IPv4 and IPv6 NAT64 CLB instances, but currently not with IPv6 CLB instances.\n- SCF functions can only be bound with layer-7 HTTP and HTTPS listeners, but not with layer-7 QUIC listeners or layer-4 (TCP, UDP, and TCP SSL) listeners.\n- Only SCF event-triggered functions can be bound with CLB instances.",
172
+ "document": "This API is used to unbind a cloud function from the forwarding rule of a Cloud Load Balancer. For a layer-7 (HTTP/HTTPS) listener, the forwarding rule must be specified by LocationId or Domain+Url.\nThis API is used to perform asynchronous operations. After it returns a successful result, call the [DescribeTaskStatus](https://www.tencentcloud.comom/document/product/214/30683?from_cn_redirect=1) API with the returned RequestID as an input parameter to check whether this task is successful.\nThis API is used to describe restrictions.\n\n-SCF binding is supported only in Guangzhou, Shenzhen Finance, Shanghai, Shanghai Finance, Beijing, Chengdu, Hong Kong (China), Singapore, Tokyo, and Silicon Valley.\n-Only the standard account type supports binding SCF. The classic account type is unsupported. We recommend upgrading to the standard account type. For more information, see [account type upgrade instructions](https://www.tencentcloud.comom/document/product/1199/49090?from_cn_redirect=1).\n-Classic CLB does not support binding SCF.\n-Basic Network Type does not support binding SCF.\n-CLB supports binding ALL SCFs in the same region by default, supports cross-VPC binding, but cross-region selection is not supported.\n-Currently, only IPv4 and IPv6 NAT64 versions of Cloud Load Balancer support binding SCF. IPv6 version is not currently supported.\n-Only layer-7 (HTTP, HTTPS) listeners support binding SCF. Layer-4 (TCP, UDP, TCP SSL) listeners and layer-7 QUIC listeners are unsupported.\n-CLB binding SCF only supports binding cloud functions of the \"Event function\" type.",
152
173
  "input": "DeregisterFunctionTargetsRequest",
153
174
  "name": "Unbinding an SCF function from a forwarding rule",
154
175
  "output": "DeregisterFunctionTargetsResponse",
155
176
  "status": "online"
156
177
  },
157
178
  "DeregisterTargetGroupInstances": {
158
- "document": "This API is used to unbind a server from a target group.\nThis is an async API. After it is returned successfully, you can call the API `DescribeTaskStatus` with the returned RequestId as an input parameter to check whether this task is successful.",
179
+ "document": "This API is used to unbind a server from a target group.\nThis API is used to perform asynchronous operations. After it returns a successful result, call the [DescribeTaskStatus](https://www.tencentcloud.comom/document/product/214/30683?from_cn_redirect=1) API with the returned RequestID as an input parameter to check whether this task is successful.",
159
180
  "input": "DeregisterTargetGroupInstancesRequest",
160
181
  "name": "Unbinds a server from a target group",
161
182
  "output": "DeregisterTargetGroupInstancesResponse",
@@ -259,6 +280,13 @@
259
280
  "output": "DescribeLBListenersResponse",
260
281
  "status": "online"
261
282
  },
283
+ "DescribeLBOperateProtect": {
284
+ "document": "This API is used to query the operation protection info of Cloud Load Balancer.",
285
+ "input": "DescribeLBOperateProtectRequest",
286
+ "name": "Query cloud load balancer operation protection",
287
+ "output": "DescribeLBOperateProtectResponse",
288
+ "status": "online"
289
+ },
262
290
  "DescribeListeners": {
263
291
  "document": "This API is used to get the list of listeners by CLB ID, listener protocol, or listener port. If no filter is specified, all listeners for the CLB instance will be returned.",
264
292
  "input": "DescribeListenersRequest",
@@ -364,8 +392,15 @@
364
392
  "output": "DescribeTaskStatusResponse",
365
393
  "status": "online"
366
394
  },
395
+ "DisassociateCustomizedConfig": {
396
+ "document": "This API is used to disassociate personalized configurations and prepare for decommissioning. Please use SetCustomizedConfigForLoadBalancer.",
397
+ "input": "DisassociateCustomizedConfigRequest",
398
+ "name": "Disassociate a personalized configuration",
399
+ "output": "DisassociateCustomizedConfigResponse",
400
+ "status": "online"
401
+ },
367
402
  "DisassociateTargetGroups": {
368
- "document": "This API is used to unbind target groups from a rule.\nThis is an async API. After it is returned successfully, you can call the `DescribeTaskStatus` API with the returned `RequestID` as an input parameter to check whether this task is successful.",
403
+ "document": "This API is used to disassociate a target group from a rule.\nThis is an async API. After the API return succeeds, you can call the DescribeTaskStatus API with the returned RequestID as an input parameter to check whether this task is successful.\nWhen unbinding a Layer 7 forwarding rule, LocationId is a required item.",
369
404
  "input": "DisassociateTargetGroupsRequest",
370
405
  "name": "Unbinds target groups from a rule",
371
406
  "output": "DisassociateTargetGroupsResponse",
@@ -386,7 +421,7 @@
386
421
  "status": "online"
387
422
  },
388
423
  "InquiryPriceRefundLoadBalancer": {
389
- "document": "This API is used to query the refund amount of returning a CLB instance. ",
424
+ "document": "This API is used to query the refund price of Cloud Load Balancer and only supports prepaid load balancing instances.",
390
425
  "input": "InquiryPriceRefundLoadBalancerRequest",
391
426
  "name": "Queries the refund amount of returning a CLB instance. ",
392
427
  "output": "InquiryPriceRefundLoadBalancerResponse",
@@ -420,22 +455,29 @@
420
455
  "output": "ModifyBlockIPListResponse",
421
456
  "status": "online"
422
457
  },
458
+ "ModifyCustomizedConfig": {
459
+ "document": "This API is used to modify personalized configuration. If the configuration is already bound to clb, server or location, update simultaneously. Prepare for decommissioning. Please use SetCustomizedConfigForLoadBalancer.",
460
+ "input": "ModifyCustomizedConfigRequest",
461
+ "name": "Modify personalized configuration",
462
+ "output": "ModifyCustomizedConfigResponse",
463
+ "status": "online"
464
+ },
423
465
  "ModifyDomain": {
424
- "document": "This API (ModifyDomain) is used to modify a domain name under a layer-7 CLB listener.\nThis is an async API. After it is returned successfully, you can call the DescribeTaskStatus API with the returned RequestID as an input parameter to check whether this task is successful.",
466
+ "document": "This API is used to modify the domain name under a layer-7 (HTTP/HTTPS) listener of Cloud Load Balancer.\nThis is an asynchronous API. After it returns the result successfully, you can call the [DescribeTaskStatus](https://www.tencentcloud.comom/document/product/214/30683?from_cn_redirect=1) API with the returned RequestId as an input parameter to query whether the task is successful.",
425
467
  "input": "ModifyDomainRequest",
426
468
  "name": "Modifies a domain name of a layer-7 forwarding rule",
427
469
  "output": "ModifyDomainResponse",
428
470
  "status": "online"
429
471
  },
430
472
  "ModifyDomainAttributes": {
431
- "document": "This API is used to modify the domain name-level attributes of a layer-7 listener's forwarding rule, such as modifying the domain name, changing the DefaultServer, enabling/disabling HTTP/2, and modifying certificates.\nThis is an async API. After it is returned successfully, you can call the DescribeTaskStatus API with the returned RequestId as an input parameter to check whether this task is successful.",
473
+ "document": "This API is used to modify domain-level attributes of Cloud Load Balancer layer-7 listener forwarding rules, such as modifying domain name, changing DefaultServer, enabling/disabling Http/2, and modifying certificates.\nThis is an async API. After it returns a successful result, call the [DescribeTaskStatus](https://www.tencentcloud.comom/document/product/214/30683?from_cn_redirect=1) API with the returned RequestId as an input parameter to check whether this task is successful.",
432
474
  "input": "ModifyDomainAttributesRequest",
433
475
  "name": "Modifies the domain name-level attributes of a layer-7 listener's forwarding rule",
434
476
  "output": "ModifyDomainAttributesResponse",
435
477
  "status": "online"
436
478
  },
437
479
  "ModifyFunctionTargets": {
438
- "document": "This API is used to modify the cloud functions associated with a load balancing forwarding rule.",
480
+ "document": "This API is used to modify the SCF bound to a Cloud Load Balancer forwarding rule.\nThis API is used to describe restrictions.\n-Only supports binding SCF of the \"Event function\" type.",
439
481
  "input": "ModifyFunctionTargetsRequest",
440
482
  "name": "Modifies the cloud functions associated with a forwarding rule",
441
483
  "output": "ModifyFunctionTargetsResponse",
@@ -449,16 +491,16 @@
449
491
  "status": "online"
450
492
  },
451
493
  "ModifyLoadBalancerAttributes": {
452
- "document": "This API is used to modify the attributes of a CLB instance, such as name and cross-region attributes.\n\nNote: For CLB instances of bill-by-CVM users, cross-region attributes can be set only after a bandwidth package is purchased.This is an asynchronous API. After it returns a result successfully, the obtained RequestID should be used as an input parameter to call the DescribeTaskStatus API, for checking whether this task succeeds.",
494
+ "document": "This API is used to modify the attributes of a CLB instance, such as name and cross-region attributes.\nNon-bandwidth-upshift users must add their CLB instance to a bandwidth package to configure cross-domain attributes. To modify the network billing mode, go to the console.\nThis API is used to perform asynchronous operations. After returning a successful result, call the [DescribeTaskStatus](https://www.tencentcloud.comom/document/product/214/30683?from_cn_redirect=1) API with the returned RequestID as an input parameter to check whether this task is successful.",
453
495
  "input": "ModifyLoadBalancerAttributesRequest",
454
496
  "name": "Modifies the attributes of a CLB instance",
455
497
  "output": "ModifyLoadBalancerAttributesResponse",
456
498
  "status": "online"
457
499
  },
458
500
  "ModifyLoadBalancerSla": {
459
- "document": "This API is used to upgrade a pay-as-you-go shared CLB instance to an LCU-supported CLB instance. <br/>\nLimits\n- This API can only be used to upgrade pay-as-you-go shared instances. To upgrade monthly-subscribed shared instances, please go to the CLB console.\n- An LCU-supported instance cannot be changed back to a shared instance.\n- Classic CLB instances cannot be upgraded to LCU-supported instances.",
501
+ "document": "This API is used to adjust the performance capacity specification of usage-based billing mode instances, for example upgrading from shared type to performance capacity type or modifying the specification of LCU-supported instances.\nThis API is used to set use limits.\n-This API only supports adjustments for pay-as-you-go CLB instances. For CLB instance upgrades with annual/monthly subscription, make adjustments through the console.\n-After upgrading from a shared instance to a performance and capacity instance, reverting to a shared instance is not supported.\n-A classic CLB instance does not support upgrading to a performance and capacity instance.",
460
502
  "input": "ModifyLoadBalancerSlaRequest",
461
- "name": "Upgrades to an LCU-supported instance",
503
+ "name": "Adjust the performance capacity specification of an instance",
462
504
  "output": "ModifyLoadBalancerSlaResponse",
463
505
  "status": "online"
464
506
  },
@@ -470,7 +512,7 @@
470
512
  "status": "online"
471
513
  },
472
514
  "ModifyRule": {
473
- "document": "This API (ModifyRule) is used to modify the attributes of a forwarding rule under a layer-7 CLB listener, such as forwarding path, health check attribute, and forwarding policy.\nThis is an async API. After it is returned successfully, you can call the DescribeTaskStatus API with the returned RequestID as an input parameter to check whether this task is successful.",
515
+ "document": "This API is used to modify the properties of forwarding rules under a layer-7 (HTTP/HTTPS) listener in Cloud Load Balancer, including forwarding path, health check attributes and forwarding policy.\nThis is an asynchronous API. After it returns the result successfully, you can call the [DescribeTaskStatus](https://www.tencentcloud.comom/document/product/214/30683?from_cn_redirect=1) API with the returned RequestId as an input parameter to query whether the task is successful.",
474
516
  "input": "ModifyRuleRequest",
475
517
  "name": "Modifies a forwarding rule of a CLB listener",
476
518
  "output": "ModifyRuleResponse",
@@ -505,14 +547,14 @@
505
547
  "status": "online"
506
548
  },
507
549
  "ModifyTargetWeight": {
508
- "document": "This API (ModifyTargetWeight) is used to modify the forwarding weight of a real server bound to a CLB instance.\nThis is an async API. After it is returned successfully, you can call the DescribeTaskStatus API with the returned RequestID as an input parameter to check whether this task is successful.",
550
+ "document": "This API is used to modify the forwarding weight of backend service bound to Cloud Load Balancer.\nThis is an asynchronous API. After it returns the result successfully, you can call the [DescribeTaskStatus](https://www.tencentcloud.comom/document/product/214/30683?from_cn_redirect=1) API with the returned RequestId as an input parameter to query whether the task is successful.",
509
551
  "input": "ModifyTargetWeightRequest",
510
552
  "name": "Modifies the forwarding weight of a real server bound to a listener",
511
553
  "output": "ModifyTargetWeightResponse",
512
554
  "status": "online"
513
555
  },
514
556
  "RegisterFunctionTargets": {
515
- "document": "This API is used to bind an SCF function with the L7 forwarding rule of a CLB instance. Note that you need to create an L7 listener (HTTP, HTTPS) and forwarding rule first.\nThis is an async API. After it is returned successfully, you can call the `DescribeTaskStatus` API with the returned `RequestID` as an input parameter to check whether this task is successful.<br/>\n**Limits:**\n- Binding with SCF is only available in Guangzhou, Shenzhen Finance, Shanghai, Shanghai Finance, Beijing, Chengdu, Hong Kong (China), Singapore, Mumbai, Tokyo, and Silicon Valley.\n- SCF functions can only be bound with CLB instances of bill-by-IP accounts but not with bill-by-CVM accounts. If you are using a bill-by-CVM account, we recommend upgrading it to a bill-by-IP account. \n- SCF functions cannot be bound with classic CLB instances.\n- SCF functions cannot be bound with classic network-based CLB instances.\n- SCF functions in the same region can be bound with CLB instances. SCF functions can only be bound across VPCs but not regions.\n- SCF functions can only be bound with IPv4 and IPv6 NAT64 CLB instances, but currently not with IPv6 CLB instances.\n- SCF functions can only be bound with layer-7 HTTP and HTTPS listeners, but not with layer-7 QUIC listeners or layer-4 (TCP, UDP, and TCP SSL) listeners.\n- Only SCF event-triggered functions can be bound with CLB instances.",
557
+ "document": "This API is used to bind a cloud function to the forwarding rule of a Cloud Load Balancer. Before that, you need to create a related HTTP or HTTPS listener and forwarding rule.\nThis API is used to perform asynchronous operations. After returning a successful result, call the DescribeTaskStatus API with the returned RequestID as an input parameter to check whether this task is successful.\nThis API is used to describe restrictions.\n-SCF binding is supported only in Guangzhou, Shenzhen Finance, Shanghai, Shanghai Finance, Beijing, Chengdu, Hong Kong (China), Singapore, Tokyo, and Silicon Valley.\n-Only the standard account type supports binding SCF. The classic account type is unsupported. We recommend upgrading to the standard account type. For more information, see [account type upgrade instructions](https://www.tencentcloud.comom/document/product/1199/49090?from_cn_redirect=1). \n-Classic CLB does not support binding SCF.\n-Basic Network Type does not support binding SCF.\n-CLB supports binding ALL SCFs in the same region by default, supports cross-VPC binding, but cross-region selection is not supported.\n-Currently, only IPv4 and IPv6 NAT64 versions of Cloud Load Balancer support binding SCF. IPv6 version is not currently supported.\n-Only layer-7 (HTTP, HTTPS) listeners support binding SCF. Layer-4 (TCP, UDP, TCP SSL) listeners and layer-7 QUIC listeners are unsupported.\n- CLB binding SCF only supports binding SCF of the \"Event function\" type.\n-A forwarding rule supports binding only one SCF.",
516
558
  "input": "RegisterFunctionTargetsRequest",
517
559
  "name": "Binds an SCF function with a forwarding rule",
518
560
  "output": "RegisterFunctionTargetsResponse",
@@ -526,7 +568,7 @@
526
568
  "status": "online"
527
569
  },
528
570
  "RegisterTargets": {
529
- "document": "This API (RegisterTargets) is used to bind one or more real servers to a CLB listener or layer-7 forwarding rule. Before using this API, you need to create relevant layer-4 listeners or layer-7 forwarding rules. For the former (TCP/UDP), only the listener ID needs to be specified, while for the latter (HTTP/HTTPS), the forwarding rule also needs to be specified through LocationId or Domain+Url.\nThis is an async API. After it is returned successfully, you can call the DescribeTaskStatus API with the returned RequestID as an input parameter to check whether this task is successful.",
571
+ "document": "This API is used to bind one or more backend services to a Cloud Load Balancer listener or layer-7 forwarding rule. Before that, you need to create a related CLB layer-4 listener or layer-7 forwarding rule. For Layer-4 listeners (TCP/UDP), only specify the listener ID. For layer-7 (HTTP/HTTPS) listeners, forwarding rules must be specified through LocationId or Domain+Url.\nThis API is used to perform asynchronous operations. After it returns a successful result, call the [DescribeTaskStatus](https://www.tencentcloud.comom/document/product/214/30683?from_cn_redirect=1) API with the returned RequestID as an input parameter to check whether this task is successful.",
530
572
  "input": "RegisterTargetsRequest",
531
573
  "name": "Binds real servers to a listener",
532
574
  "output": "RegisterTargetsResponse",
@@ -561,21 +603,21 @@
561
603
  "status": "online"
562
604
  },
563
605
  "SetLoadBalancerSecurityGroups": {
564
- "document": "This API is used to configure (bind and unbind) security groups for a public network CLB instance. You can use the DescribeLoadBalancers API to query the security groups currently bound to a CLB instance. This API follows the set semantics.For binding operations, the input parameters should specify all security groups that should be bound (have been bound and will be bound) to the CLB instance.For unbinding operations, the input parameters should specify all security groups bound to a CLB instance after unbinding. If you want to unbind all security groups, you can omit this parameter or input an empty array. Note: After a private network CLB is bound to an EIP, the security groups on the CLB do not take effect for the traffic from the EIP, but take effect for the traffic from the private network CLB.",
606
+ "document": "This API is used to bind or unbind security groups for a public network load balancing instance. To query currently bound security groups of a load balancing instance, use the DescribeLoadBalancers API (https://www.tencentcloud.comom/document/product/1108/48459?from_cn_redirect=1). This API follows set semantics.\nThis API is used to pass in all security groups that should be bound to the Cloud Load Balancer instance during the binding operation (bound + new binding).\nFor unbinding operations, the input parameters should specify all security groups bound to a CLB instance after unbinding. If you want to unbind all security groups, you can omit this parameter or input an empty array. Note: After a private network CLB is bound to an EIP, the security groups on the CLB do not take effect for the traffic from the EIP, but take effect for the traffic from the private network CLB.",
565
607
  "input": "SetLoadBalancerSecurityGroupsRequest",
566
608
  "name": "Configures security groups for a CLB instance",
567
609
  "output": "SetLoadBalancerSecurityGroupsResponse",
568
610
  "status": "online"
569
611
  },
570
612
  "SetLoadBalancerStartStatus": {
571
- "document": "This API is used to enable or disable a CLB instance or listener.This is an asynchronous API. After it returns a result successfully, the obtained RequestID should be used as an input parameter to call the DescribeTaskStatus API, for checking whether this task succeeds.This feature is currently in beta test. To use it, submit a [ticket](https://console.cloud.tencent.com/workorder/category?level1_id=6&level2_id=163&source=0&data_title=%E8%B4%9F%E8%BD%BD%E5%9D%87%E8%A1%A1%20LB&step=1) for application.",
613
+ "document": "This API is used to start or stop a load balancing instance or listener.\nThis API is used to perform asynchronous operations. After returning a successful result, call the [DescribeTaskStatus](https://www.tencentcloud.comom/document/product/214/30683?from_cn_redirect=1) API with the returned RequestID as an input parameter to check whether this task is successful.\nThis feature is currently in beta test. To use it, submit a [ticket](https://console.cloud.tencent.com/workorder/category?level1_id=6&level2_id=163&source=0&data_title=%E8%B4%9F%E8%BD%BD%E5%9D%87%E8%A1%A1%20LB&step=1) for application.",
572
614
  "input": "SetLoadBalancerStartStatusRequest",
573
615
  "name": "Enables or disables a CLB instance or listener",
574
616
  "output": "SetLoadBalancerStartStatusResponse",
575
617
  "status": "online"
576
618
  },
577
619
  "SetSecurityGroupForLoadbalancers": {
578
- "document": "This API is used to bind or unbind a security group for multiple public network CLB instances. Note: Private network CLB do not support binding security groups.",
620
+ "document": "This API is used to bind or unbind a security group to or from multiple public network CLB instances.",
579
621
  "input": "SetSecurityGroupForLoadbalancersRequest",
580
622
  "name": "Binds or unbinds a security group for multiple CLB instances",
581
623
  "output": "SetSecurityGroupForLoadbalancersResponse",
@@ -588,12 +630,112 @@
588
630
  "serviceShortName": "clb"
589
631
  },
590
632
  "objects": {
633
+ "AddCustomizedConfigRequest": {
634
+ "document": "AddCustomizedConfig request structure.",
635
+ "members": [
636
+ {
637
+ "disabled": false,
638
+ "document": "Configuration name",
639
+ "example": "myconf",
640
+ "member": "string",
641
+ "name": "ConfigName",
642
+ "required": true,
643
+ "type": "string"
644
+ },
645
+ {
646
+ "disabled": false,
647
+ "document": "Configuration type. valid values: [\"CLB\", \"SERVER\", \"LOCATION\"], respectively indicating CLB configuration, SERVER configuration, and LOCATION configuration.",
648
+ "example": "CLB",
649
+ "member": "string",
650
+ "name": "ConfigType",
651
+ "required": true,
652
+ "type": "string"
653
+ },
654
+ {
655
+ "disabled": false,
656
+ "document": "Specifies the configuration content.",
657
+ "example": "add_header VER 1.0",
658
+ "member": "string",
659
+ "name": "ConfigContent",
660
+ "required": true,
661
+ "type": "string"
662
+ },
663
+ {
664
+ "disabled": false,
665
+ "document": "Tag.",
666
+ "example": "无",
667
+ "member": "TagInfo",
668
+ "name": "Tags",
669
+ "required": false,
670
+ "type": "list"
671
+ }
672
+ ],
673
+ "type": "object"
674
+ },
675
+ "AddCustomizedConfigResponse": {
676
+ "document": "AddCustomizedConfig response structure.",
677
+ "members": [
678
+ {
679
+ "disabled": false,
680
+ "document": "Configuration ID.",
681
+ "example": "pz-xxxxxxxx",
682
+ "member": "string",
683
+ "name": "ConfigId",
684
+ "output_required": true,
685
+ "type": "string",
686
+ "value_allowed_null": false
687
+ },
688
+ {
689
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
690
+ "member": "string",
691
+ "name": "RequestId",
692
+ "type": "string"
693
+ }
694
+ ],
695
+ "type": "object"
696
+ },
697
+ "AssociateCustomizedConfigRequest": {
698
+ "document": "AssociateCustomizedConfig request structure.",
699
+ "members": [
700
+ {
701
+ "disabled": false,
702
+ "document": "Configuration ID.",
703
+ "example": "pz-clweh**c1",
704
+ "member": "string",
705
+ "name": "UconfigId",
706
+ "required": true,
707
+ "type": "string"
708
+ },
709
+ {
710
+ "disabled": false,
711
+ "document": "Associated server or location",
712
+ "example": "无",
713
+ "member": "BindItem",
714
+ "name": "BindList",
715
+ "required": true,
716
+ "type": "list"
717
+ }
718
+ ],
719
+ "type": "object"
720
+ },
721
+ "AssociateCustomizedConfigResponse": {
722
+ "document": "AssociateCustomizedConfig response structure.",
723
+ "members": [
724
+ {
725
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
726
+ "member": "string",
727
+ "name": "RequestId",
728
+ "type": "string"
729
+ }
730
+ ],
731
+ "type": "object"
732
+ },
591
733
  "AssociateTargetGroupsRequest": {
592
734
  "document": "AssociateTargetGroups request structure.",
593
735
  "members": [
594
736
  {
595
737
  "disabled": false,
596
- "document": "Binding relationship array. A single request supports up to 20 items.",
738
+ "document": "Specifies the binding relationship array. the target group type should be the same.\nSpecifies the maximum number of requests supported in a single request is 20.\n",
597
739
  "example": "无",
598
740
  "member": "TargetGroupAssociation",
599
741
  "name": "Associations",
@@ -707,6 +849,26 @@
707
849
  "output_required": true,
708
850
  "type": "string",
709
851
  "value_allowed_null": false
852
+ },
853
+ {
854
+ "disabled": false,
855
+ "document": "Weight associated with the target group. this parameter takes effect only for the new version v2 target group.",
856
+ "example": "100",
857
+ "member": "uint64",
858
+ "name": "Weight",
859
+ "output_required": false,
860
+ "type": "int",
861
+ "value_allowed_null": false
862
+ },
863
+ {
864
+ "disabled": false,
865
+ "document": "Advanced routing rule ID.",
866
+ "example": "rule-kfgg89**",
867
+ "member": "string",
868
+ "name": "RuleId",
869
+ "output_required": false,
870
+ "type": "string",
871
+ "value_allowed_null": false
710
872
  }
711
873
  ],
712
874
  "usage": "out"
@@ -779,7 +941,7 @@
779
941
  "members": [
780
942
  {
781
943
  "disabled": false,
782
- "document": "Real server type. Valid values: CVM, ENI, CCN.",
944
+ "document": "Specifies the backend service type. valid values: CVM, ENI, CCN, EVM, GLOBALROUTE, NAT, SRV.",
783
945
  "example": "CVM",
784
946
  "member": "string",
785
947
  "name": "Type",
@@ -799,7 +961,7 @@
799
961
  },
800
962
  {
801
963
  "disabled": false,
802
- "document": "Listening port of a real server",
964
+ "document": "Specifies the listening port of the backend service. if it is a full listening target group bound to a port range listener, this port returns 0, indicating an invalid port. the port of the bound backend service follows the listener port.",
803
965
  "example": "80",
804
966
  "member": "int64",
805
967
  "name": "Port",
@@ -829,7 +991,7 @@
829
991
  },
830
992
  {
831
993
  "disabled": false,
832
- "document": "Private IP of a real server\nNote: This field may return null, indicating that no valid values can be obtained.",
994
+ "document": "Private network IP of the real server",
833
995
  "example": "10.0.0.1",
834
996
  "member": "string",
835
997
  "name": "PrivateIpAddresses",
@@ -849,7 +1011,7 @@
849
1011
  },
850
1012
  {
851
1013
  "disabled": false,
852
- "document": "Bound time of a real server\nNote: This field may return null, indicating that no valid values can be obtained.",
1014
+ "document": "Real server binding time",
853
1015
  "example": "2021-12-29 14:38:50",
854
1016
  "member": "string",
855
1017
  "name": "RegisteredTime",
@@ -869,7 +1031,7 @@
869
1031
  },
870
1032
  {
871
1033
  "disabled": false,
872
- "document": "Tag.Note: This field may return null, indicating that no valid values can be obtained.",
1034
+ "document": "Tag.",
873
1035
  "example": "tag_backend",
874
1036
  "member": "string",
875
1037
  "name": "Tag",
@@ -902,6 +1064,16 @@
902
1064
  "output_required": true,
903
1065
  "type": "string",
904
1066
  "value_allowed_null": false
1067
+ },
1068
+ {
1069
+ "disabled": false,
1070
+ "document": "Specifies the weight of the target group.",
1071
+ "example": "100",
1072
+ "member": "uint64",
1073
+ "name": "Weight",
1074
+ "output_required": false,
1075
+ "type": "int",
1076
+ "value_allowed_null": false
905
1077
  }
906
1078
  ],
907
1079
  "usage": "out"
@@ -945,7 +1117,7 @@
945
1117
  },
946
1118
  {
947
1119
  "disabled": false,
948
- "document": "",
1120
+ "document": "Failed to unbind error reason information.",
949
1121
  "example": "Listener lbl-4ibs**** not exists.",
950
1122
  "member": "string",
951
1123
  "name": "Message",
@@ -1174,7 +1346,7 @@
1174
1346
  },
1175
1347
  {
1176
1348
  "disabled": false,
1177
- "document": "Specifies the ID of listener to be bound\nNote: this field may return `null`, indicating that no valid values can be obtained.",
1349
+ "document": "ID of the listener bound to the configuration",
1178
1350
  "example": "lbl-20sf****",
1179
1351
  "member": "string",
1180
1352
  "name": "ListenerId",
@@ -1184,7 +1356,7 @@
1184
1356
  },
1185
1357
  {
1186
1358
  "disabled": false,
1187
- "document": "Specifies the domain name to be bound\nNote: this field may return `null`, indicating that no valid values can be obtained.",
1359
+ "document": "Domain name bound to the configuration",
1188
1360
  "example": "test.clb.cloud.tencent.com",
1189
1361
  "member": "string",
1190
1362
  "name": "Domain",
@@ -1194,7 +1366,7 @@
1194
1366
  },
1195
1367
  {
1196
1368
  "disabled": false,
1197
- "document": "Sets the bound rule.\nNote: this field may return `null`, indicating that no valid values can be obtained.",
1369
+ "document": "Rule bound to the configuration",
1198
1370
  "example": "loc-4f30****",
1199
1371
  "member": "string",
1200
1372
  "name": "LocationId",
@@ -1204,7 +1376,7 @@
1204
1376
  },
1205
1377
  {
1206
1378
  "disabled": false,
1207
- "document": "Listener name.\nNote: this field may return `null`, indicating that no valid values can be obtained.",
1379
+ "document": "Listener name",
1208
1380
  "example": "lb-1fb1sdsa-tcp-80-443",
1209
1381
  "member": "string",
1210
1382
  "name": "ListenerName",
@@ -1214,7 +1386,7 @@
1214
1386
  },
1215
1387
  {
1216
1388
  "disabled": false,
1217
- "document": "Listener protocol.\nNote: this field may return `null`, indicating that no valid values can be obtained.",
1389
+ "document": "Listener protocol",
1218
1390
  "example": "TCP",
1219
1391
  "member": "string",
1220
1392
  "name": "Protocol",
@@ -1224,7 +1396,7 @@
1224
1396
  },
1225
1397
  {
1226
1398
  "disabled": false,
1227
- "document": "Listener port.\nNote: this field may return `null`, indicating that no valid values can be obtained.",
1399
+ "document": "Listener port",
1228
1400
  "example": "80",
1229
1401
  "member": "int64",
1230
1402
  "name": "Vport",
@@ -1244,7 +1416,7 @@
1244
1416
  },
1245
1417
  {
1246
1418
  "disabled": false,
1247
- "document": "Configuration ID.\nNote: this field may return `null`, indicating that no valid values can be obtained.",
1419
+ "document": "Configuration ID.",
1248
1420
  "example": "pz-k2ns****",
1249
1421
  "member": "string",
1250
1422
  "name": "UconfigId",
@@ -1255,6 +1427,56 @@
1255
1427
  ],
1256
1428
  "usage": "out"
1257
1429
  },
1430
+ "BindItem": {
1431
+ "document": "Configuration binding relationship",
1432
+ "members": [
1433
+ {
1434
+ "disabled": false,
1435
+ "document": "ID of the CLB instance bound to the configuration",
1436
+ "example": "lb-6e6a****",
1437
+ "member": "string",
1438
+ "name": "LoadBalancerId",
1439
+ "output_required": true,
1440
+ "required": true,
1441
+ "type": "string",
1442
+ "value_allowed_null": false
1443
+ },
1444
+ {
1445
+ "disabled": false,
1446
+ "document": "ID of the listener bound to the configuration",
1447
+ "example": "lbl-cuxw****",
1448
+ "member": "string",
1449
+ "name": "ListenerId",
1450
+ "output_required": true,
1451
+ "required": true,
1452
+ "type": "string",
1453
+ "value_allowed_null": false
1454
+ },
1455
+ {
1456
+ "disabled": false,
1457
+ "document": "Domain name bound to the configuration",
1458
+ "example": "www.test.com",
1459
+ "member": "string",
1460
+ "name": "Domain",
1461
+ "output_required": true,
1462
+ "required": true,
1463
+ "type": "string",
1464
+ "value_allowed_null": false
1465
+ },
1466
+ {
1467
+ "disabled": false,
1468
+ "document": "Rule bound to the configuration",
1469
+ "example": "loc-4apy****",
1470
+ "member": "string",
1471
+ "name": "LocationId",
1472
+ "output_required": true,
1473
+ "required": false,
1474
+ "type": "string",
1475
+ "value_allowed_null": false
1476
+ }
1477
+ ],
1478
+ "usage": "both"
1479
+ },
1258
1480
  "BlockedIP": {
1259
1481
  "document": "IP added to blocklist 12306",
1260
1482
  "members": [
@@ -1306,7 +1528,7 @@
1306
1528
  },
1307
1529
  {
1308
1530
  "disabled": false,
1309
- "document": "List of CLB instances associated with certificate\nNote: this field may return null, indicating that no valid values can be obtained.",
1531
+ "document": "List of CLB instances associated with the certificate",
1310
1532
  "example": "无",
1311
1533
  "member": "LoadBalancer",
1312
1534
  "name": "LoadBalancers",
@@ -1445,7 +1667,7 @@
1445
1667
  },
1446
1668
  {
1447
1669
  "disabled": false,
1448
- "document": "Name of the uploaded client CA certificate. When SSLMode = mutual, if there is no CertCaId, this parameter is required.",
1670
+ "document": "Upload client CA certificate name. if SSLMode=MUTUAL and there is no CertCaId, this parameter is required.",
1449
1671
  "example": "new_certca",
1450
1672
  "member": "string",
1451
1673
  "name": "CertCaName",
@@ -1456,7 +1678,7 @@
1456
1678
  },
1457
1679
  {
1458
1680
  "disabled": false,
1459
- "document": "Content of the uploaded client certificate. When SSLMode = mutual, if there is no CertCaId, this parameter is required.",
1681
+ "document": "Upload client certificate content. if SSLMode is MUTUAL and there is no CertCaId, this parameter is required.",
1460
1682
  "example": "-----BEGIN CERTIFICATE----- certcontent -----END CERTIFICATE",
1461
1683
  "member": "string",
1462
1684
  "name": "CertCaContent",
@@ -1481,6 +1703,16 @@
1481
1703
  "type": "string",
1482
1704
  "value_allowed_null": false
1483
1705
  },
1706
+ {
1707
+ "disabled": false,
1708
+ "document": "Specifies whether client certificate verification is enabled. this parameter is valid only when mutual authentication is enabled.",
1709
+ "example": "ON",
1710
+ "member": "string",
1711
+ "name": "SSLVerifyClient",
1712
+ "output_required": true,
1713
+ "type": "string",
1714
+ "value_allowed_null": false
1715
+ },
1484
1716
  {
1485
1717
  "disabled": false,
1486
1718
  "document": "Server certificate ID.",
@@ -1493,7 +1725,7 @@
1493
1725
  },
1494
1726
  {
1495
1727
  "disabled": false,
1496
- "document": "Client certificate ID.\nNote: This field may return null, indicating that no valid values can be obtained.",
1728
+ "document": "Client certificate ID.",
1497
1729
  "example": "4Ih****6",
1498
1730
  "member": "string",
1499
1731
  "name": "CertCaId",
@@ -1503,7 +1735,7 @@
1503
1735
  },
1504
1736
  {
1505
1737
  "disabled": false,
1506
- "document": "IDs of extra server certificates\nNote: This field may return `null`, indicating that no valid values can be obtained.",
1738
+ "document": "Specifies the server certificate ID for multi-server certificate scenario expansion.",
1507
1739
  "example": "[\"Gp7qwZYB\", \"KS25sFS6\"]",
1508
1740
  "member": "string",
1509
1741
  "name": "ExtCertIds",
@@ -1771,7 +2003,7 @@
1771
2003
  },
1772
2004
  {
1773
2005
  "disabled": false,
1774
- "document": "List of CLB instance IDs\nNote: This field may return null, indicating that no valid values can be obtained.",
2006
+ "document": "CLB instance ID list",
1775
2007
  "example": "[\"lb-6xg1****\"]",
1776
2008
  "member": "string",
1777
2009
  "name": "LoadBalancerIds",
@@ -1817,7 +2049,7 @@
1817
2049
  },
1818
2050
  {
1819
2051
  "disabled": false,
1820
- "document": "Public IP of a real server\nNote: This field may return null, indicating that no valid values can be obtained.",
2052
+ "document": "Public network IP of the real server",
1821
2053
  "example": "125.205.211.150",
1822
2054
  "member": "string",
1823
2055
  "name": "PublicIpAddresses",
@@ -1827,7 +2059,7 @@
1827
2059
  },
1828
2060
  {
1829
2061
  "disabled": false,
1830
- "document": "Private IP of a real server\nNote: This field may return null, indicating that no valid values can be obtained.",
2062
+ "document": "Private network IP of the real server",
1831
2063
  "example": "11.177.180.17",
1832
2064
  "member": "string",
1833
2065
  "name": "PrivateIpAddresses",
@@ -1837,7 +2069,7 @@
1837
2069
  },
1838
2070
  {
1839
2071
  "disabled": false,
1840
- "document": "Real server instance names\nNote: This field may return null, indicating that no valid values can be obtained.",
2072
+ "document": "Instance name of the real server",
1841
2073
  "example": "tx.text.k8s-node01",
1842
2074
  "member": "string",
1843
2075
  "name": "InstanceName",
@@ -1847,7 +2079,7 @@
1847
2079
  },
1848
2080
  {
1849
2081
  "disabled": false,
1850
- "document": "Real server status\n1: failed; 2: running; 3: creating; 4: shut down; 5: returned; 6: returning; 7: restarting; 8: starting; 9: shutting down; 10: resetting password; 11: formatting; 12: making image; 13: setting bandwidth; 14: reinstalling system; 19: upgrading; 21: hot migrating\nNote: This field may return null, indicating that no valid values can be obtained.",
2082
+ "document": "Backend service status.\n1: failed; 2: running; 3: creating; 4: shut down; 5: returned; 6: returning; 7: restarting; 8: starting; 9: shutting down; 10: resetting password; 11: formatting; 12: making image; 13: setting bandwidth; 14: reinstalling system; 19: upgrading; 21: hot migrating.",
1851
2083
  "example": "2",
1852
2084
  "member": "int64",
1853
2085
  "name": "RunFlag",
@@ -1887,7 +2119,7 @@
1887
2119
  "members": [
1888
2120
  {
1889
2121
  "disabled": false,
1890
- "document": "CLB instance ID",
2122
+ "document": "Specifies the clb ID. you can call the [DescribeLoadBalancers](https://www.tencentcloud.comom/document/product/214/30685?from_cn_redirect=1) API to obtain the ID.",
1891
2123
  "example": "lb-5luefaho",
1892
2124
  "member": "string",
1893
2125
  "name": "LoadBalancerId",
@@ -1896,7 +2128,7 @@
1896
2128
  },
1897
2129
  {
1898
2130
  "disabled": false,
1899
- "document": "Clones the name of the CLB instance. The name must be 1-60 characters containing letters, numbers, \"-\" or \"_\".\nNote: if the name of a new CLB instance already exists, a default name will be generated automatically.",
2131
+ "document": "Specifies the name of the cloned load balancing instance. rule: 1-60 english letters, chinese characters, digits, connecting lines \"-\", or underscores \"_\".\nNote: if the name is identical to that of an existing load balancing instance in the system, the system will automatically generate a name for the created cloud load balancer instance.",
1900
2132
  "example": "test-name",
1901
2133
  "member": "string",
1902
2134
  "name": "LoadBalancerName",
@@ -1932,7 +2164,7 @@
1932
2164
  },
1933
2165
  {
1934
2166
  "disabled": false,
1935
- "document": "Specifies an AZ ID for creating a CLB instance, such as `ap-guangzhou-1`, which is applicable only to public network CLB instances.",
2167
+ "document": "Applicable only to public network clb. AZ ID, both availability zone ID and name are supported. specify availability zone to create a load balancing instance, for example: 100001 or ap-guangzhou-1. if not passed, queries CVM instances in all azs. if needed, call the API for the query DescribeZones (https://www.tencentcloud.comom/document/product/213/15707?from_cn_redirect=1) to specify availability zone.",
1936
2168
  "example": "ap-guangzhou-1",
1937
2169
  "member": "string",
1938
2170
  "name": "ZoneId",
@@ -1941,7 +2173,7 @@
1941
2173
  },
1942
2174
  {
1943
2175
  "disabled": false,
1944
- "document": "CLB network billing mode. This parameter is applicable only to public network CLB instances.",
2176
+ "document": "CLB network billing mode, applicable only to public network CLB instances.",
1945
2177
  "example": "无",
1946
2178
  "member": "InternetAccessible",
1947
2179
  "name": "InternetAccessible",
@@ -1950,7 +2182,7 @@
1950
2182
  },
1951
2183
  {
1952
2184
  "disabled": false,
1953
- "document": "ISP of VIP. Values: `CMCC` (China Mobile), `CUCC` (China Unicom) and `CTCC` (China Telecom). You need to activate static single-line IPs. This feature is in beta and is only available in Guangzhou, Shanghai, Nanjing, Jinan, Hangzhou, Fuzhou, Beijing, Shijiazhuang, Wuhan, Changsha, Chengdu and Chongqing regions. To try it out, please contact your sales rep. If it's specified, the network billing mode must be `BANDWIDTH_PACKAGE`. If it's not specified, BGP is used by default. To query ISPs supported in a region, please use [DescribeResources](https://intl.cloud.tencent.com/document/api/214/70213?from_cn_redirect=1). ",
2185
+ "document": "It only applies to public CLB. Currently, the static single-line IP type is supported only for the regions of Guangzhou, Shanghai, Nanjing, Jinan, Hangzhou, Fuzhou, Beijing, Shijiazhuang, Wuhan, Changsha, Chengdu, and Chongqing. If you need to experience it, contact your business manager. After approval, you can select the ISP type as China Mobile (CMCC), China Unicom (CUCC), or China Telecom (CTCC). The network billing mode should be selected as billing by bandwidth package (BANDWIDTH_PACKAGE). If this parameter is not specified, BGP is used by default. You can use the DescribeResources API to query ISPs supported for a region.",
1954
2186
  "example": "CMCC",
1955
2187
  "member": "string",
1956
2188
  "name": "VipIsp",
@@ -1959,7 +2191,7 @@
1959
2191
  },
1960
2192
  {
1961
2193
  "disabled": false,
1962
- "document": "Applies for CLB instances for a specified VIP",
2194
+ "document": "Specifies the Vip to apply for cloud load balancer.",
1963
2195
  "example": "139.X.X.X",
1964
2196
  "member": "string",
1965
2197
  "name": "Vip",
@@ -1968,7 +2200,7 @@
1968
2200
  },
1969
2201
  {
1970
2202
  "disabled": false,
1971
- "document": "Tags a CLB instance when purchasing it",
2203
+ "document": "Proceed to purchase cloud load balancer and Tag it at the same time.",
1972
2204
  "example": "无",
1973
2205
  "member": "TagInfo",
1974
2206
  "name": "Tags",
@@ -1977,7 +2209,7 @@
1977
2209
  },
1978
2210
  {
1979
2211
  "disabled": false,
1980
- "document": "Dedicated cluster information",
2212
+ "document": "Exclusive cluster information.",
1981
2213
  "example": "无",
1982
2214
  "member": "ExclusiveCluster",
1983
2215
  "name": "ExclusiveCluster",
@@ -1986,7 +2218,7 @@
1986
2218
  },
1987
2219
  {
1988
2220
  "disabled": false,
1989
- "document": "Bandwidth package ID. If this parameter is specified, the network billing mode (`InternetAccessible.InternetChargeType`) will only support bill-by-bandwidth package (`BANDWIDTH_PACKAGE`).",
2221
+ "document": "BANDWIDTH PACKAGE ID, which can be obtained through the [DescribeBandwidthPackages](https://www.tencentcloud.comom/document/api/215/19209?from_cn_redirect=1) api. specifies this parameter indicates the network billing mode (InternetAccessible.InternetChargeType) supports only billing by BANDWIDTH PACKAGE (BANDWIDTH_PACKAGE).",
1990
2222
  "example": "bwp-pnbe****",
1991
2223
  "member": "string",
1992
2224
  "name": "BandwidthPackageId",
@@ -1995,7 +2227,7 @@
1995
2227
  },
1996
2228
  {
1997
2229
  "disabled": false,
1998
- "document": "Whether to support binding cross-VPC IPs or cross-region IPs",
2230
+ "document": "Specifies whether the cross-regional or cross-Vpc IP binding feature is supported.",
1999
2231
  "example": "true",
2000
2232
  "member": "bool",
2001
2233
  "name": "SnatPro",
@@ -2004,7 +2236,7 @@
2004
2236
  },
2005
2237
  {
2006
2238
  "disabled": false,
2007
- "document": "Creates `SnatIp` when the binding IPs of other VPCs feature is enabled",
2239
+ "document": "Enables cross-regional or cross-Vpc IP binding and creates a SnatIp.",
2008
2240
  "example": "无",
2009
2241
  "member": "SnatIp",
2010
2242
  "name": "SnatIps",
@@ -2013,7 +2245,7 @@
2013
2245
  },
2014
2246
  {
2015
2247
  "disabled": false,
2016
- "document": "ID of the public network CLB dedicated cluster",
2248
+ "document": "Public network exclusive cluster ID or CDCId. can be obtained through the [DescribeExclusiveClusters](https://www.tencentcloud.comom/document/product/214/49278?from_cn_redirect=1) api.",
2017
2249
  "example": "[\"cluster-gbo2****\"]",
2018
2250
  "member": "string",
2019
2251
  "name": "ClusterIds",
@@ -2022,7 +2254,7 @@
2022
2254
  },
2023
2255
  {
2024
2256
  "disabled": false,
2025
- "document": "Specification of the LCU-supported instance.",
2257
+ "document": "Performance capacity specification. <li>clb.c2.medium (standard type)</li> <li>clb.c3.small (advanced type 1)</li> <li>clb.c3.medium (advanced type 2)</li> <li>clb.c4.small (high-strength type 1)</li> <li>clb.c4.medium (high-strength type 2)</li> <li>clb.c4.large (high-strength type 3)</li> <li>clb.c4.xlarge (high-strength type 4)</li>.",
2026
2258
  "example": "clb.c2.medium",
2027
2259
  "member": "string",
2028
2260
  "name": "SlaType",
@@ -2031,7 +2263,7 @@
2031
2263
  },
2032
2264
  {
2033
2265
  "disabled": false,
2034
- "document": "Tag of the STGW dedicated cluster",
2266
+ "document": "Specifies the Tag of the Stgw exclusive cluster.",
2035
2267
  "example": "ziyan",
2036
2268
  "member": "string",
2037
2269
  "name": "ClusterTag",
@@ -2040,7 +2272,7 @@
2040
2272
  },
2041
2273
  {
2042
2274
  "disabled": false,
2043
- "document": "Availability zones for nearby access of private network CLB instances to distribute traffic",
2275
+ "document": "Applicable only to private network clb. when connected to nearby, select availability zone for deployment. you can call DescribeZones (https://www.tencentcloud.comom/document/product/213/15707?from_cn_redirect=1) to query the availability zone list.",
2044
2276
  "example": "[\"ap-guangzhou-3\"]",
2045
2277
  "member": "string",
2046
2278
  "name": "Zones",
@@ -2049,7 +2281,7 @@
2049
2281
  },
2050
2282
  {
2051
2283
  "disabled": false,
2052
- "document": "Unique ID of an EIP, which can only be used when binding the EIP of a private network CLB instance (e.g., `eip-11112222`)",
2284
+ "document": "The unique ID of EIP, such as EIP-qhx8udkc, applicable only to private network clb binding EIP, can be queried through the DescribeAddresses API (https://www.tencentcloud.comom/document/product/215/16702?from_cn_redirect=1).",
2053
2285
  "example": "eip-qhx8udkc",
2054
2286
  "member": "string",
2055
2287
  "name": "EipAddressId",
@@ -2125,7 +2357,7 @@
2125
2357
  },
2126
2358
  {
2127
2359
  "disabled": false,
2128
- "document": "Configuration type.",
2360
+ "document": "Configuration type. available values: CLB (instance dimension configuration), SERVER (service dimension configuration), LOCATION (rule dimension configuration).",
2129
2361
  "example": "CLB",
2130
2362
  "member": "string",
2131
2363
  "name": "ConfigType",
@@ -2135,7 +2367,7 @@
2135
2367
  },
2136
2368
  {
2137
2369
  "disabled": false,
2138
- "document": "Configuration name.\nNote: this field may return `null`, indicating that no valid values can be obtained.",
2370
+ "document": "Configuration name",
2139
2371
  "example": "client_max_body_size_4G",
2140
2372
  "member": "string",
2141
2373
  "name": "ConfigName",
@@ -2155,7 +2387,7 @@
2155
2387
  },
2156
2388
  {
2157
2389
  "disabled": false,
2158
- "document": "Creates configuration time.",
2390
+ "document": "Specifies the configured creation time.\nFormat: YYYY-MM-DD HH:MM:ss.",
2159
2391
  "example": "2022-12-22 17:56:55",
2160
2392
  "member": "string",
2161
2393
  "name": "CreateTimestamp",
@@ -2165,7 +2397,7 @@
2165
2397
  },
2166
2398
  {
2167
2399
  "disabled": false,
2168
- "document": "Modifies configuration time.",
2400
+ "document": "Specifies the modification time of the configuration.\nFormat: YYYY-MM-DD HH:MM:ss.",
2169
2401
  "example": "2022-12-22 17:56:55",
2170
2402
  "member": "string",
2171
2403
  "name": "UpdateTimestamp",
@@ -2299,7 +2531,7 @@
2299
2531
  },
2300
2532
  {
2301
2533
  "disabled": false,
2302
- "document": "Listener forwarding method. Valid values: WRR (weighted round-robin), LEAST_CONN (least connections), and IP_HASH (IP address hash).\nDefault value: WRR. This parameter applies only to TCP, UDP, TCP_SSL, and QUIC listeners.",
2534
+ "document": "Listener forwarding mode. valid values: WRR (weighted round-robin), LEAST_CONN (LEAST connections).\nDefault value: WRR. This parameter applies only to TCP, UDP, TCP_SSL, and QUIC listeners.",
2303
2535
  "example": "WRR",
2304
2536
  "member": "string",
2305
2537
  "name": "Scheduler",
@@ -2353,7 +2585,7 @@
2353
2585
  },
2354
2586
  {
2355
2587
  "disabled": false,
2356
- "document": "Whether to send an RST packet to the client when a listener is unbound from a real server. This parameter applies only to TCP listeners.",
2588
+ "document": "Reschedules when unbinding real servers. only supported for TCP/UDP listeners. toggle on to enable this feature.",
2357
2589
  "example": "false",
2358
2590
  "member": "bool",
2359
2591
  "name": "DeregisterTargetRst",
@@ -2389,7 +2621,7 @@
2389
2621
  },
2390
2622
  {
2391
2623
  "disabled": false,
2392
- "document": "Idle connection timeout, in seconds. This parameter applies only to TCP listeners. Value range: 300–900 for shared instances and dedicated instances and 300–1980 for LCU-supported instances. To set a value, [submit a ticket for application](https://console.cloud.tencent.com/workorder/category).",
2624
+ "document": "Specifies the idle connection timeout in seconds. this parameter applies only to TCP/UDP listeners. default value: 900 for TCP listeners and 300 for UDP listeners. value range: 10–900 for shared instances and dedicated instances and 10–1980 for lcu-supported instances. to set a value exceeding the permissible range, [submit a ticket for application](https://console.cloud.tencent.com/workorder/category).",
2393
2625
  "example": "900",
2394
2626
  "member": "int64",
2395
2627
  "name": "IdleConnectTimeout",
@@ -2398,7 +2630,7 @@
2398
2630
  },
2399
2631
  {
2400
2632
  "disabled": false,
2401
- "document": "",
2633
+ "document": "Specifies whether PP is supported for TCP_SSL and QUIC.",
2402
2634
  "example": "false",
2403
2635
  "member": "bool",
2404
2636
  "name": "ProxyProtocol",
@@ -2407,7 +2639,7 @@
2407
2639
  },
2408
2640
  {
2409
2641
  "disabled": false,
2410
- "document": "Whether to enable SNAT. True: enable; False: disable.",
2642
+ "document": "Whether SNAT (source IP replacement) is enabled. valid values: True (enabled), False (disabled). disabled by default. note: when SnatEnable is enabled, the client source IP will be replaced, at this point the `pass through client source IP` option is disabled, and vice versa.",
2411
2643
  "example": "false",
2412
2644
  "member": "bool",
2413
2645
  "name": "SnatEnable",
@@ -2425,7 +2657,7 @@
2425
2657
  },
2426
2658
  {
2427
2659
  "disabled": false,
2428
- "document": "Whether to enable H2C for a private network HTTP listener. True: enable; False: disable.",
2660
+ "document": "Enable private network http listener h2c switch. valid values: True (enable), False (disable).\nDisabled by default.",
2429
2661
  "example": "false",
2430
2662
  "member": "bool",
2431
2663
  "name": "H2cSwitch",
@@ -2434,7 +2666,7 @@
2434
2666
  },
2435
2667
  {
2436
2668
  "disabled": false,
2437
- "document": "Whether to disable SSL for TCP_SSL listeners. Dual-stack binding is still supported after SSL is disabled. True: disable; False: enable.",
2669
+ "document": "Whether to disable SSL for TCP_SSL listeners. dual-stack binding is still supported after SSL is disabled. valid values: True (disable), False (enable).\nDisabled by default.",
2438
2670
  "example": "false",
2439
2671
  "member": "bool",
2440
2672
  "name": "SslCloseSwitch",
@@ -2449,6 +2681,51 @@
2449
2681
  "name": "DataCompressMode",
2450
2682
  "required": false,
2451
2683
  "type": "string"
2684
+ },
2685
+ {
2686
+ "disabled": false,
2687
+ "document": "Reschedules when setting backend server weight to 0. only supported for TCP/UDP listeners. toggle on to enable this feature.",
2688
+ "example": "false",
2689
+ "member": "bool",
2690
+ "name": "RescheduleTargetZeroWeight",
2691
+ "required": false,
2692
+ "type": "bool"
2693
+ },
2694
+ {
2695
+ "disabled": false,
2696
+ "document": "Reschedules when health check exceptions occur on real servers. only supported for TCP/UDP listeners. toggle on to enable this feature.",
2697
+ "example": "false",
2698
+ "member": "bool",
2699
+ "name": "RescheduleUnhealthy",
2700
+ "required": false,
2701
+ "type": "bool"
2702
+ },
2703
+ {
2704
+ "disabled": false,
2705
+ "document": "Reschedules when adding or removing backend servers. only supported for TCP/UDP listeners. toggle on to enable this feature.",
2706
+ "example": "false",
2707
+ "member": "bool",
2708
+ "name": "RescheduleExpandTarget",
2709
+ "required": false,
2710
+ "type": "bool"
2711
+ },
2712
+ {
2713
+ "disabled": false,
2714
+ "document": "Specifies the trigger start time for rescheduling. value range: 0-3600s. supported only by TCP/UDP listeners.",
2715
+ "example": "1",
2716
+ "member": "int64",
2717
+ "name": "RescheduleStartTime",
2718
+ "required": false,
2719
+ "type": "int"
2720
+ },
2721
+ {
2722
+ "disabled": false,
2723
+ "document": "Rescheduling trigger duration. valid values: 0-3600s. only TCP/UDP listeners support this.",
2724
+ "example": "1",
2725
+ "member": "int64",
2726
+ "name": "RescheduleInterval",
2727
+ "required": false,
2728
+ "type": "int"
2452
2729
  }
2453
2730
  ],
2454
2731
  "type": "object"
@@ -2543,7 +2820,7 @@
2543
2820
  },
2544
2821
  {
2545
2822
  "disabled": false,
2546
- "document": "Number of CLBs to be created. Default value: 1.",
2823
+ "document": "Specifies the count of cloud load balancers to create, with a default value of 1. the count must not exceed the maximum value allowed for the account, with a default creation maximum value of 20.",
2547
2824
  "example": "1",
2548
2825
  "member": "uint64",
2549
2826
  "name": "Number",
@@ -2552,7 +2829,7 @@
2552
2829
  },
2553
2830
  {
2554
2831
  "disabled": false,
2555
- "document": "Applicable only to public network IPv4 CLB instances. This parameter specifies the primary AZ ID for cross-AZ disaster recovery. For example, 100001 or ap-guangzhou-1.\nNote: The primary AZ sustains traffic. The secondary AZ does not sustain traffic by default and is used only when the primary AZ is unavailable. Currently, primary and secondary AZs are supported only for IPv4 CLB instances in Guangzhou, Shanghai, Nanjing, Beijing, Chengdu, Shenzhen Finance, Hong Kong (China), Seoul, Frankfurt, and Singapore regions. You can call the [DescribeResources](https://intl.cloud.tencent.com/document/api/214/70213?from_cn_redirect=1) API to query the list of primary AZs in a region. If you want to experience this feature, [submit a ticket](https://console.cloud.tencent.com/workorder/category).",
2832
+ "document": "Applicable only to public network IPv4 cloud load balancer instances. specifies the primary AZ ID for cross-az disaster recovery. both AZ ID and name are supported, such as 100001 or ap-guangzhou-1.\nNote: the primary AZ loads traffic. the secondary AZ does not load traffic by default and is used only if the primary AZ becomes unavailable.",
2556
2833
  "example": "ap-guangzhou-1",
2557
2834
  "member": "string",
2558
2835
  "name": "MasterZoneId",
@@ -2561,7 +2838,7 @@
2561
2838
  },
2562
2839
  {
2563
2840
  "disabled": false,
2564
- "document": "Applicable only to public network IPv4 CLB instances. This parameter specifies the AZ ID for creating a CLB instance. For example, ap-guangzhou-1.",
2841
+ "document": "Applicable only to public network IPv4 clb instances. specifies the AZ ID or availability zone name for creating a clb instance. for example, 100001 or ap-guangzhou-1.",
2565
2842
  "example": "ap-guangzhou-1",
2566
2843
  "member": "string",
2567
2844
  "name": "ZoneId",
@@ -2606,7 +2883,7 @@
2606
2883
  },
2607
2884
  {
2608
2885
  "disabled": false,
2609
- "document": "Bandwidth package ID. If this parameter is specified, the network billing mode (InternetAccessible.InternetChargeType) will only support billing by bandwidth package (BANDWIDTH_PACKAGE). The attributes of the bandwidth package determine the settlement method. For IPv6 CLB instances purchased by bill-by-CVM users, if the ISP type is not BGP, the bandwidth package ID cannot be specified.",
2886
+ "document": "BANDWIDTH PACKAGE ID, which can be obtained through the [DescribeBandwidthPackages](https://www.tencentcloud.comom/document/api/215/19209?from_cn_redirect=1) api. specifies the BANDWIDTH PACKAGE ID. when this parameter is specified, the network billing mode (InternetAccessible.InternetChargeType) supports only billing by BANDWIDTH PACKAGE (BANDWIDTH_PACKAGE). the attributes of the BANDWIDTH PACKAGE determine the settlement method. for IPv6 clb instances purchased by non-promoted users, if the operator type is not BGP, the BANDWIDTH PACKAGE ID cannot be specified.",
2610
2887
  "example": "bwp-pnbe****",
2611
2888
  "member": "string",
2612
2889
  "name": "BandwidthPackageId",
@@ -2678,7 +2955,7 @@
2678
2955
  },
2679
2956
  {
2680
2957
  "disabled": false,
2681
- "document": "Applicable only to public network IPv4 CLB instances. This parameter specifies the secondary AZ ID for cross-AZ disaster recovery. For example, 100001 or ap-guangzhou-1.\nNote: The secondary AZ sustains traffic when the primary AZ encounters faults. You can call the [DescribeResources](https://intl.cloud.tencent.com/document/api/214/70213?from_cn_redirect=1) API to query the list of primary/secondary AZs in a region. If you want to experience this feature, [submit a ticket](https://console.cloud.tencent.com/workorder/category).",
2958
+ "document": "Applicable only to public network IPv4 clb instances. specifies the secondary AZ ID for cross-az disaster recovery. both AZ ID and name are supported, such as 100001 or ap-guangzhou-1.\nNote: The secondary AZ sustains traffic when the primary AZ encounters faults. You can call the [DescribeResources](https://www.tencentcloud.comom/document/api/214/70213?from_cn_redirect=1) API to query the list of primary/secondary AZs in a region. If you want to experience this feature, [submit a ticket](https://console.cloud.tencent.com/workorder/category).",
2682
2959
  "example": "ap-guangzhou-1",
2683
2960
  "member": "string",
2684
2961
  "name": "SlaveZoneId",
@@ -2687,7 +2964,7 @@
2687
2964
  },
2688
2965
  {
2689
2966
  "disabled": false,
2690
- "document": "Unique ID of an EIP, which can only be used when binding the EIP of a private network CLB instance. E.g., `eip-11112222`.",
2967
+ "document": "The unique ID of EIP, which can be queried through the DescribeAddresses API (https://www.tencentcloud.comom/document/product/215/16702?from_cn_redirect=1). format: EIP-qhx8udkc. applicable only to private network clb binding EIP.",
2691
2968
  "example": "eip-qhx8udkc",
2692
2969
  "member": "string",
2693
2970
  "name": "EipAddressId",
@@ -2696,7 +2973,7 @@
2696
2973
  },
2697
2974
  {
2698
2975
  "disabled": false,
2699
- "document": "Whether to allow CLB traffic to the target group. `true`: allows CLB traffic to the target group and verifies security groups only on CLB; `false`: denies CLB traffic to the target group and verifies security groups on both CLB and backend instances.",
2976
+ "document": "Specifies whether to allow CLB traffic to the Target. enable (true): verify security groups on CLB. disable (false): verify security groups on both CLB and backend instances. IPv6 CLB security group default permit, this parameter is not required.",
2700
2977
  "example": "true",
2701
2978
  "member": "bool",
2702
2979
  "name": "LoadBalancerPassToTarget",
@@ -2747,6 +3024,15 @@
2747
3024
  "name": "AccessLogTopicId",
2748
3025
  "required": false,
2749
3026
  "type": "string"
3027
+ },
3028
+ {
3029
+ "disabled": false,
3030
+ "document": "Whether layer-7 advanced routing is enabled.",
3031
+ "example": "false",
3032
+ "member": "bool",
3033
+ "name": "AdvancedRoute",
3034
+ "required": false,
3035
+ "type": "bool"
2750
3036
  }
2751
3037
  ],
2752
3038
  "type": "object"
@@ -2788,7 +3074,7 @@
2788
3074
  "members": [
2789
3075
  {
2790
3076
  "disabled": false,
2791
- "document": "Unique ID of a CLB instance, e.g., lb-12345678.",
3077
+ "document": "Specifies the unique ID of the cloud load balancer. you can call the [DescribeLoadBalancers](https://www.tencentcloud.comom/document/product/214/30685?from_cn_redirect=1) API to query the ID, such as lb-12345678.",
2792
3078
  "example": "lb-cuxw****",
2793
3079
  "member": "string",
2794
3080
  "name": "LoadBalancerId",
@@ -2797,7 +3083,7 @@
2797
3083
  },
2798
3084
  {
2799
3085
  "disabled": false,
2800
- "document": "Information of the SNAT IP to be added. You can specify a SNAT IP or use the one automatically assigned by a subnet.",
3086
+ "document": "Added SnatIp information. specify IP for request or designated subnet for automatic application. can be accessed through [DescribeSubnets](https://www.tencentcloud.comom/document/api/215/15784?from_cn_redirect=1) to query and retrieve. the default upper limit for one CLB instance is 10.",
2801
3087
  "example": "无",
2802
3088
  "member": "SnatIp",
2803
3089
  "name": "SnatIps",
@@ -2833,7 +3119,7 @@
2833
3119
  "members": [
2834
3120
  {
2835
3121
  "disabled": false,
2836
- "document": "CLB instance ID",
3122
+ "document": "ID of the cloud load balancer instance. you can call the [DescribeLoadBalancers](https://www.tencentcloud.comom/document/product/214/30685?from_cn_redirect=1) API to obtain the ID.",
2837
3123
  "example": "lb-cuxw****",
2838
3124
  "member": "string",
2839
3125
  "name": "LoadBalancerId",
@@ -2842,7 +3128,7 @@
2842
3128
  },
2843
3129
  {
2844
3130
  "disabled": false,
2845
- "document": "Listener ID",
3131
+ "document": "Specifies the listener ID, which can be obtained through the [DescribeListeners](https://www.tencentcloud.comom/document/product/214/30686?from_cn_redirect=1) api.",
2846
3132
  "example": "lbl-4fbx*****",
2847
3133
  "member": "string",
2848
3134
  "name": "ListenerId",
@@ -2897,7 +3183,7 @@
2897
3183
  },
2898
3184
  {
2899
3185
  "disabled": false,
2900
- "document": "`vpcid` attribute of a target group. If this parameter is left empty, the default VPC will be used.",
3186
+ "document": "Specifies the vpc id attribute of the target group. uses the default vpc if left empty.",
2901
3187
  "example": "vpc-i1******",
2902
3188
  "member": "string",
2903
3189
  "name": "VpcId",
@@ -2906,7 +3192,7 @@
2906
3192
  },
2907
3193
  {
2908
3194
  "disabled": false,
2909
- "document": "Default port of the target group, which can be used for adding servers subsequently. Either the Port or the port in TargetGroupInstances.N should be input.",
3195
+ "document": "Specifies the default Port of the target group. the default Port can be used when servers are added subsequently. this parameter is not supported for full-listen target groups. for non-full-listen target groups, either Port or Port in TargetGroupInstances.N is required.\n",
2910
3196
  "example": "80",
2911
3197
  "member": "uint64",
2912
3198
  "name": "Port",
@@ -2915,7 +3201,7 @@
2915
3201
  },
2916
3202
  {
2917
3203
  "disabled": false,
2918
- "document": "Real server bound to a target group",
3204
+ "document": "Specifies the real servers bound to the target group. supports up to 50 at a time.",
2919
3205
  "example": "无",
2920
3206
  "member": "TargetGroupInstance",
2921
3207
  "name": "TargetGroupInstances",
@@ -2924,7 +3210,7 @@
2924
3210
  },
2925
3211
  {
2926
3212
  "disabled": false,
2927
- "document": "",
3213
+ "document": "Target group type, currently supported v1 (legacy version target group) and v2 (new version target group), defaults to v1 (legacy version target group).",
2928
3214
  "example": "v1",
2929
3215
  "member": "string",
2930
3216
  "name": "Type",
@@ -2933,7 +3219,7 @@
2933
3219
  },
2934
3220
  {
2935
3221
  "disabled": false,
2936
- "document": "",
3222
+ "document": "Backend forwarding protocol of the target group. this field is required for the new version (v2) target group. currently supports TCP, UDP, HTTP, HTTPS, GRPC.",
2937
3223
  "example": "TCP",
2938
3224
  "member": "string",
2939
3225
  "name": "Protocol",
@@ -2942,19 +3228,73 @@
2942
3228
  },
2943
3229
  {
2944
3230
  "disabled": false,
2945
- "document": "",
3231
+ "document": "Health check.",
2946
3232
  "example": "无",
2947
3233
  "member": "TargetGroupHealthCheck",
2948
3234
  "name": "HealthCheck",
2949
3235
  "required": false,
2950
- "type": "object"
3236
+ "type": "object"
3237
+ },
3238
+ {
3239
+ "disabled": false,
3240
+ "document": "Scheduling algorithm. this parameter is valid only for target groups of the new version V2 when the backend forwarding protocol is HTTP, HTTPS, or GRPC. available values:.\n<ur><li>WRR: weighted round-robin.</li><li>LEAST_CONN: LEAST connection.</li><li>IP_HASH: based on IP HASH.</li><li>default is WRR.</li></ur>.",
3241
+ "example": "WRR",
3242
+ "member": "string",
3243
+ "name": "ScheduleAlgorithm",
3244
+ "required": false,
3245
+ "type": "string"
3246
+ },
3247
+ {
3248
+ "disabled": false,
3249
+ "document": "Tag.",
3250
+ "example": "无",
3251
+ "member": "TagInfo",
3252
+ "name": "Tags",
3253
+ "required": false,
3254
+ "type": "list"
3255
+ },
3256
+ {
3257
+ "disabled": false,
3258
+ "document": "Specifies the default weight of the backend service. among them:.\n<ul><li>Value ranges from 0 to 100.</li><li>after setting this value, when adding a backend service to the target group, if the backend service does not set Weight separately, use the default Weight here.</li><li>Weight parameter settings not supported for v1 target group type.</li></ul>.",
3259
+ "example": "100",
3260
+ "member": "uint64",
3261
+ "name": "Weight",
3262
+ "required": false,
3263
+ "type": "int"
3264
+ },
3265
+ {
3266
+ "disabled": false,
3267
+ "document": "Full listen target group flag. valid values: true (yes), false (no). only target groups of the new version V2 event type support this parameter.",
3268
+ "example": "true",
3269
+ "member": "bool",
3270
+ "name": "FullListenSwitch",
3271
+ "required": false,
3272
+ "type": "bool"
3273
+ },
3274
+ {
3275
+ "disabled": false,
3276
+ "document": "Specifies whether to enable the persistent connection feature. this parameter applies only to HTTP and HTTPS target groups. 0: disable; 1: enable. this feature is off by default.",
3277
+ "example": "true",
3278
+ "member": "bool",
3279
+ "name": "KeepaliveEnable",
3280
+ "required": false,
3281
+ "type": "bool"
3282
+ },
3283
+ {
3284
+ "disabled": false,
3285
+ "document": "Session hold time, unit: second. value range: 30-3600. default: 0, disabled. this parameter is supported only for target groups with HTTP/HTTPS/GRPC backend forwarding protocol in the new version V2.",
3286
+ "example": "30",
3287
+ "member": "uint64",
3288
+ "name": "SessionExpireTime",
3289
+ "required": false,
3290
+ "type": "int"
2951
3291
  },
2952
3292
  {
2953
3293
  "disabled": false,
2954
- "document": "",
2955
- "example": "WRR",
3294
+ "document": "IP version type.",
3295
+ "example": "IPv4",
2956
3296
  "member": "string",
2957
- "name": "ScheduleAlgorithm",
3297
+ "name": "IpVersion",
2958
3298
  "required": false,
2959
3299
  "type": "string"
2960
3300
  }
@@ -3015,7 +3355,7 @@
3015
3355
  },
3016
3356
  {
3017
3357
  "disabled": false,
3018
- "document": "Logset retention period, in days. Default value: 30 days. Value range: [1, 3600].",
3358
+ "document": "Storage time in days, defaults to 30.\n-Log access to standard storage supports 1 to 3600 days. a value of 3640 indicates permanent retention.\n-Log access to infrequent storage supports 7 to 3600 days. a value of 3640 indicates permanent retention.",
3019
3359
  "example": "30",
3020
3360
  "member": "uint64",
3021
3361
  "name": "Period",
@@ -3111,7 +3451,7 @@
3111
3451
  },
3112
3452
  {
3113
3453
  "disabled": false,
3114
- "document": "ID of the CVM instance\nNote: This field may return `null`, indicating that no valid value was found.",
3454
+ "document": "Submachine instance ID.",
3115
3455
  "example": "ins-cxyp****",
3116
3456
  "member": "string",
3117
3457
  "name": "InstanceId",
@@ -3121,7 +3461,7 @@
3121
3461
  },
3122
3462
  {
3123
3463
  "disabled": false,
3124
- "document": "Name of the CVM instance\nNote: This field may return `null`, indicating that no valid value was found.",
3464
+ "document": "Submachine instance name.",
3125
3465
  "example": "test-name",
3126
3466
  "member": "string",
3127
3467
  "name": "InstanceName",
@@ -3142,12 +3482,39 @@
3142
3482
  ],
3143
3483
  "usage": "out"
3144
3484
  },
3485
+ "DeleteCustomizedConfigRequest": {
3486
+ "document": "DeleteCustomizedConfig request structure.",
3487
+ "members": [
3488
+ {
3489
+ "disabled": false,
3490
+ "document": "Specifies the configuration ID list for deletion.",
3491
+ "example": "[\"pz-efce**cu\"]",
3492
+ "member": "string",
3493
+ "name": "UconfigIdList",
3494
+ "required": true,
3495
+ "type": "list"
3496
+ }
3497
+ ],
3498
+ "type": "object"
3499
+ },
3500
+ "DeleteCustomizedConfigResponse": {
3501
+ "document": "DeleteCustomizedConfig response structure.",
3502
+ "members": [
3503
+ {
3504
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
3505
+ "member": "string",
3506
+ "name": "RequestId",
3507
+ "type": "string"
3508
+ }
3509
+ ],
3510
+ "type": "object"
3511
+ },
3145
3512
  "DeleteListenerRequest": {
3146
3513
  "document": "DeleteListener request structure.",
3147
3514
  "members": [
3148
3515
  {
3149
3516
  "disabled": false,
3150
- "document": "CLB instance ID",
3517
+ "document": "ID of the CLB instance. You can call the [DescribeLoadBalancers](https://www.tencentcloud.comom/document/product/214/30685?from_cn_redirect=1) API to query the ID.",
3151
3518
  "example": "lb-cuxw****",
3152
3519
  "member": "string",
3153
3520
  "name": "LoadBalancerId",
@@ -3156,7 +3523,7 @@
3156
3523
  },
3157
3524
  {
3158
3525
  "disabled": false,
3159
- "document": "ID of the listener to be deleted",
3526
+ "document": "The listener ID to be deleted, can be accessed through the [DescribeListeners](https://www.tencentcloud.comom/document/product/214/30686?from_cn_redirect=1) api.",
3160
3527
  "example": "lbl-4udz****",
3161
3528
  "member": "string",
3162
3529
  "name": "ListenerId",
@@ -3183,7 +3550,7 @@
3183
3550
  "members": [
3184
3551
  {
3185
3552
  "disabled": false,
3186
- "document": "CLB instance ID",
3553
+ "document": "ID of the CLB instance. You can call the [DescribeLoadBalancers](https://www.tencentcloud.comom/document/product/214/30685?from_cn_redirect=1) API to query the ID.",
3187
3554
  "example": "lb-db2n****",
3188
3555
  "member": "string",
3189
3556
  "name": "LoadBalancerId",
@@ -3192,7 +3559,7 @@
3192
3559
  },
3193
3560
  {
3194
3561
  "disabled": false,
3195
- "document": "Array of listener IDs to delete (20 IDs at most). If this parameter is left empty, all listeners of the CLB instance will be deleted.",
3562
+ "document": "Specifies the listener ID array to be deleted, with a maximum of 20 elements. if left blank, all listeners of the clb will be deleted. can be obtained through the [DescribeListeners](https://www.tencentcloud.comom/document/product/214/30686?from_cn_redirect=1) api.",
3196
3563
  "example": "[\"lbl-4fo6k8na\"]",
3197
3564
  "member": "string",
3198
3565
  "name": "ListenerIds",
@@ -3255,7 +3622,7 @@
3255
3622
  "members": [
3256
3623
  {
3257
3624
  "disabled": false,
3258
- "document": "Unique ID of a CLB instance, e.g., lb-12345678.",
3625
+ "document": "Specifies the unique ID of the cloud load balancer. you can call the [DescribeLoadBalancers](https://www.tencentcloud.comom/document/product/1108/48459?from_cn_redirect=1) API to query the ID, such as lb-12345678.",
3259
3626
  "example": "lb-cuxw****",
3260
3627
  "member": "string",
3261
3628
  "name": "LoadBalancerId",
@@ -3264,7 +3631,7 @@
3264
3631
  },
3265
3632
  {
3266
3633
  "disabled": false,
3267
- "document": "Array of the SNAT IP addresses to be deleted",
3634
+ "document": "Specifies the address array of SnatIp to delete. maximum deletion supported is 20.",
3268
3635
  "example": "[\"192.168.0.128\"]",
3269
3636
  "member": "string",
3270
3637
  "name": "Ips",
@@ -3345,7 +3712,7 @@
3345
3712
  "members": [
3346
3713
  {
3347
3714
  "disabled": false,
3348
- "document": "CLB instance ID",
3715
+ "document": "ID of the CLB instance. You can call the [DescribeLoadBalancers](https://www.tencentcloud.comom/document/product/214/30685?from_cn_redirect=1) API to query the ID.",
3349
3716
  "example": "lb-cuxw2rm0",
3350
3717
  "member": "string",
3351
3718
  "name": "LoadBalancerId",
@@ -3354,7 +3721,7 @@
3354
3721
  },
3355
3722
  {
3356
3723
  "disabled": false,
3357
- "document": "CLB listener ID",
3724
+ "document": "ID of the CLB instance listener. You can call the [DescribeListeners](https://www.tencentcloud.comom/document/product/214/30686?from_cn_redirect=1) API to query the ID.",
3358
3725
  "example": "lbl-4fbxq45k",
3359
3726
  "member": "string",
3360
3727
  "name": "ListenerId",
@@ -3363,7 +3730,7 @@
3363
3730
  },
3364
3731
  {
3365
3732
  "disabled": false,
3366
- "document": "Array of IDs of the forwarding rules to be deleted",
3733
+ "document": "Array of ids of forwarding rules to be deleted, can be accessed through the [DescribeLoadBalancersDetail](https://www.tencentcloud.comom/document/api/214/46916?from_cn_redirect=1) api.",
3367
3734
  "example": "[\"loc-5lc6****\"]",
3368
3735
  "member": "string",
3369
3736
  "name": "LocationIds",
@@ -3372,7 +3739,7 @@
3372
3739
  },
3373
3740
  {
3374
3741
  "disabled": false,
3375
- "document": "The domain name associated with the forwarding rule to delete. If the rule is associated with multiple domain names, specify any one of them.",
3742
+ "document": "Domain name of the forwarding rule to be deleted. if it is multiple domains, you can specify any one of the domain name list. it can be accessed through the [DescribeLoadBalancersDetail](https://www.tencentcloud.comom/document/api/214/46916?from_cn_redirect=1) api.",
3376
3743
  "example": "foo.net",
3377
3744
  "member": "string",
3378
3745
  "name": "Domain",
@@ -3381,7 +3748,7 @@
3381
3748
  },
3382
3749
  {
3383
3750
  "disabled": false,
3384
- "document": "The forwarding path of the forwarding rule to delete.",
3751
+ "document": "Forwarding path of the forwarding rule to be deleted can be accessed through the DescribeLoadBalancersDetail api (https://www.tencentcloud.comom/document/api/214/46916?from_cn_redirect=1).",
3385
3752
  "example": "/bar2",
3386
3753
  "member": "string",
3387
3754
  "name": "Url",
@@ -3390,7 +3757,7 @@
3390
3757
  },
3391
3758
  {
3392
3759
  "disabled": false,
3393
- "document": "Specifies a new default domain name for the listener. This field is used when the original default domain name is disabled. If there are multiple domain names, specify one of them.",
3760
+ "document": "A default domain name must be configured under the listener. when you need to delete the default domain name, you can specify another domain name as the new default domain name. if the new default domain name is multiple domains, you can specify any one of the domain name list. it can be accessed through the [DescribeListeners](https://www.tencentcloud.comom/document/product/214/30686?from_cn_redirect=1) api.",
3394
3761
  "example": "www.default.example.com",
3395
3762
  "member": "string",
3396
3763
  "name": "NewDefaultServerDomain",
@@ -3417,7 +3784,7 @@
3417
3784
  "members": [
3418
3785
  {
3419
3786
  "disabled": false,
3420
- "document": "Target group ID array",
3787
+ "document": "Specifies the ID array of the target group. supports up to 20 deletions.",
3421
3788
  "example": "[\"lbtg-f1phe5j6\"]",
3422
3789
  "member": "string",
3423
3790
  "name": "TargetGroupIds",
@@ -3525,7 +3892,7 @@
3525
3892
  },
3526
3893
  {
3527
3894
  "disabled": false,
3528
- "document": "Information of server to be unbound",
3895
+ "document": "Specifies information on server to be unbound. supports bulk removal with the largest quantity of 20 per operation.\nPort is a required item in this api.",
3529
3896
  "example": "无",
3530
3897
  "member": "TargetGroupInstance",
3531
3898
  "name": "TargetGroupInstances",
@@ -3833,7 +4200,7 @@
3833
4200
  "members": [
3834
4201
  {
3835
4202
  "disabled": false,
3836
- "document": "List of real server health statuses\nNote: This field may return `null`, indicating that no valid values can be obtained.",
4203
+ "document": "Backend health status list.",
3837
4204
  "example": "无",
3838
4205
  "member": "ClassicalHealth",
3839
4206
  "name": "HealthList",
@@ -3906,7 +4273,7 @@
3906
4273
  "members": [
3907
4274
  {
3908
4275
  "disabled": false,
3909
- "document": "Listener list\nNote: This field may return `null`, indicating that no valid values can be obtained.",
4276
+ "document": "Specifies the listener list.",
3910
4277
  "example": "无",
3911
4278
  "member": "ClassicalListener",
3912
4279
  "name": "Listeners",
@@ -3943,7 +4310,7 @@
3943
4310
  "members": [
3944
4311
  {
3945
4312
  "disabled": false,
3946
- "document": "Real server list\nNote: This field may return `null`, indicating that no valid values can be obtained.",
4313
+ "document": "Real server list.",
3947
4314
  "example": "无",
3948
4315
  "member": "ClassicalTarget",
3949
4316
  "name": "Targets",
@@ -4067,7 +4434,7 @@
4067
4434
  "members": [
4068
4435
  {
4069
4436
  "disabled": false,
4070
- "document": "Configuration ID.",
4437
+ "document": "Specifies the configuration ID, which can be obtained through the [DescribeCustomizedConfigList](https://www.tencentcloud.comom/document/product/214/60009?from_cn_redirect=1) api.",
4071
4438
  "example": "pz-fi018waq",
4072
4439
  "member": "string",
4073
4440
  "name": "UconfigId",
@@ -4094,7 +4461,7 @@
4094
4461
  },
4095
4462
  {
4096
4463
  "disabled": false,
4097
- "document": "Searches for the domain name.",
4464
+ "document": "Search Domain. can be queried through the `Domain` field in the [DescribeLoadBalancersDetail](https://www.tencentcloud.comom/document/product/214/46916?from_cn_redirect=1) API return value.",
4098
4465
  "example": "a.cc",
4099
4466
  "member": "string",
4100
4467
  "name": "Domain",
@@ -4150,7 +4517,7 @@
4150
4517
  },
4151
4518
  {
4152
4519
  "disabled": false,
4153
- "document": "Pagination offset. Default: 0.",
4520
+ "document": "Pagination offset. defaults to 0.",
4154
4521
  "example": "0",
4155
4522
  "member": "int64",
4156
4523
  "name": "Offset",
@@ -4159,7 +4526,7 @@
4159
4526
  },
4160
4527
  {
4161
4528
  "disabled": false,
4162
- "document": "Number of results per page. Default: 20.",
4529
+ "document": "Number of results. default value: 20.",
4163
4530
  "example": "20",
4164
4531
  "member": "int64",
4165
4532
  "name": "Limit",
@@ -4177,7 +4544,7 @@
4177
4544
  },
4178
4545
  {
4179
4546
  "disabled": false,
4180
- "document": "Configuration ID.",
4547
+ "document": "Configuration ID, can be accessed through the [DescribeCustomizedConfigList](https://www.tencentcloud.comom/document/api/214/60009?from_cn_redirect=1) api.",
4181
4548
  "example": "pz-12345678",
4182
4549
  "member": "string",
4183
4550
  "name": "UconfigIds",
@@ -4186,7 +4553,7 @@
4186
4553
  },
4187
4554
  {
4188
4555
  "disabled": false,
4189
- "document": "The filters are:\n<li> loadbalancer-id - String - Required: no - (filter) CLB instance ID, such as \"lb-12345678\". </li>\n<li> vip - String - Required: no - (filter) CLB instance VIP, such as \"1.1.1.1\" and \"2204::22:3\". </li>",
4556
+ "document": "Filter criteria as follows:.\n- loadbalancer-id\nFilter by [cloud load balancer ID]. instance billing mode such as lb-9vxezxza.\nType: String.\nRequired: No\nMethod for obtaining: [DescribeLoadBalancers](https://www.tencentcloud.comom/document/product/1108/48459?from_cn_redirect=1).\n- vip\nFilter by [clb VIP]. network billing mode such as \"1.1.1.1\", \"2204::22:3\".\nType: String.\nRequired: No\nMethod for obtaining: [DescribeLoadBalancers](https://www.tencentcloud.comom/document/product/1108/48459?from_cn_redirect=1).",
4190
4557
  "example": "[{\"Name\":\"loadbalancer-id\",\"Values\":[\"lb-12345678\"]}]",
4191
4558
  "member": "Filter",
4192
4559
  "name": "Filters",
@@ -4251,7 +4618,7 @@
4251
4618
  },
4252
4619
  {
4253
4620
  "disabled": false,
4254
- "document": "CLB instance region",
4621
+ "document": "The Region of the cloud load balancer can be obtained through the `RegionSet.Region` field in the API return value of [DescribeRegions](https://www.tencentcloud.comom/document/product/1596/77930?from_cn_redirect=1).",
4255
4622
  "example": "ap-guangzhou",
4256
4623
  "member": "string",
4257
4624
  "name": "LoadBalancerRegion",
@@ -4266,7 +4633,7 @@
4266
4633
  "members": [
4267
4634
  {
4268
4635
  "disabled": false,
4269
- "document": "List of idle CLBs\nNote: This field may return `null`, indicating that no valid values can be obtained.",
4636
+ "document": "Idle instance list.",
4270
4637
  "example": "无",
4271
4638
  "member": "IdleLoadBalancer",
4272
4639
  "name": "IdleLoadBalancers",
@@ -4330,12 +4697,49 @@
4330
4697
  ],
4331
4698
  "type": "object"
4332
4699
  },
4700
+ "DescribeLBOperateProtectRequest": {
4701
+ "document": "DescribeLBOperateProtect request structure.",
4702
+ "members": [
4703
+ {
4704
+ "disabled": false,
4705
+ "document": "CLB instance ID.",
4706
+ "example": "lb-ol9l5wxx",
4707
+ "member": "string",
4708
+ "name": "LoadBalancerIds",
4709
+ "required": true,
4710
+ "type": "list"
4711
+ }
4712
+ ],
4713
+ "type": "object"
4714
+ },
4715
+ "DescribeLBOperateProtectResponse": {
4716
+ "document": "DescribeLBOperateProtect response structure.",
4717
+ "members": [
4718
+ {
4719
+ "disabled": false,
4720
+ "document": "Describes the returned cloud load balancer operation protection information array.",
4721
+ "example": "无",
4722
+ "member": "LBOperateProtectInfo",
4723
+ "name": "LoadBalancerSet",
4724
+ "required": true,
4725
+ "type": "list",
4726
+ "value_allowed_null": false
4727
+ },
4728
+ {
4729
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
4730
+ "member": "string",
4731
+ "name": "RequestId",
4732
+ "type": "string"
4733
+ }
4734
+ ],
4735
+ "type": "object"
4736
+ },
4333
4737
  "DescribeListenersRequest": {
4334
4738
  "document": "DescribeListeners request structure.",
4335
4739
  "members": [
4336
4740
  {
4337
4741
  "disabled": false,
4338
- "document": "CLB instance ID.",
4742
+ "document": "ID of the cloud load balancer instance. you can call the [DescribeLoadBalancers](https://www.tencentcloud.comom/document/api/214/30685?from_cn_redirect=1) api to obtain the ID.",
4339
4743
  "example": "lb-aniq****",
4340
4744
  "member": "string",
4341
4745
  "name": "LoadBalancerId",
@@ -4344,7 +4748,7 @@
4344
4748
  },
4345
4749
  {
4346
4750
  "disabled": false,
4347
- "document": "Array of CLB listener IDs to query (100 IDs at most).",
4751
+ "document": "Specifies the array of clb listener ids to query, with a maximum of 100. you can call the [DescribeListeners](https://www.tencentcloud.comom/document/api/214/30686?from_cn_redirect=1) api to obtain the ids.",
4348
4752
  "example": "[\"lbl-8cnl****\",\"lbl-we2d\"]",
4349
4753
  "member": "string",
4350
4754
  "name": "ListenerIds",
@@ -4362,7 +4766,7 @@
4362
4766
  },
4363
4767
  {
4364
4768
  "disabled": false,
4365
- "document": "Port of the listeners to be queried",
4769
+ "document": "Port of listener to query. value range: 1-65535.",
4366
4770
  "example": "23",
4367
4771
  "member": "int64",
4368
4772
  "name": "Port",
@@ -4387,7 +4791,7 @@
4387
4791
  },
4388
4792
  {
4389
4793
  "disabled": false,
4390
- "document": "Total number of listeners (with filters of port, protocol, and listener ID applied).\nNote: This field may return `null`, indicating that no valid values can be obtained.",
4794
+ "document": "Total number of listeners (filtered by port, protocol, and listener ID).",
4391
4795
  "example": "3",
4392
4796
  "member": "uint64",
4393
4797
  "name": "TotalCount",
@@ -4409,7 +4813,7 @@
4409
4813
  "members": [
4410
4814
  {
4411
4815
  "disabled": false,
4412
- "document": "Server or client certificate ID",
4816
+ "document": "Specifies the server certificate ID or client certificate ID. can be accessed through the [DescribeCertificate](https://www.tencentcloud.comom/document/api/400/41674?from_cn_redirect=1) api.\nSpecifies the maximum length of the array is 20.",
4413
4817
  "example": "[\"RwFAfr8Y\"]",
4414
4818
  "member": "string",
4415
4819
  "name": "CertIds",
@@ -4514,7 +4918,7 @@
4514
4918
  "members": [
4515
4919
  {
4516
4920
  "disabled": false,
4517
- "document": "Information of CLB instances sorted by outbound bandwidth from highest to lowest\nNote: This field may return `null`, indicating that no valid values can be obtained.",
4921
+ "document": "Load balance information sorted in descending order by outbound bandwidth.",
4518
4922
  "example": "无",
4519
4923
  "member": "LoadBalancerTraffic",
4520
4924
  "name": "LoadBalancerTraffic",
@@ -4563,7 +4967,7 @@
4563
4967
  },
4564
4968
  {
4565
4969
  "disabled": false,
4566
- "document": "When the Fields include TargetId, TargetAddress, TargetPort, TargetWeight, ListenerId, Protocol, Port, LocationId, Domain, and Url, you should select exporting the Target of the target group or a non-target group. Valid values: NODE, GROUP.",
4970
+ "document": "When the Fields include TargetId, TargetAddress, TargetPort, TargetWeight, ListenerId, Protocol, Port, LocationId, Domain, and Url, you must select exporting the Target of the Target GROUP or a non-Target GROUP. valid values: NODE, GROUP.",
4567
4971
  "example": "NODE",
4568
4972
  "member": "string",
4569
4973
  "name": "TargetType",
@@ -4572,7 +4976,7 @@
4572
4976
  },
4573
4977
  {
4574
4978
  "disabled": false,
4575
- "document": "Filter condition of querying lists describing CLB instance details:\n<li> loadbalancer-id - String - Required: no - (Filter condition) CLB instance ID, such as \"lb-12345678\". </li>\n<li> project-id - String - Required: no - (Filter condition) Project ID, such as \"0\" and \"123\".</li>\n<li> network - String - Required: no - (Filter condition) Network type of the CLB instance, such as \"Public\" and \"Private\".</li>\n<li> vip - String - Required: no - (Filter condition) CLB instance VIP, such as \"1.1.1.1\" and \"2204::22:3\". </li>\n<li> target-ip - String - Required: no - (Filter condition) Private IP of the target real servers, such as\"1.1.1.1\" and \"2203::214:4\".</li>\n<li> vpcid - String - Required: no - (Filter condition) Identifier of the VPC instance to which the CLB instance belongs, such as \"vpc-12345678\".</li>\n<li> zone - String - Required: no - (Filter condition) Availability zone where the CLB instance resides, such as \"ap-guangzhou-1\".</li>\n<li> tag-key - String - Required: no - (Filter condition) Tag key of the CLB instance, such as \"name\".</li>\n<li> tag:* - String - Required: no - (Filter condition) CLB instance tag, followed by tag key after the colon ':'. For example, use {\"Name\": \"tag:name\",\"Values\": [\"zhangsan\", \"lisi\"]} to filter the tag key “name” with the tag value “zhangsan” and “lisi”.</li>\n<li> fuzzy-search - String - Required: no - (Filter condition) Fuzzy search for CLB instance VIP and CLB instance name, such as \"1.1\".</li>",
4979
+ "document": "Querying conditions for cloud load balancer detailed information list. detailed filter criteria.\n- loadbalancer-id\nFilter by [clb ID], for example: lb-rbw5skde.\nType: String.\nRequired: No\nMethod for obtaining: [DescribeLoadBalancers](https://www.tencentcloud.comom/document/product/1108/48459?from_cn_redirect=1).\n- project-id\nFilters by [project ID]. for example: \"0\", \"123\".\nType: String.\nRequired: No\nMethod for obtaining: [DescribeProject](https://www.tencentcloud.comom/document/api/651/78725?from_cn_redirect=1).\n- network\nFilters by [clb network type]. for example: Public.\nType: String.\nRequired: No\nValid values: Private (Private network), Public (Public network).\n- vip\nFilter by [cloud load balancer VIP], such as \"1.1.1.1\", \"2204::22:3\".\nType: String.\nRequired: No\n- vpcid\nFilter by the vpc to which the cloud load balancer belongs, such as \"vpc-12345678\".\nType: String.\nRequired: No\nMethod for obtaining: [DescribeZones](https://www.tencentcloud.comom/document/product/213/15707?from_cn_redirect=1).\n- target-ip\nFilters by the private network IP of the backend destination. for example: \"1.1.1.1\", \"2203::214:4\".\nType: String.\nRequired: No\n- zone\nFilter by [availability zone of the cloud load balancer]. for example: \"ap-guangzhou-1\".\nType: String.\nRequired: No\nMethod for obtaining: [DescribeZones](https://www.tencentcloud.comom/document/product/213/15707?from_cn_redirect=1).\n- tag-key\nFilters by [tag key of the cloud load balancer tag], for example: \"name\".\nType: String.\nRequired: No\nMethod for obtaining: [DescribeTags](https://www.tencentcloud.comom/document/api/651/35316?from_cn_redirect=1).\n- tag:*\nFilter by [cloud load balancer tag], where ':' is followed by the tag key. for example, to filter by tag key 'name' with tag Values 'zhangsan' and 'lisi', use {\"name\": \"tag:name\",\"Values\": [\"zhangsan\", \"lisi\"]}.\nType: String.\nRequired: No\nMethod for obtaining: [DescribeTagKeys](https://www.tencentcloud.comom/document/api/651/35318?from_cn_redirect=1).\n- fuzzy-search\nSearches by [clb VIP, clb name] using fuzzy search, for example: \"1.1\".\nType: String.\nRequired: No",
4576
4980
  "example": "无",
4577
4981
  "member": "Filter",
4578
4982
  "name": "Filters",
@@ -4597,7 +5001,7 @@
4597
5001
  },
4598
5002
  {
4599
5003
  "disabled": false,
4600
- "document": "List of CLB instance details.\nNote: this field may return null, indicating that no valid values can be obtained.",
5004
+ "document": "Load balancing detail list.",
4601
5005
  "example": "无",
4602
5006
  "member": "LoadBalancerDetail",
4603
5007
  "name": "LoadBalancerDetailSet",
@@ -4646,7 +5050,7 @@
4646
5050
  },
4647
5051
  {
4648
5052
  "disabled": false,
4649
- "document": "CLB instance name.",
5053
+ "document": "Specifies the name of the clb instance. fuzzy query is supported.",
4650
5054
  "example": "test_internal",
4651
5055
  "member": "string",
4652
5056
  "name": "LoadBalancerName",
@@ -4655,7 +5059,7 @@
4655
5059
  },
4656
5060
  {
4657
5061
  "disabled": false,
4658
- "document": "The domain name that Tencent Cloud assigned for the CLB instance.",
5062
+ "document": "Tencent cloud assigns a domain name to the cloud load balancer instance. fuzzy query is supported.",
4659
5063
  "example": "lb-6m46rm32-se******o0q2g.clb.ap-guangzhou.testclb.com",
4660
5064
  "member": "string",
4661
5065
  "name": "Domain",
@@ -4709,7 +5113,7 @@
4709
5113
  },
4710
5114
  {
4711
5115
  "disabled": false,
4712
- "document": "Sort by parameter. Value range: LoadBalancerName, CreateTime, Domain, LoadBalancerType.",
5116
+ "document": "Sorting parameter. supports the following fields:.\n- LoadBalancerName\n- CreateTime\n- Domain\n- LoadBalancerType\n\nDefaults to CreateTime.\n",
4713
5117
  "example": "LoadBalancerName",
4714
5118
  "member": "string",
4715
5119
  "name": "OrderBy",
@@ -4718,7 +5122,7 @@
4718
5122
  },
4719
5123
  {
4720
5124
  "disabled": false,
4721
- "document": "1: reverse; 0: sequential. Default value: reverse by creation time |",
5125
+ "document": "1 for descending, 0 for ascending, defaults to 1, sorted by creation time in descending order.",
4722
5126
  "example": "0",
4723
5127
  "member": "int64",
4724
5128
  "name": "OrderType",
@@ -4727,7 +5131,7 @@
4727
5131
  },
4728
5132
  {
4729
5133
  "disabled": false,
4730
- "document": "Search field which fuzzy matches name, domain name, or VIP.",
5134
+ "document": "Specifies the fuzzy search field for fuzzy matching the name, domain name, VIP address, or ID of a cloud load balancer instance.",
4731
5135
  "example": "test-name",
4732
5136
  "member": "string",
4733
5137
  "name": "SearchKey",
@@ -4736,7 +5140,7 @@
4736
5140
  },
4737
5141
  {
4738
5142
  "disabled": false,
4739
- "document": "ID of the project to which a CLB instance belongs, which can be obtained through the DescribeProject API.",
5143
+ "document": "Project ID of the cloud load balancer instance. you can call the [DescribeProject](https://www.tencentcloud.comom/document/api/651/78725?from_cn_redirect=1) api to obtain the ID. defaults to all projects if not passed.",
4740
5144
  "example": "1",
4741
5145
  "member": "int64",
4742
5146
  "name": "ProjectId",
@@ -4754,7 +5158,7 @@
4754
5158
  },
4755
5159
  {
4756
5160
  "disabled": false,
4757
- "document": "VPC where a CLB instance resides, such as vpc-bhqkbhdx.\nBasic network does not support queries by VpcId.",
5161
+ "document": "Specifies the unique vpc ID of the load balancing instance, such as vpc-bhqkbhdx. you can call the [DescribeVpcs](https://www.tencentcloud.comom/document/api/215/15778?from_cn_redirect=1) api to obtain it.\nSearches for cloud load balancer of basic network type. allows input '0'.",
4758
5162
  "example": "vpc-bhqk****",
4759
5163
  "member": "string",
4760
5164
  "name": "VpcId",
@@ -4763,7 +5167,7 @@
4763
5167
  },
4764
5168
  {
4765
5169
  "disabled": false,
4766
- "document": "Security group ID, e.g., `sg-m1cc****`.",
5170
+ "document": "Security group ID, such as sg-m1cc****, can be obtained through the API [DescribeSecurityGroups](https://www.tencentcloud.comom/document/product/215/15808?from_cn_redirect=1).",
4767
5171
  "example": "sg-m1cc****",
4768
5172
  "member": "string",
4769
5173
  "name": "SecurityGroup",
@@ -4787,6 +5191,15 @@
4787
5191
  "name": "Filters",
4788
5192
  "required": false,
4789
5193
  "type": "list"
5194
+ },
5195
+ {
5196
+ "disabled": false,
5197
+ "document": "Specifies the expanded fields to return. not specified, expanded fields do not return by default. supported expanded fields are as follows:.\n<Li>TargetCount: specifies the number of real servers bound to it.</li>.",
5198
+ "example": "[\"TargetCount\"]",
5199
+ "member": "string",
5200
+ "name": "AdditionalFields",
5201
+ "required": false,
5202
+ "type": "list"
4790
5203
  }
4791
5204
  ],
4792
5205
  "type": "object"
@@ -4873,7 +5286,7 @@
4873
5286
  },
4874
5287
  {
4875
5288
  "disabled": false,
4876
- "document": "Conditions for querying the list of availability zone resources. Detailed filter criteria are as follows:<li>master-zone -- String - Required: No - (Filter criterion) Filter by region type, such as ap-guangzhou-2.</li><li>ip-version -- String - Required: No - (Filter criterion) Filter by IP type. Valid values: IPv4, IPv6, IPv6_Nat.</li><li> isp -- String - Required: No - (Filter criterion) Filter by ISP type, such as BGP, CMCC, CUCC, and CTCC.</li>",
5289
+ "document": "Specifies the conditions for querying the availability zone resource list. detailed filter criteria are as follows:.\n- master-zone\nFilters by regional availability zone, for example: ap-guangzhou-2.\nType: String.\nRequired: No\n- ip-version\nFilter by [IP type], such as IPv4.\nType: String.\nRequired: No\nValid values: IPv4, IPv6, IPv6_Nat.\n- isp\nFilters by [ISP type], for example: BGP.\nType: String.\nRequired: No\nOptional. valid values: BGP, CMCC (china mobile), CUCC (china unicom), CTCC (china telecom), BGP_PRO, INTERNAL (private network).",
4877
5290
  "example": "无",
4878
5291
  "member": "Filter",
4879
5292
  "name": "Filters",
@@ -4975,7 +5388,7 @@
4975
5388
  "members": [
4976
5389
  {
4977
5390
  "disabled": false,
4978
- "document": "Filter. Currently, only filtering by `TargetGroupId`, `BindIP`, or `InstanceId` is supported.",
5391
+ "document": "Filter criteria, currently supported by multiple conditions combined as TargetGroupId, BindIP, and InstanceId.",
4979
5392
  "example": "无",
4980
5393
  "member": "Filter",
4981
5394
  "name": "Filters",
@@ -5151,7 +5564,7 @@
5151
5564
  },
5152
5565
  {
5153
5566
  "disabled": false,
5154
- "document": "Filter array, which is exclusive of `TargetGroupIds`. Valid values: `TargetGroupVpcId` and `TargetGroupName`.",
5567
+ "document": "Filter condition array, mutually exclusive with TargetGroupIds, supports TargetGroupVpcId (vpc ID), TargetGroupName (target group name), and Tag.",
5155
5568
  "example": "无",
5156
5569
  "member": "Filter",
5157
5570
  "name": "Filters",
@@ -5204,6 +5617,24 @@
5204
5617
  "name": "LoadBalancerIds",
5205
5618
  "required": true,
5206
5619
  "type": "list"
5620
+ },
5621
+ {
5622
+ "disabled": false,
5623
+ "document": "Specifies the listener ID list to query.",
5624
+ "example": "[\"lbl-cpu5e38u\"]",
5625
+ "member": "string",
5626
+ "name": "ListenerIds",
5627
+ "required": false,
5628
+ "type": "list"
5629
+ },
5630
+ {
5631
+ "disabled": false,
5632
+ "document": "Specifies the list of rule ids to be queried.",
5633
+ "example": "[\"loc-q41gixxq\"]",
5634
+ "member": "string",
5635
+ "name": "LocationIds",
5636
+ "required": false,
5637
+ "type": "list"
5207
5638
  }
5208
5639
  ],
5209
5640
  "type": "object"
@@ -5213,7 +5644,7 @@
5213
5644
  "members": [
5214
5645
  {
5215
5646
  "disabled": false,
5216
- "document": "CLB instance list\nNote: This field may return `null`, indicating that no valid values can be obtained.",
5647
+ "document": "LoadBalancer list.",
5217
5648
  "example": "无",
5218
5649
  "member": "LoadBalancerHealth",
5219
5650
  "name": "LoadBalancers",
@@ -5286,7 +5717,7 @@
5286
5717
  "members": [
5287
5718
  {
5288
5719
  "disabled": false,
5289
- "document": "Information of real servers bound to the listener\nNote: This field may return `null`, indicating that no valid values can be obtained.",
5720
+ "document": "Information of real servers bound to the listener.",
5290
5721
  "example": "无",
5291
5722
  "member": "ListenerBackend",
5292
5723
  "name": "Listeners",
@@ -5350,6 +5781,52 @@
5350
5781
  "type": "list",
5351
5782
  "value_allowed_null": true
5352
5783
  },
5784
+ {
5785
+ "disabled": false,
5786
+ "document": "Auxiliary description information, such as failure cause.\nNote: This field may return null, indicating that no valid values can be obtained.",
5787
+ "example": "更新LB失败",
5788
+ "member": "string",
5789
+ "name": "Message",
5790
+ "output_required": false,
5791
+ "type": "string",
5792
+ "value_allowed_null": true
5793
+ },
5794
+ {
5795
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
5796
+ "member": "string",
5797
+ "name": "RequestId",
5798
+ "type": "string"
5799
+ }
5800
+ ],
5801
+ "type": "object"
5802
+ },
5803
+ "DisassociateCustomizedConfigRequest": {
5804
+ "document": "DisassociateCustomizedConfig request structure.",
5805
+ "members": [
5806
+ {
5807
+ "disabled": false,
5808
+ "document": "Configuration ID.",
5809
+ "example": "pz-ched**vd",
5810
+ "member": "string",
5811
+ "name": "UconfigId",
5812
+ "required": true,
5813
+ "type": "string"
5814
+ },
5815
+ {
5816
+ "disabled": false,
5817
+ "document": "Specifies the list of unbinding.",
5818
+ "example": "无",
5819
+ "member": "BindItem",
5820
+ "name": "BindList",
5821
+ "required": true,
5822
+ "type": "list"
5823
+ }
5824
+ ],
5825
+ "type": "object"
5826
+ },
5827
+ "DisassociateCustomizedConfigResponse": {
5828
+ "document": "DisassociateCustomizedConfig response structure.",
5829
+ "members": [
5353
5830
  {
5354
5831
  "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
5355
5832
  "member": "string",
@@ -5364,7 +5841,7 @@
5364
5841
  "members": [
5365
5842
  {
5366
5843
  "disabled": false,
5367
- "document": "Array of rules to be unbound",
5844
+ "document": "Specifies the relationship array of rules to be unbound, supports batch operations for multiple listeners with a maximum of 20 per bulk removal.",
5368
5845
  "example": "无",
5369
5846
  "member": "TargetGroupAssociation",
5370
5847
  "name": "Associations",
@@ -5430,7 +5907,7 @@
5430
5907
  "members": [
5431
5908
  {
5432
5909
  "disabled": false,
5433
- "document": "Whether to enable VIP direct connection\nNote: This field may return null, indicating that no valid values can be obtained.",
5910
+ "document": "Whether to enable VIP Direct Connect",
5434
5911
  "example": "0",
5435
5912
  "member": "bool",
5436
5913
  "name": "ZhiTong",
@@ -5441,7 +5918,7 @@
5441
5918
  },
5442
5919
  {
5443
5920
  "disabled": false,
5444
- "document": "TgwGroup name\nNote: This field may return null, indicating that no valid values can be obtained.",
5921
+ "document": "TgwGroup name",
5445
5922
  "example": "ziyan",
5446
5923
  "member": "string",
5447
5924
  "name": "TgwGroupName",
@@ -5532,7 +6009,7 @@
5532
6009
  "members": [
5533
6010
  {
5534
6011
  "disabled": false,
5535
- "document": "SCF related information\nNote: This field may return `null`, indicating that no valid values can be obtained.",
6012
+ "document": "SCF information",
5536
6013
  "example": "无",
5537
6014
  "member": "FunctionInfo",
5538
6015
  "name": "Function",
@@ -5659,7 +6136,7 @@
5659
6136
  },
5660
6137
  {
5661
6138
  "disabled": false,
5662
- "document": "A custom check parameter, representing the health check port, which is the port of the real server by default. Unless you want to specify a port, it is recommended to leave it empty. (Applicable only to TCP/UDP listeners)\n\nNote: This field may return null, indicating that no valid values can be obtained.",
6139
+ "document": "Custom check parameters. health check port, defaults to the port of the backend service unless you want to specify a specific port, otherwise leave it blank. pass the parameter value -1 to restore default settings. (applicable only to TCP/UDP listener).\nNote: This field may return null, indicating that no valid values can be obtained.",
5663
6140
  "example": "8000",
5664
6141
  "member": "int64",
5665
6142
  "name": "CheckPort",
@@ -5823,7 +6300,7 @@
5823
6300
  },
5824
6301
  {
5825
6302
  "disabled": false,
5826
- "document": "The load balancing hostname.\nNote: This field may return `null`, indicating that no valid values can be obtained.",
6303
+ "document": "Specifies the clb domain name.",
5827
6304
  "example": "lb-xxxxx.tencentclb.com",
5828
6305
  "member": "string",
5829
6306
  "name": "Domain",
@@ -5948,7 +6425,7 @@
5948
6425
  "members": [
5949
6426
  {
5950
6427
  "disabled": false,
5951
- "document": "CLB instance ID",
6428
+ "document": "ID of the cloud load balancer instance. you can call the [DescribeLoadBalancers](https://www.tencentcloud.comom/document/product/1108/48459?from_cn_redirect=1) API to query the ID.",
5952
6429
  "example": "lb-dr0mo6w4",
5953
6430
  "member": "string",
5954
6431
  "name": "LoadBalancerId",
@@ -5994,7 +6471,7 @@
5994
6471
  "members": [
5995
6472
  {
5996
6473
  "disabled": false,
5997
- "document": "CLB instance ID",
6474
+ "document": "ID of the cloud load balancer instance. you can call the [DescribeLoadBalancers](https://www.tencentcloud.comom/document/product/1108/48459?from_cn_redirect=1) API to query the ID.",
5998
6475
  "example": "lb-eth6my23",
5999
6476
  "member": "string",
6000
6477
  "name": "LoadBalancerId",
@@ -6031,7 +6508,7 @@
6031
6508
  "members": [
6032
6509
  {
6033
6510
  "disabled": false,
6034
- "document": "CLB instance ID",
6511
+ "document": "ID of the cloud load balancer instance. you can call the [DescribeLoadBalancers](https://www.tencentcloud.comom/document/product/1108/48459?from_cn_redirect=1) API to query the ID.",
6035
6512
  "example": "lb-xxxxxxxx",
6036
6513
  "member": "string",
6037
6514
  "name": "LoadBalancerId",
@@ -6099,7 +6576,7 @@
6099
6576
  },
6100
6577
  {
6101
6578
  "disabled": false,
6102
- "document": "Bandwidth package type, such as SINGLEISP (single-line) and BGP (multi-line).Note: This field may return null, indicating that no valid values can be obtained.",
6579
+ "document": "Bandwidth package type, for example BGP (multi-line).\nType as follows:.\nSINGLEISP: single isp.\nBGP: multi-line.\nHIGH_QUALITY_BGP: specifies a dedicated bgp bandwidth package.\nSINGLEISP_CMCC: specifies a cmcc bandwidth package.\nSINGLEISP_CTCC: specifies the ctcc bandwidth package.\nSINGLEISP_CUCC: specifies the china unicom bandwidth package.\nNote: This field may return null, indicating that no valid values can be obtained.",
6103
6580
  "example": "SINGLEISP",
6104
6581
  "member": "string",
6105
6582
  "name": "BandwidthpkgSubType",
@@ -6251,12 +6728,68 @@
6251
6728
  ],
6252
6729
  "usage": "out"
6253
6730
  },
6731
+ "LBOperateProtectInfo": {
6732
+ "document": "Operation protection information of cloud load balancer.",
6733
+ "members": [
6734
+ {
6735
+ "disabled": false,
6736
+ "document": "CLB instance ID.",
6737
+ "example": "lb-gfz73nxx",
6738
+ "member": "string",
6739
+ "name": "LoadBalancerId",
6740
+ "required": true,
6741
+ "type": "string",
6742
+ "value_allowed_null": false
6743
+ },
6744
+ {
6745
+ "disabled": false,
6746
+ "document": "Protected status. true means operation protection is enabled. false means operation protection is disabled.",
6747
+ "example": "true",
6748
+ "member": "bool",
6749
+ "name": "ProtectState",
6750
+ "required": true,
6751
+ "type": "bool",
6752
+ "value_allowed_null": false
6753
+ },
6754
+ {
6755
+ "disabled": false,
6756
+ "document": "Specifies the uin for operation protection setting.\nNote: This field may return null, indicating that no valid values can be obtained.",
6757
+ "example": "1235450",
6758
+ "member": "string",
6759
+ "name": "OperatorUin",
6760
+ "required": true,
6761
+ "type": "string",
6762
+ "value_allowed_null": true
6763
+ },
6764
+ {
6765
+ "disabled": false,
6766
+ "document": "Specifies the description when setting operation protection.\nNote: This field may return null, indicating that no valid values can be obtained.",
6767
+ "example": "x",
6768
+ "member": "string",
6769
+ "name": "Description",
6770
+ "required": true,
6771
+ "type": "string",
6772
+ "value_allowed_null": true
6773
+ },
6774
+ {
6775
+ "disabled": false,
6776
+ "document": "Specifies the last modification time.\nNote: This field may return null, indicating that no valid values can be obtained.",
6777
+ "example": "2021-09-09 15:00:00",
6778
+ "member": "string",
6779
+ "name": "ModifyTime",
6780
+ "required": true,
6781
+ "type": "string",
6782
+ "value_allowed_null": true
6783
+ }
6784
+ ],
6785
+ "usage": "out"
6786
+ },
6254
6787
  "LbRsItem": {
6255
6788
  "document": "Querying the input data types",
6256
6789
  "members": [
6257
6790
  {
6258
6791
  "disabled": false,
6259
- "document": "VPC ID",
6792
+ "document": "VPC ID in string format. Only string format is supported.\nCan be queried through the [DescribeVpcs](https://www.tencentcloud.comom/document/api/215/15778?from_cn_redirect=1) api.",
6260
6793
  "example": "vpc-p5sf61yj",
6261
6794
  "member": "string",
6262
6795
  "name": "VpcId",
@@ -6265,7 +6798,7 @@
6265
6798
  },
6266
6799
  {
6267
6800
  "disabled": false,
6268
- "document": "Private network IP to be queried, which can be of the CVM or ENI.",
6801
+ "document": "Specifies the private IP address for backend querying, which can be CVM or eni.\nCan be queried through the [DescribeAddresses](https://www.tencentcloud.comom/document/product/215/16702?from_cn_redirect=1) api.",
6269
6802
  "example": "10.0.0.3",
6270
6803
  "member": "string",
6271
6804
  "name": "PrivateIp",
@@ -6310,7 +6843,7 @@
6310
6843
  },
6311
6844
  {
6312
6845
  "disabled": false,
6313
- "document": "VPC ID of the real server.\nNote: this field may return `null`, indicating that no valid values can be obtained.",
6846
+ "document": "vpcId of RS",
6314
6847
  "example": "1433286",
6315
6848
  "member": "int64",
6316
6849
  "name": "VpcId",
@@ -6320,7 +6853,7 @@
6320
6853
  },
6321
6854
  {
6322
6855
  "disabled": false,
6323
- "document": "Weight of the real server.\nNote: this field may return `null`, indicating that no valid values can be obtained.",
6856
+ "document": "RS weight",
6324
6857
  "example": "10",
6325
6858
  "member": "int64",
6326
6859
  "name": "Weight",
@@ -6346,7 +6879,7 @@
6346
6879
  },
6347
6880
  {
6348
6881
  "disabled": false,
6349
- "document": "Listener protocol",
6882
+ "document": "Listener protocol. valid values: TCP, UDP, HTTP, HTTPS, TCP_SSL, QUIC.",
6350
6883
  "example": "HTTP",
6351
6884
  "member": "string",
6352
6885
  "name": "Protocol",
@@ -6356,7 +6889,7 @@
6356
6889
  },
6357
6890
  {
6358
6891
  "disabled": false,
6359
- "document": "Listener port",
6892
+ "document": "Listener port. value range: 1-65535.",
6360
6893
  "example": "80",
6361
6894
  "member": "int64",
6362
6895
  "name": "Port",
@@ -6396,7 +6929,7 @@
6396
6929
  },
6397
6930
  {
6398
6931
  "disabled": false,
6399
- "document": "Session persistence time\nNote: This field may return null, indicating that no valid values can be obtained.",
6932
+ "document": "Session persistence time, in seconds. value range: 30-3600. default value: 0, indicating that session persistence is not enabled by default. this parameter applies only to TCP and UDP listeners.\nNote: This field may return null, indicating that no valid values can be obtained.",
6400
6933
  "example": "0",
6401
6934
  "member": "int64",
6402
6935
  "name": "SessionExpireTime",
@@ -6406,7 +6939,7 @@
6406
6939
  },
6407
6940
  {
6408
6941
  "disabled": false,
6409
- "document": "Whether to enable SNI. `1`: Enable; `0`: Do not enable. This parameter is only meaningful for HTTPS listeners.\nNote: This field may return·null, indicating that no valid values can be obtained.",
6942
+ "document": "Specifies whether to enable the SNI feature. 1: enable; 0: disable. this parameter is applicable only to HTTPS listeners.",
6410
6943
  "example": "0",
6411
6944
  "member": "int64",
6412
6945
  "name": "SniSwitch",
@@ -6426,7 +6959,7 @@
6426
6959
  },
6427
6960
  {
6428
6961
  "disabled": false,
6429
- "document": "Listener name\nNote: This field may return null, indicating that no valid values can be obtained.",
6962
+ "document": "Listener name",
6430
6963
  "example": "Name",
6431
6964
  "member": "string",
6432
6965
  "name": "ListenerName",
@@ -6436,7 +6969,7 @@
6436
6969
  },
6437
6970
  {
6438
6971
  "disabled": false,
6439
- "document": "Listener creation time\nNote: This field may return null, indicating that no valid values can be obtained.",
6972
+ "document": "Listener creation time",
6440
6973
  "example": "2021-03-01 15:27:04",
6441
6974
  "member": "string",
6442
6975
  "name": "CreateTime",
@@ -6446,7 +6979,7 @@
6446
6979
  },
6447
6980
  {
6448
6981
  "disabled": false,
6449
- "document": "End port of a port range\nNote: This field may return null, indicating that no valid values can be obtained.",
6982
+ "document": "End port of the port range. value range: 2-65535.",
6450
6983
  "example": "7890",
6451
6984
  "member": "int64",
6452
6985
  "name": "EndPort",
@@ -6456,7 +6989,7 @@
6456
6989
  },
6457
6990
  {
6458
6991
  "disabled": false,
6459
- "document": "Real server type\nNote: This field may return null, indicating that no valid values can be obtained.",
6992
+ "document": "Backend server type. available values: NODE, POLARIS, TARGETGROUP, TARGETGROUP-V2.\nNote: This field may return null, indicating that no valid values can be obtained.",
6460
6993
  "example": "NODE",
6461
6994
  "member": "string",
6462
6995
  "name": "TargetType",
@@ -6476,7 +7009,7 @@
6476
7009
  },
6477
7010
  {
6478
7011
  "disabled": false,
6479
- "document": "Session persistence type. Valid values: Normal: the default session persistence type; QUIC_CID: session persistence by QUIC connection ID.\nNote: this field may return null, indicating that no valid values can be obtained.",
7012
+ "document": "Session persistence type. NORMAL: Default session persistence type; QUIC_CID: Session persistence by Quic Connection ID.",
6480
7013
  "example": "NORMAL",
6481
7014
  "member": "string",
6482
7015
  "name": "SessionType",
@@ -6496,7 +7029,7 @@
6496
7029
  },
6497
7030
  {
6498
7031
  "disabled": false,
6499
- "document": "Only the NAT64 CLB TCP listeners are supported.\nNote: this field may return `null`, indicating that no valid values can be obtained.",
7032
+ "document": "Supports Nat64 CLB TCP listeners only",
6500
7033
  "example": "false",
6501
7034
  "member": "bool",
6502
7035
  "name": "Toa",
@@ -6506,7 +7039,7 @@
6506
7039
  },
6507
7040
  {
6508
7041
  "disabled": false,
6509
- "document": "Whether to send the TCP RST packet to the client when unbinding a real server. This parameter is applicable to TCP listeners only.\nNote: this field may return `null`, indicating that no valid values can be obtained.",
7042
+ "document": "Reschedules when unbinding real servers. only supported for TCP/UDP listeners. toggle on to enable this feature.",
6510
7043
  "example": "false",
6511
7044
  "member": "bool",
6512
7045
  "name": "DeregisterTargetRst",
@@ -6516,7 +7049,7 @@
6516
7049
  },
6517
7050
  {
6518
7051
  "disabled": false,
6519
- "document": "Attribute of listener\nNote: This field may return `null`, indicating that no valid values can be obtained.",
7052
+ "document": "Describes the attributes of the listener.",
6520
7053
  "example": "[\"Stop\"]",
6521
7054
  "member": "string",
6522
7055
  "name": "AttrFlags",
@@ -6536,7 +7069,7 @@
6536
7069
  },
6537
7070
  {
6538
7071
  "disabled": false,
6539
- "document": "Maximum number of concurrent listener connections. If it’s set to `-1`, the listener speed is not limited. \nNote: This field may return `null`, indicating that no valid values can be obtained.",
7072
+ "document": "Maximum number of connections to a listener. -1 indicates unlimited speed at the listener dimension.",
6540
7073
  "example": "-1",
6541
7074
  "member": "int64",
6542
7075
  "name": "MaxConn",
@@ -6546,7 +7079,7 @@
6546
7079
  },
6547
7080
  {
6548
7081
  "disabled": false,
6549
- "document": "Maximum number of new listener connections. If it’s set to `-1`, the listener speed is not limited. \nNote: This field may return `null`, indicating that no valid values can be obtained.",
7082
+ "document": "Maximum number of new connections to a listener. -1 means no speed limit at the listener dimension.",
6550
7083
  "example": "-1",
6551
7084
  "member": "int64",
6552
7085
  "name": "MaxCps",
@@ -6566,13 +7099,33 @@
6566
7099
  },
6567
7100
  {
6568
7101
  "disabled": false,
6569
- "document": "Scheduling time. After forced rescheduling is triggered, long connections will be disconnected and reassigned within the set scheduling time.Note: This field may return null, indicating that no valid values can be obtained.",
7102
+ "document": "Rescheduling trigger duration, valid values: 0-3600s. only TCP/UDP listeners support this. after triggering rescheduling, persistent connections will disconnect and be reassigned within the set scheduling time.",
6570
7103
  "example": "600",
6571
7104
  "member": "uint64",
6572
7105
  "name": "RescheduleInterval",
6573
7106
  "output_required": false,
6574
7107
  "type": "int",
6575
7108
  "value_allowed_null": false
7109
+ },
7110
+ {
7111
+ "disabled": false,
7112
+ "document": "Data compression mode.",
7113
+ "example": "compatibility",
7114
+ "member": "string",
7115
+ "name": "DataCompressMode",
7116
+ "output_required": false,
7117
+ "type": "string",
7118
+ "value_allowed_null": false
7119
+ },
7120
+ {
7121
+ "disabled": false,
7122
+ "document": "Reschedules the startup time. when configured, rescheduling will be triggered upon arrival of the start time.",
7123
+ "example": "600",
7124
+ "member": "int64",
7125
+ "name": "RescheduleStartTime",
7126
+ "output_required": false,
7127
+ "type": "int",
7128
+ "value_allowed_null": false
6576
7129
  }
6577
7130
  ],
6578
7131
  "usage": "out"
@@ -6612,7 +7165,7 @@
6612
7165
  },
6613
7166
  {
6614
7167
  "disabled": false,
6615
- "document": "Information of rules under a listener (applicable only to HTTP/HTTPS listeners)\nNote: This field may return null, indicating that no valid values can be obtained.",
7168
+ "document": "Information of rules under a listener (applicable only to HTTP/HTTPS listeners)",
6616
7169
  "example": "无",
6617
7170
  "member": "RuleTargets",
6618
7171
  "name": "Rules",
@@ -6622,7 +7175,7 @@
6622
7175
  },
6623
7176
  {
6624
7177
  "disabled": false,
6625
- "document": "List of real servers bound to a listener (applicable only to TCP/UDP/TCP_SSL listeners)\nNote: This field may return null, indicating that no valid values can be obtained.",
7178
+ "document": "List of real servers bound to the listener (applicable only to TCP/UDP/TCP_SSL listener)",
6626
7179
  "example": "无",
6627
7180
  "member": "Backend",
6628
7181
  "name": "Targets",
@@ -6632,7 +7185,7 @@
6632
7185
  },
6633
7186
  {
6634
7187
  "disabled": false,
6635
- "document": "Ending port in port range if port range is supported; 0 if port range is not supported\nNote: this field may return null, indicating that no valid values can be obtained.",
7188
+ "document": "End port in a port range if port range is supported, or 0 if port range is not supported",
6636
7189
  "example": "0",
6637
7190
  "member": "int64",
6638
7191
  "name": "EndPort",
@@ -6658,7 +7211,7 @@
6658
7211
  },
6659
7212
  {
6660
7213
  "disabled": false,
6661
- "document": "Listener name\nNote: This field may return null, indicating that no valid values can be obtained.",
7214
+ "document": "Listener name.",
6662
7215
  "example": "lis-healthchk",
6663
7216
  "member": "string",
6664
7217
  "name": "ListenerName",
@@ -6688,7 +7241,7 @@
6688
7241
  },
6689
7242
  {
6690
7243
  "disabled": false,
6691
- "document": "List of forwarding rules of the listener\nNote: This field may return null, indicating that no valid values can be obtained.",
7244
+ "document": "List of forwarding rules of the listener",
6692
7245
  "example": "无",
6693
7246
  "member": "RuleHealth",
6694
7247
  "name": "Rules",
@@ -6754,7 +7307,7 @@
6754
7307
  },
6755
7308
  {
6756
7309
  "disabled": false,
6757
- "document": "End port of the listener.\nNote: this field may return `null`, indicating that no valid values can be obtained.",
7310
+ "document": "End port of a port range for a listener",
6758
7311
  "example": "0",
6759
7312
  "member": "int64",
6760
7313
  "name": "EndPort",
@@ -6792,7 +7345,7 @@
6792
7345
  },
6793
7346
  {
6794
7347
  "disabled": false,
6795
- "document": "CLB instance network type:\nOPEN: public network; INTERNAL: private network.",
7348
+ "document": "Network type of the load balancing instance.\nOPEN: public network attribute. INTERNAL: private network attribute. for a cloud load balancer with private network attribute, you can bind an EIP for public network access. for details, see the EIP document on binding elastic IP (https://www.tencentcloud.comom/document/product/215/16700?from_cn_redirect=1).",
6796
7349
  "example": "OPEN",
6797
7350
  "member": "string",
6798
7351
  "name": "LoadBalancerType",
@@ -6814,7 +7367,7 @@
6814
7367
  },
6815
7368
  {
6816
7369
  "disabled": false,
6817
- "document": "Domain name of the CLB instance. This field is provided only for classic public network CLB instances and domain name-based CLB instances. It is being gradually phased out, so use LoadBalancerDomain instead.Note: This field may return null, indicating that no valid values can be obtained.",
7370
+ "document": "The domain name of the cloud load balancer instance. this field is only provided for public network classic and domain name-based load balancing instances. it is being gradually phased out. we recommend using LoadBalancerDomain instead.",
6818
7371
  "example": "www.aaa.com",
6819
7372
  "member": "string",
6820
7373
  "name": "Domain",
@@ -6825,7 +7378,7 @@
6825
7378
  },
6826
7379
  {
6827
7380
  "disabled": false,
6828
- "document": "List of VIPs of a CLB instance.\nNote: This field may return null, indicating that no valid values can be obtained.",
7381
+ "document": "List of VIPs of a CLB instance.",
6829
7382
  "example": "[43.123.xx.xxx]",
6830
7383
  "member": "string",
6831
7384
  "name": "LoadBalancerVips",
@@ -6836,7 +7389,7 @@
6836
7389
  },
6837
7390
  {
6838
7391
  "disabled": false,
6839
- "document": "CLB instance status, including:\n0: creating; 1: running.\nNote: This field may return null, indicating that no valid values can be obtained.",
7392
+ "document": "Specifies the state of the load balancing instance, including.\n0: creating. 1: normal operation.",
6840
7393
  "example": "1",
6841
7394
  "member": "uint64",
6842
7395
  "name": "Status",
@@ -6847,7 +7400,7 @@
6847
7400
  },
6848
7401
  {
6849
7402
  "disabled": false,
6850
- "document": "CLB instance creation time.\nNote: This field may return null, indicating that no valid values can be obtained.",
7403
+ "document": "CLB instance creation time\nFormat: YYYY-MM-DD HH:MM:ss.",
6851
7404
  "example": "2020-12-08 08:00:00",
6852
7405
  "member": "string",
6853
7406
  "name": "CreateTime",
@@ -6858,7 +7411,7 @@
6858
7411
  },
6859
7412
  {
6860
7413
  "disabled": false,
6861
- "document": "Last status change time of a CLB instance.\nNote: This field may return null, indicating that no valid values can be obtained.",
7414
+ "document": "Last status transition time of the CLB instance.\nFormat: YYYY-MM-DD HH:MM:ss.",
6862
7415
  "example": "2020-12-08 08:00:00",
6863
7416
  "member": "string",
6864
7417
  "name": "StatusTime",
@@ -6880,7 +7433,7 @@
6880
7433
  },
6881
7434
  {
6882
7435
  "disabled": false,
6883
- "document": "VPC ID\nNote: This field may return null, indicating that no valid values can be obtained.",
7436
+ "document": "VPC ID",
6884
7437
  "example": "vpc-mj65xxxx",
6885
7438
  "member": "string",
6886
7439
  "name": "VpcId",
@@ -6891,7 +7444,7 @@
6891
7444
  },
6892
7445
  {
6893
7446
  "disabled": false,
6894
- "document": "Protective CLB identifier. Value range: 1 (protective), 0 (non-protective).\nNote: This field may return null, indicating that no valid values can be obtained.",
7447
+ "document": "Anti-DDoS Pro identifier for CLB. 1: CLB with Anti-DDoS Pro; 0: CLB without Anti-DDoS Pro.",
6895
7448
  "example": "0",
6896
7449
  "member": "uint64",
6897
7450
  "name": "OpenBgp",
@@ -6902,7 +7455,7 @@
6902
7455
  },
6903
7456
  {
6904
7457
  "disabled": false,
6905
- "document": "SNAT is enabled for all private network classic CLB created before December 2016.\nNote: This field may return null, indicating that no valid values can be obtained.",
7458
+ "document": "Whether SNAT is enabled. for traditional private network clbs before december 2016, SNAT was enabled.",
6906
7459
  "example": "false",
6907
7460
  "member": "bool",
6908
7461
  "name": "Snat",
@@ -6913,7 +7466,7 @@
6913
7466
  },
6914
7467
  {
6915
7468
  "disabled": false,
6916
- "document": "0: not isolated; 1: isolated.\nNote: This field may return null, indicating that no valid values can be obtained.",
7469
+ "document": "Whether isolated. 0 means not isolated. 1 means isolated.",
6917
7470
  "example": "0",
6918
7471
  "member": "uint64",
6919
7472
  "name": "Isolation",
@@ -6935,7 +7488,7 @@
6935
7488
  },
6936
7489
  {
6937
7490
  "disabled": false,
6938
- "document": "Subnet where a CLB instance resides (meaningful only for private network VPC CLB)\nNote: This field may return null, indicating that no valid values can be obtained.",
7491
+ "document": "Subnet of the CLB instance (applicable only to VPC-type CLB instances on private networks)",
6939
7492
  "example": "subnet-lzj3xxxx",
6940
7493
  "member": "string",
6941
7494
  "name": "SubnetId",
@@ -6946,7 +7499,7 @@
6946
7499
  },
6947
7500
  {
6948
7501
  "disabled": false,
6949
- "document": "CLB instance tag information\nNote: This field may return null, indicating that no valid values can be obtained.",
7502
+ "document": "CLB instance tag information",
6950
7503
  "example": "无",
6951
7504
  "member": "TagInfo",
6952
7505
  "name": "Tags",
@@ -6957,7 +7510,7 @@
6957
7510
  },
6958
7511
  {
6959
7512
  "disabled": false,
6960
- "document": "Security group of a CLB instance\nNote: This field may return null, indicating that no valid values can be obtained.",
7513
+ "document": "Security group of the CLB instance",
6961
7514
  "example": "sg-hx6dxxxx",
6962
7515
  "member": "string",
6963
7516
  "name": "SecureGroups",
@@ -6968,7 +7521,7 @@
6968
7521
  },
6969
7522
  {
6970
7523
  "disabled": false,
6971
- "document": "Basic information of a backend server bound to a CLB instance\nNote: This field may return null, indicating that no valid values can be obtained.",
7524
+ "document": "Basic information of real servers bound to the CLB instance",
6972
7525
  "example": "无",
6973
7526
  "member": "TargetRegionInfo",
6974
7527
  "name": "TargetRegionInfo",
@@ -6979,7 +7532,7 @@
6979
7532
  },
6980
7533
  {
6981
7534
  "disabled": false,
6982
- "document": "Anycast CLB publishing region. For non-anycast CLB, this field returns an empty string.\nNote: This field may return null, indicating that no valid values can be obtained.",
7535
+ "document": "Anycast CLB release domain. For non-anycast CLB, this field returns an empty string.",
6983
7536
  "example": " null",
6984
7537
  "member": "string",
6985
7538
  "name": "AnycastZone",
@@ -6990,7 +7543,7 @@
6990
7543
  },
6991
7544
  {
6992
7545
  "disabled": false,
6993
- "document": "IP version. Valid values: ipv4, ipv6\nNote: this field may return null, indicating that no valid values can be obtained.",
7546
+ "document": "IP Version, ipv4 | ipv6",
6994
7547
  "example": "ipv4",
6995
7548
  "member": "string",
6996
7549
  "name": "AddressIPVersion",
@@ -7001,7 +7554,7 @@
7001
7554
  },
7002
7555
  {
7003
7556
  "disabled": false,
7004
- "document": "VPC ID in a numeric form\nNote: This field may return null, indicating that no valid values can be obtained.",
7557
+ "document": "Specifies the VPC ID in numerical form, obtainable through the DescribeVpcs API (https://www.tencentcloud.comom/document/product/215/15778?from_cn_redirect=1).",
7005
7558
  "example": "77599",
7006
7559
  "member": "uint64",
7007
7560
  "name": "NumericalVpcId",
@@ -7012,7 +7565,7 @@
7012
7565
  },
7013
7566
  {
7014
7567
  "disabled": false,
7015
- "document": "ISP for the IP address of the CLB instance. Valid values: BGP, CMCC, CTCC, CUCC.Note: This field may return null, indicating that no valid values can be obtained.",
7568
+ "document": "Specifies the ISP of the load balancer IP address.\n\n-BGP (multi-line).\n- CMCC: CMCC single line network.\n-CTCC: ctcc single-line.\n- CUCC: china unicom single-line.\nNote: This field may return null, indicating that no valid values can be obtained.",
7016
7569
  "example": "BGP",
7017
7570
  "member": "string",
7018
7571
  "name": "VipIsp",
@@ -7045,7 +7598,7 @@
7045
7598
  },
7046
7599
  {
7047
7600
  "disabled": false,
7048
- "document": "CLB instance isolation time\nNote: This field may return null, indicating that no valid values can be obtained.",
7601
+ "document": "Specifies the isolation time of the cloud load balancer instance.\nFormat: YYYY-MM-DD HH:MM:ss.\nNote: This field may return null, indicating that no valid values can be obtained.",
7049
7602
  "example": "2022-02-12 12:15:08",
7050
7603
  "member": "string",
7051
7604
  "name": "IsolatedTime",
@@ -7100,7 +7653,7 @@
7100
7653
  },
7101
7654
  {
7102
7655
  "disabled": false,
7103
- "document": "Logset ID of CLB Log Service (CLS)\nNote: This field may return null, indicating that no valid values can be obtained.",
7656
+ "document": "Log set ID of Cloud Log Service (CLS) for CLB",
7104
7657
  "example": "c32fc818-e984-414a-b8f5-3985b4c5xxxx",
7105
7658
  "member": "string",
7106
7659
  "name": "LogSetId",
@@ -7111,7 +7664,7 @@
7111
7664
  },
7112
7665
  {
7113
7666
  "disabled": false,
7114
- "document": "Log topic ID of CLB Log Service (CLS)\nNote: This field may return null, indicating that no valid values can be obtained.",
7667
+ "document": "Log topic ID of Cloud Log Service (CLS) for CLB",
7115
7668
  "example": "c32fc818-e984-414a-b8f5-3985b4c5xxxx",
7116
7669
  "member": "string",
7117
7670
  "name": "LogTopicId",
@@ -7144,7 +7697,7 @@
7144
7697
  },
7145
7698
  {
7146
7699
  "disabled": false,
7147
- "document": "Whether an Anti-DDoS Pro instance can be bound\nNote: This field may return null, indicating that no valid values can be obtained.",
7700
+ "document": "Whether an Anti-DDoS Pro instance can be bound",
7148
7701
  "example": "false",
7149
7702
  "member": "bool",
7150
7703
  "name": "IsDDos",
@@ -7155,7 +7708,7 @@
7155
7708
  },
7156
7709
  {
7157
7710
  "disabled": false,
7158
- "document": "Custom configuration ID at the CLB instance level\nNote: This field may return null, indicating that no valid values can be obtained.",
7711
+ "document": "Custom configuration IDs of CLB instances",
7159
7712
  "example": "pz-5itmxxxxx",
7160
7713
  "member": "string",
7161
7714
  "name": "ConfigId",
@@ -7166,7 +7719,7 @@
7166
7719
  },
7167
7720
  {
7168
7721
  "disabled": false,
7169
- "document": "Whether a real server opens the traffic from a CLB instance to the internet\nNote: this field may return null, indicating that no valid values can be obtained.",
7722
+ "document": "Whether the real server allows traffic from CLB",
7170
7723
  "example": "false",
7171
7724
  "member": "bool",
7172
7725
  "name": "LoadBalancerPassToTarget",
@@ -7177,7 +7730,7 @@
7177
7730
  },
7178
7731
  {
7179
7732
  "disabled": false,
7180
- "document": "Private network dedicated cluster\nNote: this field may return null, indicating that no valid values can be obtained.",
7733
+ "document": "Exclusive cluster on the private network",
7181
7734
  "example": "无",
7182
7735
  "member": "ExclusiveCluster",
7183
7736
  "name": "ExclusiveCluster",
@@ -7188,7 +7741,7 @@
7188
7741
  },
7189
7742
  {
7190
7743
  "disabled": false,
7191
- "document": "This field is meaningful only when the IP address version is `ipv6`. Valid values: IPv6Nat64, IPv6FullChain\nNote: this field may return null, indicating that no valid values can be obtained.",
7744
+ "document": "Specifies the field is meaningful when the IP address version is ipv6. valid values: ipv6Nat64 | ipv6FullChain.\nIPv6Nat64: specifies a load balancer based on Nat64 IPv6 transition technology.\nIPv6FullChain: specifies a cloud load balancer implemented based on ipv6 single-stack technology.\nNote: This field may return null, indicating that no valid values can be obtained.",
7192
7745
  "example": "IPv6FullChain",
7193
7746
  "member": "string",
7194
7747
  "name": "IPv6Mode",
@@ -7199,7 +7752,7 @@
7199
7752
  },
7200
7753
  {
7201
7754
  "disabled": false,
7202
- "document": "Whether to enable SnatPro.\nNote: this field may return null, indicating that no valid values can be obtained.",
7755
+ "document": "Specifies whether SnatPro is enabled.",
7203
7756
  "example": "true",
7204
7757
  "member": "bool",
7205
7758
  "name": "SnatPro",
@@ -7210,7 +7763,7 @@
7210
7763
  },
7211
7764
  {
7212
7765
  "disabled": false,
7213
- "document": "`SnatIp` list after SnatPro load balancing is enabled.\nNote: this field may return null, indicating that no valid values can be obtained.",
7766
+ "document": "Enables the SnatIp list after turning on SnatPro load balancing.",
7214
7767
  "example": "无",
7215
7768
  "member": "SnatIp",
7216
7769
  "name": "SnatIps",
@@ -7221,7 +7774,7 @@
7221
7774
  },
7222
7775
  {
7223
7776
  "disabled": false,
7224
- "document": "Specification of the LCU-supported instance. <ul><li> clb.c2.medium: Standard </li><li> clb.c3.small: Advanced 1 </li><li> clb.c3.medium: Advanced 2 </li><li> clb.c4.small: Super Large 1 </li><li> clb.c4.medium: Super Large 2 </li><li> clb.c4.large: Super Large 3 </li><li> clb.c4.xlarge: Super Large 4 </li><li>null: Shared instance</li></ul>Note: This field may return null, indicating that no valid values can be obtained.",
7777
+ "document": "Performance capacity specification. <ul><li> clb.c1.small: minimalist specification </li> <li> clb.c2.medium: standard specification </li> <li> clb.c3.small: advanced type 1 specification </li> <li> clb.c3.medium: advanced type 2 specification </li> <li> clb.c4.small: super type 1 specification </li> <li> clb.c4.medium: super type 2 specification </li> <li> clb.c4.large: super type 3 specification </li> <li> clb.c4.xlarge: super type 4 specification </li> <li>\"\" : non-performance capacity instance</li></ul>.",
7225
7778
  "example": " null",
7226
7779
  "member": "string",
7227
7780
  "name": "SlaType",
@@ -7232,7 +7785,7 @@
7232
7785
  },
7233
7786
  {
7234
7787
  "disabled": false,
7235
- "document": "Whether VIP is blocked\nNote: this field may return null, indicating that no valid values can be obtained.",
7788
+ "document": "Whether VIP is blocked",
7236
7789
  "example": "false",
7237
7790
  "member": "bool",
7238
7791
  "name": "IsBlock",
@@ -7243,7 +7796,7 @@
7243
7796
  },
7244
7797
  {
7245
7798
  "disabled": false,
7246
- "document": "Time blocked or unblocked\nNote: this field may return null, indicating that no valid values can be obtained.",
7799
+ "document": "Specifies the blocking or unblocking time.\nFormat: YYYY-MM-DD HH:MM:ss.",
7247
7800
  "example": "2021-02-12 12:15:08",
7248
7801
  "member": "string",
7249
7802
  "name": "IsBlockTime",
@@ -7254,7 +7807,7 @@
7254
7807
  },
7255
7808
  {
7256
7809
  "disabled": false,
7257
- "document": "Whether the IP type is the local BGP",
7810
+ "document": "Whether the IP type is Local BGP",
7258
7811
  "example": "false",
7259
7812
  "member": "bool",
7260
7813
  "name": "LocalBgp",
@@ -7276,7 +7829,7 @@
7276
7829
  },
7277
7830
  {
7278
7831
  "disabled": false,
7279
- "document": "If the layer-7 listener of an IPv6FullChain CLB instance is enabled, the CLB instance can be bound with an IPv4 and an IPv6 CVM instance simultaneously.\nNote: this field may return null, indicating that no valid values can be obtained.",
7832
+ "document": "If the layer-7 listener of an IPv6FullChain CLB instance is enabled, the CLB instance can be bound with IPv4 and IPv6 CVM instances simultaneously.",
7280
7833
  "example": "false",
7281
7834
  "member": "bool",
7282
7835
  "name": "MixIpTarget",
@@ -7309,7 +7862,7 @@
7309
7862
  },
7310
7863
  {
7311
7864
  "disabled": false,
7312
- "document": "Health check logset ID of CLB CLS\nNote: this field may return `null`, indicating that no valid values can be obtained.",
7865
+ "document": "Health check log set ID of Cloud Log Service (CLS) for CLB",
7313
7866
  "example": "c32fc818-e984-414a-b8f5-3985b4c51111",
7314
7867
  "member": "string",
7315
7868
  "name": "HealthLogSetId",
@@ -7320,7 +7873,7 @@
7320
7873
  },
7321
7874
  {
7322
7875
  "disabled": false,
7323
- "document": "Health check log topic ID of CLB CLS\nNote: this field may return `null`, indicating that no valid values can be obtained.",
7876
+ "document": "Health check log topic ID of Cloud Log Service (CLS) for CLB",
7324
7877
  "example": "c32fc818-e984-414a-b8f5-3985b4c52222",
7325
7878
  "member": "string",
7326
7879
  "name": "HealthLogTopicId",
@@ -7342,7 +7895,7 @@
7342
7895
  },
7343
7896
  {
7344
7897
  "disabled": false,
7345
- "document": "CLB attribute\nNote: this field may return `null`, indicating that no valid values can be obtained.",
7898
+ "document": "Attributes of cloud load balancer, input an array of strings to determine whether it is enabled.\nDeleteProtect: specifies deletion protection. once enabled, it prevents the cloud load balancer from being accidentally deleted. \nUserInVisible: invisible to users, controls load balancing visibility to users. \nBlockStatus: specifies the blockage status, used to limit certain operations or traffic for cloud load balancer. \nNoLBNat: disables the NAT feature of cloud load balancer for direct forwarding of traffic in specific scenarios. \nBanStatus: specifies the blocking status for suspending the clb service or restricting access. \nShiftupFlag: specifies the upgrade flag used to identify if the cloud load balancer requires a configuration upgrade or performance improvement. \nSpecifies the stopped status. once enabled, the cloud load balancer suspends service. \nNoVpcGw: specifies not to use VPC gateway to bypass the gateway for direct traffic handling. \nSgInTgw: specifies the security group in TGW (Transit Gateway) involving network security policy configuration. \nSharedLimitFlag: specifies the shared limit flag used to control the resource constraints of cloud load balancer. \nWafFlag: specifies the Web application firewall (WAF) flag. enabled to enable WAF protection. \nIsDomainCLB: indicates whether the cloud load balancer is domain name-based for traffic distribution. \nIPv6Snat: IPv6 source address translation (Snat), used for source address processing in IPv6 networks. \nHideDomain. specifies whether to hide the domain name for privacy protection or to avoid exposing it in specific scenarios. \nJumboFrame: specifies giant frame support. once enabled, it supports larger data frames to improve network efficiency. \nNoLBNatL4IPdc: specifies layer 4 IP direct connection without NAT, used for direct forwarding of IP traffic in layer 4 load balancing. \nVpcGwL3Service: specifies the VPC gateway layer-3 Service, which involves the gateway feature of the layer-3 network. \nIpv62Flag: specifies the Ipv6 expansion Flag for specific feature support. \nIpv62ExclusiveFlag: specifies the Ipv6 exclusive flag used for exclusive Ipv6 traffic processing. \nBgpPro: specifies BGP Pro support. \nToaClean: TOA (TCP Option Address) cleanup. clears Address information in TCP options. \n",
7346
7899
  "example": "[\"DeleteProtect\"]",
7347
7900
  "member": "string",
7348
7901
  "name": "AttributeFlags",
@@ -7353,7 +7906,7 @@
7353
7906
  },
7354
7907
  {
7355
7908
  "disabled": false,
7356
- "document": "Domain name of the CLB instance.\nNote: This field may return null, indicating that no valid values can be obtained.",
7909
+ "document": "Specifies the domain name of the load balancing instance.",
7357
7910
  "example": "lb-xxxxxxx-e4841923c1214a90.clb.ap-guangzhou.tencentclb.com",
7358
7911
  "member": "string",
7359
7912
  "name": "LoadBalancerDomain",
@@ -7364,7 +7917,7 @@
7364
7917
  },
7365
7918
  {
7366
7919
  "disabled": false,
7367
- "document": "Network egress\nNote: This field may return·null, indicating that no valid values can be obtained.",
7920
+ "document": "Specifies the network outbound.",
7368
7921
  "example": "center_egress1",
7369
7922
  "member": "string",
7370
7923
  "name": "Egress",
@@ -7375,7 +7928,7 @@
7375
7928
  },
7376
7929
  {
7377
7930
  "disabled": false,
7378
- "document": "",
7931
+ "document": "Indicates whether the instance type is dedicated. 1: dedicated instance. 0: non-dedicated instance.\nNote: This field may return null, indicating that no valid values can be obtained.",
7379
7932
  "example": "0",
7380
7933
  "member": "uint64",
7381
7934
  "name": "Exclusive",
@@ -7383,6 +7936,28 @@
7383
7936
  "required": false,
7384
7937
  "type": "int",
7385
7938
  "value_allowed_null": true
7939
+ },
7940
+ {
7941
+ "disabled": false,
7942
+ "document": "Specifies the number of bound backend services.",
7943
+ "example": "5",
7944
+ "member": "uint64",
7945
+ "name": "TargetCount",
7946
+ "output_required": false,
7947
+ "required": false,
7948
+ "type": "int",
7949
+ "value_allowed_null": false
7950
+ },
7951
+ {
7952
+ "disabled": false,
7953
+ "document": "Specifies the Endpoint id associated with the clb instance.",
7954
+ "example": "vpce-kig4revm",
7955
+ "member": "string",
7956
+ "name": "AssociateEndpoint",
7957
+ "output_required": false,
7958
+ "required": false,
7959
+ "type": "string",
7960
+ "value_allowed_null": false
7386
7961
  }
7387
7962
  ],
7388
7963
  "usage": "both"
@@ -7412,7 +7987,7 @@
7412
7987
  },
7413
7988
  {
7414
7989
  "disabled": false,
7415
- "document": "CLB instance network type:\nPublic: public network; Private: private network.\nNote: this field may return null, indicating that no valid values can be obtained.",
7990
+ "document": "Network type of the load balancing instance.\nPublic: Public network attribute. Private: Private network attribute. for Private network cloud load balancer, bind EIP for Public network access. refer to EIP document.\nNote: This field may return null, indicating that no valid values can be obtained.",
7416
7991
  "example": "Public",
7417
7992
  "member": "string",
7418
7993
  "name": "LoadBalancerType",
@@ -7762,7 +8337,7 @@
7762
8337
  },
7763
8338
  {
7764
8339
  "disabled": false,
7765
- "document": "Domain name of the CLB instance.\nNote: This field may return null, indicating that no valid values can be obtained.",
8340
+ "document": "Specifies the domain name of the load balancing instance.",
7766
8341
  "example": "lb-xxxxxxx-e4841923c1214a90.clb.ap-guangzhou.tencentclb.com",
7767
8342
  "member": "string",
7768
8343
  "name": "LoadBalancerDomain",
@@ -7772,7 +8347,7 @@
7772
8347
  },
7773
8348
  {
7774
8349
  "disabled": false,
7775
- "document": "Network egress\nNote: This field may return·null, indicating that no valid values can be obtained.",
8350
+ "document": "Specifies the network outbound.",
7776
8351
  "example": "center_egress1",
7777
8352
  "member": "string",
7778
8353
  "name": "Egress",
@@ -7782,7 +8357,7 @@
7782
8357
  },
7783
8358
  {
7784
8359
  "disabled": false,
7785
- "document": "",
8360
+ "document": "Specifies the attributes of cloud load balancer.\nNote: This field may return null, indicating that no valid values can be obtained.",
7786
8361
  "example": "DeleteProtect",
7787
8362
  "member": "string",
7788
8363
  "name": "AttributeFlags",
@@ -7792,7 +8367,7 @@
7792
8367
  },
7793
8368
  {
7794
8369
  "disabled": false,
7795
- "document": "",
8370
+ "document": "Specification type information for load balancing instances <ul><li>clb.c1.small: minimalist specification</li> <li>clb.c2.medium: standard specification</li> <li>clb.c3.small: advanced type 1 specification</li> <li>clb.c3.medium: advanced type 2 specification</li> <li>clb.c4.small: ultra type 1 specification</li> <li>clb.c4.medium: ultra type 2 specification</li> <li>clb.c4.large: ultra type 3 specification</li> <li>clb.c4.xlarge: ultra type 4 specification</li> <li>\"\" : non-lcu-supported instance</li></ul>.\n\nNote: This field may return null, indicating that no valid values can be obtained.",
7796
8371
  "example": "clb.c2.medium",
7797
8372
  "member": "string",
7798
8373
  "name": "SlaType",
@@ -7802,7 +8377,7 @@
7802
8377
  },
7803
8378
  {
7804
8379
  "disabled": false,
7805
- "document": "",
8380
+ "document": "0 means non-dedicated instance. 1 means dedicated instance.\nNote: This field may return null, indicating that no valid values can be obtained.",
7806
8381
  "example": "1",
7807
8382
  "member": "uint64",
7808
8383
  "name": "Exclusive",
@@ -7828,7 +8403,7 @@
7828
8403
  },
7829
8404
  {
7830
8405
  "disabled": false,
7831
- "document": "CLB instance name\nNote: This field may return null, indicating that no valid values can be obtained.",
8406
+ "document": "Specifies the name of the load balancing instance.",
7832
8407
  "example": "lb_healthchk",
7833
8408
  "member": "string",
7834
8409
  "name": "LoadBalancerName",
@@ -7838,7 +8413,7 @@
7838
8413
  },
7839
8414
  {
7840
8415
  "disabled": false,
7841
- "document": "List of listeners\nNote: This field may return null, indicating that no valid values can be obtained.",
8416
+ "document": "Listener list",
7842
8417
  "example": "无",
7843
8418
  "member": "ListenerHealth",
7844
8419
  "name": "Listeners",
@@ -7904,7 +8479,7 @@
7904
8479
  },
7905
8480
  {
7906
8481
  "disabled": false,
7907
- "document": "CLB domain name\nNote: This field may return `null`, indicating that no valid values can be obtained.",
8482
+ "document": "Specifies the CLB domain name.",
7908
8483
  "example": "ap-guang.safsadf.tencentclb.com",
7909
8484
  "member": "string",
7910
8485
  "name": "Domain",
@@ -8055,29 +8630,74 @@
8055
8630
  },
8056
8631
  {
8057
8632
  "disabled": false,
8058
- "document": "IP adding policy. Valid value: fifo (if a blocklist is full, new IPs added to the blocklist will adopt the first-in first-out policy)",
8059
- "example": "fifo",
8633
+ "document": "IP adding policy. Valid value: fifo (if a blocklist is full, new IPs added to the blocklist will adopt the first-in first-out policy)",
8634
+ "example": "fifo",
8635
+ "member": "string",
8636
+ "name": "AddStrategy",
8637
+ "required": false,
8638
+ "type": "string"
8639
+ }
8640
+ ],
8641
+ "type": "object"
8642
+ },
8643
+ "ModifyBlockIPListResponse": {
8644
+ "document": "ModifyBlockIPList response structure.",
8645
+ "members": [
8646
+ {
8647
+ "disabled": false,
8648
+ "document": "Async task ID",
8649
+ "example": "localjob021015164373814322873",
8650
+ "member": "string",
8651
+ "name": "JodId",
8652
+ "output_required": true,
8653
+ "type": "string",
8654
+ "value_allowed_null": false
8655
+ },
8656
+ {
8657
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
8658
+ "member": "string",
8659
+ "name": "RequestId",
8660
+ "type": "string"
8661
+ }
8662
+ ],
8663
+ "type": "object"
8664
+ },
8665
+ "ModifyCustomizedConfigRequest": {
8666
+ "document": "ModifyCustomizedConfig request structure.",
8667
+ "members": [
8668
+ {
8669
+ "disabled": false,
8670
+ "document": "Configuration name",
8671
+ "example": "myconf",
8672
+ "member": "string",
8673
+ "name": "ConfigName",
8674
+ "required": true,
8675
+ "type": "string"
8676
+ },
8677
+ {
8678
+ "disabled": false,
8679
+ "document": "Configuration ID.",
8680
+ "example": "pz-sdf",
8060
8681
  "member": "string",
8061
- "name": "AddStrategy",
8062
- "required": false,
8682
+ "name": "UconfigId",
8683
+ "required": true,
8684
+ "type": "string"
8685
+ },
8686
+ {
8687
+ "disabled": false,
8688
+ "document": "Specifies the configuration content.",
8689
+ "example": "client_max_body_size 100M;",
8690
+ "member": "string",
8691
+ "name": "ConfigContent",
8692
+ "required": true,
8063
8693
  "type": "string"
8064
8694
  }
8065
8695
  ],
8066
8696
  "type": "object"
8067
8697
  },
8068
- "ModifyBlockIPListResponse": {
8069
- "document": "ModifyBlockIPList response structure.",
8698
+ "ModifyCustomizedConfigResponse": {
8699
+ "document": "ModifyCustomizedConfig response structure.",
8070
8700
  "members": [
8071
- {
8072
- "disabled": false,
8073
- "document": "Async task ID",
8074
- "example": "localjob021015164373814322873",
8075
- "member": "string",
8076
- "name": "JodId",
8077
- "output_required": true,
8078
- "type": "string",
8079
- "value_allowed_null": false
8080
- },
8081
8701
  {
8082
8702
  "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
8083
8703
  "member": "string",
@@ -8092,7 +8712,7 @@
8092
8712
  "members": [
8093
8713
  {
8094
8714
  "disabled": false,
8095
- "document": "CLB instance ID",
8715
+ "document": "ID of the CLB instance. You can call the [DescribeLoadBalancers](https://www.tencentcloud.comom/document/product/214/30685?from_cn_redirect=1) API to query the ID.",
8096
8716
  "example": "lb-1wvl****",
8097
8717
  "member": "string",
8098
8718
  "name": "LoadBalancerId",
@@ -8101,7 +8721,7 @@
8101
8721
  },
8102
8722
  {
8103
8723
  "disabled": false,
8104
- "document": "CLB listener ID",
8724
+ "document": "ID of the CLB instance listener. You can call the [DescribeListeners](https://www.tencentcloud.comom/document/product/214/30686?from_cn_redirect=1) API to query the ID.",
8105
8725
  "example": "lbl-n8mb****",
8106
8726
  "member": "string",
8107
8727
  "name": "ListenerId",
@@ -8110,7 +8730,7 @@
8110
8730
  },
8111
8731
  {
8112
8732
  "disabled": false,
8113
- "document": "The domain name, which must be associated with an existing forwarding rule. If there are multiple domain names, you only need to specify one.",
8733
+ "document": "Domain name (must be a domain name under a created forwarding rule). if it is multiple domains, you can specify any one of the domain name list. it can be accessed through the [DescribeListeners](https://www.tencentcloud.comom/document/product/214/30686?from_cn_redirect=1) api.",
8114
8734
  "example": "foo.net",
8115
8735
  "member": "string",
8116
8736
  "name": "Domain",
@@ -8137,7 +8757,7 @@
8137
8757
  },
8138
8758
  {
8139
8759
  "disabled": false,
8140
- "document": "Whether to enable HTTP/2. Note: HTTP/2 can be enabled only for HTTPS domain names.",
8760
+ "document": "Specifies whether to enable HTTP/2. note that only HTTPS domain names support HTTP/2.\nTrue: enable HTTP2. false: disable HTTP2.",
8141
8761
  "example": "True",
8142
8762
  "member": "bool",
8143
8763
  "name": "Http2",
@@ -8146,7 +8766,7 @@
8146
8766
  },
8147
8767
  {
8148
8768
  "disabled": false,
8149
- "document": "Whether to set this domain name as the default domain name. Note: Only one default domain name can be set under one listener.",
8769
+ "document": "Whether to set as the default domain name. Note: Only one default domain name can be set under a listener.\nTrue: set as default domain name. false: do not set as default domain name.",
8150
8770
  "example": "True",
8151
8771
  "member": "bool",
8152
8772
  "name": "DefaultServer",
@@ -8155,7 +8775,7 @@
8155
8775
  },
8156
8776
  {
8157
8777
  "disabled": false,
8158
- "document": "Whether to enable QUIC. Note: QUIC can be enabled only for HTTPS domain names.",
8778
+ "document": "Specifies whether QUIC is enabled. note that QUIC can only be enabled for HTTPS domains.\nTrue: enable QUIC. False: disable.",
8159
8779
  "example": "True",
8160
8780
  "member": "bool",
8161
8781
  "name": "Quic",
@@ -8209,7 +8829,7 @@
8209
8829
  "members": [
8210
8830
  {
8211
8831
  "disabled": false,
8212
- "document": "CLB instance ID.",
8832
+ "document": "ID of the cloud load balancer instance. you can call the [DescribeLoadBalancers](https://www.tencentcloud.comom/document/product/214/30685?from_cn_redirect=1) API to query the ID.",
8213
8833
  "example": "lb-cuxw2rm0",
8214
8834
  "member": "string",
8215
8835
  "name": "LoadBalancerId",
@@ -8218,7 +8838,7 @@
8218
8838
  },
8219
8839
  {
8220
8840
  "disabled": false,
8221
- "document": "CLB listener ID.",
8841
+ "document": "ID of the clb listener. you can call the [DescribeListeners](https://www.tencentcloud.comom/document/product/214/30686?from_cn_redirect=1) API to query the ID.",
8222
8842
  "example": "lbl-d1ubsydq",
8223
8843
  "member": "string",
8224
8844
  "name": "ListenerId",
@@ -8227,7 +8847,7 @@
8227
8847
  },
8228
8848
  {
8229
8849
  "disabled": false,
8230
- "document": "Legacy domain name under a listener.",
8850
+ "document": "An existing domain under the listener, can be queried through the [DescribeListeners](https://www.tencentcloud.comom/document/product/214/30686?from_cn_redirect=1) api.",
8231
8851
  "example": "foo.net",
8232
8852
  "member": "string",
8233
8853
  "name": "Domain",
@@ -8281,7 +8901,7 @@
8281
8901
  },
8282
8902
  {
8283
8903
  "disabled": false,
8284
- "document": "The backend cloud functions to modify",
8904
+ "document": "Specifies the backend SCF service list to modify. only Event function type is supported.",
8285
8905
  "example": "无",
8286
8906
  "member": "FunctionTarget",
8287
8907
  "name": "FunctionTargets",
@@ -8425,7 +9045,7 @@
8425
9045
  },
8426
9046
  {
8427
9047
  "disabled": false,
8428
- "document": "Whether to send an RST packet to the client when a listener is unbound from a real server. This parameter applies only to TCP listeners.\nTrue: send an RST packet to the client; False: do not send an RST packet to the client.",
9048
+ "document": "Reschedules when unbinding real servers. only supported for TCP/UDP listeners. toggle on to enable this feature.",
8429
9049
  "example": "false",
8430
9050
  "member": "bool",
8431
9051
  "name": "DeregisterTargetRst",
@@ -8470,7 +9090,7 @@
8470
9090
  },
8471
9091
  {
8472
9092
  "disabled": false,
8473
- "document": "Idle connection timeout, in seconds. This parameter applies only to TCP listeners. Default value: 900. Value range: 300–900 for shared instances and dedicated instances and 300–1980 for LCU-supported instances. To set a value greater than 2000, [submit a ticket for application](https://console.cloud.tencent.com/workorder/category). The maximum value can be 3600.",
9093
+ "document": "Specifies the idle connection timeout in seconds. this parameter applies only to TCP/UDP listeners. default value: 900 for TCP listeners and 300 for UDP listeners. value range: 10–900 for shared instances and dedicated instances and 10–1980 for lcu-supported instances. to set a value exceeding 1980, [submit a ticket application](https://console.cloud.tencent.com/workorder/category). the maximum settable value is 3600.",
8474
9094
  "example": "900",
8475
9095
  "member": "int64",
8476
9096
  "name": "IdleConnectTimeout",
@@ -8479,7 +9099,7 @@
8479
9099
  },
8480
9100
  {
8481
9101
  "disabled": false,
8482
- "document": "",
9102
+ "document": "Specifies whether PP is supported for TCP_SSL and QUIC.",
8483
9103
  "example": "false",
8484
9104
  "member": "bool",
8485
9105
  "name": "ProxyProtocol",
@@ -8488,7 +9108,7 @@
8488
9108
  },
8489
9109
  {
8490
9110
  "disabled": false,
8491
- "document": "Whether to enable SNAT. True: enable SNAT; False: do not enable SNAT.",
9111
+ "document": "Whether SNAT (source IP replacement) is enabled. valid values: True (enabled), False (disabled). disabled by default. note: when SnatEnable is enabled, the client source IP will be replaced, at this point the `pass through client source IP` option is disabled, and vice versa.",
8492
9112
  "example": "false",
8493
9113
  "member": "bool",
8494
9114
  "name": "SnatEnable",
@@ -8503,6 +9123,51 @@
8503
9123
  "name": "DataCompressMode",
8504
9124
  "required": false,
8505
9125
  "type": "string"
9126
+ },
9127
+ {
9128
+ "disabled": false,
9129
+ "document": "Reschedules when setting backend server weight to 0. only supported for TCP/UDP listeners. toggle on to enable this feature.",
9130
+ "example": "false",
9131
+ "member": "bool",
9132
+ "name": "RescheduleTargetZeroWeight",
9133
+ "required": false,
9134
+ "type": "bool"
9135
+ },
9136
+ {
9137
+ "disabled": false,
9138
+ "document": "Reschedules when health check exceptions occur on real servers. only supported for TCP/UDP listeners. toggle on to enable this feature.",
9139
+ "example": "false",
9140
+ "member": "bool",
9141
+ "name": "RescheduleUnhealthy",
9142
+ "required": false,
9143
+ "type": "bool"
9144
+ },
9145
+ {
9146
+ "disabled": false,
9147
+ "document": "Reschedules when adding or removing backend servers. only supported for TCP/UDP listeners. toggle on to enable this feature.",
9148
+ "example": "false",
9149
+ "member": "bool",
9150
+ "name": "RescheduleExpandTarget",
9151
+ "required": false,
9152
+ "type": "bool"
9153
+ },
9154
+ {
9155
+ "disabled": false,
9156
+ "document": "Specifies the trigger start time for rescheduling. value range: 0-3600s. supported only by TCP/UDP listeners.",
9157
+ "example": "600",
9158
+ "member": "int64",
9159
+ "name": "RescheduleStartTime",
9160
+ "required": false,
9161
+ "type": "int"
9162
+ },
9163
+ {
9164
+ "disabled": false,
9165
+ "document": "Rescheduling trigger duration. valid values: 0-3600s. only TCP/UDP listeners support this.",
9166
+ "example": "600",
9167
+ "member": "int64",
9168
+ "name": "RescheduleInterval",
9169
+ "required": false,
9170
+ "type": "int"
8506
9171
  }
8507
9172
  ],
8508
9173
  "type": "object"
@@ -8524,7 +9189,7 @@
8524
9189
  "members": [
8525
9190
  {
8526
9191
  "disabled": false,
8527
- "document": "Unique CLB ID",
9192
+ "document": "Specifies the unique ID of the cloud load balancer. you can call the [DescribeLoadBalancers](https://www.tencentcloud.comom/document/product/214/30685?from_cn_redirect=1) API to obtain the ID.",
8528
9193
  "example": "lb-6efswuxa",
8529
9194
  "member": "string",
8530
9195
  "name": "LoadBalancerId",
@@ -8533,7 +9198,7 @@
8533
9198
  },
8534
9199
  {
8535
9200
  "disabled": false,
8536
- "document": "CLB instance name",
9201
+ "document": "Load balancing instance name. rule: 1-60 english letters, chinese characters, digits, hyphens \"-\", or underscores \"_\".",
8537
9202
  "example": "newlbname",
8538
9203
  "member": "string",
8539
9204
  "name": "LoadBalancerName",
@@ -8560,7 +9225,7 @@
8560
9225
  },
8561
9226
  {
8562
9227
  "disabled": false,
8563
- "document": "Whether the target opens traffic from CLB to the internet. If yes (true), only security groups on CLB will be verified; if no (false), security groups on both CLB and backend instance need to be verified.",
9228
+ "document": "Specifies whether to allow CLB traffic to the Target.\nEnable pass-through (true): verify security groups on CLB only.\nDenies CLB traffic to the target (false): verify security groups on both CLB and backend instances.\nSpecifies no modification if left blank.",
8564
9229
  "example": "true",
8565
9230
  "member": "bool",
8566
9231
  "name": "LoadBalancerPassToTarget",
@@ -8569,7 +9234,7 @@
8569
9234
  },
8570
9235
  {
8571
9236
  "disabled": false,
8572
- "document": "Whether to enable cross-region binding 2.0",
9237
+ "document": "Specifies whether the cross-region binding 2.0 feature is enabled. leave blank for no modification.",
8573
9238
  "example": "false",
8574
9239
  "member": "bool",
8575
9240
  "name": "SnatPro",
@@ -8578,7 +9243,7 @@
8578
9243
  },
8579
9244
  {
8580
9245
  "disabled": false,
8581
- "document": "Specifies whether to enable deletion protection.",
9246
+ "document": "Specifies whether to enable deletion protection. leave it blank to keep the current setting.",
8582
9247
  "example": "false",
8583
9248
  "member": "bool",
8584
9249
  "name": "DeleteProtect",
@@ -8587,12 +9252,21 @@
8587
9252
  },
8588
9253
  {
8589
9254
  "disabled": false,
8590
- "document": "Modifies the second-level domain name of CLB from mycloud.com to tencentclb.com. Note that the sub-domain names will be changed as well. After the modification, mycloud.com will be invalidated. ",
9255
+ "document": "Modifies the second-level domain name of cloud load balancer from mycloud.com to tencentclb.com. the subdomain will be transformed, and the mycloud.com domain name will become invalid after modification. leave it blank if no modification is required.",
8591
9256
  "example": "true",
8592
9257
  "member": "bool",
8593
9258
  "name": "ModifyClassicDomain",
8594
9259
  "required": false,
8595
9260
  "type": "bool"
9261
+ },
9262
+ {
9263
+ "disabled": false,
9264
+ "document": "The associated endpoint Id, which can be queried via the [DescribeVpcEndPoint](https://www.tencentcloud.comom/document/product/215/54679?from_cn_redirect=1) api. input an empty string to unbind.",
9265
+ "example": "vpce-h0fk8lfc",
9266
+ "member": "string",
9267
+ "name": "AssociateEndpoint",
9268
+ "required": false,
9269
+ "type": "string"
8596
9270
  }
8597
9271
  ],
8598
9272
  "type": "object"
@@ -8660,7 +9334,7 @@
8660
9334
  "members": [
8661
9335
  {
8662
9336
  "disabled": false,
8663
- "document": "IDs of CLB instances ID(s).",
9337
+ "document": "One or more load balancing instance ids to be operated. you can call the [DescribeLoadBalancers](https://www.tencentcloud.comom/document/product/1108/48459?from_cn_redirect=1) API to query the ids.\nSpecifies the maximum length supported by the list is 20.",
8664
9338
  "example": "[\"lb-1234abcd\",\"lb-5678wwqq\"]",
8665
9339
  "member": "string",
8666
9340
  "name": "LoadBalancerIds",
@@ -8696,7 +9370,7 @@
8696
9370
  "members": [
8697
9371
  {
8698
9372
  "disabled": false,
8699
- "document": "CLB instance ID",
9373
+ "document": "ID of the CLB instance. You can call the [DescribeLoadBalancers](https://www.tencentcloud.comom/document/product/214/30685?from_cn_redirect=1) API to obtain the ID.",
8700
9374
  "example": "lb-cuxw2rm0",
8701
9375
  "member": "string",
8702
9376
  "name": "LoadBalancerId",
@@ -8705,7 +9379,7 @@
8705
9379
  },
8706
9380
  {
8707
9381
  "disabled": false,
8708
- "document": "CLB listener ID",
9382
+ "document": "ID of the clb listener. can be obtained through the [DescribeListeners](https://www.tencentcloud.comom/document/product/214/30686?from_cn_redirect=1) api.",
8709
9383
  "example": "lbl-4fbxq45k",
8710
9384
  "member": "string",
8711
9385
  "name": "ListenerId",
@@ -8714,7 +9388,7 @@
8714
9388
  },
8715
9389
  {
8716
9390
  "disabled": false,
8717
- "document": "ID of the forwarding rule to be modified.",
9391
+ "document": "Specifies the rule ID of the forwarding rule to be modified, which can be obtained through the DescribeListeners API (https://www.tencentcloud.comom/document/product/214/30686?from_cn_redirect=1).",
8718
9392
  "example": "loc-9dr7bsl3",
8719
9393
  "member": "string",
8720
9394
  "name": "LocationId",
@@ -8750,7 +9424,7 @@
8750
9424
  },
8751
9425
  {
8752
9426
  "disabled": false,
8753
- "document": "Session persistence duration, in seconds. Value range: 0 or 30-86400.",
9427
+ "document": "Session persistence duration, in seconds. Value range: 0 or 30-86400.\nDefaults to 0.",
8754
9428
  "example": "75",
8755
9429
  "member": "int64",
8756
9430
  "name": "SessionExpireTime",
@@ -8792,6 +9466,15 @@
8792
9466
  "name": "OAuth",
8793
9467
  "required": false,
8794
9468
  "type": "object"
9469
+ },
9470
+ {
9471
+ "disabled": false,
9472
+ "document": "Specifies the custom cookie name.",
9473
+ "example": "test_cookie",
9474
+ "member": "string",
9475
+ "name": "CookieName",
9476
+ "required": false,
9477
+ "type": "string"
8795
9478
  }
8796
9479
  ],
8797
9480
  "type": "object"
@@ -8831,12 +9514,57 @@
8831
9514
  },
8832
9515
  {
8833
9516
  "disabled": false,
8834
- "document": "New default port of target group",
9517
+ "document": "The new default port of the target group. this parameter is not supported for full listen target groups.",
8835
9518
  "example": "22",
8836
9519
  "member": "uint64",
8837
9520
  "name": "Port",
8838
9521
  "required": false,
8839
9522
  "type": "int"
9523
+ },
9524
+ {
9525
+ "disabled": false,
9526
+ "document": "Scheduling algorithm. this parameter is valid only for target groups of the new version V2 when the backend forwarding protocol is HTTP, HTTPS, or GRPC. available values:.\n<ur><li>WRR: weighted round-robin.</li><li>LEAST_CONN: LEAST connection.</li><li>IP_HASH: based on IP HASH.</li><li>default is WRR.</li></ur>.",
9527
+ "example": "LEAST_CONN",
9528
+ "member": "string",
9529
+ "name": "ScheduleAlgorithm",
9530
+ "required": false,
9531
+ "type": "string"
9532
+ },
9533
+ {
9534
+ "disabled": false,
9535
+ "document": "Health check details.",
9536
+ "example": "无",
9537
+ "member": "TargetGroupHealthCheck",
9538
+ "name": "HealthCheck",
9539
+ "required": false,
9540
+ "type": "object"
9541
+ },
9542
+ {
9543
+ "disabled": false,
9544
+ "document": "Default Weight for backend service. among them: <ul><li>value ranges from 0 to 100.</li><li>after setting this value, when adding a backend service to the target group, if the backend service does not set Weight separately, use the default Weight here.</li><li>Weight parameter settings not supported for v1 target group type.</li></ul>.",
9545
+ "example": "100",
9546
+ "member": "uint64",
9547
+ "name": "Weight",
9548
+ "required": false,
9549
+ "type": "int"
9550
+ },
9551
+ {
9552
+ "disabled": false,
9553
+ "document": "Specifies whether to enable the persistent connection feature. this parameter applies only to HTTP and HTTPS target groups. true: disable; false: enable. this feature is off by default.",
9554
+ "example": "true",
9555
+ "member": "bool",
9556
+ "name": "KeepaliveEnable",
9557
+ "required": false,
9558
+ "type": "bool"
9559
+ },
9560
+ {
9561
+ "disabled": false,
9562
+ "document": "Specifies the session persistence time in seconds. value range: 30-3600. default: 0 (disabled). this parameter is unsupported for TCP/UDP target groups.",
9563
+ "example": "30",
9564
+ "member": "uint64",
9565
+ "name": "SessionExpireTime",
9566
+ "required": false,
9567
+ "type": "int"
8840
9568
  }
8841
9569
  ],
8842
9570
  "type": "object"
@@ -8867,7 +9595,7 @@
8867
9595
  },
8868
9596
  {
8869
9597
  "disabled": false,
8870
- "document": "Array of servers for which to modify ports",
9598
+ "document": "Array of servers whose Port is to be modified. NewPort and Port are required items in this api.",
8871
9599
  "example": "无",
8872
9600
  "member": "TargetGroupInstance",
8873
9601
  "name": "TargetGroupInstances",
@@ -8903,7 +9631,7 @@
8903
9631
  },
8904
9632
  {
8905
9633
  "disabled": false,
8906
- "document": "Array of servers for which to modify weights",
9634
+ "document": "Array of servers whose weight is to be modified. Port is a required item in this api.",
8907
9635
  "example": "无",
8908
9636
  "member": "TargetGroupInstance",
8909
9637
  "name": "TargetGroupInstances",
@@ -9125,7 +9853,7 @@
9125
9853
  "members": [
9126
9854
  {
9127
9855
  "disabled": false,
9128
- "document": "Enable or disable authentication.True: Enable;False: Disable.Note: This field may return null, indicating that no valid values can be obtained.",
9856
+ "document": "Specifies whether to turn on or off authentication.\nTrue: enable.\nFalse: disabled.\nDisabled by default.",
9129
9857
  "example": "True",
9130
9858
  "member": "bool",
9131
9859
  "name": "OAuthEnable",
@@ -9136,7 +9864,7 @@
9136
9864
  },
9137
9865
  {
9138
9866
  "disabled": false,
9139
- "document": "Whether to reject or allow the request if all IAPs fail. BYPASS: Allow;REJECT: Reject.Note: This field may return null, indicating that no valid values can be obtained.",
9867
+ "document": "Deny requests or allow when all iaps fail.\nBYPASS: specifies the bypass.\nREJECT.\nDefaults to BYPASS.",
9140
9868
  "example": "BYPASS",
9141
9869
  "member": "string",
9142
9870
  "name": "OAuthFailureStatus",
@@ -9153,7 +9881,7 @@
9153
9881
  "members": [
9154
9882
  {
9155
9883
  "disabled": false,
9156
- "document": "Instance price.\nNote: This field may return·null, indicating that no valid values can be obtained.",
9884
+ "document": "Describes the instance pricing.",
9157
9885
  "example": "无",
9158
9886
  "member": "ItemPrice",
9159
9887
  "name": "InstancePrice",
@@ -9189,7 +9917,7 @@
9189
9917
  "members": [
9190
9918
  {
9191
9919
  "disabled": false,
9192
- "document": "Quota name. Valid values:\n<li> `TOTAL_OPEN_CLB_QUOTA`: Quota of public network CLB instances in the current region</li>\n<li> `TOTAL_INTERNAL_CLB_QUOTA`: Quota of private network CLB instances in the current region</li>\n<li> `TOTAL_LISTENER_QUOTA`: Quota of listeners under one CLB instance</li>\n<li> `TOTAL_LISTENER_RULE_QUOTA`: Quota of forwarding rules under one listener</li>\n<li> `TOTAL_TARGET_BIND_QUOTA`: Quota of CVM instances can be bound under one forwarding rule</li>\n<li> `TOTAL_SNAP_IP_QUOTA`: Quota of SNAT IPs for cross-region binding 2.0 under one CLB instance </li>\n<li> `TOTAL_ISP_CLB_QUOTA`: Quota of triple-ISP (CMCC/CUCC/CTCC) CLB instances in the current region</li>",
9920
+ "document": "Quota name. value range:.\n<Li>TOTAL_OPEN_CLB_QUOTA: specifies the public network clb quota in the current region for the user.</li>.\n<Li>TOTAL_INTERNAL_CLB_QUOTA: specifies the private network clb quota in the current region for the user.</li>.\n<li>TOTAL_LISTENER_QUOTA: specifies the LISTENER QUOTA under a CLB.</li>.\n<Li>TOTAL_LISTENER_RULE_QUOTA: specifies the forwarding rule quota under a listener.</li>.\n<Li>TOTAL_TARGET_BIND_QUOTA: specifies the quota of devices that can be bound to a forwarding rule.</li>.\n<li> TOTAL_SNAT_IP_QUOTA: specifies the SNAT IP QUOTA for a cross-regional 2.0 CLB instance. </li>.\n<Li>TOTAL_ISP_CLB_QUOTA: specifies the quota of triple-isp (cmcc/cucc/ctcc) clb instances in the current region for the user.</li>.\n<li>TOTAL_FULL_PORT_RANGE_LISTENER_QUOTA: specifies the QUOTA of single-protocol FULL PORT RANGE listeners for a CLB instance.</li>.",
9193
9921
  "example": "TOTAL_OPEN_CLB_QUOTA",
9194
9922
  "member": "string",
9195
9923
  "name": "QuotaId",
@@ -9306,7 +10034,7 @@
9306
10034
  },
9307
10035
  {
9308
10036
  "disabled": false,
9309
- "document": "Server instance array",
10037
+ "document": "Server instance array. the VPC of the server and target group must be the same.",
9310
10038
  "example": "无",
9311
10039
  "member": "TargetGroupInstance",
9312
10040
  "name": "TargetGroupInstances",
@@ -9360,7 +10088,7 @@
9360
10088
  },
9361
10089
  {
9362
10090
  "disabled": false,
9363
- "document": "Forwarding rule ID. When binding a real server to a layer-7 forwarding rule, you must provide either this parameter or Domain+Url.",
10091
+ "document": "Specifies the forwarding rule ID, which can be obtained through the DescribeListeners API (https://www.tencentcloud.comom/document/product/214/30686?from_cn_redirect=1). you must provide this parameter or either Domain or Url when binding a backend service to a layer-7 forwarding rule.",
9364
10092
  "example": "loc-fi8g****",
9365
10093
  "member": "string",
9366
10094
  "name": "LocationId",
@@ -9497,7 +10225,7 @@
9497
10225
  },
9498
10226
  {
9499
10227
  "disabled": false,
9500
- "document": "Available resources\nNote: This field may return `null`, indicating that no valid values can be obtained.",
10228
+ "document": "Available resources.",
9501
10229
  "example": "无",
9502
10230
  "member": "ResourceAvailability",
9503
10231
  "name": "AvailabilitySet",
@@ -9507,7 +10235,7 @@
9507
10235
  },
9508
10236
  {
9509
10237
  "disabled": false,
9510
- "document": "ISP Type\nNote: This field may return null, indicating that no valid values can be obtained.",
10238
+ "document": "Operator type info.",
9511
10239
  "example": "无",
9512
10240
  "member": "TypeInfo",
9513
10241
  "name": "TypeSet",
@@ -9600,7 +10328,7 @@
9600
10328
  "members": [
9601
10329
  {
9602
10330
  "disabled": false,
9603
- "document": "Listener ID of a redirect target\nNote: This field may return null, indicating that there is no redirection.\nNote: This field may return null, indicating that no valid values can be obtained.",
10331
+ "document": "Listener ID of the redirection target. this field is valid only when redirection is configured.\nNote: This field may return null, indicating that no valid values can be obtained.",
9604
10332
  "example": "lbl-q471xxxx",
9605
10333
  "member": "string",
9606
10334
  "name": "TargetListenerId",
@@ -9610,7 +10338,7 @@
9610
10338
  },
9611
10339
  {
9612
10340
  "disabled": false,
9613
- "document": "Forwarding rule ID of a redirect target\nNote: This field may return null, indicating that there is no redirection.\nNote: This field may return null, indicating that no valid values can be obtained.",
10341
+ "document": "Specifies the forwarding rule ID of redirection target. field is valid only when redirection is configured.\nNote: This field may return null, indicating that no valid values can be obtained.",
9614
10342
  "example": "loc-188pxxxx",
9615
10343
  "member": "string",
9616
10344
  "name": "TargetLocationId",
@@ -9620,7 +10348,7 @@
9620
10348
  },
9621
10349
  {
9622
10350
  "disabled": false,
9623
- "document": "Redirection status code\nNote: this field may return `null`, indicating that no valid values can be obtained.",
10351
+ "document": "Specifies the redirection status code.",
9624
10352
  "example": "302",
9625
10353
  "member": "int64",
9626
10354
  "name": "RewriteCode",
@@ -9630,7 +10358,7 @@
9630
10358
  },
9631
10359
  {
9632
10360
  "disabled": false,
9633
- "document": "Whether the matched URL is carried in redirection.\nNote: this field may return `null`, indicating that no valid values can be obtained.",
10361
+ "document": "Whether the matched URL is carried in redirection",
9634
10362
  "example": "true",
9635
10363
  "member": "bool",
9636
10364
  "name": "TakeUrl",
@@ -9640,7 +10368,7 @@
9640
10368
  },
9641
10369
  {
9642
10370
  "disabled": false,
9643
- "document": "Redirection type. Manual: manual redirection; Auto: automatic redirection.\nNote: this field may return `null`, indicating that no valid values can be obtained.",
10371
+ "document": "Redirection type. Manual: Manual redirection; Auto: Automatic redirection",
9644
10372
  "example": "Auto",
9645
10373
  "member": "string",
9646
10374
  "name": "RewriteType",
@@ -9683,7 +10411,7 @@
9683
10411
  },
9684
10412
  {
9685
10413
  "disabled": false,
9686
- "document": "Modified tag of the real server. This parameter has a lower priority than the Tag parameter in the aforementioned [Target](https://intl.cloud.tencent.com/document/api/214/30694?from_cn_redirect=1#Target). The final tag value is based on the Tag parameter in the Target. The Tag parameter in RsTagRule will be used only when the Weight parameter in the Target is empty.",
10414
+ "document": "Modified Tag of the backend service. this parameter has a lower priority than the Tag parameter in the aforementioned [Target](https://www.tencentcloud.comom/document/api/214/30694?from_cn_redirect=1#Target). the final Tag value is based on the Tag parameter in the Target. the Tag parameter in RsTagRule will be used only when the Tag parameter in the Target is empty.",
9687
10415
  "example": "tag_target",
9688
10416
  "member": "string",
9689
10417
  "name": "Tag",
@@ -9788,7 +10516,17 @@
9788
10516
  },
9789
10517
  {
9790
10518
  "disabled": false,
9791
- "document": "Health status of the real server bound to this rule\nNote: this field may return `null`, indicating that no valid values can be obtained.",
10519
+ "document": "Advanced routing rule ID.",
10520
+ "example": "rule-b6xw**lo",
10521
+ "member": "string",
10522
+ "name": "RuleId",
10523
+ "output_required": false,
10524
+ "type": "string",
10525
+ "value_allowed_null": false
10526
+ },
10527
+ {
10528
+ "disabled": false,
10529
+ "document": "Indicates the health check status of the backend service bound to this rule.",
9792
10530
  "example": "None",
9793
10531
  "member": "TargetHealth",
9794
10532
  "name": "Targets",
@@ -9858,7 +10596,7 @@
9858
10596
  },
9859
10597
  {
9860
10598
  "disabled": false,
9861
- "document": "Forwarding protocol between the CLB instance and backend service. Values: `HTTP`, `HTTPS`, `GRPC` and `TRPC` (only for internal usage). It defaults to `HTTP`.",
10599
+ "document": "Specifies the forwarding protocol between cloud load balancer and backend service. currently supports HTTP/HTTPS/GRPC/GRPCS/TRPC. TRPC is not yet available. default HTTP.",
9862
10600
  "example": "HTTP",
9863
10601
  "member": "string",
9864
10602
  "name": "ForwardType",
@@ -9936,6 +10674,15 @@
9936
10674
  "name": "MultiCertInfo",
9937
10675
  "required": false,
9938
10676
  "type": "object"
10677
+ },
10678
+ {
10679
+ "disabled": false,
10680
+ "document": "Specifies the custom cookie name.",
10681
+ "example": "test_cookie",
10682
+ "member": "string",
10683
+ "name": "CookieName",
10684
+ "required": false,
10685
+ "type": "string"
9939
10686
  }
9940
10687
  ],
9941
10688
  "usage": "in"
@@ -9955,7 +10702,7 @@
9955
10702
  },
9956
10703
  {
9957
10704
  "disabled": false,
9958
- "document": "Domain name of the forwarding rule.\nNote: This field may return null, indicating that no valid values can be obtained.",
10705
+ "document": "Domain name of the forwarding rule",
9959
10706
  "example": "www.xxxx.com",
9960
10707
  "member": "string",
9961
10708
  "name": "Domain",
@@ -9965,7 +10712,7 @@
9965
10712
  },
9966
10713
  {
9967
10714
  "disabled": false,
9968
- "document": "Forwarding rule path.\nNote: This field may return null, indicating that no valid values can be obtained.",
10715
+ "document": "Path of forwarding rules.",
9969
10716
  "example": "/test",
9970
10717
  "member": "string",
9971
10718
  "name": "Url",
@@ -9985,7 +10732,7 @@
9985
10732
  },
9986
10733
  {
9987
10734
  "disabled": false,
9988
- "document": "Health check information\nNote: This field may return null, indicating that no valid values can be obtained.",
10735
+ "document": "Health Check Information",
9989
10736
  "example": "无",
9990
10737
  "member": "HealthCheck",
9991
10738
  "name": "HealthCheck",
@@ -10025,7 +10772,7 @@
10025
10772
  },
10026
10773
  {
10027
10774
  "disabled": false,
10028
- "document": "Redirect target information of a forwarding rule\nNote: This field may return null, indicating that no valid values can be obtained.",
10775
+ "document": "Redirection target information of the forwarding rule",
10029
10776
  "example": "无",
10030
10777
  "member": "RewriteTarget",
10031
10778
  "name": "RewriteTarget",
@@ -10115,7 +10862,7 @@
10115
10862
  },
10116
10863
  {
10117
10864
  "disabled": false,
10118
- "document": "WAF instance ID\nNote: This field may return null, indicating that no valid values can be obtained.",
10865
+ "document": "WAF instance ID.",
10119
10866
  "example": "waf-VuDdHZo4",
10120
10867
  "member": "string",
10121
10868
  "name": "WafDomainId",
@@ -10125,7 +10872,7 @@
10125
10872
  },
10126
10873
  {
10127
10874
  "disabled": false,
10128
- "document": "TRPC callee server route, which is valid when `ForwardType` is `TRPC`. This is now only for internal usage.\nNote: This field may return null, indicating that no valid values can be obtained.",
10875
+ "document": "Called server routing. valid when ForwardType is TRPC. currently not yet available.",
10129
10876
  "example": "vpc",
10130
10877
  "member": "string",
10131
10878
  "name": "TrpcCallee",
@@ -10135,7 +10882,7 @@
10135
10882
  },
10136
10883
  {
10137
10884
  "disabled": false,
10138
- "document": "TRPC calling service API, which is valid when `ForwardType` is `TRPC`. This is now only for internal usage.\nNote: This field may return null, indicating that no valid values can be obtained.",
10885
+ "document": "TRPC calling service api. valid when ForwardType is TRPC. currently not yet available.",
10139
10886
  "example": "testFunc",
10140
10887
  "member": "string",
10141
10888
  "name": "TrpcFunc",
@@ -10145,7 +10892,7 @@
10145
10892
  },
10146
10893
  {
10147
10894
  "disabled": false,
10148
- "document": "QUIC status. QUIC_ACTIVE indicates enabled, and QUIC_INACTIVE indicates disabled. Note: QUIC can be enabled only for HTTPS domain names.Note: This field may return null, indicating that no valid values can be obtained.",
10895
+ "document": "QUIC status. QUIC_ACTIVE means enabled, QUIC_INACTIVE means not enabled. note that only HTTPS domain names can enable QUIC.",
10149
10896
  "example": "QUIC_INACTIVE",
10150
10897
  "member": "string",
10151
10898
  "name": "QuicStatus",
@@ -10155,7 +10902,7 @@
10155
10902
  },
10156
10903
  {
10157
10904
  "disabled": false,
10158
- "document": "List of domain names associated with the forwarding rule\nNote: This field may return `null`, indicating that no valid values can be obtained.",
10905
+ "document": "Specifies the domain name list of the forwarding rule.",
10159
10906
  "example": "[\"www.xxxx.com\"]",
10160
10907
  "member": "string",
10161
10908
  "name": "Domains",
@@ -10175,13 +10922,23 @@
10175
10922
  },
10176
10923
  {
10177
10924
  "disabled": false,
10178
- "document": "OAuth configuration status information.Note: This field may return null, indicating that no valid values can be obtained.",
10925
+ "document": "OAuth configuration status.",
10179
10926
  "example": "无",
10180
10927
  "member": "OAuth",
10181
10928
  "name": "OAuth",
10182
10929
  "output_required": false,
10183
10930
  "type": "object",
10184
10931
  "value_allowed_null": false
10932
+ },
10933
+ {
10934
+ "disabled": false,
10935
+ "document": "Specifies the custom cookie name.",
10936
+ "example": "test_cookie",
10937
+ "member": "string",
10938
+ "name": "CookieName",
10939
+ "output_required": false,
10940
+ "type": "string",
10941
+ "value_allowed_null": false
10185
10942
  }
10186
10943
  ],
10187
10944
  "usage": "out"
@@ -10221,7 +10978,7 @@
10221
10978
  },
10222
10979
  {
10223
10980
  "disabled": false,
10224
- "document": "Real server information\nNote: This field may return null, indicating that no valid values can be obtained.",
10981
+ "document": "Real server information",
10225
10982
  "example": "无",
10226
10983
  "member": "Backend",
10227
10984
  "name": "Targets",
@@ -10231,7 +10988,7 @@
10231
10988
  },
10232
10989
  {
10233
10990
  "disabled": false,
10234
- "document": "Information about backend SCF functions.\nNote: This field may return null, indicating that no valid values can be obtained.",
10991
+ "document": "Describes the backend cloud function info.",
10235
10992
  "example": "无",
10236
10993
  "member": "FunctionTarget",
10237
10994
  "name": "FunctionTargets",
@@ -10293,7 +11050,7 @@
10293
11050
  "members": [
10294
11051
  {
10295
11052
  "disabled": false,
10296
- "document": "Operation type: `ADD`, `DELETE`, `UPDATE`, `BIND`, `UNBIND`",
11053
+ "document": "Operation type.\n-ADD. specifies the creation.\n- DELETE: DELETE.\n-UPDATE: modify.\n-BIND: specifies the binding status.\n-UNBIND: unbind.",
10297
11054
  "example": "ADD",
10298
11055
  "member": "string",
10299
11056
  "name": "OperationType",
@@ -10302,7 +11059,7 @@
10302
11059
  },
10303
11060
  {
10304
11061
  "disabled": false,
10305
- "document": "This field is required except for creating custom configurations, such as \"pz-1234abcd\".",
11062
+ "document": "Personalized configuration ID. this field is required except when creating a custom configuration, for example: pz-1234abcd.",
10306
11063
  "example": "pz-n651fsue",
10307
11064
  "member": "string",
10308
11065
  "name": "UconfigId",
@@ -10311,7 +11068,7 @@
10311
11068
  },
10312
11069
  {
10313
11070
  "disabled": false,
10314
- "document": "This field is required when creating or modifying custom configurations.",
11071
+ "document": "Specifies the personalized configuration content. this field is required when creating or modifying custom configuration.\nSpecifies specific restrictions. view layer-7 personalized configuration (https://www.tencentcloud.comom/document/product/214/15171?from_cn_redirect=1).",
10315
11072
  "example": "client_max_body_size 222M;",
10316
11073
  "member": "string",
10317
11074
  "name": "ConfigContent",
@@ -10320,7 +11077,7 @@
10320
11077
  },
10321
11078
  {
10322
11079
  "disabled": false,
10323
- "document": "This field is required when creating or renaming custom configurations.",
11080
+ "document": "Custom configuration name. specifies the name when creating or modifying a custom configuration. this field is required.",
10324
11081
  "example": "config_test",
10325
11082
  "member": "string",
10326
11083
  "name": "ConfigName",
@@ -10329,7 +11086,7 @@
10329
11086
  },
10330
11087
  {
10331
11088
  "disabled": false,
10332
- "document": "This field is required when binding/unbinding resources.",
11089
+ "document": "CLB instance ID. this field is required for bind/unbind operations.\nCan be queried through the [DescribeLoadBalancers](https://www.tencentcloud.comom/document/product/1108/48459?from_cn_redirect=1) api.",
10333
11090
  "example": "[lb-55rh44i6]",
10334
11091
  "member": "string",
10335
11092
  "name": "LoadBalancerIds",
@@ -10366,7 +11123,7 @@
10366
11123
  "members": [
10367
11124
  {
10368
11125
  "disabled": false,
10369
- "document": "CLB instance ID",
11126
+ "document": "ID of the cloud load balancer instance. you can call the [DescribeLoadBalancers](https://www.tencentcloud.comom/document/product/1108/48459?from_cn_redirect=1) API to query the ID.",
10370
11127
  "example": "lb-cuxw2r00",
10371
11128
  "member": "string",
10372
11129
  "name": "LoadBalancerId",
@@ -10375,7 +11132,7 @@
10375
11132
  },
10376
11133
  {
10377
11134
  "disabled": false,
10378
- "document": "Logset ID of the Cloud Log Service (CLS).<li>When adding or updating a log topic, call the [DescribeLogsets](https://intl.cloud.tencent.com/document/product/614/58624?from_cn_redirect=1) API to obtain the logset ID.</li><li>When deleting a log topic, set this parameter to null.</li>",
11135
+ "document": "Log set ID of cloud log service (CLS).\n<li>Specifies the logset ID that can be obtained by calling the [DescribeLogsets](https://www.tencentcloud.comom/document/product/614/58624?from_cn_redirect=1) API when adding or updating a log topic.</li>.\n<Li>When deleting a log topic, set this parameter to an empty string.</li>.",
10379
11136
  "example": "ac251c08-778c-4fbc-981b-4898dd48d928",
10380
11137
  "member": "string",
10381
11138
  "name": "LogSetId",
@@ -10384,7 +11141,7 @@
10384
11141
  },
10385
11142
  {
10386
11143
  "disabled": false,
10387
- "document": "Log topic ID of the CLS.<li>When adding or updating a log topic, call the [DescribeTopics](https://intl.cloud.tencent.com/document/product/614/56454?from_cn_redirect=1) API to obtain the log topic ID.</li><li>When deleting a log topic, set this parameter to null.</li>",
11144
+ "document": "Specifies the log topic ID of cloud log service (CLS).\n<li>Specifies the log topic ID can be obtained by calling the [DescribeTopics](https://www.tencentcloud.comom/document/product/614/56454?from_cn_redirect=1) API when adding or updating a log topic.</li>.\n<Li>When deleting a log topic, set this parameter to an empty string.</li>.",
10388
11145
  "example": "f43636fe-06fc-417b-9349-da4bc8a03745",
10389
11146
  "member": "string",
10390
11147
  "name": "LogTopicId",
@@ -10420,7 +11177,7 @@
10420
11177
  "members": [
10421
11178
  {
10422
11179
  "disabled": false,
10423
- "document": "CLB instance ID",
11180
+ "document": "ID of the cloud load balancer instance. you can call the [DescribeLoadBalancers](https://www.tencentcloud.comom/document/product/1108/48459?from_cn_redirect=1) API to query the ID.",
10424
11181
  "example": "lb-cuxw2r00",
10425
11182
  "member": "string",
10426
11183
  "name": "LoadBalancerId",
@@ -10429,7 +11186,7 @@
10429
11186
  },
10430
11187
  {
10431
11188
  "disabled": false,
10432
- "document": "Array of security group IDs. One CLB instance can be bound to up to 50 security groups. If you want to unbind all security groups, you do not need to pass in this parameter, or you can pass in an empty array.",
11189
+ "document": "Specifies an array of security group ids. a load balancing instance supports a maximum binding of 50 security groups. to unbind all security groups, omit this parameter.\nCan be queried through the [DescribeSecurityGroups](https://www.tencentcloud.comom/document/product/215/15808?from_cn_redirect=1) api.",
10433
11190
  "example": "[\"sg-0936o7sd\",\"sg-12345678\"]",
10434
11191
  "member": "string",
10435
11192
  "name": "SecurityGroups",
@@ -10465,7 +11222,7 @@
10465
11222
  },
10466
11223
  {
10467
11224
  "disabled": false,
10468
- "document": "CLB instance ID.",
11225
+ "document": "ID of the cloud load balancer instance. you can call the [DescribeLoadBalancers](https://www.tencentcloud.comom/document/product/1108/48459?from_cn_redirect=1) API to query the ID.",
10469
11226
  "example": "lb-hwdt33e0",
10470
11227
  "member": "string",
10471
11228
  "name": "LoadBalancerId",
@@ -10501,7 +11258,7 @@
10501
11258
  "members": [
10502
11259
  {
10503
11260
  "disabled": false,
10504
- "document": "Security group ID, such as sg-12345678",
11261
+ "document": "Security group ID, such as sg-12345678. can be obtained through the API [DescribeSecurityGroups](https://www.tencentcloud.comom/document/product/215/15808?from_cn_redirect=1).",
10505
11262
  "example": "sg-12345678",
10506
11263
  "member": "string",
10507
11264
  "name": "SecurityGroup",
@@ -10519,7 +11276,7 @@
10519
11276
  },
10520
11277
  {
10521
11278
  "disabled": false,
10522
- "document": "Array of CLB instance IDs",
11279
+ "document": "ID array of the clb instance. you can call the [DescribeLoadBalancers](https://www.tencentcloud.comom/document/product/1108/48459?from_cn_redirect=1) API to query the ID.\nSpecifies the maximum length supported by the list is 20.",
10523
11280
  "example": "[\"lb-0936o712\",\"lb-tttt5555\"]",
10524
11281
  "member": "string",
10525
11282
  "name": "LoadBalancerIds",
@@ -10546,7 +11303,7 @@
10546
11303
  "members": [
10547
11304
  {
10548
11305
  "disabled": false,
10549
- "document": "ID of the CLB instance",
11306
+ "document": "CLB instance ID.\nCan be queried through the [DescribeLoadBalancers](https://www.tencentcloud.comom/document/product/1108/48459?from_cn_redirect=1) api.",
10550
11307
  "example": "lb-57x2wzka",
10551
11308
  "member": "string",
10552
11309
  "name": "LoadBalancerId",
@@ -10598,7 +11355,7 @@
10598
11355
  "members": [
10599
11356
  {
10600
11357
  "disabled": false,
10601
- "document": "Specification type.<li>clb.c2.medium: Standard</li><li>clb.c3.small: Advanced 1</li><li>clb.c3.medium: Advanced 2</li><li>clb.c4.small: Super Large 1</li><li>clb.c4.medium: Super Large 2</li><li>clb.c4.large: Super Large 3</li><li>clb.c4.xlarge: Super Large 4</li><li>shared: Shared</li>Note: This field may return null, indicating that no valid values can be obtained.",
11358
+ "document": "Specifies the specification type.\n<Li>Clb.C2.Medium (standard type)</li><li>clb.c3.small (advanced type 1)</li><li>clb.c3.medium (advanced type 2)</li>.\n<li>clb.c4.small (high-strength type 1)</li> <li>clb.c4.medium (high-strength type 2)</li> <li>clb.c4.large (high-strength type 3)</li> <li>clb.c4.xlarge (high-strength type 4)</li> <li>shared (shared type)</li>.\n",
10602
11359
  "example": "shared",
10603
11360
  "member": "string",
10604
11361
  "name": "SpecType",
@@ -10608,7 +11365,7 @@
10608
11365
  },
10609
11366
  {
10610
11367
  "disabled": false,
10611
- "document": "Specification availability. It indicates the resource availability. Valid values: Available, Unavailable.Note: This field may return null, indicating that no valid values can be obtained.",
11368
+ "document": "Specification availability. resource availability, \"Available\": Available, \"Unavailable\": Unavailable.",
10612
11369
  "example": "Available",
10613
11370
  "member": "string",
10614
11371
  "name": "Availability",
@@ -10652,7 +11409,7 @@
10652
11409
  "members": [
10653
11410
  {
10654
11411
  "disabled": false,
10655
- "document": "Listening port of a real server\nNote: this parameter is required when binding a CVM or ENI.\nNote: this field may return `null`, indicating that no valid values can be obtained.",
11412
+ "document": "Specifies the listening port of the backend service.\nNote: this parameter must be specified when binding to CVM (cloud virtual machine) or ENI (elastic network interface).",
10656
11413
  "example": "80",
10657
11414
  "member": "int64",
10658
11415
  "name": "Port",
@@ -10663,7 +11420,7 @@
10663
11420
  },
10664
11421
  {
10665
11422
  "disabled": false,
10666
- "document": "Real server type. Value range: CVM (Cloud Virtual Machine), ENI (Elastic Network Interface). This parameter does not take effect currently as an input parameter.\nNote: This field may return null, indicating that no valid values can be obtained.",
11423
+ "document": "Specifies the backend service type. valid values: CVM (cloud virtual machine), ENI (elastic network interface). as an input parameter, this parameter does not take effect currently.",
10667
11424
  "example": "CVM",
10668
11425
  "member": "string",
10669
11426
  "name": "Type",
@@ -10674,7 +11431,7 @@
10674
11431
  },
10675
11432
  {
10676
11433
  "disabled": false,
10677
- "document": "Unique ID of a CVM instance, which is required when binding a CVM instance. It can be obtained from the `InstanceId` field in the response of the `DescribeInstances` API. It indicates binding the primary IP of the primary ENI.\nNote: Either `InstanceId` or `EniIp` can be passed in.\nNote: This field may return `null`, indicating that no valid values can be obtained.",
11434
+ "document": "This parameter must be passed in when binding to CVM. it represents the unique ID of the CVM and can be obtained from the InstanceId field in the response of the DescribeInstances api. indicates binding the primary IPv4 address of the primary network interface. the InstanceId cannot be specified in the following scenarios: binding to non-CVM resources, binding to auxiliary network interface ips on CVM, binding to CVM through cross-domain 2.0, and binding to IPv6 addresses of CVM.\nNote: you can only input one of the InstanceId parameter or the EniIp parameter.",
10678
11435
  "example": "ins-xxxxxxxx",
10679
11436
  "member": "string",
10680
11437
  "name": "InstanceId",
@@ -10696,7 +11453,7 @@
10696
11453
  },
10697
11454
  {
10698
11455
  "disabled": false,
10699
- "document": "It is required when binding an IP. ENI IPs and other private IPs are supported. To bind an ENI IP, the ENI should be bound to a CVM instance before being bound to a CLB instance.\nNote: Either `InstanceId` or `EniIp` can be passed in. `EniIp` is required in a cross-region binding or when the dual-stack IPV6 CVM is bound.\nNote: This field may return `null`, indicating that no valid values can be obtained.",
11456
+ "document": "This parameter must be passed in for IP binding. it supports eni ips and other private IP addresses. if it is an eni, it must first be bound to a CVM before binding to a cloud load balancer instance.\nNote: only one of the InstanceId parameter and EniIp parameter can be passed. if binding a dual-stack IPV6 instance, this parameter must be passed. if it is a cross-region binding, the parameter must be passed and the InstanceId parameter is not supported.",
10700
11457
  "example": "x.x.x.x",
10701
11458
  "member": "string",
10702
11459
  "name": "EniIp",
@@ -10707,7 +11464,7 @@
10707
11464
  },
10708
11465
  {
10709
11466
  "disabled": false,
10710
- "document": "Tag.Note: This field may return null, indicating that no valid values can be obtained.",
11467
+ "document": "Tag.",
10711
11468
  "example": "tag_taget",
10712
11469
  "member": "string",
10713
11470
  "name": "Tag",
@@ -10805,7 +11562,7 @@
10805
11562
  },
10806
11563
  {
10807
11564
  "disabled": false,
10808
- "document": "Listening port of real server",
11565
+ "document": "Specifies the listening port of the backend service. for a port range listener, this field returns 0, representing an invalid port, indicating settings not supported.",
10809
11566
  "example": "80",
10810
11567
  "member": "uint64",
10811
11568
  "name": "Port",
@@ -10825,7 +11582,7 @@
10825
11582
  },
10826
11583
  {
10827
11584
  "disabled": false,
10828
- "document": "Public IP of real server\nNote: this field may return null, indicating that no valid values can be obtained.",
11585
+ "document": "Public network IP of the real server",
10829
11586
  "example": "[1.1.1.1]",
10830
11587
  "member": "string",
10831
11588
  "name": "PublicIpAddresses",
@@ -10835,7 +11592,7 @@
10835
11592
  },
10836
11593
  {
10837
11594
  "disabled": false,
10838
- "document": "Private IP of real server\nNote: this field may return null, indicating that no valid values can be obtained.",
11595
+ "document": "Private network IP of the real server",
10839
11596
  "example": "[2.2.2.2]",
10840
11597
  "member": "string",
10841
11598
  "name": "PrivateIpAddresses",
@@ -10845,7 +11602,7 @@
10845
11602
  },
10846
11603
  {
10847
11604
  "disabled": false,
10848
- "document": "Real server instance name\nNote: this field may return null, indicating that no valid values can be obtained.",
11605
+ "document": "Instance name of the real server",
10849
11606
  "example": "testName",
10850
11607
  "member": "string",
10851
11608
  "name": "InstanceName",
@@ -10865,7 +11622,7 @@
10865
11622
  },
10866
11623
  {
10867
11624
  "disabled": false,
10868
- "document": "Unique ENI ID\nNote: this field may return null, indicating that no valid values can be obtained.",
11625
+ "document": "Unique ID of the ENI",
10869
11626
  "example": "eni-jf7u****",
10870
11627
  "member": "string",
10871
11628
  "name": "EniId",
@@ -10875,7 +11632,7 @@
10875
11632
  },
10876
11633
  {
10877
11634
  "disabled": false,
10878
- "document": "AZ ID of the real server\nNote: This field may return `null`, indicating that no valid values can be obtained.",
11635
+ "document": "Specifies the availability zone ID of the backend service.",
10879
11636
  "example": "400001",
10880
11637
  "member": "uint64",
10881
11638
  "name": "ZoneId",
@@ -10887,11 +11644,11 @@
10887
11644
  "usage": "out"
10888
11645
  },
10889
11646
  "TargetGroupHealthCheck": {
10890
- "document": "",
11647
+ "document": "Details of target group health check",
10891
11648
  "members": [
10892
11649
  {
10893
11650
  "disabled": false,
10894
- "document": "",
11651
+ "document": "Whether to enable the health check.",
10895
11652
  "example": "true",
10896
11653
  "member": "bool",
10897
11654
  "name": "HealthSwitch",
@@ -10902,7 +11659,7 @@
10902
11659
  },
10903
11660
  {
10904
11661
  "disabled": false,
10905
- "document": "",
11662
+ "document": "Health check method. among them, only the new version V2 target group type supports this parameter. valid values: TCP | HTTP | HTTPS | PING | CUSTOM. among them:.\n<ur><li>When the backend forwarding protocol of the target group is TCP, the health check method supports TCP/HTTP/CUSTOM, with a default value of TCP.</li><li>when the backend forwarding protocol of the target group is UDP, the health check method supports PING/CUSTOM, with a default value of PING.</li><li>when the backend forwarding protocol of the target group is HTTP, the health check method supports HTTP/TCP, with a default value of HTTP.</li><li>when the backend forwarding protocol of the target group is HTTPS, the health check method supports HTTPS/TCP, with a default value of HTTPS.</li><li>when the backend forwarding protocol of the target group is GRPC, the health check method supports GRPC/TCP, with a default value of GRPC.</li></ur>.",
10906
11663
  "example": "TCP",
10907
11664
  "member": "string",
10908
11665
  "name": "Protocol",
@@ -10913,7 +11670,7 @@
10913
11670
  },
10914
11671
  {
10915
11672
  "disabled": false,
10916
- "document": "",
11673
+ "document": "Custom check parameters. health check port, defaults to the port of the backend service unless you want to specify a specific port, otherwise leave it blank. (applicable only to TCP/UDP target group).\n",
10917
11674
  "example": "80",
10918
11675
  "member": "int64",
10919
11676
  "name": "Port",
@@ -10924,7 +11681,7 @@
10924
11681
  },
10925
11682
  {
10926
11683
  "disabled": false,
10927
- "document": "",
11684
+ "document": "Health check timeout. The default is 2 seconds. Value range: 2-30 seconds.",
10928
11685
  "example": "2",
10929
11686
  "member": "int64",
10930
11687
  "name": "Timeout",
@@ -10935,7 +11692,7 @@
10935
11692
  },
10936
11693
  {
10937
11694
  "disabled": false,
10938
- "document": "",
11695
+ "document": "Detection interval time. The default is 5 seconds. Value range: 2-300 seconds.",
10939
11696
  "example": "5",
10940
11697
  "member": "int64",
10941
11698
  "name": "GapTime",
@@ -10946,7 +11703,7 @@
10946
11703
  },
10947
11704
  {
10948
11705
  "disabled": false,
10949
- "document": "",
11706
+ "document": "Health detection threshold. The default is 3 times. Value range: 2-10 times.",
10950
11707
  "example": "3",
10951
11708
  "member": "int64",
10952
11709
  "name": "GoodLimit",
@@ -10957,7 +11714,7 @@
10957
11714
  },
10958
11715
  {
10959
11716
  "disabled": false,
10960
- "document": "",
11717
+ "document": "Unhealth detection threshold. The default is 3 times. Value range: 2-10 times.",
10961
11718
  "example": "3",
10962
11719
  "member": "int64",
10963
11720
  "name": "BadLimit",
@@ -10968,7 +11725,7 @@
10968
11725
  },
10969
11726
  {
10970
11727
  "disabled": false,
10971
- "document": "",
11728
+ "document": "Indicates whether jumbo frames are enabled for probe packets of all rss in the target group. enabled by default. this parameter is supported only for GWLB type target groups.",
10972
11729
  "example": "true",
10973
11730
  "member": "bool",
10974
11731
  "name": "JumboFrame",
@@ -10979,7 +11736,7 @@
10979
11736
  },
10980
11737
  {
10981
11738
  "disabled": false,
10982
- "document": "",
11739
+ "document": "Health check status code (applicable only to HTTP/HTTPS target group and HTTP health check method of TCP target group). value range: 1~31. default: 31. among them: <url> <li>1 means post-detection return value 1xx represents health.</li> <li>2 means return 2xx represents health.</li> <li>4 means return 3xx represents health.</li> <li>8 means return 4xx represents health.</li> <li>16 means return 5xx represents health.</li></url> to have multiple return codes represent health, sum up corresponding values.\nNote: This field may return null, indicating that no valid values can be obtained.",
10983
11740
  "example": "504",
10984
11741
  "member": "int64",
10985
11742
  "name": "HttpCode",
@@ -10990,7 +11747,7 @@
10990
11747
  },
10991
11748
  {
10992
11749
  "disabled": false,
10993
- "document": "",
11750
+ "document": "Health check domain name. among them: <ur><li>applicable only to HTTP/HTTPS target groups and TCP target groups when using HTTP health check method.</li><li>targeting HTTP/HTTPS target groups, this parameter is required when using HTTP health check method.</li></ur>.\nNote: This field may return null, indicating that no valid values can be obtained.",
10994
11751
  "example": "www.xxxx.com",
10995
11752
  "member": "string",
10996
11753
  "name": "HttpCheckDomain",
@@ -11001,7 +11758,7 @@
11001
11758
  },
11002
11759
  {
11003
11760
  "disabled": false,
11004
- "document": "",
11761
+ "document": "Health check path (applicable only to HTTP/HTTPS forwarding rules and HTTP health checks of TCP listeners).\nNote: This field may return null, indicating that no valid values can be obtained.",
11005
11762
  "example": "/xxx\t/xxx",
11006
11763
  "member": "string",
11007
11764
  "name": "HttpCheckPath",
@@ -11012,7 +11769,7 @@
11012
11769
  },
11013
11770
  {
11014
11771
  "disabled": false,
11015
- "document": "",
11772
+ "document": "Health check method (applicable only to HTTP/HTTPS forwarding rules and HTTP health checks of TCP listeners). Default: HEAD. Valid values: HEAD and GET.\nNote: This field may return null, indicating that no valid values can be obtained.",
11016
11773
  "example": "HEAD",
11017
11774
  "member": "string",
11018
11775
  "name": "HttpCheckMethod",
@@ -11023,7 +11780,7 @@
11023
11780
  },
11024
11781
  {
11025
11782
  "disabled": false,
11026
- "document": "",
11783
+ "document": "Input format of health check. required when health check method is CUSTOM. valid values: HEX or TEXT. among them:<ur><li>TEXT: TEXT format.</li><li>HEX: hexadecimal format. characters of SendContext and RecvContext can only be selected from 0123456789ABCDEF and the length must be an even number.</li><li>applicable only to TCP/UDP target group.</li></ur>.\nNote: This field may return null, indicating that no valid values can be obtained.",
11027
11784
  "example": "TEXT",
11028
11785
  "member": "string",
11029
11786
  "name": "ContextType",
@@ -11034,7 +11791,7 @@
11034
11791
  },
11035
11792
  {
11036
11793
  "disabled": false,
11037
- "document": "",
11794
+ "document": "CUSTOM check parameters. required when the CheckType value is CUSTOM, represents the content of the request sent by the health check, only ASCII visible characters, maximum length limit 500. applicable only to TCP/UDP target group.\nNote: This field may return null, indicating that no valid values can be obtained.",
11038
11795
  "example": "ping",
11039
11796
  "member": "string",
11040
11797
  "name": "SendContext",
@@ -11045,7 +11802,7 @@
11045
11802
  },
11046
11803
  {
11047
11804
  "disabled": false,
11048
- "document": "",
11805
+ "document": "CUSTOM check parameters. required when the CheckType value is CUSTOM. represents the result returned by the health check. only ASCII visible characters are allowed. maximum length limit is 500. (applicable only to TCP/UDP target group).\nNote: This field may return null, indicating that no valid values can be obtained.",
11049
11806
  "example": "pong",
11050
11807
  "member": "string",
11051
11808
  "name": "RecvContext",
@@ -11056,7 +11813,7 @@
11056
11813
  },
11057
11814
  {
11058
11815
  "disabled": false,
11059
- "document": "",
11816
+ "document": "HTTP version, where: <ur><li>this field is required if the value of CheckType is HTTP.</li><li>supports configuration options: HTTP/1.0, HTTP/1.1.</li><li>applicable only to TCP target group.</li></ur>.\nNote: This field may return null, indicating that no valid values can be obtained.",
11060
11817
  "example": "HTTP/1.1",
11061
11818
  "member": "string",
11062
11819
  "name": "HttpVersion",
@@ -11067,7 +11824,7 @@
11067
11824
  },
11068
11825
  {
11069
11826
  "disabled": false,
11070
- "document": "",
11827
+ "document": "Health check status code when the protocol is GRPC. (this parameter applies only to target groups with the backend forwarding protocol of GRPC.) default value: 12. valid values: a single numerical value, multiple numerical values, or a range. for example, 20, 20,25, or 0-99.\nNote: This field may return null, indicating that no valid values can be obtained.",
11071
11828
  "example": "12",
11072
11829
  "member": "string",
11073
11830
  "name": "ExtendedCode",
@@ -11114,7 +11871,7 @@
11114
11871
  },
11115
11872
  {
11116
11873
  "disabled": false,
11117
- "document": "Default port of target group\nNote: this field may return null, indicating that no valid values can be obtained.",
11874
+ "document": "Specifies the default port of the target group. for a full listen target group, this field returns 0, indicating an invalid port.\nNote: This field may return null, indicating that no valid values can be obtained.",
11118
11875
  "example": "60",
11119
11876
  "member": "uint64",
11120
11877
  "name": "Port",
@@ -11154,7 +11911,7 @@
11154
11911
  },
11155
11912
  {
11156
11913
  "disabled": false,
11157
- "document": "",
11914
+ "document": "Backend forwarding protocol of the target group. only returns valid values for the new version (v2) target group.\nNote: This field may return null, indicating that no valid values can be obtained.",
11158
11915
  "example": "tcp",
11159
11916
  "member": "string",
11160
11917
  "name": "Protocol",
@@ -11164,7 +11921,7 @@
11164
11921
  },
11165
11922
  {
11166
11923
  "disabled": false,
11167
- "document": "",
11924
+ "document": "Scheduling algorithm. returns a valid value only when the backend forwarding protocol is HTTP, HTTPS, or GRPC. available values:.\n<ur>\n<Li>WRR: weighted round-robin.</li>.\n<Li>LEAST_CONN: specifies the least connection.</li>.\n<Li>IP_HASH: based on ip hash.</li>.\n</ur>\n\nNote: This field may return null, indicating that no valid values can be obtained.",
11168
11925
  "example": "WRR",
11169
11926
  "member": "string",
11170
11927
  "name": "ScheduleAlgorithm",
@@ -11174,13 +11931,103 @@
11174
11931
  },
11175
11932
  {
11176
11933
  "disabled": false,
11177
- "document": "",
11934
+ "document": "Health check details.\nNote: This field may return null, indicating that no valid values can be obtained.",
11178
11935
  "example": "无",
11179
11936
  "member": "TargetGroupHealthCheck",
11180
11937
  "name": "HealthCheck",
11181
11938
  "output_required": true,
11182
11939
  "type": "object",
11183
11940
  "value_allowed_null": true
11941
+ },
11942
+ {
11943
+ "disabled": false,
11944
+ "document": "Target group type, currently supported v1 (legacy version target group) and v2 (new version target group). defaults to v1 (legacy version target group).",
11945
+ "example": "v1",
11946
+ "member": "string",
11947
+ "name": "TargetGroupType",
11948
+ "output_required": false,
11949
+ "type": "string",
11950
+ "value_allowed_null": false
11951
+ },
11952
+ {
11953
+ "disabled": false,
11954
+ "document": "Number of rules associated with the target group.",
11955
+ "example": "60",
11956
+ "member": "int64",
11957
+ "name": "AssociatedRuleCount",
11958
+ "output_required": false,
11959
+ "type": "int",
11960
+ "value_allowed_null": false
11961
+ },
11962
+ {
11963
+ "disabled": false,
11964
+ "document": "Specifies the number of instances in the target group.",
11965
+ "example": "1",
11966
+ "member": "int64",
11967
+ "name": "RegisteredInstancesCount",
11968
+ "output_required": false,
11969
+ "type": "int",
11970
+ "value_allowed_null": false
11971
+ },
11972
+ {
11973
+ "disabled": false,
11974
+ "document": "Tag.",
11975
+ "example": "无",
11976
+ "member": "TagInfo",
11977
+ "name": "Tag",
11978
+ "output_required": false,
11979
+ "type": "list",
11980
+ "value_allowed_null": false
11981
+ },
11982
+ {
11983
+ "disabled": false,
11984
+ "document": "Default weight. only target groups of v2 type return this field. when NULL is returned, it means the default weight is not set.\nNote: This field may return null, indicating that no valid values can be obtained.",
11985
+ "example": "100",
11986
+ "member": "uint64",
11987
+ "name": "Weight",
11988
+ "output_required": false,
11989
+ "type": "int",
11990
+ "value_allowed_null": true
11991
+ },
11992
+ {
11993
+ "disabled": false,
11994
+ "document": "Specifies whether to listen to all target groups.",
11995
+ "example": "true",
11996
+ "member": "bool",
11997
+ "name": "FullListenSwitch",
11998
+ "output_required": false,
11999
+ "type": "bool",
12000
+ "value_allowed_null": false
12001
+ },
12002
+ {
12003
+ "disabled": false,
12004
+ "document": "Whether to enable persistent connections. valid only when the backend forwarding protocol is HTTP/HTTPS/GRPC and returned by the target group.",
12005
+ "example": "true",
12006
+ "member": "bool",
12007
+ "name": "KeepaliveEnable",
12008
+ "output_required": false,
12009
+ "type": "bool",
12010
+ "value_allowed_null": false
12011
+ },
12012
+ {
12013
+ "disabled": false,
12014
+ "document": "Session persistence time. valid only when the backend forwarding protocol is HTTP/HTTPS/GRPC and the target group returns a valid value.",
12015
+ "example": "0",
12016
+ "member": "int64",
12017
+ "name": "SessionExpireTime",
12018
+ "output_required": false,
12019
+ "type": "int",
12020
+ "value_allowed_null": false
12021
+ },
12022
+ {
12023
+ "disabled": false,
12024
+ "document": "IP version.",
12025
+ "example": "IPv4",
12026
+ "member": "string",
12027
+ "name": "IpVersion",
12028
+ "output_required": true,
12029
+ "type": "string",
12030
+ "value_allowed_null": false
11184
12031
  }
11185
12032
  ],
11186
12033
  "usage": "out"
@@ -11199,7 +12046,7 @@
11199
12046
  },
11200
12047
  {
11201
12048
  "disabled": false,
11202
- "document": "Port of target group instance",
12049
+ "document": "Port of target group instance. this field is not supported for full listen target groups.",
11203
12050
  "example": "80",
11204
12051
  "member": "uint64",
11205
12052
  "name": "Port",
@@ -11208,7 +12055,7 @@
11208
12055
  },
11209
12056
  {
11210
12057
  "disabled": false,
11211
- "document": "Weight of target group instance",
12058
+ "document": "Weight of a target group instance\nSpecifies that the Weight must be configured for a v2 target group. when calling the CreateTargetGroup API for target group creation, this parameter is used in combination with the Weight parameter in the create api, and one of them is required.\nValid values: 0-100.",
11212
12059
  "example": "10",
11213
12060
  "member": "uint64",
11214
12061
  "name": "Weight",
@@ -11217,7 +12064,7 @@
11217
12064
  },
11218
12065
  {
11219
12066
  "disabled": false,
11220
- "document": "New port of target group instance",
12067
+ "document": "The new port of the target group instance. this field is not supported for full listen target groups.",
11221
12068
  "example": "80",
11222
12069
  "member": "uint64",
11223
12070
  "name": "NewPort",
@@ -11272,7 +12119,7 @@
11272
12119
  },
11273
12120
  {
11274
12121
  "disabled": false,
11275
- "document": "Detailed information about the current health status. Alive: healthy; Dead: exceptional; Unknown: check not started/checking/unknown status.",
12122
+ "document": "Describes the detailed information of the current health status. for example: Alive, Dead, Unknown, Close. Alive status is healthy, Dead state is abnormal, Unknown status includes not started, checking, Unknown status, Close means health check disabled or listener status stop.",
11276
12123
  "example": "'Alive'",
11277
12124
  "member": "string",
11278
12125
  "name": "HealthStatusDetail",
@@ -11289,6 +12136,26 @@
11289
12136
  "output_required": true,
11290
12137
  "type": "string",
11291
12138
  "value_allowed_null": false
12139
+ },
12140
+ {
12141
+ "disabled": false,
12142
+ "document": "Target group unique ID.",
12143
+ "example": "lbtg-xxxxxxxx",
12144
+ "member": "string",
12145
+ "name": "TargetGroupId",
12146
+ "output_required": false,
12147
+ "type": "string",
12148
+ "value_allowed_null": false
12149
+ },
12150
+ {
12151
+ "disabled": false,
12152
+ "document": "Specifies the weight of the Target.",
12153
+ "example": "10",
12154
+ "member": "uint64",
12155
+ "name": "Weight",
12156
+ "output_required": false,
12157
+ "type": "int",
12158
+ "value_allowed_null": false
11292
12159
  }
11293
12160
  ],
11294
12161
  "usage": "out"
@@ -11317,6 +12184,17 @@
11317
12184
  "required": true,
11318
12185
  "type": "string",
11319
12186
  "value_allowed_null": false
12187
+ },
12188
+ {
12189
+ "disabled": false,
12190
+ "document": "Target'S network, in the format of 86323 for a private network, or 0 if it is a basic network.",
12191
+ "example": "0",
12192
+ "member": "int64",
12193
+ "name": "NumericalVpcId",
12194
+ "output_required": true,
12195
+ "required": false,
12196
+ "type": "int",
12197
+ "value_allowed_null": false
11320
12198
  }
11321
12199
  ],
11322
12200
  "usage": "both"
@@ -11326,7 +12204,7 @@
11326
12204
  "members": [
11327
12205
  {
11328
12206
  "disabled": false,
11329
- "document": "ISP Type\nNote: This field may return null, indicating that no valid values can be obtained.",
12207
+ "document": "Operator type.",
11330
12208
  "example": "BGP",
11331
12209
  "member": "string",
11332
12210
  "name": "Type",
@@ -11336,7 +12214,7 @@
11336
12214
  },
11337
12215
  {
11338
12216
  "disabled": false,
11339
- "document": "Specification availability\nNote: This field may return null, indicating that no valid values can be obtained.",
12217
+ "document": "Specification availability.",
11340
12218
  "example": "无",
11341
12219
  "member": "SpecAvailability",
11342
12220
  "name": "SpecAvailabilitySet",
@@ -11352,7 +12230,7 @@
11352
12230
  "members": [
11353
12231
  {
11354
12232
  "disabled": false,
11355
- "document": "Unique AZ ID in a numeric form, such as 100001\nNote: This field may return null, indicating that no valid values can be obtained.",
12233
+ "document": "Unique ID of the AZ in numeric form, such as 100001",
11356
12234
  "example": "100001",
11357
12235
  "member": "uint64",
11358
12236
  "name": "ZoneId",
@@ -11363,7 +12241,7 @@
11363
12241
  },
11364
12242
  {
11365
12243
  "disabled": false,
11366
- "document": "Unique AZ ID in a string form, such as ap-guangzhou-1\nNote: This field may return null, indicating that no valid values can be obtained.",
12244
+ "document": "Unique ID of the AZ in string format, such as ap-guangzhou-1",
11367
12245
  "example": "ap-guangzhou-1",
11368
12246
  "member": "string",
11369
12247
  "name": "Zone",
@@ -11374,7 +12252,7 @@
11374
12252
  },
11375
12253
  {
11376
12254
  "disabled": false,
11377
- "document": "AZ name, such as Guangzhou Zone 1\nNote: This field may return null, indicating that no valid values can be obtained.",
12255
+ "document": "AZ name, such as Guangzhou 1",
11378
12256
  "example": "广州一区",
11379
12257
  "member": "string",
11380
12258
  "name": "ZoneName",
@@ -11385,7 +12263,7 @@
11385
12263
  },
11386
12264
  {
11387
12265
  "disabled": false,
11388
- "document": "AZ region, e.g., ap-guangzhou.\nNote: This field may return `null`, indicating that no valid values can be obtained.",
12266
+ "document": "Specifies the region of the availability zone, for example: ap-guangzhou.",
11389
12267
  "example": "ap-guangzhou",
11390
12268
  "member": "string",
11391
12269
  "name": "ZoneRegion",
@@ -11396,7 +12274,7 @@
11396
12274
  },
11397
12275
  {
11398
12276
  "disabled": false,
11399
- "document": "Whether the AZ is the `LocalZone`, e.g., false.\nNote: This field may return `null`, indicating that no valid values can be obtained.",
12277
+ "document": "Indicates whether the AZ is a LocalZone az, for example: false.",
11400
12278
  "example": "false",
11401
12279
  "member": "bool",
11402
12280
  "name": "LocalZone",
@@ -11407,7 +12285,7 @@
11407
12285
  },
11408
12286
  {
11409
12287
  "disabled": false,
11410
- "document": "Whether the AZ is an edge zone. Values: `true`, `false`.\nNote: This field may return `null`, indicating that no valid values can be obtained.",
12288
+ "document": "Indicates whether the AZ is an EdgeZone az, for example: false.",
11411
12289
  "example": "false",
11412
12290
  "member": "bool",
11413
12291
  "name": "EdgeZone",
@@ -11434,7 +12312,7 @@
11434
12312
  },
11435
12313
  {
11436
12314
  "disabled": false,
11437
- "document": "List of resources\nNote: This field may return null, indicating that no valid values can be obtained.",
12315
+ "document": "Resource list.",
11438
12316
  "example": "无",
11439
12317
  "member": "Resource",
11440
12318
  "name": "ResourceSet",
@@ -11504,7 +12382,7 @@
11504
12382
  },
11505
12383
  {
11506
12384
  "disabled": false,
11507
- "document": "Network egress\nNote: This field may return·null, indicating that no valid values can be obtained.",
12385
+ "document": "Specifies the network outbound.",
11508
12386
  "example": "center_egress1",
11509
12387
  "member": "string",
11510
12388
  "name": "Egress",