tencentcloud-sdk-nodejs-intl-en 3.0.500 → 3.0.503
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.
- package/package.json +1 -1
- package/tencentcloud/antiddos/v20200309/antiddos_client.js +4 -16
- package/tencentcloud/antiddos/v20200309/models.js +155 -129
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/dcdb/v20180411/models.js +8 -0
- package/tencentcloud/teo/v20220106/models.js +12687 -3747
- package/tencentcloud/teo/v20220106/teo_client.js +868 -307
package/package.json
CHANGED
|
@@ -60,12 +60,10 @@ const StaticPackRelation = models.StaticPackRelation;
|
|
|
60
60
|
const DescribeCCThresholdListResponse = models.DescribeCCThresholdListResponse;
|
|
61
61
|
const DescribeL7RulesBySSLCertIdRequest = models.DescribeL7RulesBySSLCertIdRequest;
|
|
62
62
|
const DescribeListPacketFilterConfigResponse = models.DescribeListPacketFilterConfigResponse;
|
|
63
|
-
const DeleteBlackWhiteIpListResponse = models.DeleteBlackWhiteIpListResponse;
|
|
64
63
|
const CreateSchedulingDomainRequest = models.CreateSchedulingDomainRequest;
|
|
65
64
|
const BoundIpInfo = models.BoundIpInfo;
|
|
66
65
|
const DisassociateDDoSEipAddressResponse = models.DisassociateDDoSEipAddressResponse;
|
|
67
66
|
const DeleteCCThresholdPolicyResponse = models.DeleteCCThresholdPolicyResponse;
|
|
68
|
-
const DeleteBlackWhiteIpListRequest = models.DeleteBlackWhiteIpListRequest;
|
|
69
67
|
const SourceServer = models.SourceServer;
|
|
70
68
|
const ModifyDomainUsrNameResponse = models.ModifyDomainUsrNameResponse;
|
|
71
69
|
const ModifyCcBlackWhiteIpListResponse = models.ModifyCcBlackWhiteIpListResponse;
|
|
@@ -131,10 +129,11 @@ const IpSegment = models.IpSegment;
|
|
|
131
129
|
const CreateL7RuleCertsResponse = models.CreateL7RuleCertsResponse;
|
|
132
130
|
const CreateCCPrecisionPolicyRequest = models.CreateCCPrecisionPolicyRequest;
|
|
133
131
|
const DDoSSpeedLimitConfig = models.DDoSSpeedLimitConfig;
|
|
134
|
-
const
|
|
132
|
+
const AnycastOutPackRelation = models.AnycastOutPackRelation;
|
|
135
133
|
const DescribeListProtectThresholdConfigResponse = models.DescribeListProtectThresholdConfigResponse;
|
|
136
134
|
const CertIdInsL7Rules = models.CertIdInsL7Rules;
|
|
137
135
|
const CreateDefaultAlarmThresholdResponse = models.CreateDefaultAlarmThresholdResponse;
|
|
136
|
+
const DescribeListSchedulingDomainResponse = models.DescribeListSchedulingDomainResponse;
|
|
138
137
|
const DescribeListIPAlarmConfigResponse = models.DescribeListIPAlarmConfigResponse;
|
|
139
138
|
const CcGeoIpPolicyNew = models.CcGeoIpPolicyNew;
|
|
140
139
|
const SuccessCode = models.SuccessCode;
|
|
@@ -166,7 +165,7 @@ const DeleteCcBlackWhiteIpListResponse = models.DeleteCcBlackWhiteIpListResponse
|
|
|
166
165
|
const CreateBoundIPResponse = models.CreateBoundIPResponse;
|
|
167
166
|
const SpeedValue = models.SpeedValue;
|
|
168
167
|
const SwitchWaterPrintConfigRequest = models.SwitchWaterPrintConfigRequest;
|
|
169
|
-
const
|
|
168
|
+
const AssociateDDoSEipLoadBalancerRequest = models.AssociateDDoSEipLoadBalancerRequest;
|
|
170
169
|
const ModifyCCPrecisionPolicyRequest = models.ModifyCCPrecisionPolicyRequest;
|
|
171
170
|
const CCThresholdPolicy = models.CCThresholdPolicy;
|
|
172
171
|
const DescribeCCTrendResponse = models.DescribeCCTrendResponse;
|
|
@@ -541,7 +540,7 @@ class AntiddosClient extends AbstractClient {
|
|
|
541
540
|
}
|
|
542
541
|
|
|
543
542
|
/**
|
|
544
|
-
*
|
|
543
|
+
* Gets the list of CC protection levels
|
|
545
544
|
* @param {DescribeCCLevelListRequest} req
|
|
546
545
|
* @param {function(string, DescribeCCLevelListResponse):void} cb
|
|
547
546
|
* @public
|
|
@@ -750,17 +749,6 @@ class AntiddosClient extends AbstractClient {
|
|
|
750
749
|
this.request("CreateCCPrecisionPolicy", req, resp, cb);
|
|
751
750
|
}
|
|
752
751
|
|
|
753
|
-
/**
|
|
754
|
-
* This API is used to delete an Anti-DDoS IP blocklist/allowlist.
|
|
755
|
-
* @param {DeleteBlackWhiteIpListRequest} req
|
|
756
|
-
* @param {function(string, DeleteBlackWhiteIpListResponse):void} cb
|
|
757
|
-
* @public
|
|
758
|
-
*/
|
|
759
|
-
DeleteBlackWhiteIpList(req, cb) {
|
|
760
|
-
let resp = new DeleteBlackWhiteIpListResponse();
|
|
761
|
-
this.request("DeleteBlackWhiteIpList", req, resp, cb);
|
|
762
|
-
}
|
|
763
|
-
|
|
764
752
|
/**
|
|
765
753
|
* This API is used to add an Anti-DDoS region blocking configuration.
|
|
766
754
|
* @param {CreateDDoSGeoIPBlockConfigRequest} req
|
|
@@ -1889,11 +1889,17 @@ class DescribeListBGPIPInstancesRequest extends AbstractModel {
|
|
|
1889
1889
|
this.FilterInstanceIdList = null;
|
|
1890
1890
|
|
|
1891
1891
|
/**
|
|
1892
|
-
*
|
|
1892
|
+
* Searches by tag
|
|
1893
1893
|
* @type {TagFilter || null}
|
|
1894
1894
|
*/
|
|
1895
1895
|
this.FilterTag = null;
|
|
1896
1896
|
|
|
1897
|
+
/**
|
|
1898
|
+
*
|
|
1899
|
+
* @type {Array.<string> || null}
|
|
1900
|
+
*/
|
|
1901
|
+
this.FilterPackType = null;
|
|
1902
|
+
|
|
1897
1903
|
}
|
|
1898
1904
|
|
|
1899
1905
|
/**
|
|
@@ -1922,6 +1928,7 @@ class DescribeListBGPIPInstancesRequest extends AbstractModel {
|
|
|
1922
1928
|
obj.deserialize(params.FilterTag)
|
|
1923
1929
|
this.FilterTag = obj;
|
|
1924
1930
|
}
|
|
1931
|
+
this.FilterPackType = 'FilterPackType' in params ? params.FilterPackType : null;
|
|
1925
1932
|
|
|
1926
1933
|
}
|
|
1927
1934
|
}
|
|
@@ -2122,34 +2129,6 @@ class DescribeListPacketFilterConfigResponse extends AbstractModel {
|
|
|
2122
2129
|
}
|
|
2123
2130
|
}
|
|
2124
2131
|
|
|
2125
|
-
/**
|
|
2126
|
-
* DeleteBlackWhiteIpList response structure.
|
|
2127
|
-
* @class
|
|
2128
|
-
*/
|
|
2129
|
-
class DeleteBlackWhiteIpListResponse extends AbstractModel {
|
|
2130
|
-
constructor(){
|
|
2131
|
-
super();
|
|
2132
|
-
|
|
2133
|
-
/**
|
|
2134
|
-
* The unique request ID, which is returned for each request. RequestId is required for locating a problem.
|
|
2135
|
-
* @type {string || null}
|
|
2136
|
-
*/
|
|
2137
|
-
this.RequestId = null;
|
|
2138
|
-
|
|
2139
|
-
}
|
|
2140
|
-
|
|
2141
|
-
/**
|
|
2142
|
-
* @private
|
|
2143
|
-
*/
|
|
2144
|
-
deserialize(params) {
|
|
2145
|
-
if (!params) {
|
|
2146
|
-
return;
|
|
2147
|
-
}
|
|
2148
|
-
this.RequestId = 'RequestId' in params ? params.RequestId : null;
|
|
2149
|
-
|
|
2150
|
-
}
|
|
2151
|
-
}
|
|
2152
|
-
|
|
2153
2132
|
/**
|
|
2154
2133
|
* CreateSchedulingDomain request structure.
|
|
2155
2134
|
* @class
|
|
@@ -2292,48 +2271,6 @@ class DeleteCCThresholdPolicyResponse extends AbstractModel {
|
|
|
2292
2271
|
}
|
|
2293
2272
|
}
|
|
2294
2273
|
|
|
2295
|
-
/**
|
|
2296
|
-
* DeleteBlackWhiteIpList request structure.
|
|
2297
|
-
* @class
|
|
2298
|
-
*/
|
|
2299
|
-
class DeleteBlackWhiteIpListRequest extends AbstractModel {
|
|
2300
|
-
constructor(){
|
|
2301
|
-
super();
|
|
2302
|
-
|
|
2303
|
-
/**
|
|
2304
|
-
* Anti-DDoS instance ID
|
|
2305
|
-
* @type {string || null}
|
|
2306
|
-
*/
|
|
2307
|
-
this.InstanceId = null;
|
|
2308
|
-
|
|
2309
|
-
/**
|
|
2310
|
-
* List of IPs
|
|
2311
|
-
* @type {Array.<string> || null}
|
|
2312
|
-
*/
|
|
2313
|
-
this.IpList = null;
|
|
2314
|
-
|
|
2315
|
-
/**
|
|
2316
|
-
* IP type. Valid values: `black` (blocklisted IP), `white`(allowlisted IP).
|
|
2317
|
-
* @type {string || null}
|
|
2318
|
-
*/
|
|
2319
|
-
this.Type = null;
|
|
2320
|
-
|
|
2321
|
-
}
|
|
2322
|
-
|
|
2323
|
-
/**
|
|
2324
|
-
* @private
|
|
2325
|
-
*/
|
|
2326
|
-
deserialize(params) {
|
|
2327
|
-
if (!params) {
|
|
2328
|
-
return;
|
|
2329
|
-
}
|
|
2330
|
-
this.InstanceId = 'InstanceId' in params ? params.InstanceId : null;
|
|
2331
|
-
this.IpList = 'IpList' in params ? params.IpList : null;
|
|
2332
|
-
this.Type = 'Type' in params ? params.Type : null;
|
|
2333
|
-
|
|
2334
|
-
}
|
|
2335
|
-
}
|
|
2336
|
-
|
|
2337
2274
|
/**
|
|
2338
2275
|
* Real server details
|
|
2339
2276
|
* @class
|
|
@@ -2530,6 +2467,12 @@ class BlackWhiteIpRelation extends AbstractModel {
|
|
|
2530
2467
|
*/
|
|
2531
2468
|
this.Mask = null;
|
|
2532
2469
|
|
|
2470
|
+
/**
|
|
2471
|
+
* Modification time
|
|
2472
|
+
* @type {string || null}
|
|
2473
|
+
*/
|
|
2474
|
+
this.ModifyTime = null;
|
|
2475
|
+
|
|
2533
2476
|
}
|
|
2534
2477
|
|
|
2535
2478
|
/**
|
|
@@ -2551,6 +2494,7 @@ class BlackWhiteIpRelation extends AbstractModel {
|
|
|
2551
2494
|
}
|
|
2552
2495
|
}
|
|
2553
2496
|
this.Mask = 'Mask' in params ? params.Mask : null;
|
|
2497
|
+
this.ModifyTime = 'ModifyTime' in params ? params.ModifyTime : null;
|
|
2554
2498
|
|
|
2555
2499
|
}
|
|
2556
2500
|
}
|
|
@@ -3105,7 +3049,7 @@ class DescribeCCLevelListResponse extends AbstractModel {
|
|
|
3105
3049
|
this.Total = null;
|
|
3106
3050
|
|
|
3107
3051
|
/**
|
|
3108
|
-
*
|
|
3052
|
+
* Total number of level-defining policies
|
|
3109
3053
|
* @type {Array.<CCLevelPolicy> || null}
|
|
3110
3054
|
*/
|
|
3111
3055
|
this.LevelList = null;
|
|
@@ -4046,11 +3990,24 @@ Note: This field may return `null`, indicating that no valid value can be obtain
|
|
|
4046
3990
|
this.BGPIPChannelFlag = null;
|
|
4047
3991
|
|
|
4048
3992
|
/**
|
|
4049
|
-
*
|
|
3993
|
+
* Tag that the Anti-DDoS Advanced instance is associated with
|
|
3994
|
+
Note: This field may return `null`, indicating that no valid value can be obtained.
|
|
4050
3995
|
* @type {Array.<TagInfo> || null}
|
|
4051
3996
|
*/
|
|
4052
3997
|
this.TagInfoList = null;
|
|
4053
3998
|
|
|
3999
|
+
/**
|
|
4000
|
+
*
|
|
4001
|
+
* @type {AnycastOutPackRelation || null}
|
|
4002
|
+
*/
|
|
4003
|
+
this.AnycastOutPackRelation = null;
|
|
4004
|
+
|
|
4005
|
+
/**
|
|
4006
|
+
*
|
|
4007
|
+
* @type {number || null}
|
|
4008
|
+
*/
|
|
4009
|
+
this.InstanceVersion = null;
|
|
4010
|
+
|
|
4054
4011
|
}
|
|
4055
4012
|
|
|
4056
4013
|
/**
|
|
@@ -4130,6 +4087,13 @@ Note: This field may return `null`, indicating that no valid value can be obtain
|
|
|
4130
4087
|
}
|
|
4131
4088
|
}
|
|
4132
4089
|
|
|
4090
|
+
if (params.AnycastOutPackRelation) {
|
|
4091
|
+
let obj = new AnycastOutPackRelation();
|
|
4092
|
+
obj.deserialize(params.AnycastOutPackRelation)
|
|
4093
|
+
this.AnycastOutPackRelation = obj;
|
|
4094
|
+
}
|
|
4095
|
+
this.InstanceVersion = 'InstanceVersion' in params ? params.InstanceVersion : null;
|
|
4096
|
+
|
|
4133
4097
|
}
|
|
4134
4098
|
}
|
|
4135
4099
|
|
|
@@ -4856,7 +4820,7 @@ class ListenerCcThreholdConfig extends AbstractModel {
|
|
|
4856
4820
|
this.Domain = null;
|
|
4857
4821
|
|
|
4858
4822
|
/**
|
|
4859
|
-
* Protocol. Value:
|
|
4823
|
+
* Protocol. Value: `https`.
|
|
4860
4824
|
* @type {string || null}
|
|
4861
4825
|
*/
|
|
4862
4826
|
this.Protocol = null;
|
|
@@ -5546,42 +5510,36 @@ Note: For custom protocol ranges, only protocol number is supported. Multiple ra
|
|
|
5546
5510
|
}
|
|
5547
5511
|
|
|
5548
5512
|
/**
|
|
5549
|
-
*
|
|
5513
|
+
*
|
|
5550
5514
|
* @class
|
|
5551
5515
|
*/
|
|
5552
|
-
class
|
|
5516
|
+
class AnycastOutPackRelation extends AbstractModel {
|
|
5553
5517
|
constructor(){
|
|
5554
5518
|
super();
|
|
5555
5519
|
|
|
5556
5520
|
/**
|
|
5557
|
-
*
|
|
5558
|
-
* @type {
|
|
5559
|
-
*/
|
|
5560
|
-
this.InstanceId = null;
|
|
5561
|
-
|
|
5562
|
-
/**
|
|
5563
|
-
* EIP of the Anti-DDoS instance ID.
|
|
5564
|
-
* @type {string || null}
|
|
5521
|
+
*
|
|
5522
|
+
* @type {number || null}
|
|
5565
5523
|
*/
|
|
5566
|
-
this.
|
|
5524
|
+
this.NormalBandwidth = null;
|
|
5567
5525
|
|
|
5568
5526
|
/**
|
|
5569
|
-
*
|
|
5570
|
-
* @type {
|
|
5527
|
+
*
|
|
5528
|
+
* @type {number || null}
|
|
5571
5529
|
*/
|
|
5572
|
-
this.
|
|
5530
|
+
this.ForwardRulesLimit = null;
|
|
5573
5531
|
|
|
5574
5532
|
/**
|
|
5575
|
-
*
|
|
5576
|
-
* @type {
|
|
5533
|
+
*
|
|
5534
|
+
* @type {number || null}
|
|
5577
5535
|
*/
|
|
5578
|
-
this.
|
|
5536
|
+
this.AutoRenewFlag = null;
|
|
5579
5537
|
|
|
5580
5538
|
/**
|
|
5581
|
-
*
|
|
5539
|
+
*
|
|
5582
5540
|
* @type {string || null}
|
|
5583
5541
|
*/
|
|
5584
|
-
this.
|
|
5542
|
+
this.CurDeadline = null;
|
|
5585
5543
|
|
|
5586
5544
|
}
|
|
5587
5545
|
|
|
@@ -5592,11 +5550,10 @@ class AssociateDDoSEipLoadBalancerRequest extends AbstractModel {
|
|
|
5592
5550
|
if (!params) {
|
|
5593
5551
|
return;
|
|
5594
5552
|
}
|
|
5595
|
-
this.
|
|
5596
|
-
this.
|
|
5597
|
-
this.
|
|
5598
|
-
this.
|
|
5599
|
-
this.Vip = 'Vip' in params ? params.Vip : null;
|
|
5553
|
+
this.NormalBandwidth = 'NormalBandwidth' in params ? params.NormalBandwidth : null;
|
|
5554
|
+
this.ForwardRulesLimit = 'ForwardRulesLimit' in params ? params.ForwardRulesLimit : null;
|
|
5555
|
+
this.AutoRenewFlag = 'AutoRenewFlag' in params ? params.AutoRenewFlag : null;
|
|
5556
|
+
this.CurDeadline = 'CurDeadline' in params ? params.CurDeadline : null;
|
|
5600
5557
|
|
|
5601
5558
|
}
|
|
5602
5559
|
}
|
|
@@ -5722,6 +5679,56 @@ class CreateDefaultAlarmThresholdResponse extends AbstractModel {
|
|
|
5722
5679
|
}
|
|
5723
5680
|
}
|
|
5724
5681
|
|
|
5682
|
+
/**
|
|
5683
|
+
* DescribeListSchedulingDomain response structure.
|
|
5684
|
+
* @class
|
|
5685
|
+
*/
|
|
5686
|
+
class DescribeListSchedulingDomainResponse extends AbstractModel {
|
|
5687
|
+
constructor(){
|
|
5688
|
+
super();
|
|
5689
|
+
|
|
5690
|
+
/**
|
|
5691
|
+
* Total number of lists
|
|
5692
|
+
* @type {number || null}
|
|
5693
|
+
*/
|
|
5694
|
+
this.Total = null;
|
|
5695
|
+
|
|
5696
|
+
/**
|
|
5697
|
+
* List of scheduling domain names
|
|
5698
|
+
* @type {Array.<SchedulingDomainInfo> || null}
|
|
5699
|
+
*/
|
|
5700
|
+
this.DomainList = null;
|
|
5701
|
+
|
|
5702
|
+
/**
|
|
5703
|
+
* The unique request ID, which is returned for each request. RequestId is required for locating a problem.
|
|
5704
|
+
* @type {string || null}
|
|
5705
|
+
*/
|
|
5706
|
+
this.RequestId = null;
|
|
5707
|
+
|
|
5708
|
+
}
|
|
5709
|
+
|
|
5710
|
+
/**
|
|
5711
|
+
* @private
|
|
5712
|
+
*/
|
|
5713
|
+
deserialize(params) {
|
|
5714
|
+
if (!params) {
|
|
5715
|
+
return;
|
|
5716
|
+
}
|
|
5717
|
+
this.Total = 'Total' in params ? params.Total : null;
|
|
5718
|
+
|
|
5719
|
+
if (params.DomainList) {
|
|
5720
|
+
this.DomainList = new Array();
|
|
5721
|
+
for (let z in params.DomainList) {
|
|
5722
|
+
let obj = new SchedulingDomainInfo();
|
|
5723
|
+
obj.deserialize(params.DomainList[z]);
|
|
5724
|
+
this.DomainList.push(obj);
|
|
5725
|
+
}
|
|
5726
|
+
}
|
|
5727
|
+
this.RequestId = 'RequestId' in params ? params.RequestId : null;
|
|
5728
|
+
|
|
5729
|
+
}
|
|
5730
|
+
}
|
|
5731
|
+
|
|
5725
5732
|
/**
|
|
5726
5733
|
* DescribeListIPAlarmConfig response structure.
|
|
5727
5734
|
* @class
|
|
@@ -7496,30 +7503,42 @@ class SwitchWaterPrintConfigRequest extends AbstractModel {
|
|
|
7496
7503
|
}
|
|
7497
7504
|
|
|
7498
7505
|
/**
|
|
7499
|
-
*
|
|
7506
|
+
* AssociateDDoSEipLoadBalancer request structure.
|
|
7500
7507
|
* @class
|
|
7501
7508
|
*/
|
|
7502
|
-
class
|
|
7509
|
+
class AssociateDDoSEipLoadBalancerRequest extends AbstractModel {
|
|
7503
7510
|
constructor(){
|
|
7504
7511
|
super();
|
|
7505
7512
|
|
|
7506
7513
|
/**
|
|
7507
|
-
*
|
|
7508
|
-
* @type {
|
|
7514
|
+
* Anti-DDoS instance ID (only Anti-DDoS Advanced). For example, `bgpip-0000011x`.
|
|
7515
|
+
* @type {string || null}
|
|
7509
7516
|
*/
|
|
7510
|
-
this.
|
|
7517
|
+
this.InstanceId = null;
|
|
7511
7518
|
|
|
7512
7519
|
/**
|
|
7513
|
-
*
|
|
7514
|
-
* @type {
|
|
7520
|
+
* EIP of the Anti-DDoS instance ID.
|
|
7521
|
+
* @type {string || null}
|
|
7515
7522
|
*/
|
|
7516
|
-
this.
|
|
7523
|
+
this.Eip = null;
|
|
7517
7524
|
|
|
7518
7525
|
/**
|
|
7519
|
-
*
|
|
7526
|
+
* ID of the CLB to bind, such as `lb-0000002i`. It can be queried in the console or obtained from `LoadBalancerId` returned by the `DescribeLoadBalancers` API.
|
|
7520
7527
|
* @type {string || null}
|
|
7521
7528
|
*/
|
|
7522
|
-
this.
|
|
7529
|
+
this.LoadBalancerID = null;
|
|
7530
|
+
|
|
7531
|
+
/**
|
|
7532
|
+
* Region of the CLB instance, such as `ap-hongkong`.
|
|
7533
|
+
* @type {string || null}
|
|
7534
|
+
*/
|
|
7535
|
+
this.LoadBalancerRegion = null;
|
|
7536
|
+
|
|
7537
|
+
/**
|
|
7538
|
+
* CLB private IP
|
|
7539
|
+
* @type {string || null}
|
|
7540
|
+
*/
|
|
7541
|
+
this.Vip = null;
|
|
7523
7542
|
|
|
7524
7543
|
}
|
|
7525
7544
|
|
|
@@ -7530,17 +7549,11 @@ class DescribeListSchedulingDomainResponse extends AbstractModel {
|
|
|
7530
7549
|
if (!params) {
|
|
7531
7550
|
return;
|
|
7532
7551
|
}
|
|
7533
|
-
this.
|
|
7534
|
-
|
|
7535
|
-
|
|
7536
|
-
|
|
7537
|
-
|
|
7538
|
-
let obj = new SchedulingDomainInfo();
|
|
7539
|
-
obj.deserialize(params.DomainList[z]);
|
|
7540
|
-
this.DomainList.push(obj);
|
|
7541
|
-
}
|
|
7542
|
-
}
|
|
7543
|
-
this.RequestId = 'RequestId' in params ? params.RequestId : null;
|
|
7552
|
+
this.InstanceId = 'InstanceId' in params ? params.InstanceId : null;
|
|
7553
|
+
this.Eip = 'Eip' in params ? params.Eip : null;
|
|
7554
|
+
this.LoadBalancerID = 'LoadBalancerID' in params ? params.LoadBalancerID : null;
|
|
7555
|
+
this.LoadBalancerRegion = 'LoadBalancerRegion' in params ? params.LoadBalancerRegion : null;
|
|
7556
|
+
this.Vip = 'Vip' in params ? params.Vip : null;
|
|
7544
7557
|
|
|
7545
7558
|
}
|
|
7546
7559
|
}
|
|
@@ -8119,7 +8132,7 @@ class DescribeListBGPInstancesResponse extends AbstractModel {
|
|
|
8119
8132
|
}
|
|
8120
8133
|
|
|
8121
8134
|
/**
|
|
8122
|
-
*
|
|
8135
|
+
* Tag information, which is used to return the tag of the associated instance
|
|
8123
8136
|
* @class
|
|
8124
8137
|
*/
|
|
8125
8138
|
class TagInfo extends AbstractModel {
|
|
@@ -8127,13 +8140,13 @@ class TagInfo extends AbstractModel {
|
|
|
8127
8140
|
super();
|
|
8128
8141
|
|
|
8129
8142
|
/**
|
|
8130
|
-
*
|
|
8143
|
+
* Tag key
|
|
8131
8144
|
* @type {string || null}
|
|
8132
8145
|
*/
|
|
8133
8146
|
this.TagKey = null;
|
|
8134
8147
|
|
|
8135
8148
|
/**
|
|
8136
|
-
*
|
|
8149
|
+
* Tag value
|
|
8137
8150
|
* @type {string || null}
|
|
8138
8151
|
*/
|
|
8139
8152
|
this.TagValue = null;
|
|
@@ -8854,7 +8867,7 @@ class DescribeListWaterPrintConfigResponse extends AbstractModel {
|
|
|
8854
8867
|
}
|
|
8855
8868
|
|
|
8856
8869
|
/**
|
|
8857
|
-
*
|
|
8870
|
+
* Tag type
|
|
8858
8871
|
* @class
|
|
8859
8872
|
*/
|
|
8860
8873
|
class TagFilter extends AbstractModel {
|
|
@@ -8862,13 +8875,13 @@ class TagFilter extends AbstractModel {
|
|
|
8862
8875
|
super();
|
|
8863
8876
|
|
|
8864
8877
|
/**
|
|
8865
|
-
*
|
|
8878
|
+
* Tag key
|
|
8866
8879
|
* @type {string || null}
|
|
8867
8880
|
*/
|
|
8868
8881
|
this.TagKey = null;
|
|
8869
8882
|
|
|
8870
8883
|
/**
|
|
8871
|
-
*
|
|
8884
|
+
* Tag value
|
|
8872
8885
|
* @type {Array.<string> || null}
|
|
8873
8886
|
*/
|
|
8874
8887
|
this.TagValue = null;
|
|
@@ -9263,6 +9276,12 @@ class CreateCCReqLimitPolicyRequest extends AbstractModel {
|
|
|
9263
9276
|
*/
|
|
9264
9277
|
this.Policy = null;
|
|
9265
9278
|
|
|
9279
|
+
/**
|
|
9280
|
+
* Whether it’s a global CC frequency limit
|
|
9281
|
+
* @type {number || null}
|
|
9282
|
+
*/
|
|
9283
|
+
this.IsGlobal = null;
|
|
9284
|
+
|
|
9266
9285
|
}
|
|
9267
9286
|
|
|
9268
9287
|
/**
|
|
@@ -9282,6 +9301,7 @@ class CreateCCReqLimitPolicyRequest extends AbstractModel {
|
|
|
9282
9301
|
obj.deserialize(params.Policy)
|
|
9283
9302
|
this.Policy = obj;
|
|
9284
9303
|
}
|
|
9304
|
+
this.IsGlobal = 'IsGlobal' in params ? params.IsGlobal : null;
|
|
9285
9305
|
|
|
9286
9306
|
}
|
|
9287
9307
|
}
|
|
@@ -9591,6 +9611,12 @@ class PacketFilterRelation extends AbstractModel {
|
|
|
9591
9611
|
*/
|
|
9592
9612
|
this.InstanceDetailList = null;
|
|
9593
9613
|
|
|
9614
|
+
/**
|
|
9615
|
+
* Modification time
|
|
9616
|
+
* @type {string || null}
|
|
9617
|
+
*/
|
|
9618
|
+
this.ModifyTime = null;
|
|
9619
|
+
|
|
9594
9620
|
}
|
|
9595
9621
|
|
|
9596
9622
|
/**
|
|
@@ -9615,6 +9641,7 @@ class PacketFilterRelation extends AbstractModel {
|
|
|
9615
9641
|
this.InstanceDetailList.push(obj);
|
|
9616
9642
|
}
|
|
9617
9643
|
}
|
|
9644
|
+
this.ModifyTime = 'ModifyTime' in params ? params.ModifyTime : null;
|
|
9618
9645
|
|
|
9619
9646
|
}
|
|
9620
9647
|
}
|
|
@@ -9823,12 +9850,10 @@ module.exports = {
|
|
|
9823
9850
|
DescribeCCThresholdListResponse: DescribeCCThresholdListResponse,
|
|
9824
9851
|
DescribeL7RulesBySSLCertIdRequest: DescribeL7RulesBySSLCertIdRequest,
|
|
9825
9852
|
DescribeListPacketFilterConfigResponse: DescribeListPacketFilterConfigResponse,
|
|
9826
|
-
DeleteBlackWhiteIpListResponse: DeleteBlackWhiteIpListResponse,
|
|
9827
9853
|
CreateSchedulingDomainRequest: CreateSchedulingDomainRequest,
|
|
9828
9854
|
BoundIpInfo: BoundIpInfo,
|
|
9829
9855
|
DisassociateDDoSEipAddressResponse: DisassociateDDoSEipAddressResponse,
|
|
9830
9856
|
DeleteCCThresholdPolicyResponse: DeleteCCThresholdPolicyResponse,
|
|
9831
|
-
DeleteBlackWhiteIpListRequest: DeleteBlackWhiteIpListRequest,
|
|
9832
9857
|
SourceServer: SourceServer,
|
|
9833
9858
|
ModifyDomainUsrNameResponse: ModifyDomainUsrNameResponse,
|
|
9834
9859
|
ModifyCcBlackWhiteIpListResponse: ModifyCcBlackWhiteIpListResponse,
|
|
@@ -9894,10 +9919,11 @@ module.exports = {
|
|
|
9894
9919
|
CreateL7RuleCertsResponse: CreateL7RuleCertsResponse,
|
|
9895
9920
|
CreateCCPrecisionPolicyRequest: CreateCCPrecisionPolicyRequest,
|
|
9896
9921
|
DDoSSpeedLimitConfig: DDoSSpeedLimitConfig,
|
|
9897
|
-
|
|
9922
|
+
AnycastOutPackRelation: AnycastOutPackRelation,
|
|
9898
9923
|
DescribeListProtectThresholdConfigResponse: DescribeListProtectThresholdConfigResponse,
|
|
9899
9924
|
CertIdInsL7Rules: CertIdInsL7Rules,
|
|
9900
9925
|
CreateDefaultAlarmThresholdResponse: CreateDefaultAlarmThresholdResponse,
|
|
9926
|
+
DescribeListSchedulingDomainResponse: DescribeListSchedulingDomainResponse,
|
|
9901
9927
|
DescribeListIPAlarmConfigResponse: DescribeListIPAlarmConfigResponse,
|
|
9902
9928
|
CcGeoIpPolicyNew: CcGeoIpPolicyNew,
|
|
9903
9929
|
SuccessCode: SuccessCode,
|
|
@@ -9929,7 +9955,7 @@ module.exports = {
|
|
|
9929
9955
|
CreateBoundIPResponse: CreateBoundIPResponse,
|
|
9930
9956
|
SpeedValue: SpeedValue,
|
|
9931
9957
|
SwitchWaterPrintConfigRequest: SwitchWaterPrintConfigRequest,
|
|
9932
|
-
|
|
9958
|
+
AssociateDDoSEipLoadBalancerRequest: AssociateDDoSEipLoadBalancerRequest,
|
|
9933
9959
|
ModifyCCPrecisionPolicyRequest: ModifyCCPrecisionPolicyRequest,
|
|
9934
9960
|
CCThresholdPolicy: CCThresholdPolicy,
|
|
9935
9961
|
DescribeCCTrendResponse: DescribeCCTrendResponse,
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const sdkVersion = "3.0.
|
|
1
|
+
const sdkVersion = "3.0.503";
|
|
2
2
|
module.exports = sdkVersion
|
|
@@ -2576,6 +2576,13 @@ Note: this field may return `null`, indicating that no valid values can be obtai
|
|
|
2576
2576
|
*/
|
|
2577
2577
|
this.ResourceTags = null;
|
|
2578
2578
|
|
|
2579
|
+
/**
|
|
2580
|
+
* Database engine version
|
|
2581
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
2582
|
+
* @type {string || null}
|
|
2583
|
+
*/
|
|
2584
|
+
this.DbVersionId = null;
|
|
2585
|
+
|
|
2579
2586
|
}
|
|
2580
2587
|
|
|
2581
2588
|
/**
|
|
@@ -2650,6 +2657,7 @@ Note: this field may return `null`, indicating that no valid values can be obtai
|
|
|
2650
2657
|
this.ResourceTags.push(obj);
|
|
2651
2658
|
}
|
|
2652
2659
|
}
|
|
2660
|
+
this.DbVersionId = 'DbVersionId' in params ? params.DbVersionId : null;
|
|
2653
2661
|
|
|
2654
2662
|
}
|
|
2655
2663
|
}
|