tencentcloud-sdk-nodejs-intl-en 3.0.1305 → 3.0.1307

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (32) hide show
  1. package/package.json +1 -1
  2. package/tencentcloud/cdb/v20170320/cdb_client.js +1 -1
  3. package/tencentcloud/ckafka/v20190819/models.js +69 -69
  4. package/tencentcloud/clb/v20180317/clb_client.js +20 -20
  5. package/tencentcloud/clb/v20180317/models.js +74 -74
  6. package/tencentcloud/common/sdk_version.js +1 -1
  7. package/tencentcloud/cvm/v20170312/cvm_client.js +1 -1
  8. package/tencentcloud/cvm/v20170312/models.js +3 -3
  9. package/tencentcloud/dbbrain/index.js +1 -1
  10. package/tencentcloud/emr/v20190103/models.js +6 -6
  11. package/tencentcloud/faceid/v20180301/models.js +103 -22
  12. package/tencentcloud/lighthouse/v20200324/lighthouse_client.js +1 -1
  13. package/tencentcloud/lighthouse/v20200324/models.js +9 -9
  14. package/tencentcloud/mongodb/v20190725/models.js +40 -40
  15. package/tencentcloud/mongodb/v20190725/mongodb_client.js +2 -2
  16. package/tencentcloud/monitor/v20180724/models.js +1 -1
  17. package/tencentcloud/mps/v20190612/models.js +16 -16
  18. package/tencentcloud/mqtt/v20240516/models.js +41 -41
  19. package/tencentcloud/mqtt/v20240516/mqtt_client.js +1 -1
  20. package/tencentcloud/redis/v20180412/models.js +12 -12
  21. package/tencentcloud/sms/index.js +1 -1
  22. package/tencentcloud/tdmq/v20200217/models.js +4 -4
  23. package/tencentcloud/teo/v20220901/models.js +9 -9
  24. package/tencentcloud/teo/v20220901/teo_client.js +3 -3
  25. package/tencentcloud/trocket/v20230308/models.js +89 -89
  26. package/tencentcloud/trocket/v20230308/trocket_client.js +11 -11
  27. package/tencentcloud/vm/index.js +1 -1
  28. package/tencentcloud/vod/index.js +1 -1
  29. package/tencentcloud/vod/v20180717/models.js +847 -161
  30. package/tencentcloud/vod/v20180717/vod_client.js +16 -6
  31. package/tencentcloud/vpc/v20170312/models.js +109 -0
  32. package/tencentcloud/vpc/v20170312/vpc_client.js +14 -0
