@alicloud/ddoscoo20200101 2.4.2 → 2.4.4
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/dist/client.d.ts +370 -82
- package/dist/client.js +52 -31
- package/dist/client.js.map +1 -1
- package/package.json +3 -3
- package/src/client.ts +392 -90
package/dist/client.d.ts
CHANGED
|
@@ -153,8 +153,24 @@ export declare class AddAutoCcWhitelistResponse extends $tea.Model {
|
|
|
153
153
|
export declare class AssociateWebCertRequest extends $tea.Model {
|
|
154
154
|
cert?: string;
|
|
155
155
|
certId?: number;
|
|
156
|
+
/**
|
|
157
|
+
* @remarks
|
|
158
|
+
* The globally unique ID of the certificate. The value is in the "Certificate ID-cn-hangzhou" format. For example, if the ID of the certificate is 123, the value of the CertIdentifier parameter is 123-cn-hangzhou.
|
|
159
|
+
*
|
|
160
|
+
* > You can specify only one of this parameter and the CertId parameter.
|
|
161
|
+
*
|
|
162
|
+
* @example
|
|
163
|
+
* 9430680-cn-hangzhou
|
|
164
|
+
*/
|
|
156
165
|
certIdentifier?: string;
|
|
157
166
|
certName?: string;
|
|
167
|
+
/**
|
|
168
|
+
* @remarks
|
|
169
|
+
* The region of the certificate. Valid values: **cn-hangzhou** and **ap-southeast-1**. Default value: **cn-hangzhou**.
|
|
170
|
+
*
|
|
171
|
+
* @example
|
|
172
|
+
* cn-hangzhou
|
|
173
|
+
*/
|
|
158
174
|
certRegion?: string;
|
|
159
175
|
/**
|
|
160
176
|
* @remarks
|
|
@@ -162,14 +178,6 @@ export declare class AssociateWebCertRequest extends $tea.Model {
|
|
|
162
178
|
*/
|
|
163
179
|
domain?: string;
|
|
164
180
|
key?: string;
|
|
165
|
-
/**
|
|
166
|
-
* @remarks
|
|
167
|
-
* The ID of the resource group to which the instance belongs in Resource Management. This parameter is empty by default, which indicates that the instance belongs to the default resource group.
|
|
168
|
-
*
|
|
169
|
-
* @example
|
|
170
|
-
* default
|
|
171
|
-
*/
|
|
172
|
-
resourceGroupId?: string;
|
|
173
181
|
static names(): {
|
|
174
182
|
[key: string]: string;
|
|
175
183
|
};
|
|
@@ -183,7 +191,7 @@ export declare class AssociateWebCertRequest extends $tea.Model {
|
|
|
183
191
|
export declare class AssociateWebCertResponseBody extends $tea.Model {
|
|
184
192
|
/**
|
|
185
193
|
* @remarks
|
|
186
|
-
* The ID
|
|
194
|
+
* The request ID.
|
|
187
195
|
*
|
|
188
196
|
* @example
|
|
189
197
|
* 40F11005-A75C-4644-95F2-52A4E7D43E91
|
|
@@ -1548,11 +1556,11 @@ export declare class CreateDomainResourceRequest extends $tea.Model {
|
|
|
1548
1556
|
* @remarks
|
|
1549
1557
|
* The address type of the origin server. Valid values:
|
|
1550
1558
|
*
|
|
1551
|
-
* * **0**: IP address
|
|
1559
|
+
* * **0**: IP address.
|
|
1552
1560
|
*
|
|
1553
|
-
* * **1**: domain name
|
|
1561
|
+
* * **1**: domain name.
|
|
1554
1562
|
*
|
|
1555
|
-
* This parameter is suitable for scenarios
|
|
1563
|
+
* This parameter is suitable for scenarios in which another proxy service, such as Web Application Firewall (WAF), is deployed between the origin server and Anti-DDoS Proxy. The address is the redirection address of the proxy service, such as the CNAME of WAF.
|
|
1556
1564
|
*
|
|
1557
1565
|
* This parameter is required.
|
|
1558
1566
|
*
|
|
@@ -1635,7 +1643,7 @@ export declare class CreateNetworkRulesRequest extends $tea.Model {
|
|
|
1635
1643
|
export declare class CreateNetworkRulesResponseBody extends $tea.Model {
|
|
1636
1644
|
/**
|
|
1637
1645
|
* @remarks
|
|
1638
|
-
* The ID
|
|
1646
|
+
* The request ID.
|
|
1639
1647
|
*
|
|
1640
1648
|
* @example
|
|
1641
1649
|
* ADCA45A5-D15C-4B7D-9F81-138B0B36D0BD
|
|
@@ -1688,7 +1696,7 @@ export declare class CreatePortRequest extends $tea.Model {
|
|
|
1688
1696
|
frontendPort?: string;
|
|
1689
1697
|
/**
|
|
1690
1698
|
* @remarks
|
|
1691
|
-
* The type of the protocol. Valid values:
|
|
1699
|
+
* The type of the forwarding protocol. Valid values:
|
|
1692
1700
|
*
|
|
1693
1701
|
* * **tcp**
|
|
1694
1702
|
* * **udp**
|
|
@@ -1711,6 +1719,7 @@ export declare class CreatePortRequest extends $tea.Model {
|
|
|
1711
1719
|
* ddoscoo-cn-st21zbyq****
|
|
1712
1720
|
*/
|
|
1713
1721
|
instanceId?: string;
|
|
1722
|
+
proxyEnable?: number;
|
|
1714
1723
|
/**
|
|
1715
1724
|
* @remarks
|
|
1716
1725
|
* An array that consists of the IP addresses of origin servers.
|
|
@@ -2822,7 +2831,7 @@ export declare class DeleteSceneDefensePolicyRequest extends $tea.Model {
|
|
|
2822
2831
|
export declare class DeleteSceneDefensePolicyResponseBody extends $tea.Model {
|
|
2823
2832
|
/**
|
|
2824
2833
|
* @remarks
|
|
2825
|
-
* The ID
|
|
2834
|
+
* The request ID.
|
|
2826
2835
|
*
|
|
2827
2836
|
* @example
|
|
2828
2837
|
* F65DF043-E0EB-4796-9467-23DDCDF92C1D
|
|
@@ -2832,8 +2841,8 @@ export declare class DeleteSceneDefensePolicyResponseBody extends $tea.Model {
|
|
|
2832
2841
|
* @remarks
|
|
2833
2842
|
* Indicates whether the request was successful. Valid values:
|
|
2834
2843
|
*
|
|
2835
|
-
* * **true
|
|
2836
|
-
* * **false
|
|
2844
|
+
* * **true**
|
|
2845
|
+
* * **false**
|
|
2837
2846
|
*
|
|
2838
2847
|
* @example
|
|
2839
2848
|
* true
|
|
@@ -3078,7 +3087,7 @@ export declare class DeleteWebCCRuleRequest extends $tea.Model {
|
|
|
3078
3087
|
export declare class DeleteWebCCRuleResponseBody extends $tea.Model {
|
|
3079
3088
|
/**
|
|
3080
3089
|
* @remarks
|
|
3081
|
-
* The ID
|
|
3090
|
+
* The request ID.
|
|
3082
3091
|
*
|
|
3083
3092
|
* @example
|
|
3084
3093
|
* 0bcf28g5-d57c-11e7-9bs0-d89d6717dxbc
|
|
@@ -3862,7 +3871,7 @@ export declare class DescribeAutoCcWhitelistResponse extends $tea.Model {
|
|
|
3862
3871
|
export declare class DescribeBackSourceCidrRequest extends $tea.Model {
|
|
3863
3872
|
/**
|
|
3864
3873
|
* @remarks
|
|
3865
|
-
* The IP version of the back-to-origin CIDR
|
|
3874
|
+
* The IP version of the back-to-origin CIDR blocks.
|
|
3866
3875
|
*
|
|
3867
3876
|
* * **Ipv4**
|
|
3868
3877
|
* * **Ipv6**
|
|
@@ -5517,7 +5526,7 @@ export declare class DescribeDomainResourceRequest extends $tea.Model {
|
|
|
5517
5526
|
instanceIds?: string[];
|
|
5518
5527
|
/**
|
|
5519
5528
|
* @remarks
|
|
5520
|
-
* The
|
|
5529
|
+
* The page number. Default value: **1**.
|
|
5521
5530
|
*
|
|
5522
5531
|
* @example
|
|
5523
5532
|
* 1
|
|
@@ -5525,9 +5534,7 @@ export declare class DescribeDomainResourceRequest extends $tea.Model {
|
|
|
5525
5534
|
pageNumber?: number;
|
|
5526
5535
|
/**
|
|
5527
5536
|
* @remarks
|
|
5528
|
-
* The number of entries
|
|
5529
|
-
*
|
|
5530
|
-
* This parameter is required.
|
|
5537
|
+
* The number of entries per page.
|
|
5531
5538
|
*
|
|
5532
5539
|
* @example
|
|
5533
5540
|
* 10
|
|
@@ -6858,7 +6865,7 @@ export declare class DescribeHealthCheckListResponseBody extends $tea.Model {
|
|
|
6858
6865
|
healthCheckList?: DescribeHealthCheckListResponseBodyHealthCheckList[];
|
|
6859
6866
|
/**
|
|
6860
6867
|
* @remarks
|
|
6861
|
-
* The ID
|
|
6868
|
+
* The request ID.
|
|
6862
6869
|
*
|
|
6863
6870
|
* @example
|
|
6864
6871
|
* 83B4AF42-E8EE-4DC9-BD73-87B7733A36F9
|
|
@@ -6976,12 +6983,12 @@ export declare class DescribeInstanceDetailsRequest extends $tea.Model {
|
|
|
6976
6983
|
export declare class DescribeInstanceDetailsResponseBody extends $tea.Model {
|
|
6977
6984
|
/**
|
|
6978
6985
|
* @remarks
|
|
6979
|
-
* The IP address and ISP line information about the instance.
|
|
6986
|
+
* The IP address and ISP line information about the Anti-DDoS Proxy instance.
|
|
6980
6987
|
*/
|
|
6981
6988
|
instanceDetails?: DescribeInstanceDetailsResponseBodyInstanceDetails[];
|
|
6982
6989
|
/**
|
|
6983
6990
|
* @remarks
|
|
6984
|
-
* The ID
|
|
6991
|
+
* The request ID.
|
|
6985
6992
|
*
|
|
6986
6993
|
* @example
|
|
6987
6994
|
* 3C814429-21A5-4673-827E-FDD19DC75681
|
|
@@ -7613,6 +7620,7 @@ export declare class DescribeL7RsPolicyResponseBody extends $tea.Model {
|
|
|
7613
7620
|
* 9E7F6B2C-03F2-462F-9076-B782CF0DD502
|
|
7614
7621
|
*/
|
|
7615
7622
|
requestId?: string;
|
|
7623
|
+
rsAttrRwTimeoutMax?: number;
|
|
7616
7624
|
/**
|
|
7617
7625
|
* @remarks
|
|
7618
7626
|
* The back-to-origin retry switch. Valid values:
|
|
@@ -8099,7 +8107,7 @@ export declare class DescribeNetworkRulesRequest extends $tea.Model {
|
|
|
8099
8107
|
export declare class DescribeNetworkRulesResponseBody extends $tea.Model {
|
|
8100
8108
|
/**
|
|
8101
8109
|
* @remarks
|
|
8102
|
-
* The details of
|
|
8110
|
+
* The details of the port forwarding rule.
|
|
8103
8111
|
*/
|
|
8104
8112
|
networkRules?: DescribeNetworkRulesResponseBodyNetworkRules[];
|
|
8105
8113
|
/**
|
|
@@ -8310,9 +8318,7 @@ export declare class DescribePortRequest extends $tea.Model {
|
|
|
8310
8318
|
instanceId?: string;
|
|
8311
8319
|
/**
|
|
8312
8320
|
* @remarks
|
|
8313
|
-
* The
|
|
8314
|
-
*
|
|
8315
|
-
* This parameter is required.
|
|
8321
|
+
* The page number. For example, if you want to obtain results on the first page, set the value to **1**.
|
|
8316
8322
|
*
|
|
8317
8323
|
* @example
|
|
8318
8324
|
* 1
|
|
@@ -8320,9 +8326,7 @@ export declare class DescribePortRequest extends $tea.Model {
|
|
|
8320
8326
|
pageNumber?: number;
|
|
8321
8327
|
/**
|
|
8322
8328
|
* @remarks
|
|
8323
|
-
* The number of entries
|
|
8324
|
-
*
|
|
8325
|
-
* This parameter is required.
|
|
8329
|
+
* The number of entries per page.
|
|
8326
8330
|
*
|
|
8327
8331
|
* @example
|
|
8328
8332
|
* 10
|
|
@@ -11145,7 +11149,7 @@ export declare class DescribeWebCCRulesRequest extends $tea.Model {
|
|
|
11145
11149
|
export declare class DescribeWebCCRulesResponseBody extends $tea.Model {
|
|
11146
11150
|
/**
|
|
11147
11151
|
* @remarks
|
|
11148
|
-
* The ID
|
|
11152
|
+
* The request ID.
|
|
11149
11153
|
*
|
|
11150
11154
|
* @example
|
|
11151
11155
|
* EAED912D-909E-45F0-AF74-AC0CCDCAE314
|
|
@@ -11153,7 +11157,7 @@ export declare class DescribeWebCCRulesResponseBody extends $tea.Model {
|
|
|
11153
11157
|
requestId?: string;
|
|
11154
11158
|
/**
|
|
11155
11159
|
* @remarks
|
|
11156
|
-
* The total number of
|
|
11160
|
+
* The total number of custom frequency control rules.
|
|
11157
11161
|
*
|
|
11158
11162
|
* @example
|
|
11159
11163
|
* 1
|
|
@@ -11161,7 +11165,7 @@ export declare class DescribeWebCCRulesResponseBody extends $tea.Model {
|
|
|
11161
11165
|
totalCount?: number;
|
|
11162
11166
|
/**
|
|
11163
11167
|
* @remarks
|
|
11164
|
-
*
|
|
11168
|
+
* The custom frequency control rule.
|
|
11165
11169
|
*/
|
|
11166
11170
|
webCCRules?: DescribeWebCCRulesResponseBodyWebCCRules[];
|
|
11167
11171
|
static names(): {
|
|
@@ -11757,39 +11761,63 @@ export declare class DescribeWebReportTopIpResponse extends $tea.Model {
|
|
|
11757
11761
|
}
|
|
11758
11762
|
export declare class DescribeWebRulesRequest extends $tea.Model {
|
|
11759
11763
|
/**
|
|
11764
|
+
* @remarks
|
|
11765
|
+
* The CNAME address to query.
|
|
11766
|
+
*
|
|
11760
11767
|
* @example
|
|
11761
11768
|
* kzmk7b8tt351****.aliyunddos1014****
|
|
11762
11769
|
*/
|
|
11763
11770
|
cname?: string;
|
|
11764
11771
|
/**
|
|
11772
|
+
* @remarks
|
|
11773
|
+
* The domain name of the website to query.
|
|
11774
|
+
*
|
|
11775
|
+
* > The domain must have been configured with website business forwarding rules. You can call [DescribeDomains](~~DescribeDomains~~) to query all domains that have been configured with website business forwarding rules.
|
|
11776
|
+
*
|
|
11765
11777
|
* @example
|
|
11766
11778
|
* example.com
|
|
11767
11779
|
*/
|
|
11768
11780
|
domain?: string;
|
|
11769
11781
|
/**
|
|
11782
|
+
* @remarks
|
|
11783
|
+
* The list of DDoS protection instance IDs to query.
|
|
11784
|
+
*
|
|
11770
11785
|
* @example
|
|
11771
11786
|
* ddoscoo-cn-mp91j1ao****
|
|
11772
11787
|
*/
|
|
11773
11788
|
instanceIds?: string[];
|
|
11774
11789
|
/**
|
|
11790
|
+
* @remarks
|
|
11791
|
+
* When paginating, set the page number of the current page. The default value is 1.
|
|
11792
|
+
*
|
|
11775
11793
|
* @example
|
|
11776
11794
|
* 1
|
|
11777
11795
|
*/
|
|
11778
11796
|
pageNumber?: number;
|
|
11779
11797
|
/**
|
|
11780
11798
|
* @remarks
|
|
11781
|
-
*
|
|
11799
|
+
* When paginating, set the number of forwarding rules per page. The range of values is: 1~10.
|
|
11782
11800
|
*
|
|
11783
11801
|
* @example
|
|
11784
11802
|
* 10
|
|
11785
11803
|
*/
|
|
11786
11804
|
pageSize?: number;
|
|
11787
11805
|
/**
|
|
11806
|
+
* @remarks
|
|
11807
|
+
* The query matching pattern. Values:
|
|
11808
|
+
* - **fuzzy** (default): Indicates fuzzy query.
|
|
11809
|
+
* - **exact**: Indicates exact query.
|
|
11810
|
+
*
|
|
11788
11811
|
* @example
|
|
11789
11812
|
* exact
|
|
11790
11813
|
*/
|
|
11791
11814
|
queryDomainPattern?: string;
|
|
11792
11815
|
/**
|
|
11816
|
+
* @remarks
|
|
11817
|
+
* The resource group ID of the DDoS protection instance in the resource management service.
|
|
11818
|
+
*
|
|
11819
|
+
* Not setting this parameter indicates the default resource group.
|
|
11820
|
+
*
|
|
11793
11821
|
* @example
|
|
11794
11822
|
* rg-acfm2pz25js****
|
|
11795
11823
|
*/
|
|
@@ -11806,15 +11834,25 @@ export declare class DescribeWebRulesRequest extends $tea.Model {
|
|
|
11806
11834
|
}
|
|
11807
11835
|
export declare class DescribeWebRulesResponseBody extends $tea.Model {
|
|
11808
11836
|
/**
|
|
11837
|
+
* @remarks
|
|
11838
|
+
* The ID of the request.
|
|
11839
|
+
*
|
|
11809
11840
|
* @example
|
|
11810
11841
|
* 0F5B72DD-96F4-423A-B12B-A5151DD746B8
|
|
11811
11842
|
*/
|
|
11812
11843
|
requestId?: string;
|
|
11813
11844
|
/**
|
|
11845
|
+
* @remarks
|
|
11846
|
+
* The total number of queried website business forwarding rules.
|
|
11847
|
+
*
|
|
11814
11848
|
* @example
|
|
11815
11849
|
* 1
|
|
11816
11850
|
*/
|
|
11817
11851
|
totalCount?: number;
|
|
11852
|
+
/**
|
|
11853
|
+
* @remarks
|
|
11854
|
+
* The configurations of the forwarding rule.
|
|
11855
|
+
*/
|
|
11818
11856
|
webRules?: DescribeWebRulesResponseBodyWebRules[];
|
|
11819
11857
|
static names(): {
|
|
11820
11858
|
[key: string]: string;
|
|
@@ -12098,7 +12136,7 @@ export declare class DisableWebCCRequest extends $tea.Model {
|
|
|
12098
12136
|
export declare class DisableWebCCResponseBody extends $tea.Model {
|
|
12099
12137
|
/**
|
|
12100
12138
|
* @remarks
|
|
12101
|
-
* The ID
|
|
12139
|
+
* The request ID.
|
|
12102
12140
|
*
|
|
12103
12141
|
* @example
|
|
12104
12142
|
* 0bcf28g5-d57c-11e7-9bs0-d89d6717dxbc
|
|
@@ -12164,7 +12202,7 @@ export declare class DisableWebCCRuleRequest extends $tea.Model {
|
|
|
12164
12202
|
export declare class DisableWebCCRuleResponseBody extends $tea.Model {
|
|
12165
12203
|
/**
|
|
12166
12204
|
* @remarks
|
|
12167
|
-
* The ID
|
|
12205
|
+
* The request ID.
|
|
12168
12206
|
*
|
|
12169
12207
|
* @example
|
|
12170
12208
|
* 0bcf28g5-d57c-11e7-9bs0-d89d6717dxbc
|
|
@@ -12601,7 +12639,7 @@ export declare class EnableWebCCRuleRequest extends $tea.Model {
|
|
|
12601
12639
|
export declare class EnableWebCCRuleResponseBody extends $tea.Model {
|
|
12602
12640
|
/**
|
|
12603
12641
|
* @remarks
|
|
12604
|
-
* The ID
|
|
12642
|
+
* The request ID.
|
|
12605
12643
|
*
|
|
12606
12644
|
* @example
|
|
12607
12645
|
* 0bcf28g5-d57c-11e7-9bs0-d89d6717dxbc
|
|
@@ -13713,9 +13751,34 @@ export declare class ModifyInstanceRemarkResponse extends $tea.Model {
|
|
|
13713
13751
|
export declare class ModifyNetworkRuleAttributeRequest extends $tea.Model {
|
|
13714
13752
|
/**
|
|
13715
13753
|
* @remarks
|
|
13716
|
-
* The
|
|
13754
|
+
* The detailed settings of the port forwarding rule. This parameter is a JSON string and contains the following fields. The detailed settings of a TCP port forwarding rule contain the following fields.
|
|
13717
13755
|
*
|
|
13718
|
-
* * **PersistenceTimeout**:
|
|
13756
|
+
* * **PersistenceTimeout**: the timeout period of session persistence. This field is required and of the integer type. Valid values: **30** to **3600**. Unit: seconds. Default value: **0**, which indicates that session persistence is disabled.
|
|
13757
|
+
* * **Synproxy**: specifies whether to enable the false source feature in the DDoS mitigation policy. This field is required and of the string type. Valid values: off and on.
|
|
13758
|
+
* * **NodataConn**: specifies whether to enable the empty connection feature in the DDoS mitigation policy. This field is required and of the string type. Valid values: off and on.
|
|
13759
|
+
* * **Sla**: the settings of the speed limit for destination feature. This field is required and of the struct type. For more information, see the following description about Sla.
|
|
13760
|
+
* * **Slimit**: the settings of the rate limit for source feature. This field is required and of the struct type. For more information, see the following description about Slimit.
|
|
13761
|
+
* * **PayloadLen**: the settings of the packet length limit feature. This field is required and of the struct type. For more information, see the following description about PayloadLen.
|
|
13762
|
+
*
|
|
13763
|
+
* Sla contains the following fields:
|
|
13764
|
+
*
|
|
13765
|
+
* * **Cps**: the destination rate limit on new connections in the DDoS mitigation policy. This field is required and of the integer type. Valid values: 100 to 100000.
|
|
13766
|
+
* * **Maxconn**: the destination rate limit on concurrent connections in the DDoS mitigation policy. This field is required and of the integer type. Valid values: 1000 to 1000000.
|
|
13767
|
+
* * **CpsEnable**: specifies whether to enable Cps. This field is required and of the integer type. Valid values: 0 and 1. Default value: 1. The value 0 indicates that Cps is disabled, and the value 1 indicates that Cps is enabled.
|
|
13768
|
+
* * **MaxconnEnable**: specifies whether to enable Maxconn. This field is required and of the integer type. Valid values: 0 and 1. Default value: 1. The value 0 indicates that Maxconn is disabled, and the value 1 indicates that Maxconn is enabled.
|
|
13769
|
+
*
|
|
13770
|
+
* Slimit contains the following fields:
|
|
13771
|
+
*
|
|
13772
|
+
* * **Cps**: the source rate limit on new connections in the DDoS mitigation policy. This field is required and of the integer type. Valid values: 1 to 50000.
|
|
13773
|
+
* * **Maxconn**: the source rate limit on concurrent connections in the DDoS mitigation policy. This field is required and of the integer type. Valid values: 1 to 50000.
|
|
13774
|
+
* * **CpsEnable**: specifies whether to enable Cps. This field is required and of the integer type. Valid values: 0 and 1. Default value: 1. The value 0 indicates that Cps is disabled, and the value 1 indicates that Cps is enabled.
|
|
13775
|
+
* * **MaxconnEnable**: specifies whether to enable Maxconn. This field is required and of the integer type. Valid values: 0 and 1. Default value: 1. The value 0 indicates that Maxconn is disabled, and the value 1 indicates that Maxconn is enabled.
|
|
13776
|
+
* * **CpsMode**: specifies whether to enable the source rate limit on new connections. This field is required and of the integer type. Valid values: 1 and 2. The value 1 indicates the source rate limit is enabled. The value 2 indicates that the system determines whether to enable the source rate limit.
|
|
13777
|
+
*
|
|
13778
|
+
* PayloadLen contains the following fields:
|
|
13779
|
+
*
|
|
13780
|
+
* * **Min**: the minimum packet length in the DDoS mitigation policy. This field is required and of the integer type. Valid values: 0 to 2000.
|
|
13781
|
+
* * **Max**: the maximum packet length in the DDoS mitigation policy. This field is required and of the integer type. Valid values: 0 to 6000.
|
|
13719
13782
|
*
|
|
13720
13783
|
* This parameter is required.
|
|
13721
13784
|
*
|
|
@@ -13771,7 +13834,7 @@ export declare class ModifyNetworkRuleAttributeRequest extends $tea.Model {
|
|
|
13771
13834
|
export declare class ModifyNetworkRuleAttributeResponseBody extends $tea.Model {
|
|
13772
13835
|
/**
|
|
13773
13836
|
* @remarks
|
|
13774
|
-
* The ID
|
|
13837
|
+
* The request ID.
|
|
13775
13838
|
*
|
|
13776
13839
|
* @example
|
|
13777
13840
|
* 0bcf28g5-d57c-11e7-9bs0-d89d6717dxbc
|
|
@@ -13894,7 +13957,7 @@ export declare class ModifyPortRequest extends $tea.Model {
|
|
|
13894
13957
|
frontendPort?: string;
|
|
13895
13958
|
/**
|
|
13896
13959
|
* @remarks
|
|
13897
|
-
* The type of the protocol. Valid values:
|
|
13960
|
+
* The type of the forwarding protocol. Valid values:
|
|
13898
13961
|
*
|
|
13899
13962
|
* * **tcp**
|
|
13900
13963
|
* * **udp**
|
|
@@ -13917,6 +13980,7 @@ export declare class ModifyPortRequest extends $tea.Model {
|
|
|
13917
13980
|
* ddoscoo-cn-st21zbyq****
|
|
13918
13981
|
*/
|
|
13919
13982
|
instanceId?: string;
|
|
13983
|
+
proxyEnable?: number;
|
|
13920
13984
|
/**
|
|
13921
13985
|
* @remarks
|
|
13922
13986
|
* An array that consists of the IP addresses of origin servers.
|
|
@@ -14022,7 +14086,7 @@ export declare class ModifyPortAutoCcStatusRequest extends $tea.Model {
|
|
|
14022
14086
|
export declare class ModifyPortAutoCcStatusResponseBody extends $tea.Model {
|
|
14023
14087
|
/**
|
|
14024
14088
|
* @remarks
|
|
14025
|
-
* The ID
|
|
14089
|
+
* The request ID.
|
|
14026
14090
|
*
|
|
14027
14091
|
* @example
|
|
14028
14092
|
* 0bcf28g5-d57c-11e7-9bs0-d89d6717dxbc
|
|
@@ -14526,7 +14590,7 @@ export declare class ModifyWebAIProtectModeRequest extends $tea.Model {
|
|
|
14526
14590
|
export declare class ModifyWebAIProtectModeResponseBody extends $tea.Model {
|
|
14527
14591
|
/**
|
|
14528
14592
|
* @remarks
|
|
14529
|
-
* The ID
|
|
14593
|
+
* The request ID.
|
|
14530
14594
|
*
|
|
14531
14595
|
* @example
|
|
14532
14596
|
* 0bcf28g5-d57c-11e7-9bs0-d89d6717dxbc
|
|
@@ -15553,7 +15617,7 @@ export declare class ModifyWebPreciseAccessSwitchRequest extends $tea.Model {
|
|
|
15553
15617
|
export declare class ModifyWebPreciseAccessSwitchResponseBody extends $tea.Model {
|
|
15554
15618
|
/**
|
|
15555
15619
|
* @remarks
|
|
15556
|
-
* The ID
|
|
15620
|
+
* The request ID.
|
|
15557
15621
|
*
|
|
15558
15622
|
* @example
|
|
15559
15623
|
* 0bcf28g5-d57c-11e7-9bs0-d89d6717dxbc
|
|
@@ -17724,7 +17788,7 @@ export declare class DescribeHealthCheckListResponseBodyHealthCheckListHealthChe
|
|
|
17724
17788
|
* @remarks
|
|
17725
17789
|
* The domain name.
|
|
17726
17790
|
*
|
|
17727
|
-
* >
|
|
17791
|
+
* > This parameter is returned only when the Layer 7 health check configuration is queried.
|
|
17728
17792
|
*
|
|
17729
17793
|
* @example
|
|
17730
17794
|
* www.aliyun.com
|
|
@@ -17785,7 +17849,7 @@ export declare class DescribeHealthCheckListResponseBodyHealthCheckListHealthChe
|
|
|
17785
17849
|
* @remarks
|
|
17786
17850
|
* The check path.
|
|
17787
17851
|
*
|
|
17788
|
-
* >
|
|
17852
|
+
* > This parameter is returned only when the Layer 7 health check configuration is queried.
|
|
17789
17853
|
*
|
|
17790
17854
|
* @example
|
|
17791
17855
|
* /abc
|
|
@@ -17929,6 +17993,13 @@ export declare class DescribeHealthCheckStatusResponseBodyHealthCheckStatus exte
|
|
|
17929
17993
|
});
|
|
17930
17994
|
}
|
|
17931
17995
|
export declare class DescribeInstanceDetailsResponseBodyInstanceDetailsEipInfos extends $tea.Model {
|
|
17996
|
+
/**
|
|
17997
|
+
* @remarks
|
|
17998
|
+
* Indicates whether a custom certificate is configured.
|
|
17999
|
+
*
|
|
18000
|
+
* @example
|
|
18001
|
+
* true
|
|
18002
|
+
*/
|
|
17932
18003
|
certConfigured?: boolean;
|
|
17933
18004
|
/**
|
|
17934
18005
|
* @remarks
|
|
@@ -17938,6 +18009,13 @@ export declare class DescribeInstanceDetailsResponseBodyInstanceDetailsEipInfos
|
|
|
17938
18009
|
* 203.117.XX.XX
|
|
17939
18010
|
*/
|
|
17940
18011
|
eip?: string;
|
|
18012
|
+
/**
|
|
18013
|
+
* @remarks
|
|
18014
|
+
* The type of the instance.
|
|
18015
|
+
*
|
|
18016
|
+
* @example
|
|
18017
|
+
* default
|
|
18018
|
+
*/
|
|
17941
18019
|
functionVersion?: string;
|
|
17942
18020
|
/**
|
|
17943
18021
|
* @remarks
|
|
@@ -17961,6 +18039,13 @@ export declare class DescribeInstanceDetailsResponseBodyInstanceDetailsEipInfos
|
|
|
17961
18039
|
* Ipv4
|
|
17962
18040
|
*/
|
|
17963
18041
|
ipVersion?: string;
|
|
18042
|
+
/**
|
|
18043
|
+
* @remarks
|
|
18044
|
+
* Indicates whether the TLS 1.3 version is supported.
|
|
18045
|
+
*
|
|
18046
|
+
* @example
|
|
18047
|
+
* false
|
|
18048
|
+
*/
|
|
17964
18049
|
ssl13Enabled?: boolean;
|
|
17965
18050
|
/**
|
|
17966
18051
|
* @remarks
|
|
@@ -17976,6 +18061,13 @@ export declare class DescribeInstanceDetailsResponseBodyInstanceDetailsEipInfos
|
|
|
17976
18061
|
* normal
|
|
17977
18062
|
*/
|
|
17978
18063
|
status?: string;
|
|
18064
|
+
/**
|
|
18065
|
+
* @remarks
|
|
18066
|
+
* The Transport Layer Security (TLS) version that is configured.
|
|
18067
|
+
*
|
|
18068
|
+
* @example
|
|
18069
|
+
* tls1.2
|
|
18070
|
+
*/
|
|
17979
18071
|
tlsVersion?: string;
|
|
17980
18072
|
static names(): {
|
|
17981
18073
|
[key: string]: string;
|
|
@@ -17990,7 +18082,7 @@ export declare class DescribeInstanceDetailsResponseBodyInstanceDetailsEipInfos
|
|
|
17990
18082
|
export declare class DescribeInstanceDetailsResponseBodyInstanceDetails extends $tea.Model {
|
|
17991
18083
|
/**
|
|
17992
18084
|
* @remarks
|
|
17993
|
-
* The information about the
|
|
18085
|
+
* The IP address information about the Anti-DDoS Proxy instance.
|
|
17994
18086
|
*/
|
|
17995
18087
|
eipInfos?: DescribeInstanceDetailsResponseBodyInstanceDetailsEipInfos[];
|
|
17996
18088
|
/**
|
|
@@ -19188,6 +19280,7 @@ export declare class DescribeNetworkRulesResponseBodyNetworkRules extends $tea.M
|
|
|
19188
19280
|
* true
|
|
19189
19281
|
*/
|
|
19190
19282
|
isAutoCreate?: boolean;
|
|
19283
|
+
payloadRuleEnable?: number;
|
|
19191
19284
|
/**
|
|
19192
19285
|
* @remarks
|
|
19193
19286
|
* The forwarding protocol. Valid values:
|
|
@@ -19199,6 +19292,8 @@ export declare class DescribeNetworkRulesResponseBodyNetworkRules extends $tea.M
|
|
|
19199
19292
|
* tcp
|
|
19200
19293
|
*/
|
|
19201
19294
|
protocol?: string;
|
|
19295
|
+
proxyEnable?: number;
|
|
19296
|
+
proxyStatus?: string;
|
|
19202
19297
|
/**
|
|
19203
19298
|
* @remarks
|
|
19204
19299
|
* The IP addresses of origin servers.
|
|
@@ -20463,10 +20558,10 @@ export declare class DescribeWebAreaBlockConfigsResponseBodyAreaBlockConfigs ext
|
|
|
20463
20558
|
export declare class DescribeWebCCRulesResponseBodyWebCCRules extends $tea.Model {
|
|
20464
20559
|
/**
|
|
20465
20560
|
* @remarks
|
|
20466
|
-
* The
|
|
20561
|
+
* The action triggered if the rule is matched. Valid values:
|
|
20467
20562
|
*
|
|
20468
|
-
* * **close**:
|
|
20469
|
-
* * **captcha**:
|
|
20563
|
+
* * **close**: The requests that match the rule are blocked.
|
|
20564
|
+
* * **captcha**: Completely Automated Public Turing test to tell Computers and Humans Apart (CAPTCHA) verification for the requests that match the rule is implemented.
|
|
20470
20565
|
*
|
|
20471
20566
|
* @example
|
|
20472
20567
|
* close
|
|
@@ -20474,7 +20569,7 @@ export declare class DescribeWebCCRulesResponseBodyWebCCRules extends $tea.Model
|
|
|
20474
20569
|
act?: string;
|
|
20475
20570
|
/**
|
|
20476
20571
|
* @remarks
|
|
20477
|
-
* The number of requests that are allowed from
|
|
20572
|
+
* The number of requests that are allowed from a single IP address. Valid values: **2** to **2000**.
|
|
20478
20573
|
*
|
|
20479
20574
|
* @example
|
|
20480
20575
|
* 3
|
|
@@ -20482,7 +20577,7 @@ export declare class DescribeWebCCRulesResponseBodyWebCCRules extends $tea.Model
|
|
|
20482
20577
|
count?: number;
|
|
20483
20578
|
/**
|
|
20484
20579
|
* @remarks
|
|
20485
|
-
* The check
|
|
20580
|
+
* The check interval. Valid values: **5** to **10800**. Unit: seconds.
|
|
20486
20581
|
*
|
|
20487
20582
|
* @example
|
|
20488
20583
|
* 5
|
|
@@ -20492,8 +20587,8 @@ export declare class DescribeWebCCRulesResponseBodyWebCCRules extends $tea.Model
|
|
|
20492
20587
|
* @remarks
|
|
20493
20588
|
* The match mode. Valid values:
|
|
20494
20589
|
*
|
|
20495
|
-
* * **prefix**: prefix match
|
|
20496
|
-
* * **match**: exact match
|
|
20590
|
+
* * **prefix**: prefix match.
|
|
20591
|
+
* * **match**: exact match.
|
|
20497
20592
|
*
|
|
20498
20593
|
* @example
|
|
20499
20594
|
* prefix
|
|
@@ -20509,7 +20604,7 @@ export declare class DescribeWebCCRulesResponseBodyWebCCRules extends $tea.Model
|
|
|
20509
20604
|
name?: string;
|
|
20510
20605
|
/**
|
|
20511
20606
|
* @remarks
|
|
20512
|
-
* The
|
|
20607
|
+
* The validity period. Valid values: **1** to **1440**. Unit: minutes.
|
|
20513
20608
|
*
|
|
20514
20609
|
* @example
|
|
20515
20610
|
* 60
|
|
@@ -20542,6 +20637,13 @@ export declare class DescribeWebCCRulesV2ResponseBodyWebCCRulesRuleDetailConditi
|
|
|
20542
20637
|
* 192.0.XX.XX
|
|
20543
20638
|
*/
|
|
20544
20639
|
content?: string;
|
|
20640
|
+
/**
|
|
20641
|
+
* @remarks
|
|
20642
|
+
* The match content when the match method is Equals to One of Multiple Values.
|
|
20643
|
+
*
|
|
20644
|
+
* @example
|
|
20645
|
+
* ["2","3","ad"]
|
|
20646
|
+
*/
|
|
20545
20647
|
contentList?: string;
|
|
20546
20648
|
/**
|
|
20547
20649
|
* @remarks
|
|
@@ -21355,16 +21457,31 @@ export declare class DescribeWebReportTopIpResponseBodyDataList extends $tea.Mod
|
|
|
21355
21457
|
}
|
|
21356
21458
|
export declare class DescribeWebRulesResponseBodyWebRulesGmCert extends $tea.Model {
|
|
21357
21459
|
/**
|
|
21460
|
+
* @remarks
|
|
21461
|
+
* The ID of the SM certificate.
|
|
21462
|
+
*
|
|
21358
21463
|
* @example
|
|
21359
21464
|
* 725****
|
|
21360
21465
|
*/
|
|
21361
21466
|
certId?: string;
|
|
21362
21467
|
/**
|
|
21468
|
+
* @remarks
|
|
21469
|
+
* Indicates whether Enable SM Certificate-based Verification is turned on.
|
|
21470
|
+
*
|
|
21471
|
+
* * 0: no
|
|
21472
|
+
* * 1: yes
|
|
21473
|
+
*
|
|
21363
21474
|
* @example
|
|
21364
21475
|
* 1
|
|
21365
21476
|
*/
|
|
21366
21477
|
gmEnable?: number;
|
|
21367
21478
|
/**
|
|
21479
|
+
* @remarks
|
|
21480
|
+
* Indicates whether Allow Access Only from SM Certificates-based Clients is turned on.
|
|
21481
|
+
*
|
|
21482
|
+
* * 0: no
|
|
21483
|
+
* * 1: yes
|
|
21484
|
+
*
|
|
21368
21485
|
* @example
|
|
21369
21486
|
* 1
|
|
21370
21487
|
*/
|
|
@@ -21380,8 +21497,20 @@ export declare class DescribeWebRulesResponseBodyWebRulesGmCert extends $tea.Mod
|
|
|
21380
21497
|
});
|
|
21381
21498
|
}
|
|
21382
21499
|
export declare class DescribeWebRulesResponseBodyWebRulesProxyTypes extends $tea.Model {
|
|
21500
|
+
/**
|
|
21501
|
+
* @remarks
|
|
21502
|
+
* The ports.
|
|
21503
|
+
*/
|
|
21383
21504
|
proxyPorts?: string[];
|
|
21384
21505
|
/**
|
|
21506
|
+
* @remarks
|
|
21507
|
+
* The type of the protocol. Valid values:
|
|
21508
|
+
*
|
|
21509
|
+
* * **http**
|
|
21510
|
+
* * **https**
|
|
21511
|
+
* * **websocket**
|
|
21512
|
+
* * **websockets**
|
|
21513
|
+
*
|
|
21385
21514
|
* @example
|
|
21386
21515
|
* https
|
|
21387
21516
|
*/
|
|
@@ -21398,11 +21527,20 @@ export declare class DescribeWebRulesResponseBodyWebRulesProxyTypes extends $tea
|
|
|
21398
21527
|
}
|
|
21399
21528
|
export declare class DescribeWebRulesResponseBodyWebRulesRealServers extends $tea.Model {
|
|
21400
21529
|
/**
|
|
21530
|
+
* @remarks
|
|
21531
|
+
* The address of the origin server.
|
|
21532
|
+
*
|
|
21401
21533
|
* @example
|
|
21402
21534
|
* 192.0.XX.XX
|
|
21403
21535
|
*/
|
|
21404
21536
|
realServer?: string;
|
|
21405
21537
|
/**
|
|
21538
|
+
* @remarks
|
|
21539
|
+
* The type of the origin server address. Valid values:
|
|
21540
|
+
*
|
|
21541
|
+
* * **0**: IP address
|
|
21542
|
+
* * **1**: domain name The domain name of the origin server is returned if you deploy proxies, such as Web Application Firewall (WAF), between the origin server and the instance. In this case, the address of the proxy, such as the CNAME provided by WAF, is returned.
|
|
21543
|
+
*
|
|
21406
21544
|
* @example
|
|
21407
21545
|
* 0
|
|
21408
21546
|
*/
|
|
@@ -21418,97 +21556,239 @@ export declare class DescribeWebRulesResponseBodyWebRulesRealServers extends $te
|
|
|
21418
21556
|
});
|
|
21419
21557
|
}
|
|
21420
21558
|
export declare class DescribeWebRulesResponseBodyWebRules extends $tea.Model {
|
|
21559
|
+
/**
|
|
21560
|
+
* @remarks
|
|
21561
|
+
* The IP addresses in the blacklist for the domain name.
|
|
21562
|
+
*/
|
|
21421
21563
|
blackList?: string[];
|
|
21422
21564
|
/**
|
|
21565
|
+
* @remarks
|
|
21566
|
+
* Indicates whether the Frequency Control policy is enabled. Valid values:
|
|
21567
|
+
*
|
|
21568
|
+
* * **true**
|
|
21569
|
+
* * **false**
|
|
21570
|
+
*
|
|
21423
21571
|
* @example
|
|
21424
21572
|
* true
|
|
21425
21573
|
*/
|
|
21426
21574
|
ccEnabled?: boolean;
|
|
21427
21575
|
/**
|
|
21576
|
+
* @remarks
|
|
21577
|
+
* Indicates whether the Custom Rule switch of the Frequency Control policy is turned on. Valid values:
|
|
21578
|
+
*
|
|
21579
|
+
* * **true**
|
|
21580
|
+
* * **false**
|
|
21581
|
+
*
|
|
21428
21582
|
* @example
|
|
21429
21583
|
* false
|
|
21430
21584
|
*/
|
|
21431
21585
|
ccRuleEnabled?: boolean;
|
|
21432
21586
|
/**
|
|
21587
|
+
* @remarks
|
|
21588
|
+
* The mode of the Frequency Control policy. Valid values:
|
|
21589
|
+
*
|
|
21590
|
+
* * **default**: the Normal mode
|
|
21591
|
+
* * **gf_under_attack**: the Emergency mode
|
|
21592
|
+
* * **gf_sos_verify**: the Strict mode
|
|
21593
|
+
* * **gf_sos_verify**: the Super Strict mode
|
|
21594
|
+
*
|
|
21433
21595
|
* @example
|
|
21434
21596
|
* default
|
|
21435
21597
|
*/
|
|
21436
21598
|
ccTemplate?: string;
|
|
21437
21599
|
/**
|
|
21600
|
+
* @remarks
|
|
21601
|
+
* The name of the SSL certificate.
|
|
21602
|
+
*
|
|
21438
21603
|
* @example
|
|
21439
21604
|
* testcert
|
|
21440
21605
|
*/
|
|
21441
21606
|
certName?: string;
|
|
21607
|
+
/**
|
|
21608
|
+
* @remarks
|
|
21609
|
+
* The region where the certificate is used. Valid values:
|
|
21610
|
+
*
|
|
21611
|
+
* * cn-hangzhou (default): the Chinese mainland
|
|
21612
|
+
* * ap-southeast-1: outside the Chinese mainland
|
|
21613
|
+
*
|
|
21614
|
+
* @example
|
|
21615
|
+
* cn-hangzhou
|
|
21616
|
+
*/
|
|
21442
21617
|
certRegion?: string;
|
|
21443
21618
|
/**
|
|
21619
|
+
* @remarks
|
|
21620
|
+
* The CNAME provided by the Anti-DDoS Pro or Anti-DDoS Premium instance to which the domain name is added.
|
|
21621
|
+
*
|
|
21444
21622
|
* @example
|
|
21445
21623
|
* kzmk7b8tt351****.aliyunddos1014****
|
|
21446
21624
|
*/
|
|
21447
21625
|
cname?: string;
|
|
21626
|
+
/**
|
|
21627
|
+
* @remarks
|
|
21628
|
+
* The custom cipher suites.
|
|
21629
|
+
*/
|
|
21448
21630
|
customCiphers?: string[];
|
|
21449
21631
|
/**
|
|
21632
|
+
* @remarks
|
|
21633
|
+
* The domain name of the website.
|
|
21634
|
+
*
|
|
21450
21635
|
* @example
|
|
21451
21636
|
* example.com
|
|
21452
21637
|
*/
|
|
21453
21638
|
domain?: string;
|
|
21639
|
+
/**
|
|
21640
|
+
* @remarks
|
|
21641
|
+
* The SM certificate settings.
|
|
21642
|
+
*/
|
|
21454
21643
|
gmCert?: DescribeWebRulesResponseBodyWebRulesGmCert;
|
|
21455
21644
|
/**
|
|
21645
|
+
* @remarks
|
|
21646
|
+
* Indicates whether Enable HTTP/2 is turned on. Valid values:
|
|
21647
|
+
*
|
|
21648
|
+
* * **true**
|
|
21649
|
+
* * **false**
|
|
21650
|
+
*
|
|
21456
21651
|
* @example
|
|
21457
21652
|
* true
|
|
21458
21653
|
*/
|
|
21459
21654
|
http2Enable?: boolean;
|
|
21460
21655
|
/**
|
|
21656
|
+
* @remarks
|
|
21657
|
+
* Indicates whether Enable HTTPS Redirection was turned on. Valid values:
|
|
21658
|
+
*
|
|
21659
|
+
* * **true**
|
|
21660
|
+
* * **false**
|
|
21661
|
+
*
|
|
21461
21662
|
* @example
|
|
21462
21663
|
* true
|
|
21463
21664
|
*/
|
|
21464
21665
|
http2HttpsEnable?: boolean;
|
|
21465
21666
|
/**
|
|
21667
|
+
* @remarks
|
|
21668
|
+
* Indicates whether Enable HTTP Redirection of Back-to-origin Requests is turned on. Valid values:
|
|
21669
|
+
*
|
|
21670
|
+
* * **true**
|
|
21671
|
+
* * **false**
|
|
21672
|
+
*
|
|
21466
21673
|
* @example
|
|
21467
21674
|
* true
|
|
21468
21675
|
*/
|
|
21469
21676
|
https2HttpEnable?: boolean;
|
|
21470
21677
|
/**
|
|
21678
|
+
* @remarks
|
|
21679
|
+
* Indicates whether the Online Certificate Status Protocol (OCSP) feature is enabled. Valid values:
|
|
21680
|
+
*
|
|
21681
|
+
* * **true**
|
|
21682
|
+
* * **false**
|
|
21683
|
+
*
|
|
21471
21684
|
* @example
|
|
21472
21685
|
* false
|
|
21473
21686
|
*/
|
|
21474
21687
|
ocspEnabled?: boolean;
|
|
21475
21688
|
/**
|
|
21689
|
+
* @remarks
|
|
21690
|
+
* The load balancing algorithm for back-to-origin traffic. Valid values:
|
|
21691
|
+
*
|
|
21692
|
+
* * **ip_hash**: the IP hash algorithm. This algorithm is used to redirect the requests from the same IP address to the same origin server.
|
|
21693
|
+
* * **rr**: the round-robin algorithm. This algorithm is used to redirect requests to origin servers in turn.
|
|
21694
|
+
* * **least_time**: the least response time algorithm. This algorithm is used to minimize the latency when requests are forwarded from Anti-DDoS Pro or Anti-DDoS Premium instances to origin servers based on the intelligent DNS resolution feature.
|
|
21695
|
+
*
|
|
21476
21696
|
* @example
|
|
21477
21697
|
* ip_hash
|
|
21478
21698
|
*/
|
|
21479
21699
|
policyMode?: string;
|
|
21480
21700
|
/**
|
|
21701
|
+
* @remarks
|
|
21702
|
+
* Indicates whether the forwarding rule is enabled. Valid values:
|
|
21703
|
+
*
|
|
21704
|
+
* * **true**
|
|
21705
|
+
* * **false**
|
|
21706
|
+
*
|
|
21481
21707
|
* @example
|
|
21482
21708
|
* true
|
|
21483
21709
|
*/
|
|
21484
21710
|
proxyEnabled?: boolean;
|
|
21711
|
+
/**
|
|
21712
|
+
* @remarks
|
|
21713
|
+
* The details of the protocol type and port number.
|
|
21714
|
+
*/
|
|
21485
21715
|
proxyTypes?: DescribeWebRulesResponseBodyWebRulesProxyTypes[];
|
|
21486
21716
|
/**
|
|
21717
|
+
* @remarks
|
|
21718
|
+
* The reason why the domain name is invalid. Valid values:
|
|
21719
|
+
*
|
|
21720
|
+
* * **1**: No Content Provider (ICP) filing is completed for the domain name.
|
|
21721
|
+
* * **2**: The business for which you registered the domain name does not meet regulatory requirements.
|
|
21722
|
+
*
|
|
21723
|
+
* If the two reasons are both involved, the value **2** is returned.
|
|
21724
|
+
*
|
|
21487
21725
|
* @example
|
|
21488
21726
|
* 1
|
|
21489
21727
|
*/
|
|
21490
21728
|
punishReason?: number;
|
|
21491
21729
|
/**
|
|
21730
|
+
* @remarks
|
|
21731
|
+
* Indicates whether the domain name is invalid. Valid values:
|
|
21732
|
+
*
|
|
21733
|
+
* * **true**: You can view the specific reasons from the **PunishReason** parameter.
|
|
21734
|
+
* * **false**
|
|
21735
|
+
*
|
|
21492
21736
|
* @example
|
|
21493
21737
|
* true
|
|
21494
21738
|
*/
|
|
21495
21739
|
punishStatus?: boolean;
|
|
21740
|
+
/**
|
|
21741
|
+
* @remarks
|
|
21742
|
+
* The details of the origin server address.
|
|
21743
|
+
*/
|
|
21496
21744
|
realServers?: DescribeWebRulesResponseBodyWebRulesRealServers[];
|
|
21497
21745
|
/**
|
|
21746
|
+
* @remarks
|
|
21747
|
+
* Indicates whether TLS 1.3 is supported. Valid values:
|
|
21748
|
+
*
|
|
21749
|
+
* * **true**
|
|
21750
|
+
* * **false**
|
|
21751
|
+
*
|
|
21498
21752
|
* @example
|
|
21499
21753
|
* false
|
|
21500
21754
|
*/
|
|
21501
21755
|
ssl13Enabled?: boolean;
|
|
21502
21756
|
/**
|
|
21757
|
+
* @remarks
|
|
21758
|
+
* The type of the cipher suite. Valid values:
|
|
21759
|
+
*
|
|
21760
|
+
* * **default**: custom cipher suites
|
|
21761
|
+
* * **all**: all cipher suites, which contain strong and weak cipher suites
|
|
21762
|
+
* * **strong**: strong cipher suites
|
|
21763
|
+
*
|
|
21503
21764
|
* @example
|
|
21504
21765
|
* default
|
|
21505
21766
|
*/
|
|
21506
21767
|
sslCiphers?: string;
|
|
21507
21768
|
/**
|
|
21769
|
+
* @remarks
|
|
21770
|
+
* The version of the Transport Layer Security (TLS) protocol. Valid values:
|
|
21771
|
+
*
|
|
21772
|
+
* * **tls1.0**: TLS 1.0 or later
|
|
21773
|
+
* * **tls1.1**: TLS 1.1 or later
|
|
21774
|
+
* * **tls1.2**: TLS 1.2 or later
|
|
21775
|
+
*
|
|
21508
21776
|
* @example
|
|
21509
21777
|
* tls1.1
|
|
21510
21778
|
*/
|
|
21511
21779
|
sslProtocols?: string;
|
|
21780
|
+
/**
|
|
21781
|
+
* @remarks
|
|
21782
|
+
* The name of the certificate uploaded by the user to the certificate center.
|
|
21783
|
+
*
|
|
21784
|
+
* @example
|
|
21785
|
+
* test
|
|
21786
|
+
*/
|
|
21787
|
+
userCertName?: string;
|
|
21788
|
+
/**
|
|
21789
|
+
* @remarks
|
|
21790
|
+
* The IP addresses in the whitelist for the domain name.
|
|
21791
|
+
*/
|
|
21512
21792
|
whiteList?: string[];
|
|
21513
21793
|
static names(): {
|
|
21514
21794
|
[key: string]: string;
|
|
@@ -22148,7 +22428,7 @@ export default class Client extends OpenApi {
|
|
|
22148
22428
|
*/
|
|
22149
22429
|
deleteTagResources(request: DeleteTagResourcesRequest): Promise<DeleteTagResourcesResponse>;
|
|
22150
22430
|
/**
|
|
22151
|
-
* Deletes custom frequency control
|
|
22431
|
+
* Deletes a custom frequency control rule of a website.
|
|
22152
22432
|
*
|
|
22153
22433
|
* @deprecated OpenAPI DeleteWebCCRule is deprecated, please use ddoscoo::2020-01-01::DeleteWebCCRuleV2 instead.
|
|
22154
22434
|
*
|
|
@@ -22158,7 +22438,7 @@ export default class Client extends OpenApi {
|
|
|
22158
22438
|
*/
|
|
22159
22439
|
deleteWebCCRuleWithOptions(request: DeleteWebCCRuleRequest, runtime: $Util.RuntimeOptions): Promise<DeleteWebCCRuleResponse>;
|
|
22160
22440
|
/**
|
|
22161
|
-
* Deletes custom frequency control
|
|
22441
|
+
* Deletes a custom frequency control rule of a website.
|
|
22162
22442
|
*
|
|
22163
22443
|
* @deprecated OpenAPI DeleteWebCCRule is deprecated, please use ddoscoo::2020-01-01::DeleteWebCCRuleV2 instead.
|
|
22164
22444
|
*
|
|
@@ -22322,7 +22602,7 @@ export default class Client extends OpenApi {
|
|
|
22322
22602
|
*/
|
|
22323
22603
|
describeAutoCcWhitelist(request: DescribeAutoCcWhitelistRequest): Promise<DescribeAutoCcWhitelistResponse>;
|
|
22324
22604
|
/**
|
|
22325
|
-
* Queries the back-to-origin CIDR blocks of Anti-DDoS
|
|
22605
|
+
* Queries the back-to-origin CIDR blocks of Anti-DDoS Proxy.
|
|
22326
22606
|
*
|
|
22327
22607
|
* @param request - DescribeBackSourceCidrRequest
|
|
22328
22608
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -22330,7 +22610,7 @@ export default class Client extends OpenApi {
|
|
|
22330
22610
|
*/
|
|
22331
22611
|
describeBackSourceCidrWithOptions(request: DescribeBackSourceCidrRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBackSourceCidrResponse>;
|
|
22332
22612
|
/**
|
|
22333
|
-
* Queries the back-to-origin CIDR blocks of Anti-DDoS
|
|
22613
|
+
* Queries the back-to-origin CIDR blocks of Anti-DDoS Proxy.
|
|
22334
22614
|
*
|
|
22335
22615
|
* @param request - DescribeBackSourceCidrRequest
|
|
22336
22616
|
* @returns DescribeBackSourceCidrResponse
|
|
@@ -23872,9 +24152,13 @@ export default class Client extends OpenApi {
|
|
|
23872
24152
|
*/
|
|
23873
24153
|
describeWebReportTopIp(request: DescribeWebReportTopIpRequest): Promise<DescribeWebReportTopIpResponse>;
|
|
23874
24154
|
/**
|
|
23875
|
-
*
|
|
23876
|
-
*
|
|
23877
|
-
*
|
|
24155
|
+
* Query Configuration of Website Business Forwarding Rules.
|
|
24156
|
+
*
|
|
24157
|
+
* @remarks
|
|
24158
|
+
* This interface is used for paginated querying of the configurations of website business forwarding rules you have created, such as forwarding protocol types, source server addresses, HTTPS configurations, IP blacklist configurations, and more.
|
|
24159
|
+
* Before calling this interface, you must have already called [CreateWebRule](~~CreateWebRule~~) to create website business forwarding rules.
|
|
24160
|
+
* ### QPS Limit
|
|
24161
|
+
* The per-user QPS limit for this interface is 50 times/second. Exceeding this limit will result in API calls being throttled, which may impact your business; please use it reasonably.
|
|
23878
24162
|
*
|
|
23879
24163
|
* @param request - DescribeWebRulesRequest
|
|
23880
24164
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -23882,9 +24166,13 @@ export default class Client extends OpenApi {
|
|
|
23882
24166
|
*/
|
|
23883
24167
|
describeWebRulesWithOptions(request: DescribeWebRulesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeWebRulesResponse>;
|
|
23884
24168
|
/**
|
|
23885
|
-
*
|
|
23886
|
-
*
|
|
23887
|
-
*
|
|
24169
|
+
* Query Configuration of Website Business Forwarding Rules.
|
|
24170
|
+
*
|
|
24171
|
+
* @remarks
|
|
24172
|
+
* This interface is used for paginated querying of the configurations of website business forwarding rules you have created, such as forwarding protocol types, source server addresses, HTTPS configurations, IP blacklist configurations, and more.
|
|
24173
|
+
* Before calling this interface, you must have already called [CreateWebRule](~~CreateWebRule~~) to create website business forwarding rules.
|
|
24174
|
+
* ### QPS Limit
|
|
24175
|
+
* The per-user QPS limit for this interface is 50 times/second. Exceeding this limit will result in API calls being throttled, which may impact your business; please use it reasonably.
|
|
23888
24176
|
*
|
|
23889
24177
|
* @param request - DescribeWebRulesRequest
|
|
23890
24178
|
* @returns DescribeWebRulesResponse
|
|
@@ -23936,7 +24224,7 @@ export default class Client extends OpenApi {
|
|
|
23936
24224
|
*/
|
|
23937
24225
|
disableWebAccessLogConfig(request: DisableWebAccessLogConfigRequest): Promise<DisableWebAccessLogConfigResponse>;
|
|
23938
24226
|
/**
|
|
23939
|
-
* Disables
|
|
24227
|
+
* Disables frequency control for a website.
|
|
23940
24228
|
*
|
|
23941
24229
|
* @param request - DisableWebCCRequest
|
|
23942
24230
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -23944,14 +24232,14 @@ export default class Client extends OpenApi {
|
|
|
23944
24232
|
*/
|
|
23945
24233
|
disableWebCCWithOptions(request: DisableWebCCRequest, runtime: $Util.RuntimeOptions): Promise<DisableWebCCResponse>;
|
|
23946
24234
|
/**
|
|
23947
|
-
* Disables
|
|
24235
|
+
* Disables frequency control for a website.
|
|
23948
24236
|
*
|
|
23949
24237
|
* @param request - DisableWebCCRequest
|
|
23950
24238
|
* @returns DisableWebCCResponse
|
|
23951
24239
|
*/
|
|
23952
24240
|
disableWebCC(request: DisableWebCCRequest): Promise<DisableWebCCResponse>;
|
|
23953
24241
|
/**
|
|
23954
|
-
*
|
|
24242
|
+
* Disables custom frequency control rules for a website.
|
|
23955
24243
|
*
|
|
23956
24244
|
* @param request - DisableWebCCRuleRequest
|
|
23957
24245
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -23959,7 +24247,7 @@ export default class Client extends OpenApi {
|
|
|
23959
24247
|
*/
|
|
23960
24248
|
disableWebCCRuleWithOptions(request: DisableWebCCRuleRequest, runtime: $Util.RuntimeOptions): Promise<DisableWebCCRuleResponse>;
|
|
23961
24249
|
/**
|
|
23962
|
-
*
|
|
24250
|
+
* Disables custom frequency control rules for a website.
|
|
23963
24251
|
*
|
|
23964
24252
|
* @param request - DisableWebCCRuleRequest
|
|
23965
24253
|
* @returns DisableWebCCRuleResponse
|
|
@@ -24056,7 +24344,7 @@ export default class Client extends OpenApi {
|
|
|
24056
24344
|
*/
|
|
24057
24345
|
enableWebCC(request: EnableWebCCRequest): Promise<EnableWebCCResponse>;
|
|
24058
24346
|
/**
|
|
24059
|
-
*
|
|
24347
|
+
* Enables custom frequency control rules for a website.
|
|
24060
24348
|
*
|
|
24061
24349
|
* @param request - EnableWebCCRuleRequest
|
|
24062
24350
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -24064,7 +24352,7 @@ export default class Client extends OpenApi {
|
|
|
24064
24352
|
*/
|
|
24065
24353
|
enableWebCCRuleWithOptions(request: EnableWebCCRuleRequest, runtime: $Util.RuntimeOptions): Promise<EnableWebCCRuleResponse>;
|
|
24066
24354
|
/**
|
|
24067
|
-
*
|
|
24355
|
+
* Enables custom frequency control rules for a website.
|
|
24068
24356
|
*
|
|
24069
24357
|
* @param request - EnableWebCCRuleRequest
|
|
24070
24358
|
* @returns EnableWebCCRuleResponse
|
|
@@ -24308,7 +24596,7 @@ export default class Client extends OpenApi {
|
|
|
24308
24596
|
*/
|
|
24309
24597
|
modifyInstanceRemark(request: ModifyInstanceRemarkRequest): Promise<ModifyInstanceRemarkResponse>;
|
|
24310
24598
|
/**
|
|
24311
|
-
* Modifies the session persistence settings of a port forwarding rule.
|
|
24599
|
+
* Modifies the session persistence and DDoS mitigation policy settings of a port forwarding rule.
|
|
24312
24600
|
*
|
|
24313
24601
|
* @param request - ModifyNetworkRuleAttributeRequest
|
|
24314
24602
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -24316,7 +24604,7 @@ export default class Client extends OpenApi {
|
|
|
24316
24604
|
*/
|
|
24317
24605
|
modifyNetworkRuleAttributeWithOptions(request: ModifyNetworkRuleAttributeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyNetworkRuleAttributeResponse>;
|
|
24318
24606
|
/**
|
|
24319
|
-
* Modifies the session persistence settings of a port forwarding rule.
|
|
24607
|
+
* Modifies the session persistence and DDoS mitigation policy settings of a port forwarding rule.
|
|
24320
24608
|
*
|
|
24321
24609
|
* @param request - ModifyNetworkRuleAttributeRequest
|
|
24322
24610
|
* @returns ModifyNetworkRuleAttributeResponse
|
|
@@ -24440,7 +24728,7 @@ export default class Client extends OpenApi {
|
|
|
24440
24728
|
*/
|
|
24441
24729
|
modifyTlsConfig(request: ModifyTlsConfigRequest): Promise<ModifyTlsConfigResponse>;
|
|
24442
24730
|
/**
|
|
24443
|
-
* Changes the mode of the
|
|
24731
|
+
* Changes the mode of the intelligent protection feature for a website.
|
|
24444
24732
|
*
|
|
24445
24733
|
* @param request - ModifyWebAIProtectModeRequest
|
|
24446
24734
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -24448,7 +24736,7 @@ export default class Client extends OpenApi {
|
|
|
24448
24736
|
*/
|
|
24449
24737
|
modifyWebAIProtectModeWithOptions(request: ModifyWebAIProtectModeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyWebAIProtectModeResponse>;
|
|
24450
24738
|
/**
|
|
24451
|
-
* Changes the mode of the
|
|
24739
|
+
* Changes the mode of the intelligent protection feature for a website.
|
|
24452
24740
|
*
|
|
24453
24741
|
* @param request - ModifyWebAIProtectModeRequest
|
|
24454
24742
|
* @returns ModifyWebAIProtectModeResponse
|
|
@@ -24629,7 +24917,7 @@ export default class Client extends OpenApi {
|
|
|
24629
24917
|
*/
|
|
24630
24918
|
modifyWebIpSetSwitch(request: ModifyWebIpSetSwitchRequest): Promise<ModifyWebIpSetSwitchResponse>;
|
|
24631
24919
|
/**
|
|
24632
|
-
*
|
|
24920
|
+
* Creates or modifies an accurate access control rule of a website.
|
|
24633
24921
|
*
|
|
24634
24922
|
* @param request - ModifyWebPreciseAccessRuleRequest
|
|
24635
24923
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -24637,14 +24925,14 @@ export default class Client extends OpenApi {
|
|
|
24637
24925
|
*/
|
|
24638
24926
|
modifyWebPreciseAccessRuleWithOptions(request: ModifyWebPreciseAccessRuleRequest, runtime: $Util.RuntimeOptions): Promise<ModifyWebPreciseAccessRuleResponse>;
|
|
24639
24927
|
/**
|
|
24640
|
-
*
|
|
24928
|
+
* Creates or modifies an accurate access control rule of a website.
|
|
24641
24929
|
*
|
|
24642
24930
|
* @param request - ModifyWebPreciseAccessRuleRequest
|
|
24643
24931
|
* @returns ModifyWebPreciseAccessRuleResponse
|
|
24644
24932
|
*/
|
|
24645
24933
|
modifyWebPreciseAccessRule(request: ModifyWebPreciseAccessRuleRequest): Promise<ModifyWebPreciseAccessRuleResponse>;
|
|
24646
24934
|
/**
|
|
24647
|
-
* Enables or disables
|
|
24935
|
+
* Enables or disables accurate access control for a website.
|
|
24648
24936
|
*
|
|
24649
24937
|
* @param request - ModifyWebPreciseAccessSwitchRequest
|
|
24650
24938
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -24652,7 +24940,7 @@ export default class Client extends OpenApi {
|
|
|
24652
24940
|
*/
|
|
24653
24941
|
modifyWebPreciseAccessSwitchWithOptions(request: ModifyWebPreciseAccessSwitchRequest, runtime: $Util.RuntimeOptions): Promise<ModifyWebPreciseAccessSwitchResponse>;
|
|
24654
24942
|
/**
|
|
24655
|
-
* Enables or disables
|
|
24943
|
+
* Enables or disables accurate access control for a website.
|
|
24656
24944
|
*
|
|
24657
24945
|
* @param request - ModifyWebPreciseAccessSwitchRequest
|
|
24658
24946
|
* @returns ModifyWebPreciseAccessSwitchResponse
|