@@ -547,7 +547,7 @@ class SetSecurityGroupForLoadbalancersRequest extends AbstractModel {
547
547
  super();
548
548
 
549
549
  /**
550
- * 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).
550
+ * Security group ID, such as sg-12345678. can be obtained through the API [DescribeSecurityGroups](https://www.tencentcloud.com/document/product/215/15808?from_cn_redirect=1).
551
551
  * @type {string || null}
552
552
  */
553
553
  this.SecurityGroup = null;
@@ -560,7 +560,7 @@ DEL: unbind a security group
560
560
  this.OperationType = null;
561
561
 
562
562
  /**
563
- * 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.
563
+ * ID array of the clb instance. you can call the [DescribeLoadBalancers](https://www.tencentcloud.com/document/product/1108/48459?from_cn_redirect=1) API to query the ID.
564
564
  Specifies the maximum length supported by the list is 20.
565
565
  * @type {Array.<string> || null}
566
566
  */
@@ -679,7 +679,7 @@ Note: If the specified VIP is occupied or is not within the IP range of the spec
679
679
  this.Vip = null;
680
680
 
681
681
  /**
682
- * 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.
682
+ * BANDWIDTH PACKAGE ID, which can be obtained through the [DescribeBandwidthPackages](https://www.tencentcloud.com/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.
683
683
  * @type {string || null}
684
684
  */
685
685
  this.BandwidthPackageId = null;
@@ -728,13 +728,13 @@ Note: If the specified VIP is occupied or is not within the IP range of the spec
728
728
 
729
729
  /**
730
730
  * 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.
731
- Note: 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).
731
+ Note: The secondary AZ sustains traffic when the primary AZ encounters faults. You can call the [DescribeResources](https://www.tencentcloud.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).
732
732
  * @type {string || null}
733
733
  */
734
734
  this.SlaveZoneId = null;
735
735
 
736
736
  /**
737
- * 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.
737
+ * The unique ID of EIP, which can be queried through the DescribeAddresses API (https://www.tencentcloud.com/document/product/215/16702?from_cn_redirect=1). format: EIP-qhx8udkc. applicable only to private network clb binding EIP.
738
738
  * @type {string || null}
739
739
  */
740
740
  this.EipAddressId = null;
@@ -921,37 +921,37 @@ class DeleteRuleRequest extends AbstractModel {
921
921
  super();
922
922
 
923
923
  /**
924
- * 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.
924
+ * ID of the CLB instance. You can call the [DescribeLoadBalancers](https://www.tencentcloud.com/document/product/214/30685?from_cn_redirect=1) API to query the ID.
925
925
  * @type {string || null}
926
926
  */
927
927
  this.LoadBalancerId = null;
928
928
 
929
929
  /**
930
- * 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.
930
+ * ID of the CLB instance listener. You can call the [DescribeListeners](https://www.tencentcloud.com/document/product/214/30686?from_cn_redirect=1) API to query the ID.
931
931
  * @type {string || null}
932
932
  */
933
933
  this.ListenerId = null;
934
934
 
935
935
  /**
936
- * 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.
936
+ * Array of ids of forwarding rules to be deleted, can be accessed through the [DescribeLoadBalancersDetail](https://www.tencentcloud.com/document/api/214/46916?from_cn_redirect=1) api.
937
937
  * @type {Array.<string> || null}
938
938
  */
939
939
  this.LocationIds = null;
940
940
 
941
941
  /**
942
- * 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.
942
+ * 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.com/document/api/214/46916?from_cn_redirect=1) api.
943
943
  * @type {string || null}
944
944
  */
945
945
  this.Domain = null;
946
946
 
947
947
  /**
948
- * 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).
948
+ * Forwarding path of the forwarding rule to be deleted can be accessed through the DescribeLoadBalancersDetail api (https://www.tencentcloud.com/document/api/214/46916?from_cn_redirect=1).
949
949
  * @type {string || null}
950
950
  */
951
951
  this.Url = null;
952
952
 
953
953
  /**
954
- * 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.
954
+ * 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.com/document/product/214/30686?from_cn_redirect=1) api.
955
955
  * @type {string || null}
956
956
  */
957
957
  this.NewDefaultServerDomain = null;
@@ -984,7 +984,7 @@ class CloneLoadBalancerRequest extends AbstractModel {
984
984
  super();
985
985
 
986
986
  /**
987
- * 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.
987
+ * Specifies the clb ID. you can call the [DescribeLoadBalancers](https://www.tencentcloud.com/document/product/214/30685?from_cn_redirect=1) API to obtain the ID.
988
988
  * @type {string || null}
989
989
  */
990
990
  this.LoadBalancerId = null;
@@ -1017,7 +1017,7 @@ Note: A secondary AZ will load traffic if the primary AZ is faulty. You can use
1017
1017
  this.SlaveZoneId = null;
1018
1018
 
1019
1019
  /**
1020
- * 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.
1020
+ * 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.com/document/product/213/15707?from_cn_redirect=1) to specify availability zone.
1021
1021
  * @type {string || null}
1022
1022
  */
1023
1023
  this.ZoneId = null;
@@ -1053,7 +1053,7 @@ Note: A secondary AZ will load traffic if the primary AZ is faulty. You can use
1053
1053
  this.ExclusiveCluster = null;
1054
1054
 
1055
1055
  /**
1056
- * 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).
1056
+ * BANDWIDTH PACKAGE ID, which can be obtained through the [DescribeBandwidthPackages](https://www.tencentcloud.com/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).
1057
1057
  * @type {string || null}
1058
1058
  */
1059
1059
  this.BandwidthPackageId = null;
@@ -1071,7 +1071,7 @@ Note: A secondary AZ will load traffic if the primary AZ is faulty. You can use
1071
1071
  this.SnatIps = null;
1072
1072
 
1073
1073
  /**
1074
- * 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.
1074
+ * Public network exclusive cluster ID or CDCId. can be obtained through the [DescribeExclusiveClusters](https://www.tencentcloud.com/document/product/214/49278?from_cn_redirect=1) api.
1075
1075
  * @type {Array.<string> || null}
1076
1076
  */
1077
1077
  this.ClusterIds = null;
@@ -1089,13 +1089,13 @@ Note: A secondary AZ will load traffic if the primary AZ is faulty. You can use
1089
1089
  this.ClusterTag = null;
1090
1090
 
1091
1091
  /**
1092
- * 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.
1092
+ * Applicable only to private network clb. when connected to nearby, select availability zone for deployment. you can call DescribeZones (https://www.tencentcloud.com/document/product/213/15707?from_cn_redirect=1) to query the availability zone list.
1093
1093
  * @type {Array.<string> || null}
1094
1094
  */
1095
1095
  this.Zones = null;
1096
1096
 
1097
1097
  /**
1098
- * 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).
1098
+ * 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.com/document/product/215/16702?from_cn_redirect=1).
1099
1099
  * @type {string || null}
1100
1100
  */
1101
1101
  this.EipAddressId = null;
@@ -1413,7 +1413,7 @@ class RsTagRule extends AbstractModel {
1413
1413
  this.LocationId = null;
1414
1414
 
1415
1415
  /**
1416
- * 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.
1416
+ * Modified Tag of the backend service. this parameter has a lower priority than the Tag parameter in the aforementioned [Target](https://www.tencentcloud.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 Tag parameter in the Target is empty.
1417
1417
  * @type {string || null}
1418
1418
  */
1419
1419
  this.Tag = null;
@@ -1452,19 +1452,19 @@ class ModifyRuleRequest extends AbstractModel {
1452
1452
  super();
1453
1453
 
1454
1454
  /**
1455
- * 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.
1455
+ * ID of the CLB instance. You can call the [DescribeLoadBalancers](https://www.tencentcloud.com/document/product/214/30685?from_cn_redirect=1) API to obtain the ID.
1456
1456
  * @type {string || null}
1457
1457
  */
1458
1458
  this.LoadBalancerId = null;
1459
1459
 
1460
1460
  /**
1461
- * ID of the clb listener. can be obtained through the [DescribeListeners](https://www.tencentcloud.comom/document/product/214/30686?from_cn_redirect=1) api.
1461
+ * ID of the clb listener. can be obtained through the [DescribeListeners](https://www.tencentcloud.com/document/product/214/30686?from_cn_redirect=1) api.
1462
1462
  * @type {string || null}
1463
1463
  */
1464
1464
  this.ListenerId = null;
1465
1465
 
1466
1466
  /**
1467
- * 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).
1467
+ * Specifies the rule ID of the forwarding rule to be modified, which can be obtained through the DescribeListeners API (https://www.tencentcloud.com/document/product/214/30686?from_cn_redirect=1).
1468
1468
  * @type {string || null}
1469
1469
  */
1470
1470
  this.LocationId = null;
@@ -2317,7 +2317,7 @@ class InquiryPriceModifyLoadBalancerRequest extends AbstractModel {
2317
2317
  super();
2318
2318
 
2319
2319
  /**
2320
- * 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.
2320
+ * ID of the cloud load balancer instance. you can call the [DescribeLoadBalancers](https://www.tencentcloud.com/document/product/1108/48459?from_cn_redirect=1) API to query the ID.
2321
2321
  * @type {string || null}
2322
2322
  */
2323
2323
  this.LoadBalancerId = null;
@@ -2870,19 +2870,19 @@ class ModifyDomainRequest extends AbstractModel {
2870
2870
  super();
2871
2871
 
2872
2872
  /**
2873
- * 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.
2873
+ * ID of the cloud load balancer instance. you can call the [DescribeLoadBalancers](https://www.tencentcloud.com/document/product/214/30685?from_cn_redirect=1) API to query the ID.
2874
2874
  * @type {string || null}
2875
2875
  */
2876
2876
  this.LoadBalancerId = null;
2877
2877
 
2878
2878
  /**
2879
- * 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.
2879
+ * ID of the clb listener. you can call the [DescribeListeners](https://www.tencentcloud.com/document/product/214/30686?from_cn_redirect=1) API to query the ID.
2880
2880
  * @type {string || null}
2881
2881
  */
2882
2882
  this.ListenerId = null;
2883
2883
 
2884
2884
  /**
2885
- * 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.
2885
+ * An existing domain under the listener, can be queried through the [DescribeListeners](https://www.tencentcloud.com/document/product/214/30686?from_cn_redirect=1) api.
2886
2886
  * @type {string || null}
2887
2887
  */
2888
2888
  this.Domain = null;
@@ -3430,13 +3430,13 @@ class DeleteLoadBalancerListenersRequest extends AbstractModel {
3430
3430
  super();
3431
3431
 
3432
3432
  /**
3433
- * 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.
3433
+ * ID of the CLB instance. You can call the [DescribeLoadBalancers](https://www.tencentcloud.com/document/product/214/30685?from_cn_redirect=1) API to query the ID.
3434
3434
  * @type {string || null}
3435
3435
  */
3436
3436
  this.LoadBalancerId = null;
3437
3437
 
3438
3438
  /**
3439
- * 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.
3439
+ * 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.com/document/product/214/30686?from_cn_redirect=1) api.
3440
3440
  * @type {Array.<string> || null}
3441
3441
  */
3442
3442
  this.ListenerIds = null;
@@ -3655,7 +3655,7 @@ class DescribeCustomizedConfigListRequest extends AbstractModel {
3655
3655
  this.ConfigName = null;
3656
3656
 
3657
3657
  /**
3658
- * Configuration ID, can be accessed through the [DescribeCustomizedConfigList](https://www.tencentcloud.comom/document/api/214/60009?from_cn_redirect=1) api.
3658
+ * Configuration ID, can be accessed through the [DescribeCustomizedConfigList](https://www.tencentcloud.com/document/api/214/60009?from_cn_redirect=1) api.
3659
3659
  * @type {Array.<string> || null}
3660
3660
  */
3661
3661
  this.UconfigIds = null;
@@ -3666,12 +3666,12 @@ class DescribeCustomizedConfigListRequest extends AbstractModel {
3666
3666
  Filter by [cloud load balancer ID]. instance billing mode such as lb-9vxezxza.
3667
3667
  Type: String.
3668
3668
  Required: No
3669
- Method for obtaining: [DescribeLoadBalancers](https://www.tencentcloud.comom/document/product/1108/48459?from_cn_redirect=1).
3669
+ Method for obtaining: [DescribeLoadBalancers](https://www.tencentcloud.com/document/product/1108/48459?from_cn_redirect=1).
3670
3670
  - vip
3671
3671
  Filter by [clb VIP]. network billing mode such as "1.1.1.1", "2204::22:3".
3672
3672
  Type: String.
3673
3673
  Required: No
3674
- Method for obtaining: [DescribeLoadBalancers](https://www.tencentcloud.comom/document/product/1108/48459?from_cn_redirect=1).
3674
+ Method for obtaining: [DescribeLoadBalancers](https://www.tencentcloud.com/document/product/1108/48459?from_cn_redirect=1).
3675
3675
  * @type {Array.<Filter> || null}
3676
3676
  */
3677
3677
  this.Filters = null;
@@ -4195,7 +4195,7 @@ class ModifyLoadBalancerAttributesRequest extends AbstractModel {
4195
4195
  super();
4196
4196
 
4197
4197
  /**
4198
- * 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.
4198
+ * Specifies the unique ID of the cloud load balancer. you can call the [DescribeLoadBalancers](https://www.tencentcloud.com/document/product/214/30685?from_cn_redirect=1) API to obtain the ID.
4199
4199
  * @type {string || null}
4200
4200
  */
4201
4201
  this.LoadBalancerId = null;
@@ -4246,7 +4246,7 @@ Specifies no modification if left blank.
4246
4246
  this.ModifyClassicDomain = null;
4247
4247
 
4248
4248
  /**
4249
- * 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.
4249
+ * The associated endpoint Id, which can be queried via the [DescribeVpcEndPoint](https://www.tencentcloud.com/document/product/215/54679?from_cn_redirect=1) api. input an empty string to unbind.
4250
4250
  * @type {string || null}
4251
4251
  */
4252
4252
  this.AssociateEndpoint = null;
@@ -4369,7 +4369,7 @@ class SlaUpdateParam extends AbstractModel {
4369
4369
 
4370
4370
  /**
4371
4371
  * CLB instance ID.
4372
- Can be queried through the [DescribeLoadBalancers](https://www.tencentcloud.comom/document/product/1108/48459?from_cn_redirect=1) api.
4372
+ Can be queried through the [DescribeLoadBalancers](https://www.tencentcloud.com/document/product/1108/48459?from_cn_redirect=1) api.
4373
4373
  * @type {string || null}
4374
4374
  */
4375
4375
  this.LoadBalancerId = null;
@@ -5704,7 +5704,7 @@ class RegisterTargetsRequest extends AbstractModel {
5704
5704
  this.Targets = null;
5705
5705
 
5706
5706
  /**
5707
- * 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.
5707
+ * Specifies the forwarding rule ID, which can be obtained through the DescribeListeners API (https://www.tencentcloud.com/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.
5708
5708
  * @type {string || null}
5709
5709
  */
5710
5710
  this.LocationId = null;
@@ -5886,13 +5886,13 @@ class DeleteListenerRequest extends AbstractModel {
5886
5886
  super();
5887
5887
 
5888
5888
  /**
5889
- * 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.
5889
+ * ID of the CLB instance. You can call the [DescribeLoadBalancers](https://www.tencentcloud.com/document/product/214/30685?from_cn_redirect=1) API to query the ID.
5890
5890
  * @type {string || null}
5891
5891
  */
5892
5892
  this.LoadBalancerId = null;
5893
5893
 
5894
5894
  /**
5895
- * 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.
5895
+ * The listener ID to be deleted, can be accessed through the [DescribeListeners](https://www.tencentcloud.com/document/product/214/30686?from_cn_redirect=1) api.
5896
5896
  * @type {string || null}
5897
5897
  */
5898
5898
  this.ListenerId = null;
@@ -5977,7 +5977,7 @@ class DescribeCustomizedConfigAssociateListRequest extends AbstractModel {
5977
5977
  super();
5978
5978
 
5979
5979
  /**
5980
- * Specifies the configuration ID, which can be obtained through the [DescribeCustomizedConfigList](https://www.tencentcloud.comom/document/product/214/60009?from_cn_redirect=1) api.
5980
+ * Specifies the configuration ID, which can be obtained through the [DescribeCustomizedConfigList](https://www.tencentcloud.com/document/product/214/60009?from_cn_redirect=1) api.
5981
5981
  * @type {string || null}
5982
5982
  */
5983
5983
  this.UconfigId = null;
@@ -5995,7 +5995,7 @@ class DescribeCustomizedConfigAssociateListRequest extends AbstractModel {
5995
5995
  this.Limit = null;
5996
5996
 
5997
5997
  /**
5998
- * 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.
5998
+ * Search Domain. can be queried through the `Domain` field in the [DescribeLoadBalancersDetail](https://www.tencentcloud.com/document/product/214/46916?from_cn_redirect=1) API return value.
5999
5999
  * @type {string || null}
6000
6000
  */
6001
6001
  this.Domain = null;
@@ -6123,12 +6123,12 @@ class DescribeLoadBalancersDetailRequest extends AbstractModel {
6123
6123
  Filter by [clb ID], for example: lb-rbw5skde.
6124
6124
  Type: String.
6125
6125
  Required: No
6126
- Method for obtaining: [DescribeLoadBalancers](https://www.tencentcloud.comom/document/product/1108/48459?from_cn_redirect=1).
6126
+ Method for obtaining: [DescribeLoadBalancers](https://www.tencentcloud.com/document/product/1108/48459?from_cn_redirect=1).
6127
6127
  - project-id
6128
6128
  Filters by [project ID]. for example: "0", "123".
6129
6129
  Type: String.
6130
6130
  Required: No
6131
- Method for obtaining: [DescribeProject](https://www.tencentcloud.comom/document/api/651/78725?from_cn_redirect=1).
6131
+ Method for obtaining: [DescribeProject](https://www.tencentcloud.com/document/api/651/78725?from_cn_redirect=1).
6132
6132
  - network
6133
6133
  Filters by [clb network type]. for example: Public.
6134
6134
  Type: String.
@@ -6142,7 +6142,7 @@ Required: No
6142
6142
  Filter by the vpc to which the cloud load balancer belongs, such as "vpc-12345678".
6143
6143
  Type: String.
6144
6144
  Required: No
6145
- Method for obtaining: [DescribeZones](https://www.tencentcloud.comom/document/product/213/15707?from_cn_redirect=1).
6145
+ Method for obtaining: [DescribeZones](https://www.tencentcloud.com/document/product/213/15707?from_cn_redirect=1).
6146
6146
  - target-ip
6147
6147
  Filters by the private network IP of the backend destination. for example: "1.1.1.1", "2203::214:4".
6148
6148
  Type: String.
@@ -6151,17 +6151,17 @@ Required: No
6151
6151
  Filter by [availability zone of the cloud load balancer]. for example: "ap-guangzhou-1".
6152
6152
  Type: String.
6153
6153
  Required: No
6154
- Method for obtaining: [DescribeZones](https://www.tencentcloud.comom/document/product/213/15707?from_cn_redirect=1).
6154
+ Method for obtaining: [DescribeZones](https://www.tencentcloud.com/document/product/213/15707?from_cn_redirect=1).
6155
6155
  - tag-key
6156
6156
  Filters by [tag key of the cloud load balancer tag], for example: "name".
6157
6157
  Type: String.
6158
6158
  Required: No
6159
- Method for obtaining: [DescribeTags](https://www.tencentcloud.comom/document/api/651/35316?from_cn_redirect=1).
6159
+ Method for obtaining: [DescribeTags](https://www.tencentcloud.com/document/api/651/35316?from_cn_redirect=1).
6160
6160
  - tag:*
6161
6161
  Filter 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"]}.
6162
6162
  Type: String.
6163
6163
  Required: No
6164
- Method for obtaining: [DescribeTagKeys](https://www.tencentcloud.comom/document/api/651/35318?from_cn_redirect=1).
6164
+ Method for obtaining: [DescribeTagKeys](https://www.tencentcloud.com/document/api/651/35318?from_cn_redirect=1).
6165
6165
  - fuzzy-search
6166
6166
  Searches by [clb VIP, clb name] using fuzzy search, for example: "1.1".
6167
6167
  Type: String.
@@ -7041,13 +7041,13 @@ class DescribeListenersRequest extends AbstractModel {
7041
7041
  super();
7042
7042
 
7043
7043
  /**
7044
- * 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.
7044
+ * ID of the cloud load balancer instance. you can call the [DescribeLoadBalancers](https://www.tencentcloud.com/document/api/214/30685?from_cn_redirect=1) api to obtain the ID.
7045
7045
  * @type {string || null}
7046
7046
  */
7047
7047
  this.LoadBalancerId = null;
7048
7048
 
7049
7049
  /**
7050
- * 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.
7050
+ * Specifies the array of clb listener ids to query, with a maximum of 100. you can call the [DescribeListeners](https://www.tencentcloud.com/document/api/214/30686?from_cn_redirect=1) api to obtain the ids.
7051
7051
  * @type {Array.<string> || null}
7052
7052
  */
7053
7053
  this.ListenerIds = null;
@@ -7329,7 +7329,7 @@ class ModifyLoadBalancersProjectRequest extends AbstractModel {
7329
7329
  super();
7330
7330
 
7331
7331
  /**
7332
- * 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.
7332
+ * One or more load balancing instance ids to be operated. you can call the [DescribeLoadBalancers](https://www.tencentcloud.com/document/product/1108/48459?from_cn_redirect=1) API to query the ids.
7333
7333
  Specifies the maximum length supported by the list is 20.
7334
7334
  * @type {Array.<string> || null}
7335
7335
  */
@@ -7528,14 +7528,14 @@ class SetLoadBalancerSecurityGroupsRequest extends AbstractModel {
7528
7528
  super();
7529
7529
 
7530
7530
  /**
7531
- * 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.
7531
+ * ID of the cloud load balancer instance. you can call the [DescribeLoadBalancers](https://www.tencentcloud.com/document/product/1108/48459?from_cn_redirect=1) API to query the ID.
7532
7532
  * @type {string || null}
7533
7533
  */
7534
7534
  this.LoadBalancerId = null;
7535
7535
 
7536
7536
  /**
7537
7537
  * 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.
7538
- Can be queried through the [DescribeSecurityGroups](https://www.tencentcloud.comom/document/product/215/15808?from_cn_redirect=1) api.
7538
+ Can be queried through the [DescribeSecurityGroups](https://www.tencentcloud.com/document/product/215/15808?from_cn_redirect=1) api.
7539
7539
  * @type {Array.<string> || null}
7540
7540
  */
7541
7541
  this.SecurityGroups = null;
@@ -7632,7 +7632,7 @@ class SetCustomizedConfigForLoadBalancerRequest extends AbstractModel {
7632
7632
 
7633
7633
  /**
7634
7634
  * Specifies the personalized configuration content. this field is required when creating or modifying custom configuration.
7635
- Specifies specific restrictions. view layer-7 personalized configuration (https://www.tencentcloud.comom/document/product/214/15171?from_cn_redirect=1).
7635
+ Specifies specific restrictions. view layer-7 personalized configuration (https://www.tencentcloud.com/document/product/214/15171?from_cn_redirect=1).
7636
7636
  * @type {string || null}
7637
7637
  */
7638
7638
  this.ConfigContent = null;
@@ -7645,7 +7645,7 @@ Specifies specific restrictions. view layer-7 personalized configuration (https:
7645
7645
 
7646
7646
  /**
7647
7647
  * CLB instance ID. this field is required for bind/unbind operations.
7648
- Can be queried through the [DescribeLoadBalancers](https://www.tencentcloud.comom/document/product/1108/48459?from_cn_redirect=1) api.
7648
+ Can be queried through the [DescribeLoadBalancers](https://www.tencentcloud.com/document/product/1108/48459?from_cn_redirect=1) api.
7649
7649
  * @type {Array.<string> || null}
7650
7650
  */
7651
7651
  this.LoadBalancerIds = null;
@@ -8010,13 +8010,13 @@ class CreateRuleRequest extends AbstractModel {
8010
8010
  super();
8011
8011
 
8012
8012
  /**
8013
- * 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.
8013
+ * ID of the cloud load balancer instance. you can call the [DescribeLoadBalancers](https://www.tencentcloud.com/document/product/214/30685?from_cn_redirect=1) API to obtain the ID.
8014
8014
  * @type {string || null}
8015
8015
  */
8016
8016
  this.LoadBalancerId = null;
8017
8017
 
8018
8018
  /**
8019
- * Specifies the listener ID, which can be obtained through the [DescribeListeners](https://www.tencentcloud.comom/document/product/214/30686?from_cn_redirect=1) api.
8019
+ * Specifies the listener ID, which can be obtained through the [DescribeListeners](https://www.tencentcloud.com/document/product/214/30686?from_cn_redirect=1) api.
8020
8020
  * @type {string || null}
8021
8021
  */
8022
8022
  this.ListenerId = null;
@@ -8089,14 +8089,14 @@ class LbRsItem extends AbstractModel {
8089
8089
 
8090
8090
  /**
8091
8091
  * VPC ID in string format. Only string format is supported.
8092
- Can be queried through the [DescribeVpcs](https://www.tencentcloud.comom/document/api/215/15778?from_cn_redirect=1) api.
8092
+ Can be queried through the [DescribeVpcs](https://www.tencentcloud.com/document/api/215/15778?from_cn_redirect=1) api.
8093
8093
  * @type {string || null}
8094
8094
  */
8095
8095
  this.VpcId = null;
8096
8096
 
8097
8097
  /**
8098
8098
  * Specifies the private IP address for backend querying, which can be CVM or eni.
8099
- Can be queried through the [DescribeAddresses](https://www.tencentcloud.comom/document/product/215/16702?from_cn_redirect=1) api.
8099
+ Can be queried through the [DescribeAddresses](https://www.tencentcloud.com/document/product/215/16702?from_cn_redirect=1) api.
8100
8100
  * @type {string || null}
8101
8101
  */
8102
8102
  this.PrivateIp = null;
@@ -8341,7 +8341,7 @@ class InquiryPriceRefundLoadBalancerRequest extends AbstractModel {
8341
8341
  super();
8342
8342
 
8343
8343
  /**
8344
- * 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.
8344
+ * ID of the cloud load balancer instance. you can call the [DescribeLoadBalancers](https://www.tencentcloud.com/document/product/1108/48459?from_cn_redirect=1) API to query the ID.
8345
8345
  * @type {string || null}
8346
8346
  */
8347
8347
  this.LoadBalancerId = null;
@@ -9372,7 +9372,7 @@ Defaults to CreateTime.
9372
9372
  this.SearchKey = null;
9373
9373
 
9374
9374
  /**
9375
- * 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.
9375
+ * Project ID of the cloud load balancer instance. you can call the [DescribeProject](https://www.tencentcloud.com/document/api/651/78725?from_cn_redirect=1) api to obtain the ID. defaults to all projects if not passed.
9376
9376
  * @type {number || null}
9377
9377
  */
9378
9378
  this.ProjectId = null;
@@ -9384,14 +9384,14 @@ Defaults to CreateTime.
9384
9384
  this.WithRs = null;
9385
9385
 
9386
9386
  /**
9387
- * 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.
9387
+ * Specifies the unique vpc ID of the load balancing instance, such as vpc-bhqkbhdx. you can call the [DescribeVpcs](https://www.tencentcloud.com/document/api/215/15778?from_cn_redirect=1) api to obtain it.
9388
9388
  Searches for cloud load balancer of basic network type. allows input '0'.
9389
9389
  * @type {string || null}
9390
9390
  */
9391
9391
  this.VpcId = null;
9392
9392
 
9393
9393
  /**
9394
- * 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).
9394
+ * Security group ID, such as sg-m1cc****, can be obtained through the API [DescribeSecurityGroups](https://www.tencentcloud.com/document/product/215/15808?from_cn_redirect=1).
9395
9395
  * @type {string || null}
9396
9396
  */
9397
9397
  this.SecurityGroup = null;
@@ -10542,7 +10542,7 @@ class DescribeLoadBalancerListByCertIdRequest extends AbstractModel {
10542
10542
  super();
10543
10543
 
10544
10544
  /**
10545
- * 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.
10545
+ * Specifies the server certificate ID or client certificate ID. can be accessed through the [DescribeCertificate](https://www.tencentcloud.com/document/api/400/41674?from_cn_redirect=1) api.
10546
10546
  Specifies the maximum length of the array is 20.
10547
10547
  * @type {Array.<string> || null}
10548
10548
  */
@@ -10876,19 +10876,19 @@ class ModifyDomainAttributesRequest extends AbstractModel {
10876
10876
  super();
10877
10877
 
10878
10878
  /**
10879
- * 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.
10879
+ * ID of the CLB instance. You can call the [DescribeLoadBalancers](https://www.tencentcloud.com/document/product/214/30685?from_cn_redirect=1) API to query the ID.
10880
10880
  * @type {string || null}
10881
10881
  */
10882
10882
  this.LoadBalancerId = null;
10883
10883
 
10884
10884
  /**
10885
- * 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.
10885
+ * ID of the CLB instance listener. You can call the [DescribeListeners](https://www.tencentcloud.com/document/product/214/30686?from_cn_redirect=1) API to query the ID.
10886
10886
  * @type {string || null}
10887
10887
  */
10888
10888
  this.ListenerId = null;
10889
10889
 
10890
10890
  /**
10891
- * 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.
10891
+ * 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.com/document/product/214/30686?from_cn_redirect=1) api.
10892
10892
  * @type {string || null}
10893
10893
  */
10894
10894
  this.Domain = null;
@@ -11098,13 +11098,13 @@ class CreateLoadBalancerSnatIpsRequest extends AbstractModel {
11098
11098
  super();
11099
11099
 
11100
11100
  /**
11101
- * 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.
11101
+ * Specifies the unique ID of the cloud load balancer. you can call the [DescribeLoadBalancers](https://www.tencentcloud.com/document/product/214/30685?from_cn_redirect=1) API to query the ID, such as lb-12345678.
11102
11102
  * @type {string || null}
11103
11103
  */
11104
11104
  this.LoadBalancerId = null;
11105
11105
 
11106
11106
  /**
11107
- * 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.
11107
+ * Added SnatIp information. specify IP for request or designated subnet for automatic application. can be accessed through [DescribeSubnets](https://www.tencentcloud.com/document/api/215/15784?from_cn_redirect=1) to query and retrieve. the default upper limit for one CLB instance is 10.
11108
11108
  * @type {Array.<SnatIp> || null}
11109
11109
  */
11110
11110
  this.SnatIps = null;
@@ -12406,14 +12406,14 @@ class SetLoadBalancerClsLogRequest extends AbstractModel {
12406
12406
  super();
12407
12407
 
12408
12408
  /**
12409
- * 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.
12409
+ * ID of the cloud load balancer instance. you can call the [DescribeLoadBalancers](https://www.tencentcloud.com/document/product/1108/48459?from_cn_redirect=1) API to query the ID.
12410
12410
  * @type {string || null}
12411
12411
  */
12412
12412
  this.LoadBalancerId = null;
12413
12413
 
12414
12414
  /**
12415
12415
  * Log set ID of cloud log service (CLS).
12416
- <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>.
12416
+ <li>Specifies the logset ID that can be obtained by calling the [DescribeLogsets](https://www.tencentcloud.com/document/product/614/58624?from_cn_redirect=1) API when adding or updating a log topic.</li>.
12417
12417
  <Li>When deleting a log topic, set this parameter to an empty string.</li>.
12418
12418
  * @type {string || null}
12419
12419
  */
@@ -12421,7 +12421,7 @@ class SetLoadBalancerClsLogRequest extends AbstractModel {
12421
12421
 
12422
12422
  /**
12423
12423
  * Specifies the log topic ID of cloud log service (CLS).
12424
- <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>.
12424
+ <li>Specifies the log topic ID can be obtained by calling the [DescribeTopics](https://www.tencentcloud.com/document/product/614/56454?from_cn_redirect=1) API when adding or updating a log topic.</li>.
12425
12425
  <Li>When deleting a log topic, set this parameter to an empty string.</li>.
12426
12426
  * @type {string || null}
12427
12427
  */
@@ -12587,7 +12587,7 @@ class DescribeIdleLoadBalancersRequest extends AbstractModel {
12587
12587
  this.Limit = null;
12588
12588
 
12589
12589
  /**
12590
- * 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).
12590
+ * 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.com/document/product/1596/77930?from_cn_redirect=1).
12591
12591
  * @type {string || null}
12592
12592
  */
12593
12593
  this.LoadBalancerRegion = null;
@@ -12617,7 +12617,7 @@ class DeleteLoadBalancerSnatIpsRequest extends AbstractModel {
12617
12617
  super();
12618
12618
 
12619
12619
  /**
12620
- * 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.
12620
+ * Specifies the unique ID of the cloud load balancer. you can call the [DescribeLoadBalancers](https://www.tencentcloud.com/document/product/1108/48459?from_cn_redirect=1) API to query the ID, such as lb-12345678.
12621
12621
  * @type {string || null}
12622
12622
  */
12623
12623
  this.LoadBalancerId = null;
@@ -13286,7 +13286,7 @@ class InquiryPriceRenewLoadBalancerRequest extends AbstractModel {
13286
13286
  super();
13287
13287
 
13288
13288
  /**
13289
- * 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.
13289
+ * ID of the cloud load balancer instance. you can call the [DescribeLoadBalancers](https://www.tencentcloud.com/document/product/1108/48459?from_cn_redirect=1) API to query the ID.
13290
13290
  * @type {string || null}
13291
13291
  */
13292
13292
  this.LoadBalancerId = null;
@@ -13472,7 +13472,7 @@ class SetLoadBalancerStartStatusRequest extends AbstractModel {
13472
13472
  this.OperationType = null;
13473
13473
 
13474
13474
  /**
13475
- * 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.
13475
+ * ID of the cloud load balancer instance. you can call the [DescribeLoadBalancers](https://www.tencentcloud.com/document/product/1108/48459?from_cn_redirect=1) API to query the ID.
13476
13476
  * @type {string || null}
13477
13477
  */
13478
13478
  this.LoadBalancerId = null;
@@ -13839,7 +13839,7 @@ class LoadBalancer extends AbstractModel {
13839
13839
 
13840
13840
  /**
13841
13841
  * Network type of the load balancing instance.
13842
- OPEN: 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).
13842
+ OPEN: 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.com/document/product/215/16700?from_cn_redirect=1).
13843
13843
  * @type {string || null}
13844
13844
  */
13845
13845
  this.LoadBalancerType = null;
@@ -13957,7 +13957,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
13957
13957
  this.AddressIPVersion = null;
13958
13958
 
13959
13959
  /**
13960
- * Specifies the VPC ID in numerical form, obtainable through the DescribeVpcs API (https://www.tencentcloud.comom/document/product/215/15778?from_cn_redirect=1).
13960
+ * Specifies the VPC ID in numerical form, obtainable through the DescribeVpcs API (https://www.tencentcloud.com/document/product/215/15778?from_cn_redirect=1).
13961
13961
  * @type {number || null}
13962
13962
  */
13963
13963
  this.NumericalVpcId = null;
@@ -1,2 +1,2 @@
1
- const sdkVersion = "3.0.1305";
1
+ const sdkVersion = "3.0.1307";
2
2
  module.exports = sdkVersion
@@ -1122,7 +1122,7 @@ This API is used to perform operations that do not support instances with no cha
1122
1122
  * This API is used to renew annual and monthly subscription instances.
1123
1123
 
1124
1124
  This API is used to operate on monthly subscription instances only.
1125
- This API is used to ensure your account balance is sufficient for renewal. You can check the balance via the DescribeAccountBalance API (https://www.tencentcloud.comom/document/product/555/20253?from_cn_redirect=1).
1125
+ This API is used to ensure your account balance is sufficient for renewal. You can check the balance via the DescribeAccountBalance API (https://www.tencentcloud.com/document/product/555/20253?from_cn_redirect=1).
1126
1126
  * You can query the result of the instance operation by calling the API [DescribeInstances](https://intl.cloud.tencent.com/document/api/213/15728?from_cn_redirect=1#.E7.A4.BA.E4.BE.8B3-.E6.9F.A5.E8.AF.A2.E5.AE.9E.E4.BE.8B.E7.9A.84.E6.9C.80.E6.96.B0.E6.93.8D.E4.BD.9C.E6.83.85.E5.86.B5). If the latest operation status (LatestOperationState) of the instance is **SUCCESS**, the operation is successful.
1127
1127
  * @param {RenewInstancesRequest} req
1128
1128
  * @param {function(string, RenewInstancesResponse):void} cb