@alicloud/slb20140515 2.0.5 → 2.0.6
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 +1582 -750
- package/dist/client.js +2599 -1742
- package/dist/client.js.map +1 -1
- package/package.json +7 -7
- package/src/client.ts +1582 -750
package/src/client.ts
CHANGED
|
@@ -65,9 +65,9 @@ export class AddAccessControlListEntryResponseBody extends $tea.Model {
|
|
|
65
65
|
}
|
|
66
66
|
|
|
67
67
|
export class AddAccessControlListEntryResponse extends $tea.Model {
|
|
68
|
-
headers
|
|
69
|
-
statusCode
|
|
70
|
-
body
|
|
68
|
+
headers?: { [key: string]: string };
|
|
69
|
+
statusCode?: number;
|
|
70
|
+
body?: AddAccessControlListEntryResponseBody;
|
|
71
71
|
static names(): { [key: string]: string } {
|
|
72
72
|
return {
|
|
73
73
|
headers: 'headers',
|
|
@@ -152,9 +152,9 @@ export class AddBackendServersResponseBody extends $tea.Model {
|
|
|
152
152
|
}
|
|
153
153
|
|
|
154
154
|
export class AddBackendServersResponse extends $tea.Model {
|
|
155
|
-
headers
|
|
156
|
-
statusCode
|
|
157
|
-
body
|
|
155
|
+
headers?: { [key: string]: string };
|
|
156
|
+
statusCode?: number;
|
|
157
|
+
body?: AddBackendServersResponseBody;
|
|
158
158
|
static names(): { [key: string]: string } {
|
|
159
159
|
return {
|
|
160
160
|
headers: 'headers',
|
|
@@ -239,9 +239,9 @@ export class AddListenerWhiteListItemResponseBody extends $tea.Model {
|
|
|
239
239
|
}
|
|
240
240
|
|
|
241
241
|
export class AddListenerWhiteListItemResponse extends $tea.Model {
|
|
242
|
-
headers
|
|
243
|
-
statusCode
|
|
244
|
-
body
|
|
242
|
+
headers?: { [key: string]: string };
|
|
243
|
+
statusCode?: number;
|
|
244
|
+
body?: AddListenerWhiteListItemResponseBody;
|
|
245
245
|
static names(): { [key: string]: string } {
|
|
246
246
|
return {
|
|
247
247
|
headers: 'headers',
|
|
@@ -320,9 +320,9 @@ export class AddTagsResponseBody extends $tea.Model {
|
|
|
320
320
|
}
|
|
321
321
|
|
|
322
322
|
export class AddTagsResponse extends $tea.Model {
|
|
323
|
-
headers
|
|
324
|
-
statusCode
|
|
325
|
-
body
|
|
323
|
+
headers?: { [key: string]: string };
|
|
324
|
+
statusCode?: number;
|
|
325
|
+
body?: AddTagsResponseBody;
|
|
326
326
|
static names(): { [key: string]: string } {
|
|
327
327
|
return {
|
|
328
328
|
headers: 'headers',
|
|
@@ -407,9 +407,9 @@ export class AddVServerGroupBackendServersResponseBody extends $tea.Model {
|
|
|
407
407
|
}
|
|
408
408
|
|
|
409
409
|
export class AddVServerGroupBackendServersResponse extends $tea.Model {
|
|
410
|
-
headers
|
|
411
|
-
statusCode
|
|
412
|
-
body
|
|
410
|
+
headers?: { [key: string]: string };
|
|
411
|
+
statusCode?: number;
|
|
412
|
+
body?: AddVServerGroupBackendServersResponseBody;
|
|
413
413
|
static names(): { [key: string]: string } {
|
|
414
414
|
return {
|
|
415
415
|
headers: 'headers',
|
|
@@ -497,9 +497,9 @@ export class CreateAccessControlListResponseBody extends $tea.Model {
|
|
|
497
497
|
}
|
|
498
498
|
|
|
499
499
|
export class CreateAccessControlListResponse extends $tea.Model {
|
|
500
|
-
headers
|
|
501
|
-
statusCode
|
|
502
|
-
body
|
|
500
|
+
headers?: { [key: string]: string };
|
|
501
|
+
statusCode?: number;
|
|
502
|
+
body?: CreateAccessControlListResponseBody;
|
|
503
503
|
static names(): { [key: string]: string } {
|
|
504
504
|
return {
|
|
505
505
|
headers: 'headers',
|
|
@@ -590,9 +590,9 @@ export class CreateDomainExtensionResponseBody extends $tea.Model {
|
|
|
590
590
|
}
|
|
591
591
|
|
|
592
592
|
export class CreateDomainExtensionResponse extends $tea.Model {
|
|
593
|
-
headers
|
|
594
|
-
statusCode
|
|
595
|
-
body
|
|
593
|
+
headers?: { [key: string]: string };
|
|
594
|
+
statusCode?: number;
|
|
595
|
+
body?: CreateDomainExtensionResponseBody;
|
|
596
596
|
static names(): { [key: string]: string } {
|
|
597
597
|
return {
|
|
598
598
|
headers: 'headers',
|
|
@@ -758,9 +758,9 @@ export class CreateLoadBalancerResponseBody extends $tea.Model {
|
|
|
758
758
|
}
|
|
759
759
|
|
|
760
760
|
export class CreateLoadBalancerResponse extends $tea.Model {
|
|
761
|
-
headers
|
|
762
|
-
statusCode
|
|
763
|
-
body
|
|
761
|
+
headers?: { [key: string]: string };
|
|
762
|
+
statusCode?: number;
|
|
763
|
+
body?: CreateLoadBalancerResponseBody;
|
|
764
764
|
static names(): { [key: string]: string } {
|
|
765
765
|
return {
|
|
766
766
|
headers: 'headers',
|
|
@@ -941,9 +941,9 @@ export class CreateLoadBalancerHTTPListenerResponseBody extends $tea.Model {
|
|
|
941
941
|
}
|
|
942
942
|
|
|
943
943
|
export class CreateLoadBalancerHTTPListenerResponse extends $tea.Model {
|
|
944
|
-
headers
|
|
945
|
-
statusCode
|
|
946
|
-
body
|
|
944
|
+
headers?: { [key: string]: string };
|
|
945
|
+
statusCode?: number;
|
|
946
|
+
body?: CreateLoadBalancerHTTPListenerResponseBody;
|
|
947
947
|
static names(): { [key: string]: string } {
|
|
948
948
|
return {
|
|
949
949
|
headers: 'headers',
|
|
@@ -1130,9 +1130,9 @@ export class CreateLoadBalancerHTTPSListenerResponseBody extends $tea.Model {
|
|
|
1130
1130
|
}
|
|
1131
1131
|
|
|
1132
1132
|
export class CreateLoadBalancerHTTPSListenerResponse extends $tea.Model {
|
|
1133
|
-
headers
|
|
1134
|
-
statusCode
|
|
1135
|
-
body
|
|
1133
|
+
headers?: { [key: string]: string };
|
|
1134
|
+
statusCode?: number;
|
|
1135
|
+
body?: CreateLoadBalancerHTTPSListenerResponseBody;
|
|
1136
1136
|
static names(): { [key: string]: string } {
|
|
1137
1137
|
return {
|
|
1138
1138
|
headers: 'headers',
|
|
@@ -1286,9 +1286,9 @@ export class CreateLoadBalancerTCPListenerResponseBody extends $tea.Model {
|
|
|
1286
1286
|
}
|
|
1287
1287
|
|
|
1288
1288
|
export class CreateLoadBalancerTCPListenerResponse extends $tea.Model {
|
|
1289
|
-
headers
|
|
1290
|
-
statusCode
|
|
1291
|
-
body
|
|
1289
|
+
headers?: { [key: string]: string };
|
|
1290
|
+
statusCode?: number;
|
|
1291
|
+
body?: CreateLoadBalancerTCPListenerResponseBody;
|
|
1292
1292
|
static names(): { [key: string]: string } {
|
|
1293
1293
|
return {
|
|
1294
1294
|
headers: 'headers',
|
|
@@ -1424,9 +1424,9 @@ export class CreateLoadBalancerUDPListenerResponseBody extends $tea.Model {
|
|
|
1424
1424
|
}
|
|
1425
1425
|
|
|
1426
1426
|
export class CreateLoadBalancerUDPListenerResponse extends $tea.Model {
|
|
1427
|
-
headers
|
|
1428
|
-
statusCode
|
|
1429
|
-
body
|
|
1427
|
+
headers?: { [key: string]: string };
|
|
1428
|
+
statusCode?: number;
|
|
1429
|
+
body?: CreateLoadBalancerUDPListenerResponseBody;
|
|
1430
1430
|
static names(): { [key: string]: string } {
|
|
1431
1431
|
return {
|
|
1432
1432
|
headers: 'headers',
|
|
@@ -1517,9 +1517,9 @@ export class CreateMasterSlaveServerGroupResponseBody extends $tea.Model {
|
|
|
1517
1517
|
}
|
|
1518
1518
|
|
|
1519
1519
|
export class CreateMasterSlaveServerGroupResponse extends $tea.Model {
|
|
1520
|
-
headers
|
|
1521
|
-
statusCode
|
|
1522
|
-
body
|
|
1520
|
+
headers?: { [key: string]: string };
|
|
1521
|
+
statusCode?: number;
|
|
1522
|
+
body?: CreateMasterSlaveServerGroupResponseBody;
|
|
1523
1523
|
static names(): { [key: string]: string } {
|
|
1524
1524
|
return {
|
|
1525
1525
|
headers: 'headers',
|
|
@@ -1607,9 +1607,9 @@ export class CreateRulesResponseBody extends $tea.Model {
|
|
|
1607
1607
|
}
|
|
1608
1608
|
|
|
1609
1609
|
export class CreateRulesResponse extends $tea.Model {
|
|
1610
|
-
headers
|
|
1611
|
-
statusCode
|
|
1612
|
-
body
|
|
1610
|
+
headers?: { [key: string]: string };
|
|
1611
|
+
statusCode?: number;
|
|
1612
|
+
body?: CreateRulesResponseBody;
|
|
1613
1613
|
static names(): { [key: string]: string } {
|
|
1614
1614
|
return {
|
|
1615
1615
|
headers: 'headers',
|
|
@@ -1694,9 +1694,9 @@ export class CreateTLSCipherPolicyResponseBody extends $tea.Model {
|
|
|
1694
1694
|
}
|
|
1695
1695
|
|
|
1696
1696
|
export class CreateTLSCipherPolicyResponse extends $tea.Model {
|
|
1697
|
-
headers
|
|
1698
|
-
statusCode
|
|
1699
|
-
body
|
|
1697
|
+
headers?: { [key: string]: string };
|
|
1698
|
+
statusCode?: number;
|
|
1699
|
+
body?: CreateTLSCipherPolicyResponseBody;
|
|
1700
1700
|
static names(): { [key: string]: string } {
|
|
1701
1701
|
return {
|
|
1702
1702
|
headers: 'headers',
|
|
@@ -1787,9 +1787,9 @@ export class CreateVServerGroupResponseBody extends $tea.Model {
|
|
|
1787
1787
|
}
|
|
1788
1788
|
|
|
1789
1789
|
export class CreateVServerGroupResponse extends $tea.Model {
|
|
1790
|
-
headers
|
|
1791
|
-
statusCode
|
|
1792
|
-
body
|
|
1790
|
+
headers?: { [key: string]: string };
|
|
1791
|
+
statusCode?: number;
|
|
1792
|
+
body?: CreateVServerGroupResponseBody;
|
|
1793
1793
|
static names(): { [key: string]: string } {
|
|
1794
1794
|
return {
|
|
1795
1795
|
headers: 'headers',
|
|
@@ -1865,9 +1865,9 @@ export class DeleteAccessControlListResponseBody extends $tea.Model {
|
|
|
1865
1865
|
}
|
|
1866
1866
|
|
|
1867
1867
|
export class DeleteAccessControlListResponse extends $tea.Model {
|
|
1868
|
-
headers
|
|
1869
|
-
statusCode
|
|
1870
|
-
body
|
|
1868
|
+
headers?: { [key: string]: string };
|
|
1869
|
+
statusCode?: number;
|
|
1870
|
+
body?: DeleteAccessControlListResponseBody;
|
|
1871
1871
|
static names(): { [key: string]: string } {
|
|
1872
1872
|
return {
|
|
1873
1873
|
headers: 'headers',
|
|
@@ -1949,9 +1949,9 @@ export class DeleteAccessLogsDownloadAttributeResponseBody extends $tea.Model {
|
|
|
1949
1949
|
}
|
|
1950
1950
|
|
|
1951
1951
|
export class DeleteAccessLogsDownloadAttributeResponse extends $tea.Model {
|
|
1952
|
-
headers
|
|
1953
|
-
statusCode
|
|
1954
|
-
body
|
|
1952
|
+
headers?: { [key: string]: string };
|
|
1953
|
+
statusCode?: number;
|
|
1954
|
+
body?: DeleteAccessLogsDownloadAttributeResponseBody;
|
|
1955
1955
|
static names(): { [key: string]: string } {
|
|
1956
1956
|
return {
|
|
1957
1957
|
headers: 'headers',
|
|
@@ -2027,9 +2027,9 @@ export class DeleteCACertificateResponseBody extends $tea.Model {
|
|
|
2027
2027
|
}
|
|
2028
2028
|
|
|
2029
2029
|
export class DeleteCACertificateResponse extends $tea.Model {
|
|
2030
|
-
headers
|
|
2031
|
-
statusCode
|
|
2032
|
-
body
|
|
2030
|
+
headers?: { [key: string]: string };
|
|
2031
|
+
statusCode?: number;
|
|
2032
|
+
body?: DeleteCACertificateResponseBody;
|
|
2033
2033
|
static names(): { [key: string]: string } {
|
|
2034
2034
|
return {
|
|
2035
2035
|
headers: 'headers',
|
|
@@ -2105,9 +2105,9 @@ export class DeleteDomainExtensionResponseBody extends $tea.Model {
|
|
|
2105
2105
|
}
|
|
2106
2106
|
|
|
2107
2107
|
export class DeleteDomainExtensionResponse extends $tea.Model {
|
|
2108
|
-
headers
|
|
2109
|
-
statusCode
|
|
2110
|
-
body
|
|
2108
|
+
headers?: { [key: string]: string };
|
|
2109
|
+
statusCode?: number;
|
|
2110
|
+
body?: DeleteDomainExtensionResponseBody;
|
|
2111
2111
|
static names(): { [key: string]: string } {
|
|
2112
2112
|
return {
|
|
2113
2113
|
headers: 'headers',
|
|
@@ -2183,9 +2183,9 @@ export class DeleteLoadBalancerResponseBody extends $tea.Model {
|
|
|
2183
2183
|
}
|
|
2184
2184
|
|
|
2185
2185
|
export class DeleteLoadBalancerResponse extends $tea.Model {
|
|
2186
|
-
headers
|
|
2187
|
-
statusCode
|
|
2188
|
-
body
|
|
2186
|
+
headers?: { [key: string]: string };
|
|
2187
|
+
statusCode?: number;
|
|
2188
|
+
body?: DeleteLoadBalancerResponseBody;
|
|
2189
2189
|
static names(): { [key: string]: string } {
|
|
2190
2190
|
return {
|
|
2191
2191
|
headers: 'headers',
|
|
@@ -2267,9 +2267,9 @@ export class DeleteLoadBalancerListenerResponseBody extends $tea.Model {
|
|
|
2267
2267
|
}
|
|
2268
2268
|
|
|
2269
2269
|
export class DeleteLoadBalancerListenerResponse extends $tea.Model {
|
|
2270
|
-
headers
|
|
2271
|
-
statusCode
|
|
2272
|
-
body
|
|
2270
|
+
headers?: { [key: string]: string };
|
|
2271
|
+
statusCode?: number;
|
|
2272
|
+
body?: DeleteLoadBalancerListenerResponseBody;
|
|
2273
2273
|
static names(): { [key: string]: string } {
|
|
2274
2274
|
return {
|
|
2275
2275
|
headers: 'headers',
|
|
@@ -2345,9 +2345,9 @@ export class DeleteMasterSlaveServerGroupResponseBody extends $tea.Model {
|
|
|
2345
2345
|
}
|
|
2346
2346
|
|
|
2347
2347
|
export class DeleteMasterSlaveServerGroupResponse extends $tea.Model {
|
|
2348
|
-
headers
|
|
2349
|
-
statusCode
|
|
2350
|
-
body
|
|
2348
|
+
headers?: { [key: string]: string };
|
|
2349
|
+
statusCode?: number;
|
|
2350
|
+
body?: DeleteMasterSlaveServerGroupResponseBody;
|
|
2351
2351
|
static names(): { [key: string]: string } {
|
|
2352
2352
|
return {
|
|
2353
2353
|
headers: 'headers',
|
|
@@ -2423,9 +2423,9 @@ export class DeleteRulesResponseBody extends $tea.Model {
|
|
|
2423
2423
|
}
|
|
2424
2424
|
|
|
2425
2425
|
export class DeleteRulesResponse extends $tea.Model {
|
|
2426
|
-
headers
|
|
2427
|
-
statusCode
|
|
2428
|
-
body
|
|
2426
|
+
headers?: { [key: string]: string };
|
|
2427
|
+
statusCode?: number;
|
|
2428
|
+
body?: DeleteRulesResponseBody;
|
|
2429
2429
|
static names(): { [key: string]: string } {
|
|
2430
2430
|
return {
|
|
2431
2431
|
headers: 'headers',
|
|
@@ -2501,9 +2501,9 @@ export class DeleteServerCertificateResponseBody extends $tea.Model {
|
|
|
2501
2501
|
}
|
|
2502
2502
|
|
|
2503
2503
|
export class DeleteServerCertificateResponse extends $tea.Model {
|
|
2504
|
-
headers
|
|
2505
|
-
statusCode
|
|
2506
|
-
body
|
|
2504
|
+
headers?: { [key: string]: string };
|
|
2505
|
+
statusCode?: number;
|
|
2506
|
+
body?: DeleteServerCertificateResponseBody;
|
|
2507
2507
|
static names(): { [key: string]: string } {
|
|
2508
2508
|
return {
|
|
2509
2509
|
headers: 'headers',
|
|
@@ -2579,9 +2579,9 @@ export class DeleteTLSCipherPolicyResponseBody extends $tea.Model {
|
|
|
2579
2579
|
}
|
|
2580
2580
|
|
|
2581
2581
|
export class DeleteTLSCipherPolicyResponse extends $tea.Model {
|
|
2582
|
-
headers
|
|
2583
|
-
statusCode
|
|
2584
|
-
body
|
|
2582
|
+
headers?: { [key: string]: string };
|
|
2583
|
+
statusCode?: number;
|
|
2584
|
+
body?: DeleteTLSCipherPolicyResponseBody;
|
|
2585
2585
|
static names(): { [key: string]: string } {
|
|
2586
2586
|
return {
|
|
2587
2587
|
headers: 'headers',
|
|
@@ -2657,9 +2657,9 @@ export class DeleteVServerGroupResponseBody extends $tea.Model {
|
|
|
2657
2657
|
}
|
|
2658
2658
|
|
|
2659
2659
|
export class DeleteVServerGroupResponse extends $tea.Model {
|
|
2660
|
-
headers
|
|
2661
|
-
statusCode
|
|
2662
|
-
body
|
|
2660
|
+
headers?: { [key: string]: string };
|
|
2661
|
+
statusCode?: number;
|
|
2662
|
+
body?: DeleteVServerGroupResponseBody;
|
|
2663
2663
|
static names(): { [key: string]: string } {
|
|
2664
2664
|
return {
|
|
2665
2665
|
headers: 'headers',
|
|
@@ -2771,9 +2771,9 @@ export class DescribeAccessControlListAttributeResponseBody extends $tea.Model {
|
|
|
2771
2771
|
}
|
|
2772
2772
|
|
|
2773
2773
|
export class DescribeAccessControlListAttributeResponse extends $tea.Model {
|
|
2774
|
-
headers
|
|
2775
|
-
statusCode
|
|
2776
|
-
body
|
|
2774
|
+
headers?: { [key: string]: string };
|
|
2775
|
+
statusCode?: number;
|
|
2776
|
+
body?: DescribeAccessControlListAttributeResponseBody;
|
|
2777
2777
|
static names(): { [key: string]: string } {
|
|
2778
2778
|
return {
|
|
2779
2779
|
headers: 'headers',
|
|
@@ -2879,9 +2879,9 @@ export class DescribeAccessControlListsResponseBody extends $tea.Model {
|
|
|
2879
2879
|
}
|
|
2880
2880
|
|
|
2881
2881
|
export class DescribeAccessControlListsResponse extends $tea.Model {
|
|
2882
|
-
headers
|
|
2883
|
-
statusCode
|
|
2884
|
-
body
|
|
2882
|
+
headers?: { [key: string]: string };
|
|
2883
|
+
statusCode?: number;
|
|
2884
|
+
body?: DescribeAccessControlListsResponseBody;
|
|
2885
2885
|
static names(): { [key: string]: string } {
|
|
2886
2886
|
return {
|
|
2887
2887
|
headers: 'headers',
|
|
@@ -2981,9 +2981,9 @@ export class DescribeAccessLogsDownloadAttributeResponseBody extends $tea.Model
|
|
|
2981
2981
|
}
|
|
2982
2982
|
|
|
2983
2983
|
export class DescribeAccessLogsDownloadAttributeResponse extends $tea.Model {
|
|
2984
|
-
headers
|
|
2985
|
-
statusCode
|
|
2986
|
-
body
|
|
2984
|
+
headers?: { [key: string]: string };
|
|
2985
|
+
statusCode?: number;
|
|
2986
|
+
body?: DescribeAccessLogsDownloadAttributeResponseBody;
|
|
2987
2987
|
static names(): { [key: string]: string } {
|
|
2988
2988
|
return {
|
|
2989
2989
|
headers: 'headers',
|
|
@@ -3065,9 +3065,9 @@ export class DescribeAvailableResourceResponseBody extends $tea.Model {
|
|
|
3065
3065
|
}
|
|
3066
3066
|
|
|
3067
3067
|
export class DescribeAvailableResourceResponse extends $tea.Model {
|
|
3068
|
-
headers
|
|
3069
|
-
statusCode
|
|
3070
|
-
body
|
|
3068
|
+
headers?: { [key: string]: string };
|
|
3069
|
+
statusCode?: number;
|
|
3070
|
+
body?: DescribeAvailableResourceResponseBody;
|
|
3071
3071
|
static names(): { [key: string]: string } {
|
|
3072
3072
|
return {
|
|
3073
3073
|
headers: 'headers',
|
|
@@ -3152,9 +3152,9 @@ export class DescribeCACertificatesResponseBody extends $tea.Model {
|
|
|
3152
3152
|
}
|
|
3153
3153
|
|
|
3154
3154
|
export class DescribeCACertificatesResponse extends $tea.Model {
|
|
3155
|
-
headers
|
|
3156
|
-
statusCode
|
|
3157
|
-
body
|
|
3155
|
+
headers?: { [key: string]: string };
|
|
3156
|
+
statusCode?: number;
|
|
3157
|
+
body?: DescribeCACertificatesResponseBody;
|
|
3158
3158
|
static names(): { [key: string]: string } {
|
|
3159
3159
|
return {
|
|
3160
3160
|
headers: 'headers',
|
|
@@ -3245,9 +3245,9 @@ export class DescribeDomainExtensionAttributeResponseBody extends $tea.Model {
|
|
|
3245
3245
|
}
|
|
3246
3246
|
|
|
3247
3247
|
export class DescribeDomainExtensionAttributeResponse extends $tea.Model {
|
|
3248
|
-
headers
|
|
3249
|
-
statusCode
|
|
3250
|
-
body
|
|
3248
|
+
headers?: { [key: string]: string };
|
|
3249
|
+
statusCode?: number;
|
|
3250
|
+
body?: DescribeDomainExtensionAttributeResponseBody;
|
|
3251
3251
|
static names(): { [key: string]: string } {
|
|
3252
3252
|
return {
|
|
3253
3253
|
headers: 'headers',
|
|
@@ -3332,9 +3332,9 @@ export class DescribeDomainExtensionsResponseBody extends $tea.Model {
|
|
|
3332
3332
|
}
|
|
3333
3333
|
|
|
3334
3334
|
export class DescribeDomainExtensionsResponse extends $tea.Model {
|
|
3335
|
-
headers
|
|
3336
|
-
statusCode
|
|
3337
|
-
body
|
|
3335
|
+
headers?: { [key: string]: string };
|
|
3336
|
+
statusCode?: number;
|
|
3337
|
+
body?: DescribeDomainExtensionsResponseBody;
|
|
3338
3338
|
static names(): { [key: string]: string } {
|
|
3339
3339
|
return {
|
|
3340
3340
|
headers: 'headers',
|
|
@@ -3419,9 +3419,9 @@ export class DescribeHealthStatusResponseBody extends $tea.Model {
|
|
|
3419
3419
|
}
|
|
3420
3420
|
|
|
3421
3421
|
export class DescribeHealthStatusResponse extends $tea.Model {
|
|
3422
|
-
headers
|
|
3423
|
-
statusCode
|
|
3424
|
-
body
|
|
3422
|
+
headers?: { [key: string]: string };
|
|
3423
|
+
statusCode?: number;
|
|
3424
|
+
body?: DescribeHealthStatusResponseBody;
|
|
3425
3425
|
static names(): { [key: string]: string } {
|
|
3426
3426
|
return {
|
|
3427
3427
|
headers: 'headers',
|
|
@@ -3506,9 +3506,9 @@ export class DescribeHighDefinationMonitorResponseBody extends $tea.Model {
|
|
|
3506
3506
|
}
|
|
3507
3507
|
|
|
3508
3508
|
export class DescribeHighDefinationMonitorResponse extends $tea.Model {
|
|
3509
|
-
headers
|
|
3510
|
-
statusCode
|
|
3511
|
-
body
|
|
3509
|
+
headers?: { [key: string]: string };
|
|
3510
|
+
statusCode?: number;
|
|
3511
|
+
body?: DescribeHighDefinationMonitorResponseBody;
|
|
3512
3512
|
static names(): { [key: string]: string } {
|
|
3513
3513
|
return {
|
|
3514
3514
|
headers: 'headers',
|
|
@@ -3596,9 +3596,9 @@ export class DescribeListenerAccessControlAttributeResponseBody extends $tea.Mod
|
|
|
3596
3596
|
}
|
|
3597
3597
|
|
|
3598
3598
|
export class DescribeListenerAccessControlAttributeResponse extends $tea.Model {
|
|
3599
|
-
headers
|
|
3600
|
-
statusCode
|
|
3601
|
-
body
|
|
3599
|
+
headers?: { [key: string]: string };
|
|
3600
|
+
statusCode?: number;
|
|
3601
|
+
body?: DescribeListenerAccessControlAttributeResponseBody;
|
|
3602
3602
|
static names(): { [key: string]: string } {
|
|
3603
3603
|
return {
|
|
3604
3604
|
headers: 'headers',
|
|
@@ -3779,9 +3779,9 @@ export class DescribeLoadBalancerAttributeResponseBody extends $tea.Model {
|
|
|
3779
3779
|
}
|
|
3780
3780
|
|
|
3781
3781
|
export class DescribeLoadBalancerAttributeResponse extends $tea.Model {
|
|
3782
|
-
headers
|
|
3783
|
-
statusCode
|
|
3784
|
-
body
|
|
3782
|
+
headers?: { [key: string]: string };
|
|
3783
|
+
statusCode?: number;
|
|
3784
|
+
body?: DescribeLoadBalancerAttributeResponseBody;
|
|
3785
3785
|
static names(): { [key: string]: string } {
|
|
3786
3786
|
return {
|
|
3787
3787
|
headers: 'headers',
|
|
@@ -3977,9 +3977,9 @@ export class DescribeLoadBalancerHTTPListenerAttributeResponseBody extends $tea.
|
|
|
3977
3977
|
}
|
|
3978
3978
|
|
|
3979
3979
|
export class DescribeLoadBalancerHTTPListenerAttributeResponse extends $tea.Model {
|
|
3980
|
-
headers
|
|
3981
|
-
statusCode
|
|
3982
|
-
body
|
|
3980
|
+
headers?: { [key: string]: string };
|
|
3981
|
+
statusCode?: number;
|
|
3982
|
+
body?: DescribeLoadBalancerHTTPListenerAttributeResponseBody;
|
|
3983
3983
|
static names(): { [key: string]: string } {
|
|
3984
3984
|
return {
|
|
3985
3985
|
headers: 'headers',
|
|
@@ -4196,9 +4196,9 @@ export class DescribeLoadBalancerHTTPSListenerAttributeResponseBody extends $tea
|
|
|
4196
4196
|
}
|
|
4197
4197
|
|
|
4198
4198
|
export class DescribeLoadBalancerHTTPSListenerAttributeResponse extends $tea.Model {
|
|
4199
|
-
headers
|
|
4200
|
-
statusCode
|
|
4201
|
-
body
|
|
4199
|
+
headers?: { [key: string]: string };
|
|
4200
|
+
statusCode?: number;
|
|
4201
|
+
body?: DescribeLoadBalancerHTTPSListenerAttributeResponseBody;
|
|
4202
4202
|
static names(): { [key: string]: string } {
|
|
4203
4203
|
return {
|
|
4204
4204
|
headers: 'headers',
|
|
@@ -4304,9 +4304,9 @@ export class DescribeLoadBalancerListenersResponseBody extends $tea.Model {
|
|
|
4304
4304
|
}
|
|
4305
4305
|
|
|
4306
4306
|
export class DescribeLoadBalancerListenersResponse extends $tea.Model {
|
|
4307
|
-
headers
|
|
4308
|
-
statusCode
|
|
4309
|
-
body
|
|
4307
|
+
headers?: { [key: string]: string };
|
|
4308
|
+
statusCode?: number;
|
|
4309
|
+
body?: DescribeLoadBalancerListenersResponseBody;
|
|
4310
4310
|
static names(): { [key: string]: string } {
|
|
4311
4311
|
return {
|
|
4312
4312
|
headers: 'headers',
|
|
@@ -4475,9 +4475,9 @@ export class DescribeLoadBalancerTCPListenerAttributeResponseBody extends $tea.M
|
|
|
4475
4475
|
}
|
|
4476
4476
|
|
|
4477
4477
|
export class DescribeLoadBalancerTCPListenerAttributeResponse extends $tea.Model {
|
|
4478
|
-
headers
|
|
4479
|
-
statusCode
|
|
4480
|
-
body
|
|
4478
|
+
headers?: { [key: string]: string };
|
|
4479
|
+
statusCode?: number;
|
|
4480
|
+
body?: DescribeLoadBalancerTCPListenerAttributeResponseBody;
|
|
4481
4481
|
static names(): { [key: string]: string } {
|
|
4482
4482
|
return {
|
|
4483
4483
|
headers: 'headers',
|
|
@@ -4622,9 +4622,9 @@ export class DescribeLoadBalancerUDPListenerAttributeResponseBody extends $tea.M
|
|
|
4622
4622
|
}
|
|
4623
4623
|
|
|
4624
4624
|
export class DescribeLoadBalancerUDPListenerAttributeResponse extends $tea.Model {
|
|
4625
|
-
headers
|
|
4626
|
-
statusCode
|
|
4627
|
-
body
|
|
4625
|
+
headers?: { [key: string]: string };
|
|
4626
|
+
statusCode?: number;
|
|
4627
|
+
body?: DescribeLoadBalancerUDPListenerAttributeResponseBody;
|
|
4628
4628
|
static names(): { [key: string]: string } {
|
|
4629
4629
|
return {
|
|
4630
4630
|
headers: 'headers',
|
|
@@ -4769,9 +4769,9 @@ export class DescribeLoadBalancersResponseBody extends $tea.Model {
|
|
|
4769
4769
|
}
|
|
4770
4770
|
|
|
4771
4771
|
export class DescribeLoadBalancersResponse extends $tea.Model {
|
|
4772
|
-
headers
|
|
4773
|
-
statusCode
|
|
4774
|
-
body
|
|
4772
|
+
headers?: { [key: string]: string };
|
|
4773
|
+
statusCode?: number;
|
|
4774
|
+
body?: DescribeLoadBalancersResponseBody;
|
|
4775
4775
|
static names(): { [key: string]: string } {
|
|
4776
4776
|
return {
|
|
4777
4777
|
headers: 'headers',
|
|
@@ -4865,9 +4865,9 @@ export class DescribeMasterSlaveServerGroupAttributeResponseBody extends $tea.Mo
|
|
|
4865
4865
|
}
|
|
4866
4866
|
|
|
4867
4867
|
export class DescribeMasterSlaveServerGroupAttributeResponse extends $tea.Model {
|
|
4868
|
-
headers
|
|
4869
|
-
statusCode
|
|
4870
|
-
body
|
|
4868
|
+
headers?: { [key: string]: string };
|
|
4869
|
+
statusCode?: number;
|
|
4870
|
+
body?: DescribeMasterSlaveServerGroupAttributeResponseBody;
|
|
4871
4871
|
static names(): { [key: string]: string } {
|
|
4872
4872
|
return {
|
|
4873
4873
|
headers: 'headers',
|
|
@@ -4955,9 +4955,9 @@ export class DescribeMasterSlaveServerGroupsResponseBody extends $tea.Model {
|
|
|
4955
4955
|
}
|
|
4956
4956
|
|
|
4957
4957
|
export class DescribeMasterSlaveServerGroupsResponse extends $tea.Model {
|
|
4958
|
-
headers
|
|
4959
|
-
statusCode
|
|
4960
|
-
body
|
|
4958
|
+
headers?: { [key: string]: string };
|
|
4959
|
+
statusCode?: number;
|
|
4960
|
+
body?: DescribeMasterSlaveServerGroupsResponseBody;
|
|
4961
4961
|
static names(): { [key: string]: string } {
|
|
4962
4962
|
return {
|
|
4963
4963
|
headers: 'headers',
|
|
@@ -5036,9 +5036,9 @@ export class DescribeRegionsResponseBody extends $tea.Model {
|
|
|
5036
5036
|
}
|
|
5037
5037
|
|
|
5038
5038
|
export class DescribeRegionsResponse extends $tea.Model {
|
|
5039
|
-
headers
|
|
5040
|
-
statusCode
|
|
5041
|
-
body
|
|
5039
|
+
headers?: { [key: string]: string };
|
|
5040
|
+
statusCode?: number;
|
|
5041
|
+
body?: DescribeRegionsResponseBody;
|
|
5042
5042
|
static names(): { [key: string]: string } {
|
|
5043
5043
|
return {
|
|
5044
5044
|
headers: 'headers',
|
|
@@ -5180,9 +5180,9 @@ export class DescribeRuleAttributeResponseBody extends $tea.Model {
|
|
|
5180
5180
|
}
|
|
5181
5181
|
|
|
5182
5182
|
export class DescribeRuleAttributeResponse extends $tea.Model {
|
|
5183
|
-
headers
|
|
5184
|
-
statusCode
|
|
5185
|
-
body
|
|
5183
|
+
headers?: { [key: string]: string };
|
|
5184
|
+
statusCode?: number;
|
|
5185
|
+
body?: DescribeRuleAttributeResponseBody;
|
|
5186
5186
|
static names(): { [key: string]: string } {
|
|
5187
5187
|
return {
|
|
5188
5188
|
headers: 'headers',
|
|
@@ -5267,9 +5267,9 @@ export class DescribeRulesResponseBody extends $tea.Model {
|
|
|
5267
5267
|
}
|
|
5268
5268
|
|
|
5269
5269
|
export class DescribeRulesResponse extends $tea.Model {
|
|
5270
|
-
headers
|
|
5271
|
-
statusCode
|
|
5272
|
-
body
|
|
5270
|
+
headers?: { [key: string]: string };
|
|
5271
|
+
statusCode?: number;
|
|
5272
|
+
body?: DescribeRulesResponseBody;
|
|
5273
5273
|
static names(): { [key: string]: string } {
|
|
5274
5274
|
return {
|
|
5275
5275
|
headers: 'headers',
|
|
@@ -5354,9 +5354,9 @@ export class DescribeServerCertificatesResponseBody extends $tea.Model {
|
|
|
5354
5354
|
}
|
|
5355
5355
|
|
|
5356
5356
|
export class DescribeServerCertificatesResponse extends $tea.Model {
|
|
5357
|
-
headers
|
|
5358
|
-
statusCode
|
|
5359
|
-
body
|
|
5357
|
+
headers?: { [key: string]: string };
|
|
5358
|
+
statusCode?: number;
|
|
5359
|
+
body?: DescribeServerCertificatesResponseBody;
|
|
5360
5360
|
static names(): { [key: string]: string } {
|
|
5361
5361
|
return {
|
|
5362
5362
|
headers: 'headers',
|
|
@@ -5456,9 +5456,9 @@ export class DescribeTagsResponseBody extends $tea.Model {
|
|
|
5456
5456
|
}
|
|
5457
5457
|
|
|
5458
5458
|
export class DescribeTagsResponse extends $tea.Model {
|
|
5459
|
-
headers
|
|
5460
|
-
statusCode
|
|
5461
|
-
body
|
|
5459
|
+
headers?: { [key: string]: string };
|
|
5460
|
+
statusCode?: number;
|
|
5461
|
+
body?: DescribeTagsResponseBody;
|
|
5462
5462
|
static names(): { [key: string]: string } {
|
|
5463
5463
|
return {
|
|
5464
5464
|
headers: 'headers',
|
|
@@ -5552,9 +5552,9 @@ export class DescribeVServerGroupAttributeResponseBody extends $tea.Model {
|
|
|
5552
5552
|
}
|
|
5553
5553
|
|
|
5554
5554
|
export class DescribeVServerGroupAttributeResponse extends $tea.Model {
|
|
5555
|
-
headers
|
|
5556
|
-
statusCode
|
|
5557
|
-
body
|
|
5555
|
+
headers?: { [key: string]: string };
|
|
5556
|
+
statusCode?: number;
|
|
5557
|
+
body?: DescribeVServerGroupAttributeResponseBody;
|
|
5558
5558
|
static names(): { [key: string]: string } {
|
|
5559
5559
|
return {
|
|
5560
5560
|
headers: 'headers',
|
|
@@ -5645,9 +5645,9 @@ export class DescribeVServerGroupsResponseBody extends $tea.Model {
|
|
|
5645
5645
|
}
|
|
5646
5646
|
|
|
5647
5647
|
export class DescribeVServerGroupsResponse extends $tea.Model {
|
|
5648
|
-
headers
|
|
5649
|
-
statusCode
|
|
5650
|
-
body
|
|
5648
|
+
headers?: { [key: string]: string };
|
|
5649
|
+
statusCode?: number;
|
|
5650
|
+
body?: DescribeVServerGroupsResponseBody;
|
|
5651
5651
|
static names(): { [key: string]: string } {
|
|
5652
5652
|
return {
|
|
5653
5653
|
headers: 'headers',
|
|
@@ -5723,9 +5723,9 @@ export class DescribeZonesResponseBody extends $tea.Model {
|
|
|
5723
5723
|
}
|
|
5724
5724
|
|
|
5725
5725
|
export class DescribeZonesResponse extends $tea.Model {
|
|
5726
|
-
headers
|
|
5727
|
-
statusCode
|
|
5728
|
-
body
|
|
5726
|
+
headers?: { [key: string]: string };
|
|
5727
|
+
statusCode?: number;
|
|
5728
|
+
body?: DescribeZonesResponseBody;
|
|
5729
5729
|
static names(): { [key: string]: string } {
|
|
5730
5730
|
return {
|
|
5731
5731
|
headers: 'headers',
|
|
@@ -5810,9 +5810,9 @@ export class EnableHighDefinationMonitorResponseBody extends $tea.Model {
|
|
|
5810
5810
|
}
|
|
5811
5811
|
|
|
5812
5812
|
export class EnableHighDefinationMonitorResponse extends $tea.Model {
|
|
5813
|
-
headers
|
|
5814
|
-
statusCode
|
|
5815
|
-
body
|
|
5813
|
+
headers?: { [key: string]: string };
|
|
5814
|
+
statusCode?: number;
|
|
5815
|
+
body?: EnableHighDefinationMonitorResponseBody;
|
|
5816
5816
|
static names(): { [key: string]: string } {
|
|
5817
5817
|
return {
|
|
5818
5818
|
headers: 'headers',
|
|
@@ -5912,9 +5912,9 @@ export class ListTLSCipherPoliciesResponseBody extends $tea.Model {
|
|
|
5912
5912
|
}
|
|
5913
5913
|
|
|
5914
5914
|
export class ListTLSCipherPoliciesResponse extends $tea.Model {
|
|
5915
|
-
headers
|
|
5916
|
-
statusCode
|
|
5917
|
-
body
|
|
5915
|
+
headers?: { [key: string]: string };
|
|
5916
|
+
statusCode?: number;
|
|
5917
|
+
body?: ListTLSCipherPoliciesResponseBody;
|
|
5918
5918
|
static names(): { [key: string]: string } {
|
|
5919
5919
|
return {
|
|
5920
5920
|
headers: 'headers',
|
|
@@ -6005,9 +6005,9 @@ export class ListTagResourcesResponseBody extends $tea.Model {
|
|
|
6005
6005
|
}
|
|
6006
6006
|
|
|
6007
6007
|
export class ListTagResourcesResponse extends $tea.Model {
|
|
6008
|
-
headers
|
|
6009
|
-
statusCode
|
|
6010
|
-
body
|
|
6008
|
+
headers?: { [key: string]: string };
|
|
6009
|
+
statusCode?: number;
|
|
6010
|
+
body?: ListTagResourcesResponseBody;
|
|
6011
6011
|
static names(): { [key: string]: string } {
|
|
6012
6012
|
return {
|
|
6013
6013
|
headers: 'headers',
|
|
@@ -6089,9 +6089,9 @@ export class ModifyHighDefinationMonitorResponseBody extends $tea.Model {
|
|
|
6089
6089
|
}
|
|
6090
6090
|
|
|
6091
6091
|
export class ModifyHighDefinationMonitorResponse extends $tea.Model {
|
|
6092
|
-
headers
|
|
6093
|
-
statusCode
|
|
6094
|
-
body
|
|
6092
|
+
headers?: { [key: string]: string };
|
|
6093
|
+
statusCode?: number;
|
|
6094
|
+
body?: ModifyHighDefinationMonitorResponseBody;
|
|
6095
6095
|
static names(): { [key: string]: string } {
|
|
6096
6096
|
return {
|
|
6097
6097
|
headers: 'headers',
|
|
@@ -6179,9 +6179,9 @@ export class ModifyLoadBalancerInstanceChargeTypeResponseBody extends $tea.Model
|
|
|
6179
6179
|
}
|
|
6180
6180
|
|
|
6181
6181
|
export class ModifyLoadBalancerInstanceChargeTypeResponse extends $tea.Model {
|
|
6182
|
-
headers
|
|
6183
|
-
statusCode
|
|
6184
|
-
body
|
|
6182
|
+
headers?: { [key: string]: string };
|
|
6183
|
+
statusCode?: number;
|
|
6184
|
+
body?: ModifyLoadBalancerInstanceChargeTypeResponseBody;
|
|
6185
6185
|
static names(): { [key: string]: string } {
|
|
6186
6186
|
return {
|
|
6187
6187
|
headers: 'headers',
|
|
@@ -6266,9 +6266,9 @@ export class ModifyLoadBalancerInstanceSpecResponseBody extends $tea.Model {
|
|
|
6266
6266
|
}
|
|
6267
6267
|
|
|
6268
6268
|
export class ModifyLoadBalancerInstanceSpecResponse extends $tea.Model {
|
|
6269
|
-
headers
|
|
6270
|
-
statusCode
|
|
6271
|
-
body
|
|
6269
|
+
headers?: { [key: string]: string };
|
|
6270
|
+
statusCode?: number;
|
|
6271
|
+
body?: ModifyLoadBalancerInstanceSpecResponseBody;
|
|
6272
6272
|
static names(): { [key: string]: string } {
|
|
6273
6273
|
return {
|
|
6274
6274
|
headers: 'headers',
|
|
@@ -6356,9 +6356,9 @@ export class ModifyLoadBalancerInternetSpecResponseBody extends $tea.Model {
|
|
|
6356
6356
|
}
|
|
6357
6357
|
|
|
6358
6358
|
export class ModifyLoadBalancerInternetSpecResponse extends $tea.Model {
|
|
6359
|
-
headers
|
|
6360
|
-
statusCode
|
|
6361
|
-
body
|
|
6359
|
+
headers?: { [key: string]: string };
|
|
6360
|
+
statusCode?: number;
|
|
6361
|
+
body?: ModifyLoadBalancerInternetSpecResponseBody;
|
|
6362
6362
|
static names(): { [key: string]: string } {
|
|
6363
6363
|
return {
|
|
6364
6364
|
headers: 'headers',
|
|
@@ -6449,9 +6449,9 @@ export class ModifyLoadBalancerPayTypeResponseBody extends $tea.Model {
|
|
|
6449
6449
|
}
|
|
6450
6450
|
|
|
6451
6451
|
export class ModifyLoadBalancerPayTypeResponse extends $tea.Model {
|
|
6452
|
-
headers
|
|
6453
|
-
statusCode
|
|
6454
|
-
body
|
|
6452
|
+
headers?: { [key: string]: string };
|
|
6453
|
+
statusCode?: number;
|
|
6454
|
+
body?: ModifyLoadBalancerPayTypeResponseBody;
|
|
6455
6455
|
static names(): { [key: string]: string } {
|
|
6456
6456
|
return {
|
|
6457
6457
|
headers: 'headers',
|
|
@@ -6539,9 +6539,9 @@ export class ModifyVServerGroupBackendServersResponseBody extends $tea.Model {
|
|
|
6539
6539
|
}
|
|
6540
6540
|
|
|
6541
6541
|
export class ModifyVServerGroupBackendServersResponse extends $tea.Model {
|
|
6542
|
-
headers
|
|
6543
|
-
statusCode
|
|
6544
|
-
body
|
|
6542
|
+
headers?: { [key: string]: string };
|
|
6543
|
+
statusCode?: number;
|
|
6544
|
+
body?: ModifyVServerGroupBackendServersResponseBody;
|
|
6545
6545
|
static names(): { [key: string]: string } {
|
|
6546
6546
|
return {
|
|
6547
6547
|
headers: 'headers',
|
|
@@ -6629,9 +6629,9 @@ export class MoveResourceGroupResponseBody extends $tea.Model {
|
|
|
6629
6629
|
}
|
|
6630
6630
|
|
|
6631
6631
|
export class MoveResourceGroupResponse extends $tea.Model {
|
|
6632
|
-
headers
|
|
6633
|
-
statusCode
|
|
6634
|
-
body
|
|
6632
|
+
headers?: { [key: string]: string };
|
|
6633
|
+
statusCode?: number;
|
|
6634
|
+
body?: MoveResourceGroupResponseBody;
|
|
6635
6635
|
static names(): { [key: string]: string } {
|
|
6636
6636
|
return {
|
|
6637
6637
|
headers: 'headers',
|
|
@@ -6710,9 +6710,9 @@ export class RemoveAccessControlListEntryResponseBody extends $tea.Model {
|
|
|
6710
6710
|
}
|
|
6711
6711
|
|
|
6712
6712
|
export class RemoveAccessControlListEntryResponse extends $tea.Model {
|
|
6713
|
-
headers
|
|
6714
|
-
statusCode
|
|
6715
|
-
body
|
|
6713
|
+
headers?: { [key: string]: string };
|
|
6714
|
+
statusCode?: number;
|
|
6715
|
+
body?: RemoveAccessControlListEntryResponseBody;
|
|
6716
6716
|
static names(): { [key: string]: string } {
|
|
6717
6717
|
return {
|
|
6718
6718
|
headers: 'headers',
|
|
@@ -6797,9 +6797,9 @@ export class RemoveBackendServersResponseBody extends $tea.Model {
|
|
|
6797
6797
|
}
|
|
6798
6798
|
|
|
6799
6799
|
export class RemoveBackendServersResponse extends $tea.Model {
|
|
6800
|
-
headers
|
|
6801
|
-
statusCode
|
|
6802
|
-
body
|
|
6800
|
+
headers?: { [key: string]: string };
|
|
6801
|
+
statusCode?: number;
|
|
6802
|
+
body?: RemoveBackendServersResponseBody;
|
|
6803
6803
|
static names(): { [key: string]: string } {
|
|
6804
6804
|
return {
|
|
6805
6805
|
headers: 'headers',
|
|
@@ -6884,9 +6884,9 @@ export class RemoveListenerWhiteListItemResponseBody extends $tea.Model {
|
|
|
6884
6884
|
}
|
|
6885
6885
|
|
|
6886
6886
|
export class RemoveListenerWhiteListItemResponse extends $tea.Model {
|
|
6887
|
-
headers
|
|
6888
|
-
statusCode
|
|
6889
|
-
body
|
|
6887
|
+
headers?: { [key: string]: string };
|
|
6888
|
+
statusCode?: number;
|
|
6889
|
+
body?: RemoveListenerWhiteListItemResponseBody;
|
|
6890
6890
|
static names(): { [key: string]: string } {
|
|
6891
6891
|
return {
|
|
6892
6892
|
headers: 'headers',
|
|
@@ -6965,9 +6965,9 @@ export class RemoveTagsResponseBody extends $tea.Model {
|
|
|
6965
6965
|
}
|
|
6966
6966
|
|
|
6967
6967
|
export class RemoveTagsResponse extends $tea.Model {
|
|
6968
|
-
headers
|
|
6969
|
-
statusCode
|
|
6970
|
-
body
|
|
6968
|
+
headers?: { [key: string]: string };
|
|
6969
|
+
statusCode?: number;
|
|
6970
|
+
body?: RemoveTagsResponseBody;
|
|
6971
6971
|
static names(): { [key: string]: string } {
|
|
6972
6972
|
return {
|
|
6973
6973
|
headers: 'headers',
|
|
@@ -7052,9 +7052,9 @@ export class RemoveVServerGroupBackendServersResponseBody extends $tea.Model {
|
|
|
7052
7052
|
}
|
|
7053
7053
|
|
|
7054
7054
|
export class RemoveVServerGroupBackendServersResponse extends $tea.Model {
|
|
7055
|
-
headers
|
|
7056
|
-
statusCode
|
|
7057
|
-
body
|
|
7055
|
+
headers?: { [key: string]: string };
|
|
7056
|
+
statusCode?: number;
|
|
7057
|
+
body?: RemoveVServerGroupBackendServersResponseBody;
|
|
7058
7058
|
static names(): { [key: string]: string } {
|
|
7059
7059
|
return {
|
|
7060
7060
|
headers: 'headers',
|
|
@@ -7133,9 +7133,9 @@ export class SetAccessControlListAttributeResponseBody extends $tea.Model {
|
|
|
7133
7133
|
}
|
|
7134
7134
|
|
|
7135
7135
|
export class SetAccessControlListAttributeResponse extends $tea.Model {
|
|
7136
|
-
headers
|
|
7137
|
-
statusCode
|
|
7138
|
-
body
|
|
7136
|
+
headers?: { [key: string]: string };
|
|
7137
|
+
statusCode?: number;
|
|
7138
|
+
body?: SetAccessControlListAttributeResponseBody;
|
|
7139
7139
|
static names(): { [key: string]: string } {
|
|
7140
7140
|
return {
|
|
7141
7141
|
headers: 'headers',
|
|
@@ -7217,9 +7217,9 @@ export class SetAccessLogsDownloadAttributeResponseBody extends $tea.Model {
|
|
|
7217
7217
|
}
|
|
7218
7218
|
|
|
7219
7219
|
export class SetAccessLogsDownloadAttributeResponse extends $tea.Model {
|
|
7220
|
-
headers
|
|
7221
|
-
statusCode
|
|
7222
|
-
body
|
|
7220
|
+
headers?: { [key: string]: string };
|
|
7221
|
+
statusCode?: number;
|
|
7222
|
+
body?: SetAccessLogsDownloadAttributeResponseBody;
|
|
7223
7223
|
static names(): { [key: string]: string } {
|
|
7224
7224
|
return {
|
|
7225
7225
|
headers: 'headers',
|
|
@@ -7304,9 +7304,9 @@ export class SetBackendServersResponseBody extends $tea.Model {
|
|
|
7304
7304
|
}
|
|
7305
7305
|
|
|
7306
7306
|
export class SetBackendServersResponse extends $tea.Model {
|
|
7307
|
-
headers
|
|
7308
|
-
statusCode
|
|
7309
|
-
body
|
|
7307
|
+
headers?: { [key: string]: string };
|
|
7308
|
+
statusCode?: number;
|
|
7309
|
+
body?: SetBackendServersResponseBody;
|
|
7310
7310
|
static names(): { [key: string]: string } {
|
|
7311
7311
|
return {
|
|
7312
7312
|
headers: 'headers',
|
|
@@ -7385,9 +7385,9 @@ export class SetCACertificateNameResponseBody extends $tea.Model {
|
|
|
7385
7385
|
}
|
|
7386
7386
|
|
|
7387
7387
|
export class SetCACertificateNameResponse extends $tea.Model {
|
|
7388
|
-
headers
|
|
7389
|
-
statusCode
|
|
7390
|
-
body
|
|
7388
|
+
headers?: { [key: string]: string };
|
|
7389
|
+
statusCode?: number;
|
|
7390
|
+
body?: SetCACertificateNameResponseBody;
|
|
7391
7391
|
static names(): { [key: string]: string } {
|
|
7392
7392
|
return {
|
|
7393
7393
|
headers: 'headers',
|
|
@@ -7466,9 +7466,9 @@ export class SetDomainExtensionAttributeResponseBody extends $tea.Model {
|
|
|
7466
7466
|
}
|
|
7467
7467
|
|
|
7468
7468
|
export class SetDomainExtensionAttributeResponse extends $tea.Model {
|
|
7469
|
-
headers
|
|
7470
|
-
statusCode
|
|
7471
|
-
body
|
|
7469
|
+
headers?: { [key: string]: string };
|
|
7470
|
+
statusCode?: number;
|
|
7471
|
+
body?: SetDomainExtensionAttributeResponseBody;
|
|
7472
7472
|
static names(): { [key: string]: string } {
|
|
7473
7473
|
return {
|
|
7474
7474
|
headers: 'headers',
|
|
@@ -7553,9 +7553,9 @@ export class SetListenerAccessControlStatusResponseBody extends $tea.Model {
|
|
|
7553
7553
|
}
|
|
7554
7554
|
|
|
7555
7555
|
export class SetListenerAccessControlStatusResponse extends $tea.Model {
|
|
7556
|
-
headers
|
|
7557
|
-
statusCode
|
|
7558
|
-
body
|
|
7556
|
+
headers?: { [key: string]: string };
|
|
7557
|
+
statusCode?: number;
|
|
7558
|
+
body?: SetListenerAccessControlStatusResponseBody;
|
|
7559
7559
|
static names(): { [key: string]: string } {
|
|
7560
7560
|
return {
|
|
7561
7561
|
headers: 'headers',
|
|
@@ -7634,9 +7634,9 @@ export class SetLoadBalancerDeleteProtectionResponseBody extends $tea.Model {
|
|
|
7634
7634
|
}
|
|
7635
7635
|
|
|
7636
7636
|
export class SetLoadBalancerDeleteProtectionResponse extends $tea.Model {
|
|
7637
|
-
headers
|
|
7638
|
-
statusCode
|
|
7639
|
-
body
|
|
7637
|
+
headers?: { [key: string]: string };
|
|
7638
|
+
statusCode?: number;
|
|
7639
|
+
body?: SetLoadBalancerDeleteProtectionResponseBody;
|
|
7640
7640
|
static names(): { [key: string]: string } {
|
|
7641
7641
|
return {
|
|
7642
7642
|
headers: 'headers',
|
|
@@ -7808,9 +7808,9 @@ export class SetLoadBalancerHTTPListenerAttributeResponseBody extends $tea.Model
|
|
|
7808
7808
|
}
|
|
7809
7809
|
|
|
7810
7810
|
export class SetLoadBalancerHTTPListenerAttributeResponse extends $tea.Model {
|
|
7811
|
-
headers
|
|
7812
|
-
statusCode
|
|
7813
|
-
body
|
|
7811
|
+
headers?: { [key: string]: string };
|
|
7812
|
+
statusCode?: number;
|
|
7813
|
+
body?: SetLoadBalancerHTTPListenerAttributeResponseBody;
|
|
7814
7814
|
static names(): { [key: string]: string } {
|
|
7815
7815
|
return {
|
|
7816
7816
|
headers: 'headers',
|
|
@@ -7994,9 +7994,9 @@ export class SetLoadBalancerHTTPSListenerAttributeResponseBody extends $tea.Mode
|
|
|
7994
7994
|
}
|
|
7995
7995
|
|
|
7996
7996
|
export class SetLoadBalancerHTTPSListenerAttributeResponse extends $tea.Model {
|
|
7997
|
-
headers
|
|
7998
|
-
statusCode
|
|
7999
|
-
body
|
|
7997
|
+
headers?: { [key: string]: string };
|
|
7998
|
+
statusCode?: number;
|
|
7999
|
+
body?: SetLoadBalancerHTTPSListenerAttributeResponseBody;
|
|
8000
8000
|
static names(): { [key: string]: string } {
|
|
8001
8001
|
return {
|
|
8002
8002
|
headers: 'headers',
|
|
@@ -8078,9 +8078,9 @@ export class SetLoadBalancerModificationProtectionResponseBody extends $tea.Mode
|
|
|
8078
8078
|
}
|
|
8079
8079
|
|
|
8080
8080
|
export class SetLoadBalancerModificationProtectionResponse extends $tea.Model {
|
|
8081
|
-
headers
|
|
8082
|
-
statusCode
|
|
8083
|
-
body
|
|
8081
|
+
headers?: { [key: string]: string };
|
|
8082
|
+
statusCode?: number;
|
|
8083
|
+
body?: SetLoadBalancerModificationProtectionResponseBody;
|
|
8084
8084
|
static names(): { [key: string]: string } {
|
|
8085
8085
|
return {
|
|
8086
8086
|
headers: 'headers',
|
|
@@ -8159,9 +8159,9 @@ export class SetLoadBalancerNameResponseBody extends $tea.Model {
|
|
|
8159
8159
|
}
|
|
8160
8160
|
|
|
8161
8161
|
export class SetLoadBalancerNameResponse extends $tea.Model {
|
|
8162
|
-
headers
|
|
8163
|
-
statusCode
|
|
8164
|
-
body
|
|
8162
|
+
headers?: { [key: string]: string };
|
|
8163
|
+
statusCode?: number;
|
|
8164
|
+
body?: SetLoadBalancerNameResponseBody;
|
|
8165
8165
|
static names(): { [key: string]: string } {
|
|
8166
8166
|
return {
|
|
8167
8167
|
headers: 'headers',
|
|
@@ -8240,9 +8240,9 @@ export class SetLoadBalancerStatusResponseBody extends $tea.Model {
|
|
|
8240
8240
|
}
|
|
8241
8241
|
|
|
8242
8242
|
export class SetLoadBalancerStatusResponse extends $tea.Model {
|
|
8243
|
-
headers
|
|
8244
|
-
statusCode
|
|
8245
|
-
body
|
|
8243
|
+
headers?: { [key: string]: string };
|
|
8244
|
+
statusCode?: number;
|
|
8245
|
+
body?: SetLoadBalancerStatusResponseBody;
|
|
8246
8246
|
static names(): { [key: string]: string } {
|
|
8247
8247
|
return {
|
|
8248
8248
|
headers: 'headers',
|
|
@@ -8399,9 +8399,9 @@ export class SetLoadBalancerTCPListenerAttributeResponseBody extends $tea.Model
|
|
|
8399
8399
|
}
|
|
8400
8400
|
|
|
8401
8401
|
export class SetLoadBalancerTCPListenerAttributeResponse extends $tea.Model {
|
|
8402
|
-
headers
|
|
8403
|
-
statusCode
|
|
8404
|
-
body
|
|
8402
|
+
headers?: { [key: string]: string };
|
|
8403
|
+
statusCode?: number;
|
|
8404
|
+
body?: SetLoadBalancerTCPListenerAttributeResponseBody;
|
|
8405
8405
|
static names(): { [key: string]: string } {
|
|
8406
8406
|
return {
|
|
8407
8407
|
headers: 'headers',
|
|
@@ -8537,9 +8537,9 @@ export class SetLoadBalancerUDPListenerAttributeResponseBody extends $tea.Model
|
|
|
8537
8537
|
}
|
|
8538
8538
|
|
|
8539
8539
|
export class SetLoadBalancerUDPListenerAttributeResponse extends $tea.Model {
|
|
8540
|
-
headers
|
|
8541
|
-
statusCode
|
|
8542
|
-
body
|
|
8540
|
+
headers?: { [key: string]: string };
|
|
8541
|
+
statusCode?: number;
|
|
8542
|
+
body?: SetLoadBalancerUDPListenerAttributeResponseBody;
|
|
8543
8543
|
static names(): { [key: string]: string } {
|
|
8544
8544
|
return {
|
|
8545
8545
|
headers: 'headers',
|
|
@@ -8666,9 +8666,9 @@ export class SetRuleResponseBody extends $tea.Model {
|
|
|
8666
8666
|
}
|
|
8667
8667
|
|
|
8668
8668
|
export class SetRuleResponse extends $tea.Model {
|
|
8669
|
-
headers
|
|
8670
|
-
statusCode
|
|
8671
|
-
body
|
|
8669
|
+
headers?: { [key: string]: string };
|
|
8670
|
+
statusCode?: number;
|
|
8671
|
+
body?: SetRuleResponseBody;
|
|
8672
8672
|
static names(): { [key: string]: string } {
|
|
8673
8673
|
return {
|
|
8674
8674
|
headers: 'headers',
|
|
@@ -8747,9 +8747,9 @@ export class SetServerCertificateNameResponseBody extends $tea.Model {
|
|
|
8747
8747
|
}
|
|
8748
8748
|
|
|
8749
8749
|
export class SetServerCertificateNameResponse extends $tea.Model {
|
|
8750
|
-
headers
|
|
8751
|
-
statusCode
|
|
8752
|
-
body
|
|
8750
|
+
headers?: { [key: string]: string };
|
|
8751
|
+
statusCode?: number;
|
|
8752
|
+
body?: SetServerCertificateNameResponseBody;
|
|
8753
8753
|
static names(): { [key: string]: string } {
|
|
8754
8754
|
return {
|
|
8755
8755
|
headers: 'headers',
|
|
@@ -8837,9 +8837,9 @@ export class SetTLSCipherPolicyAttributeResponseBody extends $tea.Model {
|
|
|
8837
8837
|
}
|
|
8838
8838
|
|
|
8839
8839
|
export class SetTLSCipherPolicyAttributeResponse extends $tea.Model {
|
|
8840
|
-
headers
|
|
8841
|
-
statusCode
|
|
8842
|
-
body
|
|
8840
|
+
headers?: { [key: string]: string };
|
|
8841
|
+
statusCode?: number;
|
|
8842
|
+
body?: SetTLSCipherPolicyAttributeResponseBody;
|
|
8843
8843
|
static names(): { [key: string]: string } {
|
|
8844
8844
|
return {
|
|
8845
8845
|
headers: 'headers',
|
|
@@ -8930,9 +8930,9 @@ export class SetVServerGroupAttributeResponseBody extends $tea.Model {
|
|
|
8930
8930
|
}
|
|
8931
8931
|
|
|
8932
8932
|
export class SetVServerGroupAttributeResponse extends $tea.Model {
|
|
8933
|
-
headers
|
|
8934
|
-
statusCode
|
|
8935
|
-
body
|
|
8933
|
+
headers?: { [key: string]: string };
|
|
8934
|
+
statusCode?: number;
|
|
8935
|
+
body?: SetVServerGroupAttributeResponseBody;
|
|
8936
8936
|
static names(): { [key: string]: string } {
|
|
8937
8937
|
return {
|
|
8938
8938
|
headers: 'headers',
|
|
@@ -9014,9 +9014,9 @@ export class StartLoadBalancerListenerResponseBody extends $tea.Model {
|
|
|
9014
9014
|
}
|
|
9015
9015
|
|
|
9016
9016
|
export class StartLoadBalancerListenerResponse extends $tea.Model {
|
|
9017
|
-
headers
|
|
9018
|
-
statusCode
|
|
9019
|
-
body
|
|
9017
|
+
headers?: { [key: string]: string };
|
|
9018
|
+
statusCode?: number;
|
|
9019
|
+
body?: StartLoadBalancerListenerResponseBody;
|
|
9020
9020
|
static names(): { [key: string]: string } {
|
|
9021
9021
|
return {
|
|
9022
9022
|
headers: 'headers',
|
|
@@ -9098,9 +9098,9 @@ export class StopLoadBalancerListenerResponseBody extends $tea.Model {
|
|
|
9098
9098
|
}
|
|
9099
9099
|
|
|
9100
9100
|
export class StopLoadBalancerListenerResponse extends $tea.Model {
|
|
9101
|
-
headers
|
|
9102
|
-
statusCode
|
|
9103
|
-
body
|
|
9101
|
+
headers?: { [key: string]: string };
|
|
9102
|
+
statusCode?: number;
|
|
9103
|
+
body?: StopLoadBalancerListenerResponseBody;
|
|
9104
9104
|
static names(): { [key: string]: string } {
|
|
9105
9105
|
return {
|
|
9106
9106
|
headers: 'headers',
|
|
@@ -9182,9 +9182,9 @@ export class TagResourcesResponseBody extends $tea.Model {
|
|
|
9182
9182
|
}
|
|
9183
9183
|
|
|
9184
9184
|
export class TagResourcesResponse extends $tea.Model {
|
|
9185
|
-
headers
|
|
9186
|
-
statusCode
|
|
9187
|
-
body
|
|
9185
|
+
headers?: { [key: string]: string };
|
|
9186
|
+
statusCode?: number;
|
|
9187
|
+
body?: TagResourcesResponseBody;
|
|
9188
9188
|
static names(): { [key: string]: string } {
|
|
9189
9189
|
return {
|
|
9190
9190
|
headers: 'headers',
|
|
@@ -9269,9 +9269,9 @@ export class UntagResourcesResponseBody extends $tea.Model {
|
|
|
9269
9269
|
}
|
|
9270
9270
|
|
|
9271
9271
|
export class UntagResourcesResponse extends $tea.Model {
|
|
9272
|
-
headers
|
|
9273
|
-
statusCode
|
|
9274
|
-
body
|
|
9272
|
+
headers?: { [key: string]: string };
|
|
9273
|
+
statusCode?: number;
|
|
9274
|
+
body?: UntagResourcesResponseBody;
|
|
9275
9275
|
static names(): { [key: string]: string } {
|
|
9276
9276
|
return {
|
|
9277
9277
|
headers: 'headers',
|
|
@@ -9383,9 +9383,9 @@ export class UploadCACertificateResponseBody extends $tea.Model {
|
|
|
9383
9383
|
}
|
|
9384
9384
|
|
|
9385
9385
|
export class UploadCACertificateResponse extends $tea.Model {
|
|
9386
|
-
headers
|
|
9387
|
-
statusCode
|
|
9388
|
-
body
|
|
9386
|
+
headers?: { [key: string]: string };
|
|
9387
|
+
statusCode?: number;
|
|
9388
|
+
body?: UploadCACertificateResponseBody;
|
|
9389
9389
|
static names(): { [key: string]: string } {
|
|
9390
9390
|
return {
|
|
9391
9391
|
headers: 'headers',
|
|
@@ -9524,9 +9524,9 @@ export class UploadServerCertificateResponseBody extends $tea.Model {
|
|
|
9524
9524
|
}
|
|
9525
9525
|
|
|
9526
9526
|
export class UploadServerCertificateResponse extends $tea.Model {
|
|
9527
|
-
headers
|
|
9528
|
-
statusCode
|
|
9529
|
-
body
|
|
9527
|
+
headers?: { [key: string]: string };
|
|
9528
|
+
statusCode?: number;
|
|
9529
|
+
body?: UploadServerCertificateResponseBody;
|
|
9530
9530
|
static names(): { [key: string]: string } {
|
|
9531
9531
|
return {
|
|
9532
9532
|
headers: 'headers',
|
|
@@ -13243,13 +13243,15 @@ export default class Client extends OpenApi {
|
|
|
13243
13243
|
}
|
|
13244
13244
|
|
|
13245
13245
|
/**
|
|
13246
|
-
|
|
13247
|
-
|
|
13248
|
-
|
|
13249
|
-
|
|
13250
|
-
|
|
13251
|
-
|
|
13252
|
-
|
|
13246
|
+
* @summary Adds IP entries to a network access control list (ACL).
|
|
13247
|
+
*
|
|
13248
|
+
* @description Each network ACL can contain one or more IP addresses or CIDR blocks. Take note of the following limits on network ACLs:
|
|
13249
|
+
* * The number of IP entries that can be added to a network ACL with each Alibaba Cloud account at a time: 50
|
|
13250
|
+
* * The maximum number of IP entries that each network ACL can contain: 300
|
|
13251
|
+
*
|
|
13252
|
+
* @param request AddAccessControlListEntryRequest
|
|
13253
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
13254
|
+
* @return AddAccessControlListEntryResponse
|
|
13253
13255
|
*/
|
|
13254
13256
|
async addAccessControlListEntryWithOptions(request: AddAccessControlListEntryRequest, runtime: $Util.RuntimeOptions): Promise<AddAccessControlListEntryResponse> {
|
|
13255
13257
|
Util.validateModel(request);
|
|
@@ -13300,12 +13302,14 @@ export default class Client extends OpenApi {
|
|
|
13300
13302
|
}
|
|
13301
13303
|
|
|
13302
13304
|
/**
|
|
13303
|
-
|
|
13304
|
-
|
|
13305
|
-
|
|
13306
|
-
|
|
13307
|
-
|
|
13308
|
-
|
|
13305
|
+
* @summary Adds IP entries to a network access control list (ACL).
|
|
13306
|
+
*
|
|
13307
|
+
* @description Each network ACL can contain one or more IP addresses or CIDR blocks. Take note of the following limits on network ACLs:
|
|
13308
|
+
* * The number of IP entries that can be added to a network ACL with each Alibaba Cloud account at a time: 50
|
|
13309
|
+
* * The maximum number of IP entries that each network ACL can contain: 300
|
|
13310
|
+
*
|
|
13311
|
+
* @param request AddAccessControlListEntryRequest
|
|
13312
|
+
* @return AddAccessControlListEntryResponse
|
|
13309
13313
|
*/
|
|
13310
13314
|
async addAccessControlListEntry(request: AddAccessControlListEntryRequest): Promise<AddAccessControlListEntryResponse> {
|
|
13311
13315
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -13313,11 +13317,13 @@ export default class Client extends OpenApi {
|
|
|
13313
13317
|
}
|
|
13314
13318
|
|
|
13315
13319
|
/**
|
|
13316
|
-
|
|
13317
|
-
|
|
13318
|
-
|
|
13319
|
-
|
|
13320
|
-
|
|
13320
|
+
* @summary Adds backend servers.
|
|
13321
|
+
*
|
|
13322
|
+
* @description > If multiple identical Elastic Compute Service (ECS) instances are specified in a request, only the first ECS instance is added. The other ECS instances are ignored. If the backend server that you add is the same as one of the existing backend servers that are already associated with the listener, an error message is returned.
|
|
13323
|
+
*
|
|
13324
|
+
* @param request AddBackendServersRequest
|
|
13325
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
13326
|
+
* @return AddBackendServersResponse
|
|
13321
13327
|
*/
|
|
13322
13328
|
async addBackendServersWithOptions(request: AddBackendServersRequest, runtime: $Util.RuntimeOptions): Promise<AddBackendServersResponse> {
|
|
13323
13329
|
Util.validateModel(request);
|
|
@@ -13368,16 +13374,25 @@ export default class Client extends OpenApi {
|
|
|
13368
13374
|
}
|
|
13369
13375
|
|
|
13370
13376
|
/**
|
|
13371
|
-
|
|
13372
|
-
|
|
13373
|
-
|
|
13374
|
-
|
|
13377
|
+
* @summary Adds backend servers.
|
|
13378
|
+
*
|
|
13379
|
+
* @description > If multiple identical Elastic Compute Service (ECS) instances are specified in a request, only the first ECS instance is added. The other ECS instances are ignored. If the backend server that you add is the same as one of the existing backend servers that are already associated with the listener, an error message is returned.
|
|
13380
|
+
*
|
|
13381
|
+
* @param request AddBackendServersRequest
|
|
13382
|
+
* @return AddBackendServersResponse
|
|
13375
13383
|
*/
|
|
13376
13384
|
async addBackendServers(request: AddBackendServersRequest): Promise<AddBackendServersResponse> {
|
|
13377
13385
|
let runtime = new $Util.RuntimeOptions({ });
|
|
13378
13386
|
return await this.addBackendServersWithOptions(request, runtime);
|
|
13379
13387
|
}
|
|
13380
13388
|
|
|
13389
|
+
/**
|
|
13390
|
+
* @summary Adds IP addresses to the whitelist of a listener.
|
|
13391
|
+
*
|
|
13392
|
+
* @param request AddListenerWhiteListItemRequest
|
|
13393
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
13394
|
+
* @return AddListenerWhiteListItemResponse
|
|
13395
|
+
*/
|
|
13381
13396
|
async addListenerWhiteListItemWithOptions(request: AddListenerWhiteListItemRequest, runtime: $Util.RuntimeOptions): Promise<AddListenerWhiteListItemResponse> {
|
|
13382
13397
|
Util.validateModel(request);
|
|
13383
13398
|
let query = { };
|
|
@@ -13434,22 +13449,28 @@ export default class Client extends OpenApi {
|
|
|
13434
13449
|
return $tea.cast<AddListenerWhiteListItemResponse>(await this.callApi(params, req, runtime), new AddListenerWhiteListItemResponse({}));
|
|
13435
13450
|
}
|
|
13436
13451
|
|
|
13452
|
+
/**
|
|
13453
|
+
* @summary Adds IP addresses to the whitelist of a listener.
|
|
13454
|
+
*
|
|
13455
|
+
* @param request AddListenerWhiteListItemRequest
|
|
13456
|
+
* @return AddListenerWhiteListItemResponse
|
|
13457
|
+
*/
|
|
13437
13458
|
async addListenerWhiteListItem(request: AddListenerWhiteListItemRequest): Promise<AddListenerWhiteListItemResponse> {
|
|
13438
13459
|
let runtime = new $Util.RuntimeOptions({ });
|
|
13439
13460
|
return await this.addListenerWhiteListItemWithOptions(request, runtime);
|
|
13440
13461
|
}
|
|
13441
13462
|
|
|
13442
13463
|
/**
|
|
13443
|
-
|
|
13444
|
-
|
|
13445
|
-
|
|
13446
|
-
|
|
13447
|
-
|
|
13448
|
-
|
|
13449
|
-
|
|
13450
|
-
|
|
13451
|
-
|
|
13452
|
-
|
|
13464
|
+
* @description # Limits
|
|
13465
|
+
* Before you call this API, note the following limits:
|
|
13466
|
+
* * You can add up to 10 tags to each SLB instance.
|
|
13467
|
+
* * You can add up to five pairs of tags at a time.
|
|
13468
|
+
* * All the tags and keys added to an SLB instance must be unique.
|
|
13469
|
+
* * If you add a tag of which the key is the same as that of an existing tag, but the value is different, the new tag overwrites the existing one.
|
|
13470
|
+
*
|
|
13471
|
+
* @param request AddTagsRequest
|
|
13472
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
13473
|
+
* @return AddTagsResponse
|
|
13453
13474
|
*/
|
|
13454
13475
|
async addTagsWithOptions(request: AddTagsRequest, runtime: $Util.RuntimeOptions): Promise<AddTagsResponse> {
|
|
13455
13476
|
Util.validateModel(request);
|
|
@@ -13500,21 +13521,28 @@ export default class Client extends OpenApi {
|
|
|
13500
13521
|
}
|
|
13501
13522
|
|
|
13502
13523
|
/**
|
|
13503
|
-
|
|
13504
|
-
|
|
13505
|
-
|
|
13506
|
-
|
|
13507
|
-
|
|
13508
|
-
|
|
13509
|
-
|
|
13510
|
-
|
|
13511
|
-
|
|
13524
|
+
* @description # Limits
|
|
13525
|
+
* Before you call this API, note the following limits:
|
|
13526
|
+
* * You can add up to 10 tags to each SLB instance.
|
|
13527
|
+
* * You can add up to five pairs of tags at a time.
|
|
13528
|
+
* * All the tags and keys added to an SLB instance must be unique.
|
|
13529
|
+
* * If you add a tag of which the key is the same as that of an existing tag, but the value is different, the new tag overwrites the existing one.
|
|
13530
|
+
*
|
|
13531
|
+
* @param request AddTagsRequest
|
|
13532
|
+
* @return AddTagsResponse
|
|
13512
13533
|
*/
|
|
13513
13534
|
async addTags(request: AddTagsRequest): Promise<AddTagsResponse> {
|
|
13514
13535
|
let runtime = new $Util.RuntimeOptions({ });
|
|
13515
13536
|
return await this.addTagsWithOptions(request, runtime);
|
|
13516
13537
|
}
|
|
13517
13538
|
|
|
13539
|
+
/**
|
|
13540
|
+
* @summary Adds backend servers to a specified server group.
|
|
13541
|
+
*
|
|
13542
|
+
* @param request AddVServerGroupBackendServersRequest
|
|
13543
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
13544
|
+
* @return AddVServerGroupBackendServersResponse
|
|
13545
|
+
*/
|
|
13518
13546
|
async addVServerGroupBackendServersWithOptions(request: AddVServerGroupBackendServersRequest, runtime: $Util.RuntimeOptions): Promise<AddVServerGroupBackendServersResponse> {
|
|
13519
13547
|
Util.validateModel(request);
|
|
13520
13548
|
let query = { };
|
|
@@ -13563,20 +13591,28 @@ export default class Client extends OpenApi {
|
|
|
13563
13591
|
return $tea.cast<AddVServerGroupBackendServersResponse>(await this.callApi(params, req, runtime), new AddVServerGroupBackendServersResponse({}));
|
|
13564
13592
|
}
|
|
13565
13593
|
|
|
13594
|
+
/**
|
|
13595
|
+
* @summary Adds backend servers to a specified server group.
|
|
13596
|
+
*
|
|
13597
|
+
* @param request AddVServerGroupBackendServersRequest
|
|
13598
|
+
* @return AddVServerGroupBackendServersResponse
|
|
13599
|
+
*/
|
|
13566
13600
|
async addVServerGroupBackendServers(request: AddVServerGroupBackendServersRequest): Promise<AddVServerGroupBackendServersResponse> {
|
|
13567
13601
|
let runtime = new $Util.RuntimeOptions({ });
|
|
13568
13602
|
return await this.addVServerGroupBackendServersWithOptions(request, runtime);
|
|
13569
13603
|
}
|
|
13570
13604
|
|
|
13571
13605
|
/**
|
|
13572
|
-
|
|
13573
|
-
|
|
13574
|
-
|
|
13575
|
-
|
|
13576
|
-
|
|
13577
|
-
|
|
13578
|
-
|
|
13579
|
-
|
|
13606
|
+
* @summary Creates an access control list (ACL).
|
|
13607
|
+
*
|
|
13608
|
+
* @description You can create multiple ACLs. Each ACL can contain one or more IP addresses or CIDR blocks. Before you create an ACL, take note of the following limits:
|
|
13609
|
+
* * An account can have a maximum of 50 ACLs in each region.
|
|
13610
|
+
* * You can add a maximum of 50 IP addresses or CIDR blocks at a time within an account.
|
|
13611
|
+
* * Each ACL can contain a maximum of 300 IP addresses or CIDR blocks.
|
|
13612
|
+
*
|
|
13613
|
+
* @param request CreateAccessControlListRequest
|
|
13614
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
13615
|
+
* @return CreateAccessControlListResponse
|
|
13580
13616
|
*/
|
|
13581
13617
|
async createAccessControlListWithOptions(request: CreateAccessControlListRequest, runtime: $Util.RuntimeOptions): Promise<CreateAccessControlListResponse> {
|
|
13582
13618
|
Util.validateModel(request);
|
|
@@ -13635,19 +13671,28 @@ export default class Client extends OpenApi {
|
|
|
13635
13671
|
}
|
|
13636
13672
|
|
|
13637
13673
|
/**
|
|
13638
|
-
|
|
13639
|
-
|
|
13640
|
-
|
|
13641
|
-
|
|
13642
|
-
|
|
13643
|
-
|
|
13644
|
-
|
|
13674
|
+
* @summary Creates an access control list (ACL).
|
|
13675
|
+
*
|
|
13676
|
+
* @description You can create multiple ACLs. Each ACL can contain one or more IP addresses or CIDR blocks. Before you create an ACL, take note of the following limits:
|
|
13677
|
+
* * An account can have a maximum of 50 ACLs in each region.
|
|
13678
|
+
* * You can add a maximum of 50 IP addresses or CIDR blocks at a time within an account.
|
|
13679
|
+
* * Each ACL can contain a maximum of 300 IP addresses or CIDR blocks.
|
|
13680
|
+
*
|
|
13681
|
+
* @param request CreateAccessControlListRequest
|
|
13682
|
+
* @return CreateAccessControlListResponse
|
|
13645
13683
|
*/
|
|
13646
13684
|
async createAccessControlList(request: CreateAccessControlListRequest): Promise<CreateAccessControlListResponse> {
|
|
13647
13685
|
let runtime = new $Util.RuntimeOptions({ });
|
|
13648
13686
|
return await this.createAccessControlListWithOptions(request, runtime);
|
|
13649
13687
|
}
|
|
13650
13688
|
|
|
13689
|
+
/**
|
|
13690
|
+
* @summary Creates a domain name extension.
|
|
13691
|
+
*
|
|
13692
|
+
* @param request CreateDomainExtensionRequest
|
|
13693
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
13694
|
+
* @return CreateDomainExtensionResponse
|
|
13695
|
+
*/
|
|
13651
13696
|
async createDomainExtensionWithOptions(request: CreateDomainExtensionRequest, runtime: $Util.RuntimeOptions): Promise<CreateDomainExtensionResponse> {
|
|
13652
13697
|
Util.validateModel(request);
|
|
13653
13698
|
let query = { };
|
|
@@ -13704,19 +13749,27 @@ export default class Client extends OpenApi {
|
|
|
13704
13749
|
return $tea.cast<CreateDomainExtensionResponse>(await this.callApi(params, req, runtime), new CreateDomainExtensionResponse({}));
|
|
13705
13750
|
}
|
|
13706
13751
|
|
|
13752
|
+
/**
|
|
13753
|
+
* @summary Creates a domain name extension.
|
|
13754
|
+
*
|
|
13755
|
+
* @param request CreateDomainExtensionRequest
|
|
13756
|
+
* @return CreateDomainExtensionResponse
|
|
13757
|
+
*/
|
|
13707
13758
|
async createDomainExtension(request: CreateDomainExtensionRequest): Promise<CreateDomainExtensionResponse> {
|
|
13708
13759
|
let runtime = new $Util.RuntimeOptions({ });
|
|
13709
13760
|
return await this.createDomainExtensionWithOptions(request, runtime);
|
|
13710
13761
|
}
|
|
13711
13762
|
|
|
13712
13763
|
/**
|
|
13713
|
-
|
|
13714
|
-
|
|
13715
|
-
|
|
13716
|
-
|
|
13717
|
-
|
|
13718
|
-
|
|
13719
|
-
|
|
13764
|
+
* @summary Creates a Classic Load Balancer (CLB) instance.
|
|
13765
|
+
*
|
|
13766
|
+
* @description * Before you create a CLB instance, call the [DescribeAvailableResource](~~DescribeAvailableResource~~) operation to query the resources available for purchase in the region where you want to create the CLB instance.
|
|
13767
|
+
* * After a CLB instance is created, you are charged for using the CLB instance.
|
|
13768
|
+
* * The pay-as-you-go billing method supports the pay-by-specification and pay-by-LCU metering methods.
|
|
13769
|
+
*
|
|
13770
|
+
* @param request CreateLoadBalancerRequest
|
|
13771
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
13772
|
+
* @return CreateLoadBalancerResponse
|
|
13720
13773
|
*/
|
|
13721
13774
|
async createLoadBalancerWithOptions(request: CreateLoadBalancerRequest, runtime: $Util.RuntimeOptions): Promise<CreateLoadBalancerResponse> {
|
|
13722
13775
|
Util.validateModel(request);
|
|
@@ -13847,12 +13900,14 @@ export default class Client extends OpenApi {
|
|
|
13847
13900
|
}
|
|
13848
13901
|
|
|
13849
13902
|
/**
|
|
13850
|
-
|
|
13851
|
-
|
|
13852
|
-
|
|
13853
|
-
|
|
13854
|
-
|
|
13855
|
-
|
|
13903
|
+
* @summary Creates a Classic Load Balancer (CLB) instance.
|
|
13904
|
+
*
|
|
13905
|
+
* @description * Before you create a CLB instance, call the [DescribeAvailableResource](~~DescribeAvailableResource~~) operation to query the resources available for purchase in the region where you want to create the CLB instance.
|
|
13906
|
+
* * After a CLB instance is created, you are charged for using the CLB instance.
|
|
13907
|
+
* * The pay-as-you-go billing method supports the pay-by-specification and pay-by-LCU metering methods.
|
|
13908
|
+
*
|
|
13909
|
+
* @param request CreateLoadBalancerRequest
|
|
13910
|
+
* @return CreateLoadBalancerResponse
|
|
13856
13911
|
*/
|
|
13857
13912
|
async createLoadBalancer(request: CreateLoadBalancerRequest): Promise<CreateLoadBalancerResponse> {
|
|
13858
13913
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -13860,13 +13915,15 @@ export default class Client extends OpenApi {
|
|
|
13860
13915
|
}
|
|
13861
13916
|
|
|
13862
13917
|
/**
|
|
13863
|
-
|
|
13864
|
-
|
|
13865
|
-
|
|
13866
|
-
|
|
13867
|
-
|
|
13868
|
-
|
|
13869
|
-
|
|
13918
|
+
* @summary Creates an HTTP listener for a Classic Load Balancer (CLB) instance.
|
|
13919
|
+
*
|
|
13920
|
+
* @description A newly created listener is in the **stopped** state. After a listener is created, you can call the [StartLoadBalancerListener](~~StartLoadBalancerListener~~) operation to start the listener. After the listener is started, the listener can forward traffic to backend servers.
|
|
13921
|
+
* ## Prerequisites
|
|
13922
|
+
* A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](~~StartLoadBalancerListener~~).
|
|
13923
|
+
*
|
|
13924
|
+
* @param request CreateLoadBalancerHTTPListenerRequest
|
|
13925
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
13926
|
+
* @return CreateLoadBalancerHTTPListenerResponse
|
|
13870
13927
|
*/
|
|
13871
13928
|
async createLoadBalancerHTTPListenerWithOptions(request: CreateLoadBalancerHTTPListenerRequest, runtime: $Util.RuntimeOptions): Promise<CreateLoadBalancerHTTPListenerResponse> {
|
|
13872
13929
|
Util.validateModel(request);
|
|
@@ -14053,12 +14110,14 @@ export default class Client extends OpenApi {
|
|
|
14053
14110
|
}
|
|
14054
14111
|
|
|
14055
14112
|
/**
|
|
14056
|
-
|
|
14057
|
-
|
|
14058
|
-
|
|
14059
|
-
|
|
14060
|
-
|
|
14061
|
-
|
|
14113
|
+
* @summary Creates an HTTP listener for a Classic Load Balancer (CLB) instance.
|
|
14114
|
+
*
|
|
14115
|
+
* @description A newly created listener is in the **stopped** state. After a listener is created, you can call the [StartLoadBalancerListener](~~StartLoadBalancerListener~~) operation to start the listener. After the listener is started, the listener can forward traffic to backend servers.
|
|
14116
|
+
* ## Prerequisites
|
|
14117
|
+
* A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](~~StartLoadBalancerListener~~).
|
|
14118
|
+
*
|
|
14119
|
+
* @param request CreateLoadBalancerHTTPListenerRequest
|
|
14120
|
+
* @return CreateLoadBalancerHTTPListenerResponse
|
|
14062
14121
|
*/
|
|
14063
14122
|
async createLoadBalancerHTTPListener(request: CreateLoadBalancerHTTPListenerRequest): Promise<CreateLoadBalancerHTTPListenerResponse> {
|
|
14064
14123
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -14066,13 +14125,15 @@ export default class Client extends OpenApi {
|
|
|
14066
14125
|
}
|
|
14067
14126
|
|
|
14068
14127
|
/**
|
|
14069
|
-
|
|
14070
|
-
|
|
14071
|
-
|
|
14072
|
-
|
|
14073
|
-
|
|
14074
|
-
|
|
14075
|
-
|
|
14128
|
+
* @summary Creates an HTTPS listener.
|
|
14129
|
+
*
|
|
14130
|
+
* @description A newly created listener is in the **stopped** state. After a listener is created, you can call the [StartLoadBalancerListener](https://help.aliyun.com/document_detail/27597.html) operation to start the listener. After the listener is started, the listener can forward traffic to backend servers.
|
|
14131
|
+
* ## Prerequisites
|
|
14132
|
+
* A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](https://www.alibabacloud.com/help/en/server-load-balancer/latest/createloadbalancer-2).
|
|
14133
|
+
*
|
|
14134
|
+
* @param request CreateLoadBalancerHTTPSListenerRequest
|
|
14135
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
14136
|
+
* @return CreateLoadBalancerHTTPSListenerResponse
|
|
14076
14137
|
*/
|
|
14077
14138
|
async createLoadBalancerHTTPSListenerWithOptions(request: CreateLoadBalancerHTTPSListenerRequest, runtime: $Util.RuntimeOptions): Promise<CreateLoadBalancerHTTPSListenerResponse> {
|
|
14078
14139
|
Util.validateModel(request);
|
|
@@ -14267,12 +14328,14 @@ export default class Client extends OpenApi {
|
|
|
14267
14328
|
}
|
|
14268
14329
|
|
|
14269
14330
|
/**
|
|
14270
|
-
|
|
14271
|
-
|
|
14272
|
-
|
|
14273
|
-
|
|
14274
|
-
|
|
14275
|
-
|
|
14331
|
+
* @summary Creates an HTTPS listener.
|
|
14332
|
+
*
|
|
14333
|
+
* @description A newly created listener is in the **stopped** state. After a listener is created, you can call the [StartLoadBalancerListener](https://help.aliyun.com/document_detail/27597.html) operation to start the listener. After the listener is started, the listener can forward traffic to backend servers.
|
|
14334
|
+
* ## Prerequisites
|
|
14335
|
+
* A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](https://www.alibabacloud.com/help/en/server-load-balancer/latest/createloadbalancer-2).
|
|
14336
|
+
*
|
|
14337
|
+
* @param request CreateLoadBalancerHTTPSListenerRequest
|
|
14338
|
+
* @return CreateLoadBalancerHTTPSListenerResponse
|
|
14276
14339
|
*/
|
|
14277
14340
|
async createLoadBalancerHTTPSListener(request: CreateLoadBalancerHTTPSListenerRequest): Promise<CreateLoadBalancerHTTPSListenerResponse> {
|
|
14278
14341
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -14280,11 +14343,13 @@ export default class Client extends OpenApi {
|
|
|
14280
14343
|
}
|
|
14281
14344
|
|
|
14282
14345
|
/**
|
|
14283
|
-
|
|
14284
|
-
|
|
14285
|
-
|
|
14286
|
-
|
|
14287
|
-
|
|
14346
|
+
* @summary Creates a TCP listener.
|
|
14347
|
+
*
|
|
14348
|
+
* @description > A newly created listener is in the **stopped** state. After a listener is created, you can call the [StartLoadBalancerListener](https://help.aliyun.com/document_detail/27597.html) operation to enable the listener to forward traffic to backend servers.
|
|
14349
|
+
*
|
|
14350
|
+
* @param request CreateLoadBalancerTCPListenerRequest
|
|
14351
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
14352
|
+
* @return CreateLoadBalancerTCPListenerResponse
|
|
14288
14353
|
*/
|
|
14289
14354
|
async createLoadBalancerTCPListenerWithOptions(request: CreateLoadBalancerTCPListenerRequest, runtime: $Util.RuntimeOptions): Promise<CreateLoadBalancerTCPListenerResponse> {
|
|
14290
14355
|
Util.validateModel(request);
|
|
@@ -14435,10 +14500,12 @@ export default class Client extends OpenApi {
|
|
|
14435
14500
|
}
|
|
14436
14501
|
|
|
14437
14502
|
/**
|
|
14438
|
-
|
|
14439
|
-
|
|
14440
|
-
|
|
14441
|
-
|
|
14503
|
+
* @summary Creates a TCP listener.
|
|
14504
|
+
*
|
|
14505
|
+
* @description > A newly created listener is in the **stopped** state. After a listener is created, you can call the [StartLoadBalancerListener](https://help.aliyun.com/document_detail/27597.html) operation to enable the listener to forward traffic to backend servers.
|
|
14506
|
+
*
|
|
14507
|
+
* @param request CreateLoadBalancerTCPListenerRequest
|
|
14508
|
+
* @return CreateLoadBalancerTCPListenerResponse
|
|
14442
14509
|
*/
|
|
14443
14510
|
async createLoadBalancerTCPListener(request: CreateLoadBalancerTCPListenerRequest): Promise<CreateLoadBalancerTCPListenerResponse> {
|
|
14444
14511
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -14446,12 +14513,14 @@ export default class Client extends OpenApi {
|
|
|
14446
14513
|
}
|
|
14447
14514
|
|
|
14448
14515
|
/**
|
|
14449
|
-
|
|
14450
|
-
|
|
14451
|
-
|
|
14452
|
-
|
|
14453
|
-
|
|
14454
|
-
|
|
14516
|
+
* @summary Creates a UDP listener.
|
|
14517
|
+
*
|
|
14518
|
+
* @description UDP listeners of Classic Load Balancer (CLB) instances in a classic network cannot pass client IP addresses to backend servers.
|
|
14519
|
+
* > A newly created listener is in the **stopped** state. After a listener is created, you can call the [StartLoadBalancerListener](https://help.aliyun.com/document_detail/27597.html) operation to enable the listener to forward traffic to backend servers.
|
|
14520
|
+
*
|
|
14521
|
+
* @param request CreateLoadBalancerUDPListenerRequest
|
|
14522
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
14523
|
+
* @return CreateLoadBalancerUDPListenerResponse
|
|
14455
14524
|
*/
|
|
14456
14525
|
async createLoadBalancerUDPListenerWithOptions(request: CreateLoadBalancerUDPListenerRequest, runtime: $Util.RuntimeOptions): Promise<CreateLoadBalancerUDPListenerResponse> {
|
|
14457
14526
|
Util.validateModel(request);
|
|
@@ -14578,17 +14647,26 @@ export default class Client extends OpenApi {
|
|
|
14578
14647
|
}
|
|
14579
14648
|
|
|
14580
14649
|
/**
|
|
14581
|
-
|
|
14582
|
-
|
|
14583
|
-
|
|
14584
|
-
|
|
14585
|
-
|
|
14650
|
+
* @summary Creates a UDP listener.
|
|
14651
|
+
*
|
|
14652
|
+
* @description UDP listeners of Classic Load Balancer (CLB) instances in a classic network cannot pass client IP addresses to backend servers.
|
|
14653
|
+
* > A newly created listener is in the **stopped** state. After a listener is created, you can call the [StartLoadBalancerListener](https://help.aliyun.com/document_detail/27597.html) operation to enable the listener to forward traffic to backend servers.
|
|
14654
|
+
*
|
|
14655
|
+
* @param request CreateLoadBalancerUDPListenerRequest
|
|
14656
|
+
* @return CreateLoadBalancerUDPListenerResponse
|
|
14586
14657
|
*/
|
|
14587
14658
|
async createLoadBalancerUDPListener(request: CreateLoadBalancerUDPListenerRequest): Promise<CreateLoadBalancerUDPListenerResponse> {
|
|
14588
14659
|
let runtime = new $Util.RuntimeOptions({ });
|
|
14589
14660
|
return await this.createLoadBalancerUDPListenerWithOptions(request, runtime);
|
|
14590
14661
|
}
|
|
14591
14662
|
|
|
14663
|
+
/**
|
|
14664
|
+
* @summary Creates a primary/secondary server group. A primary/secondary server group can contain only two Elastic Compute Service (ECS) instances. One of the ECS instances functions as the primary server and the other functions as the secondary server.
|
|
14665
|
+
*
|
|
14666
|
+
* @param request CreateMasterSlaveServerGroupRequest
|
|
14667
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
14668
|
+
* @return CreateMasterSlaveServerGroupResponse
|
|
14669
|
+
*/
|
|
14592
14670
|
async createMasterSlaveServerGroupWithOptions(request: CreateMasterSlaveServerGroupRequest, runtime: $Util.RuntimeOptions): Promise<CreateMasterSlaveServerGroupResponse> {
|
|
14593
14671
|
Util.validateModel(request);
|
|
14594
14672
|
let query = { };
|
|
@@ -14645,11 +14723,24 @@ export default class Client extends OpenApi {
|
|
|
14645
14723
|
return $tea.cast<CreateMasterSlaveServerGroupResponse>(await this.callApi(params, req, runtime), new CreateMasterSlaveServerGroupResponse({}));
|
|
14646
14724
|
}
|
|
14647
14725
|
|
|
14726
|
+
/**
|
|
14727
|
+
* @summary Creates a primary/secondary server group. A primary/secondary server group can contain only two Elastic Compute Service (ECS) instances. One of the ECS instances functions as the primary server and the other functions as the secondary server.
|
|
14728
|
+
*
|
|
14729
|
+
* @param request CreateMasterSlaveServerGroupRequest
|
|
14730
|
+
* @return CreateMasterSlaveServerGroupResponse
|
|
14731
|
+
*/
|
|
14648
14732
|
async createMasterSlaveServerGroup(request: CreateMasterSlaveServerGroupRequest): Promise<CreateMasterSlaveServerGroupResponse> {
|
|
14649
14733
|
let runtime = new $Util.RuntimeOptions({ });
|
|
14650
14734
|
return await this.createMasterSlaveServerGroupWithOptions(request, runtime);
|
|
14651
14735
|
}
|
|
14652
14736
|
|
|
14737
|
+
/**
|
|
14738
|
+
* @summary Creates forwarding rules for an HTTP or HTTPS listener.
|
|
14739
|
+
*
|
|
14740
|
+
* @param request CreateRulesRequest
|
|
14741
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
14742
|
+
* @return CreateRulesResponse
|
|
14743
|
+
*/
|
|
14653
14744
|
async createRulesWithOptions(request: CreateRulesRequest, runtime: $Util.RuntimeOptions): Promise<CreateRulesResponse> {
|
|
14654
14745
|
Util.validateModel(request);
|
|
14655
14746
|
let query = { };
|
|
@@ -14706,11 +14797,24 @@ export default class Client extends OpenApi {
|
|
|
14706
14797
|
return $tea.cast<CreateRulesResponse>(await this.callApi(params, req, runtime), new CreateRulesResponse({}));
|
|
14707
14798
|
}
|
|
14708
14799
|
|
|
14800
|
+
/**
|
|
14801
|
+
* @summary Creates forwarding rules for an HTTP or HTTPS listener.
|
|
14802
|
+
*
|
|
14803
|
+
* @param request CreateRulesRequest
|
|
14804
|
+
* @return CreateRulesResponse
|
|
14805
|
+
*/
|
|
14709
14806
|
async createRules(request: CreateRulesRequest): Promise<CreateRulesResponse> {
|
|
14710
14807
|
let runtime = new $Util.RuntimeOptions({ });
|
|
14711
14808
|
return await this.createRulesWithOptions(request, runtime);
|
|
14712
14809
|
}
|
|
14713
14810
|
|
|
14811
|
+
/**
|
|
14812
|
+
* @summary Creates a Transport Layer Security (TLS) policy.
|
|
14813
|
+
*
|
|
14814
|
+
* @param request CreateTLSCipherPolicyRequest
|
|
14815
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
14816
|
+
* @return CreateTLSCipherPolicyResponse
|
|
14817
|
+
*/
|
|
14714
14818
|
async createTLSCipherPolicyWithOptions(request: CreateTLSCipherPolicyRequest, runtime: $Util.RuntimeOptions): Promise<CreateTLSCipherPolicyResponse> {
|
|
14715
14819
|
Util.validateModel(request);
|
|
14716
14820
|
let query = { };
|
|
@@ -14763,11 +14867,24 @@ export default class Client extends OpenApi {
|
|
|
14763
14867
|
return $tea.cast<CreateTLSCipherPolicyResponse>(await this.callApi(params, req, runtime), new CreateTLSCipherPolicyResponse({}));
|
|
14764
14868
|
}
|
|
14765
14869
|
|
|
14870
|
+
/**
|
|
14871
|
+
* @summary Creates a Transport Layer Security (TLS) policy.
|
|
14872
|
+
*
|
|
14873
|
+
* @param request CreateTLSCipherPolicyRequest
|
|
14874
|
+
* @return CreateTLSCipherPolicyResponse
|
|
14875
|
+
*/
|
|
14766
14876
|
async createTLSCipherPolicy(request: CreateTLSCipherPolicyRequest): Promise<CreateTLSCipherPolicyResponse> {
|
|
14767
14877
|
let runtime = new $Util.RuntimeOptions({ });
|
|
14768
14878
|
return await this.createTLSCipherPolicyWithOptions(request, runtime);
|
|
14769
14879
|
}
|
|
14770
14880
|
|
|
14881
|
+
/**
|
|
14882
|
+
* @summary Creates a vServer group and adds backend servers to the vServer group.
|
|
14883
|
+
*
|
|
14884
|
+
* @param request CreateVServerGroupRequest
|
|
14885
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
14886
|
+
* @return CreateVServerGroupResponse
|
|
14887
|
+
*/
|
|
14771
14888
|
async createVServerGroupWithOptions(request: CreateVServerGroupRequest, runtime: $Util.RuntimeOptions): Promise<CreateVServerGroupResponse> {
|
|
14772
14889
|
Util.validateModel(request);
|
|
14773
14890
|
let query = { };
|
|
@@ -14824,17 +14941,25 @@ export default class Client extends OpenApi {
|
|
|
14824
14941
|
return $tea.cast<CreateVServerGroupResponse>(await this.callApi(params, req, runtime), new CreateVServerGroupResponse({}));
|
|
14825
14942
|
}
|
|
14826
14943
|
|
|
14944
|
+
/**
|
|
14945
|
+
* @summary Creates a vServer group and adds backend servers to the vServer group.
|
|
14946
|
+
*
|
|
14947
|
+
* @param request CreateVServerGroupRequest
|
|
14948
|
+
* @return CreateVServerGroupResponse
|
|
14949
|
+
*/
|
|
14827
14950
|
async createVServerGroup(request: CreateVServerGroupRequest): Promise<CreateVServerGroupResponse> {
|
|
14828
14951
|
let runtime = new $Util.RuntimeOptions({ });
|
|
14829
14952
|
return await this.createVServerGroupWithOptions(request, runtime);
|
|
14830
14953
|
}
|
|
14831
14954
|
|
|
14832
14955
|
/**
|
|
14833
|
-
|
|
14834
|
-
|
|
14835
|
-
|
|
14836
|
-
|
|
14837
|
-
|
|
14956
|
+
* @summary Deletes an access control list (ACL).
|
|
14957
|
+
*
|
|
14958
|
+
* @description You can delete an ACL only if it is not associated with a listener.
|
|
14959
|
+
*
|
|
14960
|
+
* @param request DeleteAccessControlListRequest
|
|
14961
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
14962
|
+
* @return DeleteAccessControlListResponse
|
|
14838
14963
|
*/
|
|
14839
14964
|
async deleteAccessControlListWithOptions(request: DeleteAccessControlListRequest, runtime: $Util.RuntimeOptions): Promise<DeleteAccessControlListResponse> {
|
|
14840
14965
|
Util.validateModel(request);
|
|
@@ -14881,16 +15006,25 @@ export default class Client extends OpenApi {
|
|
|
14881
15006
|
}
|
|
14882
15007
|
|
|
14883
15008
|
/**
|
|
14884
|
-
|
|
14885
|
-
|
|
14886
|
-
|
|
14887
|
-
|
|
15009
|
+
* @summary Deletes an access control list (ACL).
|
|
15010
|
+
*
|
|
15011
|
+
* @description You can delete an ACL only if it is not associated with a listener.
|
|
15012
|
+
*
|
|
15013
|
+
* @param request DeleteAccessControlListRequest
|
|
15014
|
+
* @return DeleteAccessControlListResponse
|
|
14888
15015
|
*/
|
|
14889
15016
|
async deleteAccessControlList(request: DeleteAccessControlListRequest): Promise<DeleteAccessControlListResponse> {
|
|
14890
15017
|
let runtime = new $Util.RuntimeOptions({ });
|
|
14891
15018
|
return await this.deleteAccessControlListWithOptions(request, runtime);
|
|
14892
15019
|
}
|
|
14893
15020
|
|
|
15021
|
+
/**
|
|
15022
|
+
* @summary Deletes the access log of a Classic Load Balancer (CLB) instance.
|
|
15023
|
+
*
|
|
15024
|
+
* @param request DeleteAccessLogsDownloadAttributeRequest
|
|
15025
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
15026
|
+
* @return DeleteAccessLogsDownloadAttributeResponse
|
|
15027
|
+
*/
|
|
14894
15028
|
async deleteAccessLogsDownloadAttributeWithOptions(request: DeleteAccessLogsDownloadAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DeleteAccessLogsDownloadAttributeResponse> {
|
|
14895
15029
|
Util.validateModel(request);
|
|
14896
15030
|
let query = { };
|
|
@@ -14943,17 +15077,25 @@ export default class Client extends OpenApi {
|
|
|
14943
15077
|
return $tea.cast<DeleteAccessLogsDownloadAttributeResponse>(await this.callApi(params, req, runtime), new DeleteAccessLogsDownloadAttributeResponse({}));
|
|
14944
15078
|
}
|
|
14945
15079
|
|
|
15080
|
+
/**
|
|
15081
|
+
* @summary Deletes the access log of a Classic Load Balancer (CLB) instance.
|
|
15082
|
+
*
|
|
15083
|
+
* @param request DeleteAccessLogsDownloadAttributeRequest
|
|
15084
|
+
* @return DeleteAccessLogsDownloadAttributeResponse
|
|
15085
|
+
*/
|
|
14946
15086
|
async deleteAccessLogsDownloadAttribute(request: DeleteAccessLogsDownloadAttributeRequest): Promise<DeleteAccessLogsDownloadAttributeResponse> {
|
|
14947
15087
|
let runtime = new $Util.RuntimeOptions({ });
|
|
14948
15088
|
return await this.deleteAccessLogsDownloadAttributeWithOptions(request, runtime);
|
|
14949
15089
|
}
|
|
14950
15090
|
|
|
14951
15091
|
/**
|
|
14952
|
-
|
|
14953
|
-
|
|
14954
|
-
|
|
14955
|
-
|
|
14956
|
-
|
|
15092
|
+
* @summary Deletes a certificate authority (CA) certificate.
|
|
15093
|
+
*
|
|
15094
|
+
* @description You cannot delete a CA certificate that is in use.
|
|
15095
|
+
*
|
|
15096
|
+
* @param request DeleteCACertificateRequest
|
|
15097
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
15098
|
+
* @return DeleteCACertificateResponse
|
|
14957
15099
|
*/
|
|
14958
15100
|
async deleteCACertificateWithOptions(request: DeleteCACertificateRequest, runtime: $Util.RuntimeOptions): Promise<DeleteCACertificateResponse> {
|
|
14959
15101
|
Util.validateModel(request);
|
|
@@ -15000,16 +15142,25 @@ export default class Client extends OpenApi {
|
|
|
15000
15142
|
}
|
|
15001
15143
|
|
|
15002
15144
|
/**
|
|
15003
|
-
|
|
15004
|
-
|
|
15005
|
-
|
|
15006
|
-
|
|
15145
|
+
* @summary Deletes a certificate authority (CA) certificate.
|
|
15146
|
+
*
|
|
15147
|
+
* @description You cannot delete a CA certificate that is in use.
|
|
15148
|
+
*
|
|
15149
|
+
* @param request DeleteCACertificateRequest
|
|
15150
|
+
* @return DeleteCACertificateResponse
|
|
15007
15151
|
*/
|
|
15008
15152
|
async deleteCACertificate(request: DeleteCACertificateRequest): Promise<DeleteCACertificateResponse> {
|
|
15009
15153
|
let runtime = new $Util.RuntimeOptions({ });
|
|
15010
15154
|
return await this.deleteCACertificateWithOptions(request, runtime);
|
|
15011
15155
|
}
|
|
15012
15156
|
|
|
15157
|
+
/**
|
|
15158
|
+
* @summary Deletes an additional domain name.
|
|
15159
|
+
*
|
|
15160
|
+
* @param request DeleteDomainExtensionRequest
|
|
15161
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
15162
|
+
* @return DeleteDomainExtensionResponse
|
|
15163
|
+
*/
|
|
15013
15164
|
async deleteDomainExtensionWithOptions(request: DeleteDomainExtensionRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDomainExtensionResponse> {
|
|
15014
15165
|
Util.validateModel(request);
|
|
15015
15166
|
let query = { };
|
|
@@ -15054,17 +15205,25 @@ export default class Client extends OpenApi {
|
|
|
15054
15205
|
return $tea.cast<DeleteDomainExtensionResponse>(await this.callApi(params, req, runtime), new DeleteDomainExtensionResponse({}));
|
|
15055
15206
|
}
|
|
15056
15207
|
|
|
15208
|
+
/**
|
|
15209
|
+
* @summary Deletes an additional domain name.
|
|
15210
|
+
*
|
|
15211
|
+
* @param request DeleteDomainExtensionRequest
|
|
15212
|
+
* @return DeleteDomainExtensionResponse
|
|
15213
|
+
*/
|
|
15057
15214
|
async deleteDomainExtension(request: DeleteDomainExtensionRequest): Promise<DeleteDomainExtensionResponse> {
|
|
15058
15215
|
let runtime = new $Util.RuntimeOptions({ });
|
|
15059
15216
|
return await this.deleteDomainExtensionWithOptions(request, runtime);
|
|
15060
15217
|
}
|
|
15061
15218
|
|
|
15062
15219
|
/**
|
|
15063
|
-
|
|
15064
|
-
|
|
15065
|
-
|
|
15066
|
-
|
|
15067
|
-
|
|
15220
|
+
* @summary Deletes a pay-as-you-go Server Load Balancer (SLB) instance.
|
|
15221
|
+
*
|
|
15222
|
+
* @description > The listeners and tags of the SLB instance are deleted along with the SLB instance.
|
|
15223
|
+
*
|
|
15224
|
+
* @param request DeleteLoadBalancerRequest
|
|
15225
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
15226
|
+
* @return DeleteLoadBalancerResponse
|
|
15068
15227
|
*/
|
|
15069
15228
|
async deleteLoadBalancerWithOptions(request: DeleteLoadBalancerRequest, runtime: $Util.RuntimeOptions): Promise<DeleteLoadBalancerResponse> {
|
|
15070
15229
|
Util.validateModel(request);
|
|
@@ -15111,10 +15270,12 @@ export default class Client extends OpenApi {
|
|
|
15111
15270
|
}
|
|
15112
15271
|
|
|
15113
15272
|
/**
|
|
15114
|
-
|
|
15115
|
-
|
|
15116
|
-
|
|
15117
|
-
|
|
15273
|
+
* @summary Deletes a pay-as-you-go Server Load Balancer (SLB) instance.
|
|
15274
|
+
*
|
|
15275
|
+
* @description > The listeners and tags of the SLB instance are deleted along with the SLB instance.
|
|
15276
|
+
*
|
|
15277
|
+
* @param request DeleteLoadBalancerRequest
|
|
15278
|
+
* @return DeleteLoadBalancerResponse
|
|
15118
15279
|
*/
|
|
15119
15280
|
async deleteLoadBalancer(request: DeleteLoadBalancerRequest): Promise<DeleteLoadBalancerResponse> {
|
|
15120
15281
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -15122,11 +15283,13 @@ export default class Client extends OpenApi {
|
|
|
15122
15283
|
}
|
|
15123
15284
|
|
|
15124
15285
|
/**
|
|
15125
|
-
|
|
15126
|
-
|
|
15127
|
-
|
|
15128
|
-
|
|
15129
|
-
|
|
15286
|
+
* @summary Deletes a listener.
|
|
15287
|
+
*
|
|
15288
|
+
* @description > You can delete only listeners that are in the **stopped** or **running** state.
|
|
15289
|
+
*
|
|
15290
|
+
* @param request DeleteLoadBalancerListenerRequest
|
|
15291
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
15292
|
+
* @return DeleteLoadBalancerListenerResponse
|
|
15130
15293
|
*/
|
|
15131
15294
|
async deleteLoadBalancerListenerWithOptions(request: DeleteLoadBalancerListenerRequest, runtime: $Util.RuntimeOptions): Promise<DeleteLoadBalancerListenerResponse> {
|
|
15132
15295
|
Util.validateModel(request);
|
|
@@ -15181,16 +15344,25 @@ export default class Client extends OpenApi {
|
|
|
15181
15344
|
}
|
|
15182
15345
|
|
|
15183
15346
|
/**
|
|
15184
|
-
|
|
15185
|
-
|
|
15186
|
-
|
|
15187
|
-
|
|
15347
|
+
* @summary Deletes a listener.
|
|
15348
|
+
*
|
|
15349
|
+
* @description > You can delete only listeners that are in the **stopped** or **running** state.
|
|
15350
|
+
*
|
|
15351
|
+
* @param request DeleteLoadBalancerListenerRequest
|
|
15352
|
+
* @return DeleteLoadBalancerListenerResponse
|
|
15188
15353
|
*/
|
|
15189
15354
|
async deleteLoadBalancerListener(request: DeleteLoadBalancerListenerRequest): Promise<DeleteLoadBalancerListenerResponse> {
|
|
15190
15355
|
let runtime = new $Util.RuntimeOptions({ });
|
|
15191
15356
|
return await this.deleteLoadBalancerListenerWithOptions(request, runtime);
|
|
15192
15357
|
}
|
|
15193
15358
|
|
|
15359
|
+
/**
|
|
15360
|
+
* @summary Deletes an active/standby server group.
|
|
15361
|
+
*
|
|
15362
|
+
* @param request DeleteMasterSlaveServerGroupRequest
|
|
15363
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
15364
|
+
* @return DeleteMasterSlaveServerGroupResponse
|
|
15365
|
+
*/
|
|
15194
15366
|
async deleteMasterSlaveServerGroupWithOptions(request: DeleteMasterSlaveServerGroupRequest, runtime: $Util.RuntimeOptions): Promise<DeleteMasterSlaveServerGroupResponse> {
|
|
15195
15367
|
Util.validateModel(request);
|
|
15196
15368
|
let query = { };
|
|
@@ -15235,18 +15407,26 @@ export default class Client extends OpenApi {
|
|
|
15235
15407
|
return $tea.cast<DeleteMasterSlaveServerGroupResponse>(await this.callApi(params, req, runtime), new DeleteMasterSlaveServerGroupResponse({}));
|
|
15236
15408
|
}
|
|
15237
15409
|
|
|
15410
|
+
/**
|
|
15411
|
+
* @summary Deletes an active/standby server group.
|
|
15412
|
+
*
|
|
15413
|
+
* @param request DeleteMasterSlaveServerGroupRequest
|
|
15414
|
+
* @return DeleteMasterSlaveServerGroupResponse
|
|
15415
|
+
*/
|
|
15238
15416
|
async deleteMasterSlaveServerGroup(request: DeleteMasterSlaveServerGroupRequest): Promise<DeleteMasterSlaveServerGroupResponse> {
|
|
15239
15417
|
let runtime = new $Util.RuntimeOptions({ });
|
|
15240
15418
|
return await this.deleteMasterSlaveServerGroupWithOptions(request, runtime);
|
|
15241
15419
|
}
|
|
15242
15420
|
|
|
15243
15421
|
/**
|
|
15244
|
-
|
|
15245
|
-
|
|
15246
|
-
|
|
15247
|
-
|
|
15248
|
-
|
|
15249
|
-
|
|
15422
|
+
* @summary Deletes forwarding rules.
|
|
15423
|
+
*
|
|
15424
|
+
* @description ## Limits
|
|
15425
|
+
* The RuleIds parameter is required. You can specify up to 10 forwarding rules in each request.
|
|
15426
|
+
*
|
|
15427
|
+
* @param request DeleteRulesRequest
|
|
15428
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
15429
|
+
* @return DeleteRulesResponse
|
|
15250
15430
|
*/
|
|
15251
15431
|
async deleteRulesWithOptions(request: DeleteRulesRequest, runtime: $Util.RuntimeOptions): Promise<DeleteRulesResponse> {
|
|
15252
15432
|
Util.validateModel(request);
|
|
@@ -15293,11 +15473,13 @@ export default class Client extends OpenApi {
|
|
|
15293
15473
|
}
|
|
15294
15474
|
|
|
15295
15475
|
/**
|
|
15296
|
-
|
|
15297
|
-
|
|
15298
|
-
|
|
15299
|
-
|
|
15300
|
-
|
|
15476
|
+
* @summary Deletes forwarding rules.
|
|
15477
|
+
*
|
|
15478
|
+
* @description ## Limits
|
|
15479
|
+
* The RuleIds parameter is required. You can specify up to 10 forwarding rules in each request.
|
|
15480
|
+
*
|
|
15481
|
+
* @param request DeleteRulesRequest
|
|
15482
|
+
* @return DeleteRulesResponse
|
|
15301
15483
|
*/
|
|
15302
15484
|
async deleteRules(request: DeleteRulesRequest): Promise<DeleteRulesResponse> {
|
|
15303
15485
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -15305,11 +15487,13 @@ export default class Client extends OpenApi {
|
|
|
15305
15487
|
}
|
|
15306
15488
|
|
|
15307
15489
|
/**
|
|
15308
|
-
|
|
15309
|
-
|
|
15310
|
-
|
|
15311
|
-
|
|
15312
|
-
|
|
15490
|
+
* @summary Deletes a server certificate.
|
|
15491
|
+
*
|
|
15492
|
+
* @description > You cannot delete server certificates that are in use.
|
|
15493
|
+
*
|
|
15494
|
+
* @param request DeleteServerCertificateRequest
|
|
15495
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
15496
|
+
* @return DeleteServerCertificateResponse
|
|
15313
15497
|
*/
|
|
15314
15498
|
async deleteServerCertificateWithOptions(request: DeleteServerCertificateRequest, runtime: $Util.RuntimeOptions): Promise<DeleteServerCertificateResponse> {
|
|
15315
15499
|
Util.validateModel(request);
|
|
@@ -15356,10 +15540,12 @@ export default class Client extends OpenApi {
|
|
|
15356
15540
|
}
|
|
15357
15541
|
|
|
15358
15542
|
/**
|
|
15359
|
-
|
|
15360
|
-
|
|
15361
|
-
|
|
15362
|
-
|
|
15543
|
+
* @summary Deletes a server certificate.
|
|
15544
|
+
*
|
|
15545
|
+
* @description > You cannot delete server certificates that are in use.
|
|
15546
|
+
*
|
|
15547
|
+
* @param request DeleteServerCertificateRequest
|
|
15548
|
+
* @return DeleteServerCertificateResponse
|
|
15363
15549
|
*/
|
|
15364
15550
|
async deleteServerCertificate(request: DeleteServerCertificateRequest): Promise<DeleteServerCertificateResponse> {
|
|
15365
15551
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -15367,12 +15553,14 @@ export default class Client extends OpenApi {
|
|
|
15367
15553
|
}
|
|
15368
15554
|
|
|
15369
15555
|
/**
|
|
15370
|
-
|
|
15371
|
-
|
|
15372
|
-
|
|
15373
|
-
|
|
15374
|
-
|
|
15375
|
-
|
|
15556
|
+
* @summary Deletes a TLS policy.
|
|
15557
|
+
*
|
|
15558
|
+
* @description ## Debugging
|
|
15559
|
+
* [OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.](https://api.aliyun.com/#product=Slb\\&api=DeleteTLSCipherPolicy\\&type=RPC\\&version=2014-05-15)
|
|
15560
|
+
*
|
|
15561
|
+
* @param request DeleteTLSCipherPolicyRequest
|
|
15562
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
15563
|
+
* @return DeleteTLSCipherPolicyResponse
|
|
15376
15564
|
*/
|
|
15377
15565
|
async deleteTLSCipherPolicyWithOptions(request: DeleteTLSCipherPolicyRequest, runtime: $Util.RuntimeOptions): Promise<DeleteTLSCipherPolicyResponse> {
|
|
15378
15566
|
Util.validateModel(request);
|
|
@@ -15419,17 +15607,26 @@ export default class Client extends OpenApi {
|
|
|
15419
15607
|
}
|
|
15420
15608
|
|
|
15421
15609
|
/**
|
|
15422
|
-
|
|
15423
|
-
|
|
15424
|
-
|
|
15425
|
-
|
|
15426
|
-
|
|
15610
|
+
* @summary Deletes a TLS policy.
|
|
15611
|
+
*
|
|
15612
|
+
* @description ## Debugging
|
|
15613
|
+
* [OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.](https://api.aliyun.com/#product=Slb\\&api=DeleteTLSCipherPolicy\\&type=RPC\\&version=2014-05-15)
|
|
15614
|
+
*
|
|
15615
|
+
* @param request DeleteTLSCipherPolicyRequest
|
|
15616
|
+
* @return DeleteTLSCipherPolicyResponse
|
|
15427
15617
|
*/
|
|
15428
15618
|
async deleteTLSCipherPolicy(request: DeleteTLSCipherPolicyRequest): Promise<DeleteTLSCipherPolicyResponse> {
|
|
15429
15619
|
let runtime = new $Util.RuntimeOptions({ });
|
|
15430
15620
|
return await this.deleteTLSCipherPolicyWithOptions(request, runtime);
|
|
15431
15621
|
}
|
|
15432
15622
|
|
|
15623
|
+
/**
|
|
15624
|
+
* @summary Deletes a VServer group.
|
|
15625
|
+
*
|
|
15626
|
+
* @param request DeleteVServerGroupRequest
|
|
15627
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
15628
|
+
* @return DeleteVServerGroupResponse
|
|
15629
|
+
*/
|
|
15433
15630
|
async deleteVServerGroupWithOptions(request: DeleteVServerGroupRequest, runtime: $Util.RuntimeOptions): Promise<DeleteVServerGroupResponse> {
|
|
15434
15631
|
Util.validateModel(request);
|
|
15435
15632
|
let query = { };
|
|
@@ -15474,11 +15671,24 @@ export default class Client extends OpenApi {
|
|
|
15474
15671
|
return $tea.cast<DeleteVServerGroupResponse>(await this.callApi(params, req, runtime), new DeleteVServerGroupResponse({}));
|
|
15475
15672
|
}
|
|
15476
15673
|
|
|
15674
|
+
/**
|
|
15675
|
+
* @summary Deletes a VServer group.
|
|
15676
|
+
*
|
|
15677
|
+
* @param request DeleteVServerGroupRequest
|
|
15678
|
+
* @return DeleteVServerGroupResponse
|
|
15679
|
+
*/
|
|
15477
15680
|
async deleteVServerGroup(request: DeleteVServerGroupRequest): Promise<DeleteVServerGroupResponse> {
|
|
15478
15681
|
let runtime = new $Util.RuntimeOptions({ });
|
|
15479
15682
|
return await this.deleteVServerGroupWithOptions(request, runtime);
|
|
15480
15683
|
}
|
|
15481
15684
|
|
|
15685
|
+
/**
|
|
15686
|
+
* @summary Queries the configuration of an access control list (ACL).
|
|
15687
|
+
*
|
|
15688
|
+
* @param request DescribeAccessControlListAttributeRequest
|
|
15689
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
15690
|
+
* @return DescribeAccessControlListAttributeResponse
|
|
15691
|
+
*/
|
|
15482
15692
|
async describeAccessControlListAttributeWithOptions(request: DescribeAccessControlListAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAccessControlListAttributeResponse> {
|
|
15483
15693
|
Util.validateModel(request);
|
|
15484
15694
|
let query = { };
|
|
@@ -15535,11 +15745,24 @@ export default class Client extends OpenApi {
|
|
|
15535
15745
|
return $tea.cast<DescribeAccessControlListAttributeResponse>(await this.callApi(params, req, runtime), new DescribeAccessControlListAttributeResponse({}));
|
|
15536
15746
|
}
|
|
15537
15747
|
|
|
15748
|
+
/**
|
|
15749
|
+
* @summary Queries the configuration of an access control list (ACL).
|
|
15750
|
+
*
|
|
15751
|
+
* @param request DescribeAccessControlListAttributeRequest
|
|
15752
|
+
* @return DescribeAccessControlListAttributeResponse
|
|
15753
|
+
*/
|
|
15538
15754
|
async describeAccessControlListAttribute(request: DescribeAccessControlListAttributeRequest): Promise<DescribeAccessControlListAttributeResponse> {
|
|
15539
15755
|
let runtime = new $Util.RuntimeOptions({ });
|
|
15540
15756
|
return await this.describeAccessControlListAttributeWithOptions(request, runtime);
|
|
15541
15757
|
}
|
|
15542
15758
|
|
|
15759
|
+
/**
|
|
15760
|
+
* @summary Queries access control lists (ACLs).
|
|
15761
|
+
*
|
|
15762
|
+
* @param request DescribeAccessControlListsRequest
|
|
15763
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
15764
|
+
* @return DescribeAccessControlListsResponse
|
|
15765
|
+
*/
|
|
15543
15766
|
async describeAccessControlListsWithOptions(request: DescribeAccessControlListsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAccessControlListsResponse> {
|
|
15544
15767
|
Util.validateModel(request);
|
|
15545
15768
|
let query = { };
|
|
@@ -15604,11 +15827,24 @@ export default class Client extends OpenApi {
|
|
|
15604
15827
|
return $tea.cast<DescribeAccessControlListsResponse>(await this.callApi(params, req, runtime), new DescribeAccessControlListsResponse({}));
|
|
15605
15828
|
}
|
|
15606
15829
|
|
|
15830
|
+
/**
|
|
15831
|
+
* @summary Queries access control lists (ACLs).
|
|
15832
|
+
*
|
|
15833
|
+
* @param request DescribeAccessControlListsRequest
|
|
15834
|
+
* @return DescribeAccessControlListsResponse
|
|
15835
|
+
*/
|
|
15607
15836
|
async describeAccessControlLists(request: DescribeAccessControlListsRequest): Promise<DescribeAccessControlListsResponse> {
|
|
15608
15837
|
let runtime = new $Util.RuntimeOptions({ });
|
|
15609
15838
|
return await this.describeAccessControlListsWithOptions(request, runtime);
|
|
15610
15839
|
}
|
|
15611
15840
|
|
|
15841
|
+
/**
|
|
15842
|
+
* @summary Queries the access log of a Classic Load Balancer (CLB) instance.
|
|
15843
|
+
*
|
|
15844
|
+
* @param request DescribeAccessLogsDownloadAttributeRequest
|
|
15845
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
15846
|
+
* @return DescribeAccessLogsDownloadAttributeResponse
|
|
15847
|
+
*/
|
|
15612
15848
|
async describeAccessLogsDownloadAttributeWithOptions(request: DescribeAccessLogsDownloadAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAccessLogsDownloadAttributeResponse> {
|
|
15613
15849
|
Util.validateModel(request);
|
|
15614
15850
|
let query = { };
|
|
@@ -15669,17 +15905,25 @@ export default class Client extends OpenApi {
|
|
|
15669
15905
|
return $tea.cast<DescribeAccessLogsDownloadAttributeResponse>(await this.callApi(params, req, runtime), new DescribeAccessLogsDownloadAttributeResponse({}));
|
|
15670
15906
|
}
|
|
15671
15907
|
|
|
15908
|
+
/**
|
|
15909
|
+
* @summary Queries the access log of a Classic Load Balancer (CLB) instance.
|
|
15910
|
+
*
|
|
15911
|
+
* @param request DescribeAccessLogsDownloadAttributeRequest
|
|
15912
|
+
* @return DescribeAccessLogsDownloadAttributeResponse
|
|
15913
|
+
*/
|
|
15672
15914
|
async describeAccessLogsDownloadAttribute(request: DescribeAccessLogsDownloadAttributeRequest): Promise<DescribeAccessLogsDownloadAttributeResponse> {
|
|
15673
15915
|
let runtime = new $Util.RuntimeOptions({ });
|
|
15674
15916
|
return await this.describeAccessLogsDownloadAttributeWithOptions(request, runtime);
|
|
15675
15917
|
}
|
|
15676
15918
|
|
|
15677
15919
|
/**
|
|
15678
|
-
|
|
15679
|
-
|
|
15680
|
-
|
|
15681
|
-
|
|
15682
|
-
|
|
15920
|
+
* @summary Queries the available resources and resources that are available for purchase in the zones of a region.
|
|
15921
|
+
*
|
|
15922
|
+
* @description > Only the available resources and zones are returned.
|
|
15923
|
+
*
|
|
15924
|
+
* @param request DescribeAvailableResourceRequest
|
|
15925
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
15926
|
+
* @return DescribeAvailableResourceResponse
|
|
15683
15927
|
*/
|
|
15684
15928
|
async describeAvailableResourceWithOptions(request: DescribeAvailableResourceRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAvailableResourceResponse> {
|
|
15685
15929
|
Util.validateModel(request);
|
|
@@ -15730,10 +15974,12 @@ export default class Client extends OpenApi {
|
|
|
15730
15974
|
}
|
|
15731
15975
|
|
|
15732
15976
|
/**
|
|
15733
|
-
|
|
15734
|
-
|
|
15735
|
-
|
|
15736
|
-
|
|
15977
|
+
* @summary Queries the available resources and resources that are available for purchase in the zones of a region.
|
|
15978
|
+
*
|
|
15979
|
+
* @description > Only the available resources and zones are returned.
|
|
15980
|
+
*
|
|
15981
|
+
* @param request DescribeAvailableResourceRequest
|
|
15982
|
+
* @return DescribeAvailableResourceResponse
|
|
15737
15983
|
*/
|
|
15738
15984
|
async describeAvailableResource(request: DescribeAvailableResourceRequest): Promise<DescribeAvailableResourceResponse> {
|
|
15739
15985
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -15741,11 +15987,13 @@ export default class Client extends OpenApi {
|
|
|
15741
15987
|
}
|
|
15742
15988
|
|
|
15743
15989
|
/**
|
|
15744
|
-
|
|
15745
|
-
|
|
15746
|
-
|
|
15747
|
-
|
|
15748
|
-
|
|
15990
|
+
* @summary Queries certificate authority (CA) certificates.
|
|
15991
|
+
*
|
|
15992
|
+
* @description > To ensure data confidentiality, only the certificate fingerprint and name are returned. The certificate content is not returned.
|
|
15993
|
+
*
|
|
15994
|
+
* @param request DescribeCACertificatesRequest
|
|
15995
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
15996
|
+
* @return DescribeCACertificatesResponse
|
|
15749
15997
|
*/
|
|
15750
15998
|
async describeCACertificatesWithOptions(request: DescribeCACertificatesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeCACertificatesResponse> {
|
|
15751
15999
|
Util.validateModel(request);
|
|
@@ -15800,16 +16048,25 @@ export default class Client extends OpenApi {
|
|
|
15800
16048
|
}
|
|
15801
16049
|
|
|
15802
16050
|
/**
|
|
15803
|
-
|
|
15804
|
-
|
|
15805
|
-
|
|
15806
|
-
|
|
16051
|
+
* @summary Queries certificate authority (CA) certificates.
|
|
16052
|
+
*
|
|
16053
|
+
* @description > To ensure data confidentiality, only the certificate fingerprint and name are returned. The certificate content is not returned.
|
|
16054
|
+
*
|
|
16055
|
+
* @param request DescribeCACertificatesRequest
|
|
16056
|
+
* @return DescribeCACertificatesResponse
|
|
15807
16057
|
*/
|
|
15808
16058
|
async describeCACertificates(request: DescribeCACertificatesRequest): Promise<DescribeCACertificatesResponse> {
|
|
15809
16059
|
let runtime = new $Util.RuntimeOptions({ });
|
|
15810
16060
|
return await this.describeCACertificatesWithOptions(request, runtime);
|
|
15811
16061
|
}
|
|
15812
16062
|
|
|
16063
|
+
/**
|
|
16064
|
+
* @summary Queries the attributes of an additional certificate.
|
|
16065
|
+
*
|
|
16066
|
+
* @param request DescribeDomainExtensionAttributeRequest
|
|
16067
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
16068
|
+
* @return DescribeDomainExtensionAttributeResponse
|
|
16069
|
+
*/
|
|
15813
16070
|
async describeDomainExtensionAttributeWithOptions(request: DescribeDomainExtensionAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDomainExtensionAttributeResponse> {
|
|
15814
16071
|
Util.validateModel(request);
|
|
15815
16072
|
let query = { };
|
|
@@ -15854,11 +16111,24 @@ export default class Client extends OpenApi {
|
|
|
15854
16111
|
return $tea.cast<DescribeDomainExtensionAttributeResponse>(await this.callApi(params, req, runtime), new DescribeDomainExtensionAttributeResponse({}));
|
|
15855
16112
|
}
|
|
15856
16113
|
|
|
16114
|
+
/**
|
|
16115
|
+
* @summary Queries the attributes of an additional certificate.
|
|
16116
|
+
*
|
|
16117
|
+
* @param request DescribeDomainExtensionAttributeRequest
|
|
16118
|
+
* @return DescribeDomainExtensionAttributeResponse
|
|
16119
|
+
*/
|
|
15857
16120
|
async describeDomainExtensionAttribute(request: DescribeDomainExtensionAttributeRequest): Promise<DescribeDomainExtensionAttributeResponse> {
|
|
15858
16121
|
let runtime = new $Util.RuntimeOptions({ });
|
|
15859
16122
|
return await this.describeDomainExtensionAttributeWithOptions(request, runtime);
|
|
15860
16123
|
}
|
|
15861
16124
|
|
|
16125
|
+
/**
|
|
16126
|
+
* @summary Queries additional certificates.
|
|
16127
|
+
*
|
|
16128
|
+
* @param request DescribeDomainExtensionsRequest
|
|
16129
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
16130
|
+
* @return DescribeDomainExtensionsResponse
|
|
16131
|
+
*/
|
|
15862
16132
|
async describeDomainExtensionsWithOptions(request: DescribeDomainExtensionsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDomainExtensionsResponse> {
|
|
15863
16133
|
Util.validateModel(request);
|
|
15864
16134
|
let query = { };
|
|
@@ -15911,11 +16181,24 @@ export default class Client extends OpenApi {
|
|
|
15911
16181
|
return $tea.cast<DescribeDomainExtensionsResponse>(await this.callApi(params, req, runtime), new DescribeDomainExtensionsResponse({}));
|
|
15912
16182
|
}
|
|
15913
16183
|
|
|
16184
|
+
/**
|
|
16185
|
+
* @summary Queries additional certificates.
|
|
16186
|
+
*
|
|
16187
|
+
* @param request DescribeDomainExtensionsRequest
|
|
16188
|
+
* @return DescribeDomainExtensionsResponse
|
|
16189
|
+
*/
|
|
15914
16190
|
async describeDomainExtensions(request: DescribeDomainExtensionsRequest): Promise<DescribeDomainExtensionsResponse> {
|
|
15915
16191
|
let runtime = new $Util.RuntimeOptions({ });
|
|
15916
16192
|
return await this.describeDomainExtensionsWithOptions(request, runtime);
|
|
15917
16193
|
}
|
|
15918
16194
|
|
|
16195
|
+
/**
|
|
16196
|
+
* @summary Queries the health status of backend servers.
|
|
16197
|
+
*
|
|
16198
|
+
* @param request DescribeHealthStatusRequest
|
|
16199
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
16200
|
+
* @return DescribeHealthStatusResponse
|
|
16201
|
+
*/
|
|
15919
16202
|
async describeHealthStatusWithOptions(request: DescribeHealthStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeHealthStatusResponse> {
|
|
15920
16203
|
Util.validateModel(request);
|
|
15921
16204
|
let query = { };
|
|
@@ -15968,11 +16251,24 @@ export default class Client extends OpenApi {
|
|
|
15968
16251
|
return $tea.cast<DescribeHealthStatusResponse>(await this.callApi(params, req, runtime), new DescribeHealthStatusResponse({}));
|
|
15969
16252
|
}
|
|
15970
16253
|
|
|
16254
|
+
/**
|
|
16255
|
+
* @summary Queries the health status of backend servers.
|
|
16256
|
+
*
|
|
16257
|
+
* @param request DescribeHealthStatusRequest
|
|
16258
|
+
* @return DescribeHealthStatusResponse
|
|
16259
|
+
*/
|
|
15971
16260
|
async describeHealthStatus(request: DescribeHealthStatusRequest): Promise<DescribeHealthStatusResponse> {
|
|
15972
16261
|
let runtime = new $Util.RuntimeOptions({ });
|
|
15973
16262
|
return await this.describeHealthStatusWithOptions(request, runtime);
|
|
15974
16263
|
}
|
|
15975
16264
|
|
|
16265
|
+
/**
|
|
16266
|
+
* @summary Queries the configurations of fine-grained monitoring in a region.
|
|
16267
|
+
*
|
|
16268
|
+
* @param request DescribeHighDefinationMonitorRequest
|
|
16269
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
16270
|
+
* @return DescribeHighDefinationMonitorResponse
|
|
16271
|
+
*/
|
|
15976
16272
|
async describeHighDefinationMonitorWithOptions(request: DescribeHighDefinationMonitorRequest, runtime: $Util.RuntimeOptions): Promise<DescribeHighDefinationMonitorResponse> {
|
|
15977
16273
|
Util.validateModel(request);
|
|
15978
16274
|
let query = { };
|
|
@@ -16017,11 +16313,24 @@ export default class Client extends OpenApi {
|
|
|
16017
16313
|
return $tea.cast<DescribeHighDefinationMonitorResponse>(await this.callApi(params, req, runtime), new DescribeHighDefinationMonitorResponse({}));
|
|
16018
16314
|
}
|
|
16019
16315
|
|
|
16316
|
+
/**
|
|
16317
|
+
* @summary Queries the configurations of fine-grained monitoring in a region.
|
|
16318
|
+
*
|
|
16319
|
+
* @param request DescribeHighDefinationMonitorRequest
|
|
16320
|
+
* @return DescribeHighDefinationMonitorResponse
|
|
16321
|
+
*/
|
|
16020
16322
|
async describeHighDefinationMonitor(request: DescribeHighDefinationMonitorRequest): Promise<DescribeHighDefinationMonitorResponse> {
|
|
16021
16323
|
let runtime = new $Util.RuntimeOptions({ });
|
|
16022
16324
|
return await this.describeHighDefinationMonitorWithOptions(request, runtime);
|
|
16023
16325
|
}
|
|
16024
16326
|
|
|
16327
|
+
/**
|
|
16328
|
+
* @summary Queries the whitelist configurations of a listener.
|
|
16329
|
+
*
|
|
16330
|
+
* @param request DescribeListenerAccessControlAttributeRequest
|
|
16331
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
16332
|
+
* @return DescribeListenerAccessControlAttributeResponse
|
|
16333
|
+
*/
|
|
16025
16334
|
async describeListenerAccessControlAttributeWithOptions(request: DescribeListenerAccessControlAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeListenerAccessControlAttributeResponse> {
|
|
16026
16335
|
Util.validateModel(request);
|
|
16027
16336
|
let query = { };
|
|
@@ -16074,17 +16383,25 @@ export default class Client extends OpenApi {
|
|
|
16074
16383
|
return $tea.cast<DescribeListenerAccessControlAttributeResponse>(await this.callApi(params, req, runtime), new DescribeListenerAccessControlAttributeResponse({}));
|
|
16075
16384
|
}
|
|
16076
16385
|
|
|
16386
|
+
/**
|
|
16387
|
+
* @summary Queries the whitelist configurations of a listener.
|
|
16388
|
+
*
|
|
16389
|
+
* @param request DescribeListenerAccessControlAttributeRequest
|
|
16390
|
+
* @return DescribeListenerAccessControlAttributeResponse
|
|
16391
|
+
*/
|
|
16077
16392
|
async describeListenerAccessControlAttribute(request: DescribeListenerAccessControlAttributeRequest): Promise<DescribeListenerAccessControlAttributeResponse> {
|
|
16078
16393
|
let runtime = new $Util.RuntimeOptions({ });
|
|
16079
16394
|
return await this.describeListenerAccessControlAttributeWithOptions(request, runtime);
|
|
16080
16395
|
}
|
|
16081
16396
|
|
|
16082
16397
|
/**
|
|
16083
|
-
|
|
16084
|
-
|
|
16085
|
-
|
|
16086
|
-
|
|
16087
|
-
|
|
16398
|
+
* @summary Queries the detail of a Classic Load Balancer (CLB) instance.
|
|
16399
|
+
*
|
|
16400
|
+
* @description > If backend servers are deployed in a vServer group, you can call the [DescribeVServerGroupAttribute](https://help.aliyun.com/document_detail/35224.html) operation to query the backend servers.
|
|
16401
|
+
*
|
|
16402
|
+
* @param request DescribeLoadBalancerAttributeRequest
|
|
16403
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
16404
|
+
* @return DescribeLoadBalancerAttributeResponse
|
|
16088
16405
|
*/
|
|
16089
16406
|
async describeLoadBalancerAttributeWithOptions(request: DescribeLoadBalancerAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeLoadBalancerAttributeResponse> {
|
|
16090
16407
|
Util.validateModel(request);
|
|
@@ -16131,10 +16448,12 @@ export default class Client extends OpenApi {
|
|
|
16131
16448
|
}
|
|
16132
16449
|
|
|
16133
16450
|
/**
|
|
16134
|
-
|
|
16135
|
-
|
|
16136
|
-
|
|
16137
|
-
|
|
16451
|
+
* @summary Queries the detail of a Classic Load Balancer (CLB) instance.
|
|
16452
|
+
*
|
|
16453
|
+
* @description > If backend servers are deployed in a vServer group, you can call the [DescribeVServerGroupAttribute](https://help.aliyun.com/document_detail/35224.html) operation to query the backend servers.
|
|
16454
|
+
*
|
|
16455
|
+
* @param request DescribeLoadBalancerAttributeRequest
|
|
16456
|
+
* @return DescribeLoadBalancerAttributeResponse
|
|
16138
16457
|
*/
|
|
16139
16458
|
async describeLoadBalancerAttribute(request: DescribeLoadBalancerAttributeRequest): Promise<DescribeLoadBalancerAttributeResponse> {
|
|
16140
16459
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -16142,12 +16461,14 @@ export default class Client extends OpenApi {
|
|
|
16142
16461
|
}
|
|
16143
16462
|
|
|
16144
16463
|
/**
|
|
16145
|
-
|
|
16146
|
-
|
|
16147
|
-
|
|
16148
|
-
|
|
16149
|
-
|
|
16150
|
-
|
|
16464
|
+
* @summary Queries the configurations of an HTTP listener.
|
|
16465
|
+
*
|
|
16466
|
+
* @description * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](https://help.aliyun.com/document_detail/27577.html).
|
|
16467
|
+
* * An HTTP listener is created. For more information about how to create an HTTP listener, see [CreateLoadBalancerHTTPListener](https://help.aliyun.com/document_detail/27592.html).
|
|
16468
|
+
*
|
|
16469
|
+
* @param request DescribeLoadBalancerHTTPListenerAttributeRequest
|
|
16470
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
16471
|
+
* @return DescribeLoadBalancerHTTPListenerAttributeResponse
|
|
16151
16472
|
*/
|
|
16152
16473
|
async describeLoadBalancerHTTPListenerAttributeWithOptions(request: DescribeLoadBalancerHTTPListenerAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeLoadBalancerHTTPListenerAttributeResponse> {
|
|
16153
16474
|
Util.validateModel(request);
|
|
@@ -16198,11 +16519,13 @@ export default class Client extends OpenApi {
|
|
|
16198
16519
|
}
|
|
16199
16520
|
|
|
16200
16521
|
/**
|
|
16201
|
-
|
|
16202
|
-
|
|
16203
|
-
|
|
16204
|
-
|
|
16205
|
-
|
|
16522
|
+
* @summary Queries the configurations of an HTTP listener.
|
|
16523
|
+
*
|
|
16524
|
+
* @description * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](https://help.aliyun.com/document_detail/27577.html).
|
|
16525
|
+
* * An HTTP listener is created. For more information about how to create an HTTP listener, see [CreateLoadBalancerHTTPListener](https://help.aliyun.com/document_detail/27592.html).
|
|
16526
|
+
*
|
|
16527
|
+
* @param request DescribeLoadBalancerHTTPListenerAttributeRequest
|
|
16528
|
+
* @return DescribeLoadBalancerHTTPListenerAttributeResponse
|
|
16206
16529
|
*/
|
|
16207
16530
|
async describeLoadBalancerHTTPListenerAttribute(request: DescribeLoadBalancerHTTPListenerAttributeRequest): Promise<DescribeLoadBalancerHTTPListenerAttributeResponse> {
|
|
16208
16531
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -16210,12 +16533,14 @@ export default class Client extends OpenApi {
|
|
|
16210
16533
|
}
|
|
16211
16534
|
|
|
16212
16535
|
/**
|
|
16213
|
-
|
|
16214
|
-
|
|
16215
|
-
|
|
16216
|
-
|
|
16217
|
-
|
|
16218
|
-
|
|
16536
|
+
* @summary Queries the configurations of an HTTPS listener.
|
|
16537
|
+
*
|
|
16538
|
+
* @description * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](https://help.aliyun.com/document_detail/27577.html).
|
|
16539
|
+
* * An HTTPS listener is created. For more information about how to create an HTTPS listener, see [CreateLoadBalancerHTTPSListener](https://help.aliyun.com/document_detail/27593.html).
|
|
16540
|
+
*
|
|
16541
|
+
* @param request DescribeLoadBalancerHTTPSListenerAttributeRequest
|
|
16542
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
16543
|
+
* @return DescribeLoadBalancerHTTPSListenerAttributeResponse
|
|
16219
16544
|
*/
|
|
16220
16545
|
async describeLoadBalancerHTTPSListenerAttributeWithOptions(request: DescribeLoadBalancerHTTPSListenerAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeLoadBalancerHTTPSListenerAttributeResponse> {
|
|
16221
16546
|
Util.validateModel(request);
|
|
@@ -16266,11 +16591,13 @@ export default class Client extends OpenApi {
|
|
|
16266
16591
|
}
|
|
16267
16592
|
|
|
16268
16593
|
/**
|
|
16269
|
-
|
|
16270
|
-
|
|
16271
|
-
|
|
16272
|
-
|
|
16273
|
-
|
|
16594
|
+
* @summary Queries the configurations of an HTTPS listener.
|
|
16595
|
+
*
|
|
16596
|
+
* @description * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](https://help.aliyun.com/document_detail/27577.html).
|
|
16597
|
+
* * An HTTPS listener is created. For more information about how to create an HTTPS listener, see [CreateLoadBalancerHTTPSListener](https://help.aliyun.com/document_detail/27593.html).
|
|
16598
|
+
*
|
|
16599
|
+
* @param request DescribeLoadBalancerHTTPSListenerAttributeRequest
|
|
16600
|
+
* @return DescribeLoadBalancerHTTPSListenerAttributeResponse
|
|
16274
16601
|
*/
|
|
16275
16602
|
async describeLoadBalancerHTTPSListenerAttribute(request: DescribeLoadBalancerHTTPSListenerAttributeRequest): Promise<DescribeLoadBalancerHTTPSListenerAttributeResponse> {
|
|
16276
16603
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -16278,16 +16605,18 @@ export default class Client extends OpenApi {
|
|
|
16278
16605
|
}
|
|
16279
16606
|
|
|
16280
16607
|
/**
|
|
16281
|
-
|
|
16282
|
-
|
|
16283
|
-
|
|
16284
|
-
|
|
16285
|
-
|
|
16286
|
-
|
|
16287
|
-
|
|
16288
|
-
|
|
16289
|
-
|
|
16290
|
-
|
|
16608
|
+
* @summary Queries the listeners of a Classic Load Balancer (CLB) instance.
|
|
16609
|
+
*
|
|
16610
|
+
* @description * A CLB instance is created. For more information, see [CreateLoadBalancer](https://help.aliyun.com/document_detail/2401685.html).
|
|
16611
|
+
* * One or more listeners are added to the CLB instance. For more information, see the following topics:
|
|
16612
|
+
* * [CreateLoadBalancerUDPListener](~~CreateLoadBalancerUDPListener~~)
|
|
16613
|
+
* * [CreateLoadBalancerTCPListener](~~CreateLoadBalancerTCPListener~~)
|
|
16614
|
+
* * [CreateLoadBalancerHTTPListener](~~CreateLoadBalancerHTTPListener~~)
|
|
16615
|
+
* * [CreateLoadBalancerHTTPSListener](~~CreateLoadBalancerHTTPSListener~~)
|
|
16616
|
+
*
|
|
16617
|
+
* @param request DescribeLoadBalancerListenersRequest
|
|
16618
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
16619
|
+
* @return DescribeLoadBalancerListenersResponse
|
|
16291
16620
|
*/
|
|
16292
16621
|
async describeLoadBalancerListenersWithOptions(request: DescribeLoadBalancerListenersRequest, runtime: $Util.RuntimeOptions): Promise<DescribeLoadBalancerListenersResponse> {
|
|
16293
16622
|
Util.validateModel(request);
|
|
@@ -16358,21 +16687,30 @@ export default class Client extends OpenApi {
|
|
|
16358
16687
|
}
|
|
16359
16688
|
|
|
16360
16689
|
/**
|
|
16361
|
-
|
|
16362
|
-
|
|
16363
|
-
|
|
16364
|
-
|
|
16365
|
-
|
|
16366
|
-
|
|
16367
|
-
|
|
16368
|
-
|
|
16369
|
-
|
|
16690
|
+
* @summary Queries the listeners of a Classic Load Balancer (CLB) instance.
|
|
16691
|
+
*
|
|
16692
|
+
* @description * A CLB instance is created. For more information, see [CreateLoadBalancer](https://help.aliyun.com/document_detail/2401685.html).
|
|
16693
|
+
* * One or more listeners are added to the CLB instance. For more information, see the following topics:
|
|
16694
|
+
* * [CreateLoadBalancerUDPListener](~~CreateLoadBalancerUDPListener~~)
|
|
16695
|
+
* * [CreateLoadBalancerTCPListener](~~CreateLoadBalancerTCPListener~~)
|
|
16696
|
+
* * [CreateLoadBalancerHTTPListener](~~CreateLoadBalancerHTTPListener~~)
|
|
16697
|
+
* * [CreateLoadBalancerHTTPSListener](~~CreateLoadBalancerHTTPSListener~~)
|
|
16698
|
+
*
|
|
16699
|
+
* @param request DescribeLoadBalancerListenersRequest
|
|
16700
|
+
* @return DescribeLoadBalancerListenersResponse
|
|
16370
16701
|
*/
|
|
16371
16702
|
async describeLoadBalancerListeners(request: DescribeLoadBalancerListenersRequest): Promise<DescribeLoadBalancerListenersResponse> {
|
|
16372
16703
|
let runtime = new $Util.RuntimeOptions({ });
|
|
16373
16704
|
return await this.describeLoadBalancerListenersWithOptions(request, runtime);
|
|
16374
16705
|
}
|
|
16375
16706
|
|
|
16707
|
+
/**
|
|
16708
|
+
* @summary Queries the configurations of a TCP listener of Classic Load Balancer (CLB).
|
|
16709
|
+
*
|
|
16710
|
+
* @param request DescribeLoadBalancerTCPListenerAttributeRequest
|
|
16711
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
16712
|
+
* @return DescribeLoadBalancerTCPListenerAttributeResponse
|
|
16713
|
+
*/
|
|
16376
16714
|
async describeLoadBalancerTCPListenerAttributeWithOptions(request: DescribeLoadBalancerTCPListenerAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeLoadBalancerTCPListenerAttributeResponse> {
|
|
16377
16715
|
Util.validateModel(request);
|
|
16378
16716
|
let query = { };
|
|
@@ -16421,11 +16759,24 @@ export default class Client extends OpenApi {
|
|
|
16421
16759
|
return $tea.cast<DescribeLoadBalancerTCPListenerAttributeResponse>(await this.callApi(params, req, runtime), new DescribeLoadBalancerTCPListenerAttributeResponse({}));
|
|
16422
16760
|
}
|
|
16423
16761
|
|
|
16762
|
+
/**
|
|
16763
|
+
* @summary Queries the configurations of a TCP listener of Classic Load Balancer (CLB).
|
|
16764
|
+
*
|
|
16765
|
+
* @param request DescribeLoadBalancerTCPListenerAttributeRequest
|
|
16766
|
+
* @return DescribeLoadBalancerTCPListenerAttributeResponse
|
|
16767
|
+
*/
|
|
16424
16768
|
async describeLoadBalancerTCPListenerAttribute(request: DescribeLoadBalancerTCPListenerAttributeRequest): Promise<DescribeLoadBalancerTCPListenerAttributeResponse> {
|
|
16425
16769
|
let runtime = new $Util.RuntimeOptions({ });
|
|
16426
16770
|
return await this.describeLoadBalancerTCPListenerAttributeWithOptions(request, runtime);
|
|
16427
16771
|
}
|
|
16428
16772
|
|
|
16773
|
+
/**
|
|
16774
|
+
* @summary Queries the configurations of a UDP listener.
|
|
16775
|
+
*
|
|
16776
|
+
* @param request DescribeLoadBalancerUDPListenerAttributeRequest
|
|
16777
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
16778
|
+
* @return DescribeLoadBalancerUDPListenerAttributeResponse
|
|
16779
|
+
*/
|
|
16429
16780
|
async describeLoadBalancerUDPListenerAttributeWithOptions(request: DescribeLoadBalancerUDPListenerAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeLoadBalancerUDPListenerAttributeResponse> {
|
|
16430
16781
|
Util.validateModel(request);
|
|
16431
16782
|
let query = { };
|
|
@@ -16474,11 +16825,24 @@ export default class Client extends OpenApi {
|
|
|
16474
16825
|
return $tea.cast<DescribeLoadBalancerUDPListenerAttributeResponse>(await this.callApi(params, req, runtime), new DescribeLoadBalancerUDPListenerAttributeResponse({}));
|
|
16475
16826
|
}
|
|
16476
16827
|
|
|
16828
|
+
/**
|
|
16829
|
+
* @summary Queries the configurations of a UDP listener.
|
|
16830
|
+
*
|
|
16831
|
+
* @param request DescribeLoadBalancerUDPListenerAttributeRequest
|
|
16832
|
+
* @return DescribeLoadBalancerUDPListenerAttributeResponse
|
|
16833
|
+
*/
|
|
16477
16834
|
async describeLoadBalancerUDPListenerAttribute(request: DescribeLoadBalancerUDPListenerAttributeRequest): Promise<DescribeLoadBalancerUDPListenerAttributeResponse> {
|
|
16478
16835
|
let runtime = new $Util.RuntimeOptions({ });
|
|
16479
16836
|
return await this.describeLoadBalancerUDPListenerAttributeWithOptions(request, runtime);
|
|
16480
16837
|
}
|
|
16481
16838
|
|
|
16839
|
+
/**
|
|
16840
|
+
* @summary Queries Classic Load Balancer (CLB) instances.
|
|
16841
|
+
*
|
|
16842
|
+
* @param request DescribeLoadBalancersRequest
|
|
16843
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
16844
|
+
* @return DescribeLoadBalancersResponse
|
|
16845
|
+
*/
|
|
16482
16846
|
async describeLoadBalancersWithOptions(request: DescribeLoadBalancersRequest, runtime: $Util.RuntimeOptions): Promise<DescribeLoadBalancersResponse> {
|
|
16483
16847
|
Util.validateModel(request);
|
|
16484
16848
|
let query = { };
|
|
@@ -16599,11 +16963,24 @@ export default class Client extends OpenApi {
|
|
|
16599
16963
|
return $tea.cast<DescribeLoadBalancersResponse>(await this.callApi(params, req, runtime), new DescribeLoadBalancersResponse({}));
|
|
16600
16964
|
}
|
|
16601
16965
|
|
|
16966
|
+
/**
|
|
16967
|
+
* @summary Queries Classic Load Balancer (CLB) instances.
|
|
16968
|
+
*
|
|
16969
|
+
* @param request DescribeLoadBalancersRequest
|
|
16970
|
+
* @return DescribeLoadBalancersResponse
|
|
16971
|
+
*/
|
|
16602
16972
|
async describeLoadBalancers(request: DescribeLoadBalancersRequest): Promise<DescribeLoadBalancersResponse> {
|
|
16603
16973
|
let runtime = new $Util.RuntimeOptions({ });
|
|
16604
16974
|
return await this.describeLoadBalancersWithOptions(request, runtime);
|
|
16605
16975
|
}
|
|
16606
16976
|
|
|
16977
|
+
/**
|
|
16978
|
+
* @summary Queries the detailed information about a primary/secondary server group.
|
|
16979
|
+
*
|
|
16980
|
+
* @param request DescribeMasterSlaveServerGroupAttributeRequest
|
|
16981
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
16982
|
+
* @return DescribeMasterSlaveServerGroupAttributeResponse
|
|
16983
|
+
*/
|
|
16607
16984
|
async describeMasterSlaveServerGroupAttributeWithOptions(request: DescribeMasterSlaveServerGroupAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeMasterSlaveServerGroupAttributeResponse> {
|
|
16608
16985
|
Util.validateModel(request);
|
|
16609
16986
|
let query = { };
|
|
@@ -16648,11 +17025,24 @@ export default class Client extends OpenApi {
|
|
|
16648
17025
|
return $tea.cast<DescribeMasterSlaveServerGroupAttributeResponse>(await this.callApi(params, req, runtime), new DescribeMasterSlaveServerGroupAttributeResponse({}));
|
|
16649
17026
|
}
|
|
16650
17027
|
|
|
17028
|
+
/**
|
|
17029
|
+
* @summary Queries the detailed information about a primary/secondary server group.
|
|
17030
|
+
*
|
|
17031
|
+
* @param request DescribeMasterSlaveServerGroupAttributeRequest
|
|
17032
|
+
* @return DescribeMasterSlaveServerGroupAttributeResponse
|
|
17033
|
+
*/
|
|
16651
17034
|
async describeMasterSlaveServerGroupAttribute(request: DescribeMasterSlaveServerGroupAttributeRequest): Promise<DescribeMasterSlaveServerGroupAttributeResponse> {
|
|
16652
17035
|
let runtime = new $Util.RuntimeOptions({ });
|
|
16653
17036
|
return await this.describeMasterSlaveServerGroupAttributeWithOptions(request, runtime);
|
|
16654
17037
|
}
|
|
16655
17038
|
|
|
17039
|
+
/**
|
|
17040
|
+
* @summary Queries primary/secondary server groups.
|
|
17041
|
+
*
|
|
17042
|
+
* @param request DescribeMasterSlaveServerGroupsRequest
|
|
17043
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
17044
|
+
* @return DescribeMasterSlaveServerGroupsResponse
|
|
17045
|
+
*/
|
|
16656
17046
|
async describeMasterSlaveServerGroupsWithOptions(request: DescribeMasterSlaveServerGroupsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeMasterSlaveServerGroupsResponse> {
|
|
16657
17047
|
Util.validateModel(request);
|
|
16658
17048
|
let query = { };
|
|
@@ -16709,11 +17099,24 @@ export default class Client extends OpenApi {
|
|
|
16709
17099
|
return $tea.cast<DescribeMasterSlaveServerGroupsResponse>(await this.callApi(params, req, runtime), new DescribeMasterSlaveServerGroupsResponse({}));
|
|
16710
17100
|
}
|
|
16711
17101
|
|
|
17102
|
+
/**
|
|
17103
|
+
* @summary Queries primary/secondary server groups.
|
|
17104
|
+
*
|
|
17105
|
+
* @param request DescribeMasterSlaveServerGroupsRequest
|
|
17106
|
+
* @return DescribeMasterSlaveServerGroupsResponse
|
|
17107
|
+
*/
|
|
16712
17108
|
async describeMasterSlaveServerGroups(request: DescribeMasterSlaveServerGroupsRequest): Promise<DescribeMasterSlaveServerGroupsResponse> {
|
|
16713
17109
|
let runtime = new $Util.RuntimeOptions({ });
|
|
16714
17110
|
return await this.describeMasterSlaveServerGroupsWithOptions(request, runtime);
|
|
16715
17111
|
}
|
|
16716
17112
|
|
|
17113
|
+
/**
|
|
17114
|
+
* @summary Queries regions.
|
|
17115
|
+
*
|
|
17116
|
+
* @param request DescribeRegionsRequest
|
|
17117
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
17118
|
+
* @return DescribeRegionsResponse
|
|
17119
|
+
*/
|
|
16717
17120
|
async describeRegionsWithOptions(request: DescribeRegionsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRegionsResponse> {
|
|
16718
17121
|
Util.validateModel(request);
|
|
16719
17122
|
let query = { };
|
|
@@ -16758,11 +17161,24 @@ export default class Client extends OpenApi {
|
|
|
16758
17161
|
return $tea.cast<DescribeRegionsResponse>(await this.callApi(params, req, runtime), new DescribeRegionsResponse({}));
|
|
16759
17162
|
}
|
|
16760
17163
|
|
|
17164
|
+
/**
|
|
17165
|
+
* @summary Queries regions.
|
|
17166
|
+
*
|
|
17167
|
+
* @param request DescribeRegionsRequest
|
|
17168
|
+
* @return DescribeRegionsResponse
|
|
17169
|
+
*/
|
|
16761
17170
|
async describeRegions(request: DescribeRegionsRequest): Promise<DescribeRegionsResponse> {
|
|
16762
17171
|
let runtime = new $Util.RuntimeOptions({ });
|
|
16763
17172
|
return await this.describeRegionsWithOptions(request, runtime);
|
|
16764
17173
|
}
|
|
16765
17174
|
|
|
17175
|
+
/**
|
|
17176
|
+
* @summary Queries the configurations of a specified forwarding rule.
|
|
17177
|
+
*
|
|
17178
|
+
* @param request DescribeRuleAttributeRequest
|
|
17179
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
17180
|
+
* @return DescribeRuleAttributeResponse
|
|
17181
|
+
*/
|
|
16766
17182
|
async describeRuleAttributeWithOptions(request: DescribeRuleAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRuleAttributeResponse> {
|
|
16767
17183
|
Util.validateModel(request);
|
|
16768
17184
|
let query = { };
|
|
@@ -16807,11 +17223,24 @@ export default class Client extends OpenApi {
|
|
|
16807
17223
|
return $tea.cast<DescribeRuleAttributeResponse>(await this.callApi(params, req, runtime), new DescribeRuleAttributeResponse({}));
|
|
16808
17224
|
}
|
|
16809
17225
|
|
|
17226
|
+
/**
|
|
17227
|
+
* @summary Queries the configurations of a specified forwarding rule.
|
|
17228
|
+
*
|
|
17229
|
+
* @param request DescribeRuleAttributeRequest
|
|
17230
|
+
* @return DescribeRuleAttributeResponse
|
|
17231
|
+
*/
|
|
16810
17232
|
async describeRuleAttribute(request: DescribeRuleAttributeRequest): Promise<DescribeRuleAttributeResponse> {
|
|
16811
17233
|
let runtime = new $Util.RuntimeOptions({ });
|
|
16812
17234
|
return await this.describeRuleAttributeWithOptions(request, runtime);
|
|
16813
17235
|
}
|
|
16814
17236
|
|
|
17237
|
+
/**
|
|
17238
|
+
* @summary Queries the forwarding rules that are configured for a specified listener.
|
|
17239
|
+
*
|
|
17240
|
+
* @param request DescribeRulesRequest
|
|
17241
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
17242
|
+
* @return DescribeRulesResponse
|
|
17243
|
+
*/
|
|
16815
17244
|
async describeRulesWithOptions(request: DescribeRulesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRulesResponse> {
|
|
16816
17245
|
Util.validateModel(request);
|
|
16817
17246
|
let query = { };
|
|
@@ -16864,17 +17293,25 @@ export default class Client extends OpenApi {
|
|
|
16864
17293
|
return $tea.cast<DescribeRulesResponse>(await this.callApi(params, req, runtime), new DescribeRulesResponse({}));
|
|
16865
17294
|
}
|
|
16866
17295
|
|
|
17296
|
+
/**
|
|
17297
|
+
* @summary Queries the forwarding rules that are configured for a specified listener.
|
|
17298
|
+
*
|
|
17299
|
+
* @param request DescribeRulesRequest
|
|
17300
|
+
* @return DescribeRulesResponse
|
|
17301
|
+
*/
|
|
16867
17302
|
async describeRules(request: DescribeRulesRequest): Promise<DescribeRulesResponse> {
|
|
16868
17303
|
let runtime = new $Util.RuntimeOptions({ });
|
|
16869
17304
|
return await this.describeRulesWithOptions(request, runtime);
|
|
16870
17305
|
}
|
|
16871
17306
|
|
|
16872
17307
|
/**
|
|
16873
|
-
|
|
16874
|
-
|
|
16875
|
-
|
|
16876
|
-
|
|
16877
|
-
|
|
17308
|
+
* @summary Queries server certificates of Classic Load Balancer (CLB) instances in a specified region.
|
|
17309
|
+
*
|
|
17310
|
+
* @description > For security reasons, only fingerprints and names of the server certificates are returned. The content of the server certificates and private keys is not returned.
|
|
17311
|
+
*
|
|
17312
|
+
* @param request DescribeServerCertificatesRequest
|
|
17313
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
17314
|
+
* @return DescribeServerCertificatesResponse
|
|
16878
17315
|
*/
|
|
16879
17316
|
async describeServerCertificatesWithOptions(request: DescribeServerCertificatesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeServerCertificatesResponse> {
|
|
16880
17317
|
Util.validateModel(request);
|
|
@@ -16929,10 +17366,12 @@ export default class Client extends OpenApi {
|
|
|
16929
17366
|
}
|
|
16930
17367
|
|
|
16931
17368
|
/**
|
|
16932
|
-
|
|
16933
|
-
|
|
16934
|
-
|
|
16935
|
-
|
|
17369
|
+
* @summary Queries server certificates of Classic Load Balancer (CLB) instances in a specified region.
|
|
17370
|
+
*
|
|
17371
|
+
* @description > For security reasons, only fingerprints and names of the server certificates are returned. The content of the server certificates and private keys is not returned.
|
|
17372
|
+
*
|
|
17373
|
+
* @param request DescribeServerCertificatesRequest
|
|
17374
|
+
* @return DescribeServerCertificatesResponse
|
|
16936
17375
|
*/
|
|
16937
17376
|
async describeServerCertificates(request: DescribeServerCertificatesRequest): Promise<DescribeServerCertificatesResponse> {
|
|
16938
17377
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -16940,16 +17379,18 @@ export default class Client extends OpenApi {
|
|
|
16940
17379
|
}
|
|
16941
17380
|
|
|
16942
17381
|
/**
|
|
16943
|
-
|
|
16944
|
-
|
|
16945
|
-
|
|
16946
|
-
|
|
16947
|
-
|
|
16948
|
-
|
|
16949
|
-
|
|
16950
|
-
|
|
16951
|
-
|
|
16952
|
-
|
|
17382
|
+
* @summary Queries tags.
|
|
17383
|
+
*
|
|
17384
|
+
* @description When you call this operation, take note of the following items:
|
|
17385
|
+
* * You can query tags by instance ID, tag key, and tag value. If the operation is successful, the system returns all tags that match the specified conditions.
|
|
17386
|
+
* * The logical relationship among the specified conditions is AND. Only tags that match all the specified conditions are returned.
|
|
17387
|
+
* * If the Tagkey parameter is set and the Tagvalue parameter is not set, all tags that contain the specified tag key are returned.
|
|
17388
|
+
* * If you set the Tagvalue parameter in a request, you must also set the Tagkey parameter in the request.
|
|
17389
|
+
* * If you set both the Tagkey and Tagvalue parameters, only tags that contain the specified keys and values are returned.
|
|
17390
|
+
*
|
|
17391
|
+
* @param request DescribeTagsRequest
|
|
17392
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
17393
|
+
* @return DescribeTagsResponse
|
|
16953
17394
|
*/
|
|
16954
17395
|
async describeTagsWithOptions(request: DescribeTagsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeTagsResponse> {
|
|
16955
17396
|
Util.validateModel(request);
|
|
@@ -17012,21 +17453,30 @@ export default class Client extends OpenApi {
|
|
|
17012
17453
|
}
|
|
17013
17454
|
|
|
17014
17455
|
/**
|
|
17015
|
-
|
|
17016
|
-
|
|
17017
|
-
|
|
17018
|
-
|
|
17019
|
-
|
|
17020
|
-
|
|
17021
|
-
|
|
17022
|
-
|
|
17023
|
-
|
|
17456
|
+
* @summary Queries tags.
|
|
17457
|
+
*
|
|
17458
|
+
* @description When you call this operation, take note of the following items:
|
|
17459
|
+
* * You can query tags by instance ID, tag key, and tag value. If the operation is successful, the system returns all tags that match the specified conditions.
|
|
17460
|
+
* * The logical relationship among the specified conditions is AND. Only tags that match all the specified conditions are returned.
|
|
17461
|
+
* * If the Tagkey parameter is set and the Tagvalue parameter is not set, all tags that contain the specified tag key are returned.
|
|
17462
|
+
* * If you set the Tagvalue parameter in a request, you must also set the Tagkey parameter in the request.
|
|
17463
|
+
* * If you set both the Tagkey and Tagvalue parameters, only tags that contain the specified keys and values are returned.
|
|
17464
|
+
*
|
|
17465
|
+
* @param request DescribeTagsRequest
|
|
17466
|
+
* @return DescribeTagsResponse
|
|
17024
17467
|
*/
|
|
17025
17468
|
async describeTags(request: DescribeTagsRequest): Promise<DescribeTagsResponse> {
|
|
17026
17469
|
let runtime = new $Util.RuntimeOptions({ });
|
|
17027
17470
|
return await this.describeTagsWithOptions(request, runtime);
|
|
17028
17471
|
}
|
|
17029
17472
|
|
|
17473
|
+
/**
|
|
17474
|
+
* @summary Queries detailed information about a vServer group.
|
|
17475
|
+
*
|
|
17476
|
+
* @param request DescribeVServerGroupAttributeRequest
|
|
17477
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
17478
|
+
* @return DescribeVServerGroupAttributeResponse
|
|
17479
|
+
*/
|
|
17030
17480
|
async describeVServerGroupAttributeWithOptions(request: DescribeVServerGroupAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeVServerGroupAttributeResponse> {
|
|
17031
17481
|
Util.validateModel(request);
|
|
17032
17482
|
let query = { };
|
|
@@ -17071,11 +17521,24 @@ export default class Client extends OpenApi {
|
|
|
17071
17521
|
return $tea.cast<DescribeVServerGroupAttributeResponse>(await this.callApi(params, req, runtime), new DescribeVServerGroupAttributeResponse({}));
|
|
17072
17522
|
}
|
|
17073
17523
|
|
|
17524
|
+
/**
|
|
17525
|
+
* @summary Queries detailed information about a vServer group.
|
|
17526
|
+
*
|
|
17527
|
+
* @param request DescribeVServerGroupAttributeRequest
|
|
17528
|
+
* @return DescribeVServerGroupAttributeResponse
|
|
17529
|
+
*/
|
|
17074
17530
|
async describeVServerGroupAttribute(request: DescribeVServerGroupAttributeRequest): Promise<DescribeVServerGroupAttributeResponse> {
|
|
17075
17531
|
let runtime = new $Util.RuntimeOptions({ });
|
|
17076
17532
|
return await this.describeVServerGroupAttributeWithOptions(request, runtime);
|
|
17077
17533
|
}
|
|
17078
17534
|
|
|
17535
|
+
/**
|
|
17536
|
+
* @summary Queries server groups.
|
|
17537
|
+
*
|
|
17538
|
+
* @param request DescribeVServerGroupsRequest
|
|
17539
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
17540
|
+
* @return DescribeVServerGroupsResponse
|
|
17541
|
+
*/
|
|
17079
17542
|
async describeVServerGroupsWithOptions(request: DescribeVServerGroupsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeVServerGroupsResponse> {
|
|
17080
17543
|
Util.validateModel(request);
|
|
17081
17544
|
let query = { };
|
|
@@ -17136,11 +17599,24 @@ export default class Client extends OpenApi {
|
|
|
17136
17599
|
return $tea.cast<DescribeVServerGroupsResponse>(await this.callApi(params, req, runtime), new DescribeVServerGroupsResponse({}));
|
|
17137
17600
|
}
|
|
17138
17601
|
|
|
17602
|
+
/**
|
|
17603
|
+
* @summary Queries server groups.
|
|
17604
|
+
*
|
|
17605
|
+
* @param request DescribeVServerGroupsRequest
|
|
17606
|
+
* @return DescribeVServerGroupsResponse
|
|
17607
|
+
*/
|
|
17139
17608
|
async describeVServerGroups(request: DescribeVServerGroupsRequest): Promise<DescribeVServerGroupsResponse> {
|
|
17140
17609
|
let runtime = new $Util.RuntimeOptions({ });
|
|
17141
17610
|
return await this.describeVServerGroupsWithOptions(request, runtime);
|
|
17142
17611
|
}
|
|
17143
17612
|
|
|
17613
|
+
/**
|
|
17614
|
+
* @summary Queries the zones in a region.
|
|
17615
|
+
*
|
|
17616
|
+
* @param request DescribeZonesRequest
|
|
17617
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
17618
|
+
* @return DescribeZonesResponse
|
|
17619
|
+
*/
|
|
17144
17620
|
async describeZonesWithOptions(request: DescribeZonesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeZonesResponse> {
|
|
17145
17621
|
Util.validateModel(request);
|
|
17146
17622
|
let query = { };
|
|
@@ -17181,11 +17657,24 @@ export default class Client extends OpenApi {
|
|
|
17181
17657
|
return $tea.cast<DescribeZonesResponse>(await this.callApi(params, req, runtime), new DescribeZonesResponse({}));
|
|
17182
17658
|
}
|
|
17183
17659
|
|
|
17660
|
+
/**
|
|
17661
|
+
* @summary Queries the zones in a region.
|
|
17662
|
+
*
|
|
17663
|
+
* @param request DescribeZonesRequest
|
|
17664
|
+
* @return DescribeZonesResponse
|
|
17665
|
+
*/
|
|
17184
17666
|
async describeZones(request: DescribeZonesRequest): Promise<DescribeZonesResponse> {
|
|
17185
17667
|
let runtime = new $Util.RuntimeOptions({ });
|
|
17186
17668
|
return await this.describeZonesWithOptions(request, runtime);
|
|
17187
17669
|
}
|
|
17188
17670
|
|
|
17671
|
+
/**
|
|
17672
|
+
* @summary Enables fine-grained monitoring for the current region.
|
|
17673
|
+
*
|
|
17674
|
+
* @param request EnableHighDefinationMonitorRequest
|
|
17675
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
17676
|
+
* @return EnableHighDefinationMonitorResponse
|
|
17677
|
+
*/
|
|
17189
17678
|
async enableHighDefinationMonitorWithOptions(request: EnableHighDefinationMonitorRequest, runtime: $Util.RuntimeOptions): Promise<EnableHighDefinationMonitorResponse> {
|
|
17190
17679
|
Util.validateModel(request);
|
|
17191
17680
|
let query = { };
|
|
@@ -17238,11 +17727,24 @@ export default class Client extends OpenApi {
|
|
|
17238
17727
|
return $tea.cast<EnableHighDefinationMonitorResponse>(await this.callApi(params, req, runtime), new EnableHighDefinationMonitorResponse({}));
|
|
17239
17728
|
}
|
|
17240
17729
|
|
|
17730
|
+
/**
|
|
17731
|
+
* @summary Enables fine-grained monitoring for the current region.
|
|
17732
|
+
*
|
|
17733
|
+
* @param request EnableHighDefinationMonitorRequest
|
|
17734
|
+
* @return EnableHighDefinationMonitorResponse
|
|
17735
|
+
*/
|
|
17241
17736
|
async enableHighDefinationMonitor(request: EnableHighDefinationMonitorRequest): Promise<EnableHighDefinationMonitorResponse> {
|
|
17242
17737
|
let runtime = new $Util.RuntimeOptions({ });
|
|
17243
17738
|
return await this.enableHighDefinationMonitorWithOptions(request, runtime);
|
|
17244
17739
|
}
|
|
17245
17740
|
|
|
17741
|
+
/**
|
|
17742
|
+
* @summary Queries Transport Layer Security (TLS) policies.
|
|
17743
|
+
*
|
|
17744
|
+
* @param request ListTLSCipherPoliciesRequest
|
|
17745
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
17746
|
+
* @return ListTLSCipherPoliciesResponse
|
|
17747
|
+
*/
|
|
17246
17748
|
async listTLSCipherPoliciesWithOptions(request: ListTLSCipherPoliciesRequest, runtime: $Util.RuntimeOptions): Promise<ListTLSCipherPoliciesResponse> {
|
|
17247
17749
|
Util.validateModel(request);
|
|
17248
17750
|
let query = { };
|
|
@@ -17303,20 +17805,28 @@ export default class Client extends OpenApi {
|
|
|
17303
17805
|
return $tea.cast<ListTLSCipherPoliciesResponse>(await this.callApi(params, req, runtime), new ListTLSCipherPoliciesResponse({}));
|
|
17304
17806
|
}
|
|
17305
17807
|
|
|
17808
|
+
/**
|
|
17809
|
+
* @summary Queries Transport Layer Security (TLS) policies.
|
|
17810
|
+
*
|
|
17811
|
+
* @param request ListTLSCipherPoliciesRequest
|
|
17812
|
+
* @return ListTLSCipherPoliciesResponse
|
|
17813
|
+
*/
|
|
17306
17814
|
async listTLSCipherPolicies(request: ListTLSCipherPoliciesRequest): Promise<ListTLSCipherPoliciesResponse> {
|
|
17307
17815
|
let runtime = new $Util.RuntimeOptions({ });
|
|
17308
17816
|
return await this.listTLSCipherPoliciesWithOptions(request, runtime);
|
|
17309
17817
|
}
|
|
17310
17818
|
|
|
17311
17819
|
/**
|
|
17312
|
-
|
|
17313
|
-
|
|
17314
|
-
|
|
17315
|
-
|
|
17316
|
-
|
|
17317
|
-
|
|
17318
|
-
|
|
17319
|
-
|
|
17820
|
+
* @summary Queries tags that are added to one or more instances.
|
|
17821
|
+
*
|
|
17822
|
+
* @description * Set **ResourceId.N** or **Tag.N** that consists of **Tag.N.Key** and **Tag.N.Value** in the request to specify the object to be queried.
|
|
17823
|
+
* * **Tag.N** is a resource tag that consists of a key-value pair. If you set only **Tag.N.Key**, all tag values that are associated with the specified tag key are returned. If you set only **Tag.N.Value**, an error message is returned.
|
|
17824
|
+
* * If you set **Tag.N** and **ResourceId.N** to filter tags, **ResourceId.N** must match all specified key-value pairs.
|
|
17825
|
+
* * If you specify multiple key-value pairs, resources that contain these key-value pairs are returned.
|
|
17826
|
+
*
|
|
17827
|
+
* @param request ListTagResourcesRequest
|
|
17828
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
17829
|
+
* @return ListTagResourcesResponse
|
|
17320
17830
|
*/
|
|
17321
17831
|
async listTagResourcesWithOptions(request: ListTagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<ListTagResourcesResponse> {
|
|
17322
17832
|
Util.validateModel(request);
|
|
@@ -17375,19 +17885,28 @@ export default class Client extends OpenApi {
|
|
|
17375
17885
|
}
|
|
17376
17886
|
|
|
17377
17887
|
/**
|
|
17378
|
-
|
|
17379
|
-
|
|
17380
|
-
|
|
17381
|
-
|
|
17382
|
-
|
|
17383
|
-
|
|
17384
|
-
|
|
17888
|
+
* @summary Queries tags that are added to one or more instances.
|
|
17889
|
+
*
|
|
17890
|
+
* @description * Set **ResourceId.N** or **Tag.N** that consists of **Tag.N.Key** and **Tag.N.Value** in the request to specify the object to be queried.
|
|
17891
|
+
* * **Tag.N** is a resource tag that consists of a key-value pair. If you set only **Tag.N.Key**, all tag values that are associated with the specified tag key are returned. If you set only **Tag.N.Value**, an error message is returned.
|
|
17892
|
+
* * If you set **Tag.N** and **ResourceId.N** to filter tags, **ResourceId.N** must match all specified key-value pairs.
|
|
17893
|
+
* * If you specify multiple key-value pairs, resources that contain these key-value pairs are returned.
|
|
17894
|
+
*
|
|
17895
|
+
* @param request ListTagResourcesRequest
|
|
17896
|
+
* @return ListTagResourcesResponse
|
|
17385
17897
|
*/
|
|
17386
17898
|
async listTagResources(request: ListTagResourcesRequest): Promise<ListTagResourcesResponse> {
|
|
17387
17899
|
let runtime = new $Util.RuntimeOptions({ });
|
|
17388
17900
|
return await this.listTagResourcesWithOptions(request, runtime);
|
|
17389
17901
|
}
|
|
17390
17902
|
|
|
17903
|
+
/**
|
|
17904
|
+
* @summary Modifies the configuration of fine-grained monitoring in a specified region.
|
|
17905
|
+
*
|
|
17906
|
+
* @param request ModifyHighDefinationMonitorRequest
|
|
17907
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
17908
|
+
* @return ModifyHighDefinationMonitorResponse
|
|
17909
|
+
*/
|
|
17391
17910
|
async modifyHighDefinationMonitorWithOptions(request: ModifyHighDefinationMonitorRequest, runtime: $Util.RuntimeOptions): Promise<ModifyHighDefinationMonitorResponse> {
|
|
17392
17911
|
Util.validateModel(request);
|
|
17393
17912
|
let query = { };
|
|
@@ -17436,18 +17955,26 @@ export default class Client extends OpenApi {
|
|
|
17436
17955
|
return $tea.cast<ModifyHighDefinationMonitorResponse>(await this.callApi(params, req, runtime), new ModifyHighDefinationMonitorResponse({}));
|
|
17437
17956
|
}
|
|
17438
17957
|
|
|
17958
|
+
/**
|
|
17959
|
+
* @summary Modifies the configuration of fine-grained monitoring in a specified region.
|
|
17960
|
+
*
|
|
17961
|
+
* @param request ModifyHighDefinationMonitorRequest
|
|
17962
|
+
* @return ModifyHighDefinationMonitorResponse
|
|
17963
|
+
*/
|
|
17439
17964
|
async modifyHighDefinationMonitor(request: ModifyHighDefinationMonitorRequest): Promise<ModifyHighDefinationMonitorResponse> {
|
|
17440
17965
|
let runtime = new $Util.RuntimeOptions({ });
|
|
17441
17966
|
return await this.modifyHighDefinationMonitorWithOptions(request, runtime);
|
|
17442
17967
|
}
|
|
17443
17968
|
|
|
17444
17969
|
/**
|
|
17445
|
-
|
|
17446
|
-
|
|
17447
|
-
|
|
17448
|
-
|
|
17449
|
-
|
|
17450
|
-
|
|
17970
|
+
* @summary Changes the metering method of a pay-as-you-go Classic Load Balancer (CLB) instance.
|
|
17971
|
+
*
|
|
17972
|
+
* @description > * For pay-as-you-go CLB instances, you can only change the metering method from pay-by-specification to pay-by-LCU. You cannot change the metering method from pay-by-LCU to pay-by-specification.
|
|
17973
|
+
* >* This operation can change the metering method of only one instance at a time.
|
|
17974
|
+
*
|
|
17975
|
+
* @param request ModifyLoadBalancerInstanceChargeTypeRequest
|
|
17976
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
17977
|
+
* @return ModifyLoadBalancerInstanceChargeTypeResponse
|
|
17451
17978
|
*/
|
|
17452
17979
|
async modifyLoadBalancerInstanceChargeTypeWithOptions(request: ModifyLoadBalancerInstanceChargeTypeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyLoadBalancerInstanceChargeTypeResponse> {
|
|
17453
17980
|
Util.validateModel(request);
|
|
@@ -17510,17 +18037,26 @@ export default class Client extends OpenApi {
|
|
|
17510
18037
|
}
|
|
17511
18038
|
|
|
17512
18039
|
/**
|
|
17513
|
-
|
|
17514
|
-
|
|
17515
|
-
|
|
17516
|
-
|
|
17517
|
-
|
|
18040
|
+
* @summary Changes the metering method of a pay-as-you-go Classic Load Balancer (CLB) instance.
|
|
18041
|
+
*
|
|
18042
|
+
* @description > * For pay-as-you-go CLB instances, you can only change the metering method from pay-by-specification to pay-by-LCU. You cannot change the metering method from pay-by-LCU to pay-by-specification.
|
|
18043
|
+
* >* This operation can change the metering method of only one instance at a time.
|
|
18044
|
+
*
|
|
18045
|
+
* @param request ModifyLoadBalancerInstanceChargeTypeRequest
|
|
18046
|
+
* @return ModifyLoadBalancerInstanceChargeTypeResponse
|
|
17518
18047
|
*/
|
|
17519
18048
|
async modifyLoadBalancerInstanceChargeType(request: ModifyLoadBalancerInstanceChargeTypeRequest): Promise<ModifyLoadBalancerInstanceChargeTypeResponse> {
|
|
17520
18049
|
let runtime = new $Util.RuntimeOptions({ });
|
|
17521
18050
|
return await this.modifyLoadBalancerInstanceChargeTypeWithOptions(request, runtime);
|
|
17522
18051
|
}
|
|
17523
18052
|
|
|
18053
|
+
/**
|
|
18054
|
+
* @summary Modifies the specification of a Classic Load Balancer (CLB) instance.
|
|
18055
|
+
*
|
|
18056
|
+
* @param request ModifyLoadBalancerInstanceSpecRequest
|
|
18057
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
18058
|
+
* @return ModifyLoadBalancerInstanceSpecResponse
|
|
18059
|
+
*/
|
|
17524
18060
|
async modifyLoadBalancerInstanceSpecWithOptions(request: ModifyLoadBalancerInstanceSpecRequest, runtime: $Util.RuntimeOptions): Promise<ModifyLoadBalancerInstanceSpecResponse> {
|
|
17525
18061
|
Util.validateModel(request);
|
|
17526
18062
|
let query = { };
|
|
@@ -17573,19 +18109,27 @@ export default class Client extends OpenApi {
|
|
|
17573
18109
|
return $tea.cast<ModifyLoadBalancerInstanceSpecResponse>(await this.callApi(params, req, runtime), new ModifyLoadBalancerInstanceSpecResponse({}));
|
|
17574
18110
|
}
|
|
17575
18111
|
|
|
18112
|
+
/**
|
|
18113
|
+
* @summary Modifies the specification of a Classic Load Balancer (CLB) instance.
|
|
18114
|
+
*
|
|
18115
|
+
* @param request ModifyLoadBalancerInstanceSpecRequest
|
|
18116
|
+
* @return ModifyLoadBalancerInstanceSpecResponse
|
|
18117
|
+
*/
|
|
17576
18118
|
async modifyLoadBalancerInstanceSpec(request: ModifyLoadBalancerInstanceSpecRequest): Promise<ModifyLoadBalancerInstanceSpecResponse> {
|
|
17577
18119
|
let runtime = new $Util.RuntimeOptions({ });
|
|
17578
18120
|
return await this.modifyLoadBalancerInstanceSpecWithOptions(request, runtime);
|
|
17579
18121
|
}
|
|
17580
18122
|
|
|
17581
18123
|
/**
|
|
17582
|
-
|
|
17583
|
-
|
|
17584
|
-
|
|
17585
|
-
|
|
17586
|
-
|
|
17587
|
-
|
|
17588
|
-
|
|
18124
|
+
* @summary Modifies the metering method of an Internet-facing Classic Load Balancer (CLB) instance.
|
|
18125
|
+
*
|
|
18126
|
+
* @description ## Description
|
|
18127
|
+
* * If you modify only the maximum bandwidth of a pay-by-bandwidth CLB instance, the new bandwidth immediately takes effect.
|
|
18128
|
+
* * If you modify the metering method (for example, switch from pay-by-bandwidth to pay-by-data-transfer), the new metering method and the other changes specified in the operation take effect at 00:00:00 the next day.
|
|
18129
|
+
*
|
|
18130
|
+
* @param request ModifyLoadBalancerInternetSpecRequest
|
|
18131
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
18132
|
+
* @return ModifyLoadBalancerInternetSpecResponse
|
|
17589
18133
|
*/
|
|
17590
18134
|
async modifyLoadBalancerInternetSpecWithOptions(request: ModifyLoadBalancerInternetSpecRequest, runtime: $Util.RuntimeOptions): Promise<ModifyLoadBalancerInternetSpecResponse> {
|
|
17591
18135
|
Util.validateModel(request);
|
|
@@ -17644,18 +18188,27 @@ export default class Client extends OpenApi {
|
|
|
17644
18188
|
}
|
|
17645
18189
|
|
|
17646
18190
|
/**
|
|
17647
|
-
|
|
17648
|
-
|
|
17649
|
-
|
|
17650
|
-
|
|
17651
|
-
|
|
17652
|
-
|
|
18191
|
+
* @summary Modifies the metering method of an Internet-facing Classic Load Balancer (CLB) instance.
|
|
18192
|
+
*
|
|
18193
|
+
* @description ## Description
|
|
18194
|
+
* * If you modify only the maximum bandwidth of a pay-by-bandwidth CLB instance, the new bandwidth immediately takes effect.
|
|
18195
|
+
* * If you modify the metering method (for example, switch from pay-by-bandwidth to pay-by-data-transfer), the new metering method and the other changes specified in the operation take effect at 00:00:00 the next day.
|
|
18196
|
+
*
|
|
18197
|
+
* @param request ModifyLoadBalancerInternetSpecRequest
|
|
18198
|
+
* @return ModifyLoadBalancerInternetSpecResponse
|
|
17653
18199
|
*/
|
|
17654
18200
|
async modifyLoadBalancerInternetSpec(request: ModifyLoadBalancerInternetSpecRequest): Promise<ModifyLoadBalancerInternetSpecResponse> {
|
|
17655
18201
|
let runtime = new $Util.RuntimeOptions({ });
|
|
17656
18202
|
return await this.modifyLoadBalancerInternetSpecWithOptions(request, runtime);
|
|
17657
18203
|
}
|
|
17658
18204
|
|
|
18205
|
+
/**
|
|
18206
|
+
* @summary Changes the billing method of a Classic Load Balancer (CLB) instance from pay-as-you-go to subscription.
|
|
18207
|
+
*
|
|
18208
|
+
* @param request ModifyLoadBalancerPayTypeRequest
|
|
18209
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
18210
|
+
* @return ModifyLoadBalancerPayTypeResponse
|
|
18211
|
+
*/
|
|
17659
18212
|
async modifyLoadBalancerPayTypeWithOptions(request: ModifyLoadBalancerPayTypeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyLoadBalancerPayTypeResponse> {
|
|
17660
18213
|
Util.validateModel(request);
|
|
17661
18214
|
let query = { };
|
|
@@ -17716,17 +18269,25 @@ export default class Client extends OpenApi {
|
|
|
17716
18269
|
return $tea.cast<ModifyLoadBalancerPayTypeResponse>(await this.callApi(params, req, runtime), new ModifyLoadBalancerPayTypeResponse({}));
|
|
17717
18270
|
}
|
|
17718
18271
|
|
|
18272
|
+
/**
|
|
18273
|
+
* @summary Changes the billing method of a Classic Load Balancer (CLB) instance from pay-as-you-go to subscription.
|
|
18274
|
+
*
|
|
18275
|
+
* @param request ModifyLoadBalancerPayTypeRequest
|
|
18276
|
+
* @return ModifyLoadBalancerPayTypeResponse
|
|
18277
|
+
*/
|
|
17719
18278
|
async modifyLoadBalancerPayType(request: ModifyLoadBalancerPayTypeRequest): Promise<ModifyLoadBalancerPayTypeResponse> {
|
|
17720
18279
|
let runtime = new $Util.RuntimeOptions({ });
|
|
17721
18280
|
return await this.modifyLoadBalancerPayTypeWithOptions(request, runtime);
|
|
17722
18281
|
}
|
|
17723
18282
|
|
|
17724
18283
|
/**
|
|
17725
|
-
|
|
17726
|
-
|
|
17727
|
-
|
|
17728
|
-
|
|
17729
|
-
|
|
18284
|
+
* @summary Replaces backend servers in a specified vServer group.
|
|
18285
|
+
*
|
|
18286
|
+
* @description You can call this operation to replace the backend servers in a specified vServer group. To modify the configurations of the backend servers, such as their weights, you can call the [SetVServerGroupAttribute](https://help.aliyun.com/document_detail/35217.html) operation.
|
|
18287
|
+
*
|
|
18288
|
+
* @param request ModifyVServerGroupBackendServersRequest
|
|
18289
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
18290
|
+
* @return ModifyVServerGroupBackendServersResponse
|
|
17730
18291
|
*/
|
|
17731
18292
|
async modifyVServerGroupBackendServersWithOptions(request: ModifyVServerGroupBackendServersRequest, runtime: $Util.RuntimeOptions): Promise<ModifyVServerGroupBackendServersResponse> {
|
|
17732
18293
|
Util.validateModel(request);
|
|
@@ -17781,16 +18342,25 @@ export default class Client extends OpenApi {
|
|
|
17781
18342
|
}
|
|
17782
18343
|
|
|
17783
18344
|
/**
|
|
17784
|
-
|
|
17785
|
-
|
|
17786
|
-
|
|
17787
|
-
|
|
18345
|
+
* @summary Replaces backend servers in a specified vServer group.
|
|
18346
|
+
*
|
|
18347
|
+
* @description You can call this operation to replace the backend servers in a specified vServer group. To modify the configurations of the backend servers, such as their weights, you can call the [SetVServerGroupAttribute](https://help.aliyun.com/document_detail/35217.html) operation.
|
|
18348
|
+
*
|
|
18349
|
+
* @param request ModifyVServerGroupBackendServersRequest
|
|
18350
|
+
* @return ModifyVServerGroupBackendServersResponse
|
|
17788
18351
|
*/
|
|
17789
18352
|
async modifyVServerGroupBackendServers(request: ModifyVServerGroupBackendServersRequest): Promise<ModifyVServerGroupBackendServersResponse> {
|
|
17790
18353
|
let runtime = new $Util.RuntimeOptions({ });
|
|
17791
18354
|
return await this.modifyVServerGroupBackendServersWithOptions(request, runtime);
|
|
17792
18355
|
}
|
|
17793
18356
|
|
|
18357
|
+
/**
|
|
18358
|
+
* @summary Moves a resource to another resource group.
|
|
18359
|
+
*
|
|
18360
|
+
* @param request MoveResourceGroupRequest
|
|
18361
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
18362
|
+
* @return MoveResourceGroupResponse
|
|
18363
|
+
*/
|
|
17794
18364
|
async moveResourceGroupWithOptions(request: MoveResourceGroupRequest, runtime: $Util.RuntimeOptions): Promise<MoveResourceGroupResponse> {
|
|
17795
18365
|
Util.validateModel(request);
|
|
17796
18366
|
let query = { };
|
|
@@ -17851,11 +18421,24 @@ export default class Client extends OpenApi {
|
|
|
17851
18421
|
return $tea.cast<MoveResourceGroupResponse>(await this.callApi(params, req, runtime), new MoveResourceGroupResponse({}));
|
|
17852
18422
|
}
|
|
17853
18423
|
|
|
18424
|
+
/**
|
|
18425
|
+
* @summary Moves a resource to another resource group.
|
|
18426
|
+
*
|
|
18427
|
+
* @param request MoveResourceGroupRequest
|
|
18428
|
+
* @return MoveResourceGroupResponse
|
|
18429
|
+
*/
|
|
17854
18430
|
async moveResourceGroup(request: MoveResourceGroupRequest): Promise<MoveResourceGroupResponse> {
|
|
17855
18431
|
let runtime = new $Util.RuntimeOptions({ });
|
|
17856
18432
|
return await this.moveResourceGroupWithOptions(request, runtime);
|
|
17857
18433
|
}
|
|
17858
18434
|
|
|
18435
|
+
/**
|
|
18436
|
+
* @summary Removes IP entries from the network access control list (ACL) of a Classic Load Balancer (CLB) instance.
|
|
18437
|
+
*
|
|
18438
|
+
* @param request RemoveAccessControlListEntryRequest
|
|
18439
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
18440
|
+
* @return RemoveAccessControlListEntryResponse
|
|
18441
|
+
*/
|
|
17859
18442
|
async removeAccessControlListEntryWithOptions(request: RemoveAccessControlListEntryRequest, runtime: $Util.RuntimeOptions): Promise<RemoveAccessControlListEntryResponse> {
|
|
17860
18443
|
Util.validateModel(request);
|
|
17861
18444
|
let query = { };
|
|
@@ -17904,17 +18487,25 @@ export default class Client extends OpenApi {
|
|
|
17904
18487
|
return $tea.cast<RemoveAccessControlListEntryResponse>(await this.callApi(params, req, runtime), new RemoveAccessControlListEntryResponse({}));
|
|
17905
18488
|
}
|
|
17906
18489
|
|
|
18490
|
+
/**
|
|
18491
|
+
* @summary Removes IP entries from the network access control list (ACL) of a Classic Load Balancer (CLB) instance.
|
|
18492
|
+
*
|
|
18493
|
+
* @param request RemoveAccessControlListEntryRequest
|
|
18494
|
+
* @return RemoveAccessControlListEntryResponse
|
|
18495
|
+
*/
|
|
17907
18496
|
async removeAccessControlListEntry(request: RemoveAccessControlListEntryRequest): Promise<RemoveAccessControlListEntryResponse> {
|
|
17908
18497
|
let runtime = new $Util.RuntimeOptions({ });
|
|
17909
18498
|
return await this.removeAccessControlListEntryWithOptions(request, runtime);
|
|
17910
18499
|
}
|
|
17911
18500
|
|
|
17912
18501
|
/**
|
|
17913
|
-
|
|
17914
|
-
|
|
17915
|
-
|
|
17916
|
-
|
|
17917
|
-
|
|
18502
|
+
* @summary Removes backend servers.
|
|
18503
|
+
*
|
|
18504
|
+
* @description > If the backend servers that you want to remove are not in the server list of the Classic Load Balancer (CLB) instance, the request fails. However, the system does not report an error.
|
|
18505
|
+
*
|
|
18506
|
+
* @param request RemoveBackendServersRequest
|
|
18507
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
18508
|
+
* @return RemoveBackendServersResponse
|
|
17918
18509
|
*/
|
|
17919
18510
|
async removeBackendServersWithOptions(request: RemoveBackendServersRequest, runtime: $Util.RuntimeOptions): Promise<RemoveBackendServersResponse> {
|
|
17920
18511
|
Util.validateModel(request);
|
|
@@ -17965,16 +18556,25 @@ export default class Client extends OpenApi {
|
|
|
17965
18556
|
}
|
|
17966
18557
|
|
|
17967
18558
|
/**
|
|
17968
|
-
|
|
17969
|
-
|
|
17970
|
-
|
|
17971
|
-
|
|
18559
|
+
* @summary Removes backend servers.
|
|
18560
|
+
*
|
|
18561
|
+
* @description > If the backend servers that you want to remove are not in the server list of the Classic Load Balancer (CLB) instance, the request fails. However, the system does not report an error.
|
|
18562
|
+
*
|
|
18563
|
+
* @param request RemoveBackendServersRequest
|
|
18564
|
+
* @return RemoveBackendServersResponse
|
|
17972
18565
|
*/
|
|
17973
18566
|
async removeBackendServers(request: RemoveBackendServersRequest): Promise<RemoveBackendServersResponse> {
|
|
17974
18567
|
let runtime = new $Util.RuntimeOptions({ });
|
|
17975
18568
|
return await this.removeBackendServersWithOptions(request, runtime);
|
|
17976
18569
|
}
|
|
17977
18570
|
|
|
18571
|
+
/**
|
|
18572
|
+
* @summary Removes IP addresses or CIDR blocks from the whitelist of a listener.
|
|
18573
|
+
*
|
|
18574
|
+
* @param request RemoveListenerWhiteListItemRequest
|
|
18575
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
18576
|
+
* @return RemoveListenerWhiteListItemResponse
|
|
18577
|
+
*/
|
|
17978
18578
|
async removeListenerWhiteListItemWithOptions(request: RemoveListenerWhiteListItemRequest, runtime: $Util.RuntimeOptions): Promise<RemoveListenerWhiteListItemResponse> {
|
|
17979
18579
|
Util.validateModel(request);
|
|
17980
18580
|
let query = { };
|
|
@@ -18031,11 +18631,22 @@ export default class Client extends OpenApi {
|
|
|
18031
18631
|
return $tea.cast<RemoveListenerWhiteListItemResponse>(await this.callApi(params, req, runtime), new RemoveListenerWhiteListItemResponse({}));
|
|
18032
18632
|
}
|
|
18033
18633
|
|
|
18634
|
+
/**
|
|
18635
|
+
* @summary Removes IP addresses or CIDR blocks from the whitelist of a listener.
|
|
18636
|
+
*
|
|
18637
|
+
* @param request RemoveListenerWhiteListItemRequest
|
|
18638
|
+
* @return RemoveListenerWhiteListItemResponse
|
|
18639
|
+
*/
|
|
18034
18640
|
async removeListenerWhiteListItem(request: RemoveListenerWhiteListItemRequest): Promise<RemoveListenerWhiteListItemResponse> {
|
|
18035
18641
|
let runtime = new $Util.RuntimeOptions({ });
|
|
18036
18642
|
return await this.removeListenerWhiteListItemWithOptions(request, runtime);
|
|
18037
18643
|
}
|
|
18038
18644
|
|
|
18645
|
+
/**
|
|
18646
|
+
* @param request RemoveTagsRequest
|
|
18647
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
18648
|
+
* @return RemoveTagsResponse
|
|
18649
|
+
*/
|
|
18039
18650
|
async removeTagsWithOptions(request: RemoveTagsRequest, runtime: $Util.RuntimeOptions): Promise<RemoveTagsResponse> {
|
|
18040
18651
|
Util.validateModel(request);
|
|
18041
18652
|
let query = { };
|
|
@@ -18084,17 +18695,23 @@ export default class Client extends OpenApi {
|
|
|
18084
18695
|
return $tea.cast<RemoveTagsResponse>(await this.callApi(params, req, runtime), new RemoveTagsResponse({}));
|
|
18085
18696
|
}
|
|
18086
18697
|
|
|
18698
|
+
/**
|
|
18699
|
+
* @param request RemoveTagsRequest
|
|
18700
|
+
* @return RemoveTagsResponse
|
|
18701
|
+
*/
|
|
18087
18702
|
async removeTags(request: RemoveTagsRequest): Promise<RemoveTagsResponse> {
|
|
18088
18703
|
let runtime = new $Util.RuntimeOptions({ });
|
|
18089
18704
|
return await this.removeTagsWithOptions(request, runtime);
|
|
18090
18705
|
}
|
|
18091
18706
|
|
|
18092
18707
|
/**
|
|
18093
|
-
|
|
18094
|
-
|
|
18095
|
-
|
|
18096
|
-
|
|
18097
|
-
|
|
18708
|
+
* @summary Removes one or more backend servers from a specified vServer group.
|
|
18709
|
+
*
|
|
18710
|
+
* @description > If one or more backend servers specified by the **BackendServers** parameter do not exist in the specified vServer group, these backend servers are ignored and no error message is returned.
|
|
18711
|
+
*
|
|
18712
|
+
* @param request RemoveVServerGroupBackendServersRequest
|
|
18713
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
18714
|
+
* @return RemoveVServerGroupBackendServersResponse
|
|
18098
18715
|
*/
|
|
18099
18716
|
async removeVServerGroupBackendServersWithOptions(request: RemoveVServerGroupBackendServersRequest, runtime: $Util.RuntimeOptions): Promise<RemoveVServerGroupBackendServersResponse> {
|
|
18100
18717
|
Util.validateModel(request);
|
|
@@ -18145,16 +18762,25 @@ export default class Client extends OpenApi {
|
|
|
18145
18762
|
}
|
|
18146
18763
|
|
|
18147
18764
|
/**
|
|
18148
|
-
|
|
18149
|
-
|
|
18150
|
-
|
|
18151
|
-
|
|
18765
|
+
* @summary Removes one or more backend servers from a specified vServer group.
|
|
18766
|
+
*
|
|
18767
|
+
* @description > If one or more backend servers specified by the **BackendServers** parameter do not exist in the specified vServer group, these backend servers are ignored and no error message is returned.
|
|
18768
|
+
*
|
|
18769
|
+
* @param request RemoveVServerGroupBackendServersRequest
|
|
18770
|
+
* @return RemoveVServerGroupBackendServersResponse
|
|
18152
18771
|
*/
|
|
18153
18772
|
async removeVServerGroupBackendServers(request: RemoveVServerGroupBackendServersRequest): Promise<RemoveVServerGroupBackendServersResponse> {
|
|
18154
18773
|
let runtime = new $Util.RuntimeOptions({ });
|
|
18155
18774
|
return await this.removeVServerGroupBackendServersWithOptions(request, runtime);
|
|
18156
18775
|
}
|
|
18157
18776
|
|
|
18777
|
+
/**
|
|
18778
|
+
* @summary Modifies the name of a network access control list (ACL).
|
|
18779
|
+
*
|
|
18780
|
+
* @param request SetAccessControlListAttributeRequest
|
|
18781
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
18782
|
+
* @return SetAccessControlListAttributeResponse
|
|
18783
|
+
*/
|
|
18158
18784
|
async setAccessControlListAttributeWithOptions(request: SetAccessControlListAttributeRequest, runtime: $Util.RuntimeOptions): Promise<SetAccessControlListAttributeResponse> {
|
|
18159
18785
|
Util.validateModel(request);
|
|
18160
18786
|
let query = { };
|
|
@@ -18203,11 +18829,24 @@ export default class Client extends OpenApi {
|
|
|
18203
18829
|
return $tea.cast<SetAccessControlListAttributeResponse>(await this.callApi(params, req, runtime), new SetAccessControlListAttributeResponse({}));
|
|
18204
18830
|
}
|
|
18205
18831
|
|
|
18832
|
+
/**
|
|
18833
|
+
* @summary Modifies the name of a network access control list (ACL).
|
|
18834
|
+
*
|
|
18835
|
+
* @param request SetAccessControlListAttributeRequest
|
|
18836
|
+
* @return SetAccessControlListAttributeResponse
|
|
18837
|
+
*/
|
|
18206
18838
|
async setAccessControlListAttribute(request: SetAccessControlListAttributeRequest): Promise<SetAccessControlListAttributeResponse> {
|
|
18207
18839
|
let runtime = new $Util.RuntimeOptions({ });
|
|
18208
18840
|
return await this.setAccessControlListAttributeWithOptions(request, runtime);
|
|
18209
18841
|
}
|
|
18210
18842
|
|
|
18843
|
+
/**
|
|
18844
|
+
* @summary Adds an access log forwarding rule for a Classic Load Balancer (CLB) instance.
|
|
18845
|
+
*
|
|
18846
|
+
* @param request SetAccessLogsDownloadAttributeRequest
|
|
18847
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
18848
|
+
* @return SetAccessLogsDownloadAttributeResponse
|
|
18849
|
+
*/
|
|
18211
18850
|
async setAccessLogsDownloadAttributeWithOptions(request: SetAccessLogsDownloadAttributeRequest, runtime: $Util.RuntimeOptions): Promise<SetAccessLogsDownloadAttributeResponse> {
|
|
18212
18851
|
Util.validateModel(request);
|
|
18213
18852
|
let query = { };
|
|
@@ -18260,11 +18899,24 @@ export default class Client extends OpenApi {
|
|
|
18260
18899
|
return $tea.cast<SetAccessLogsDownloadAttributeResponse>(await this.callApi(params, req, runtime), new SetAccessLogsDownloadAttributeResponse({}));
|
|
18261
18900
|
}
|
|
18262
18901
|
|
|
18902
|
+
/**
|
|
18903
|
+
* @summary Adds an access log forwarding rule for a Classic Load Balancer (CLB) instance.
|
|
18904
|
+
*
|
|
18905
|
+
* @param request SetAccessLogsDownloadAttributeRequest
|
|
18906
|
+
* @return SetAccessLogsDownloadAttributeResponse
|
|
18907
|
+
*/
|
|
18263
18908
|
async setAccessLogsDownloadAttribute(request: SetAccessLogsDownloadAttributeRequest): Promise<SetAccessLogsDownloadAttributeResponse> {
|
|
18264
18909
|
let runtime = new $Util.RuntimeOptions({ });
|
|
18265
18910
|
return await this.setAccessLogsDownloadAttributeWithOptions(request, runtime);
|
|
18266
18911
|
}
|
|
18267
18912
|
|
|
18913
|
+
/**
|
|
18914
|
+
* @summary Sets the weights of backend servers.
|
|
18915
|
+
*
|
|
18916
|
+
* @param request SetBackendServersRequest
|
|
18917
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
18918
|
+
* @return SetBackendServersResponse
|
|
18919
|
+
*/
|
|
18268
18920
|
async setBackendServersWithOptions(request: SetBackendServersRequest, runtime: $Util.RuntimeOptions): Promise<SetBackendServersResponse> {
|
|
18269
18921
|
Util.validateModel(request);
|
|
18270
18922
|
let query = { };
|
|
@@ -18313,11 +18965,24 @@ export default class Client extends OpenApi {
|
|
|
18313
18965
|
return $tea.cast<SetBackendServersResponse>(await this.callApi(params, req, runtime), new SetBackendServersResponse({}));
|
|
18314
18966
|
}
|
|
18315
18967
|
|
|
18968
|
+
/**
|
|
18969
|
+
* @summary Sets the weights of backend servers.
|
|
18970
|
+
*
|
|
18971
|
+
* @param request SetBackendServersRequest
|
|
18972
|
+
* @return SetBackendServersResponse
|
|
18973
|
+
*/
|
|
18316
18974
|
async setBackendServers(request: SetBackendServersRequest): Promise<SetBackendServersResponse> {
|
|
18317
18975
|
let runtime = new $Util.RuntimeOptions({ });
|
|
18318
18976
|
return await this.setBackendServersWithOptions(request, runtime);
|
|
18319
18977
|
}
|
|
18320
18978
|
|
|
18979
|
+
/**
|
|
18980
|
+
* @summary Sets the name of a CA Certificate.
|
|
18981
|
+
*
|
|
18982
|
+
* @param request SetCACertificateNameRequest
|
|
18983
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
18984
|
+
* @return SetCACertificateNameResponse
|
|
18985
|
+
*/
|
|
18321
18986
|
async setCACertificateNameWithOptions(request: SetCACertificateNameRequest, runtime: $Util.RuntimeOptions): Promise<SetCACertificateNameResponse> {
|
|
18322
18987
|
Util.validateModel(request);
|
|
18323
18988
|
let query = { };
|
|
@@ -18366,17 +19031,25 @@ export default class Client extends OpenApi {
|
|
|
18366
19031
|
return $tea.cast<SetCACertificateNameResponse>(await this.callApi(params, req, runtime), new SetCACertificateNameResponse({}));
|
|
18367
19032
|
}
|
|
18368
19033
|
|
|
19034
|
+
/**
|
|
19035
|
+
* @summary Sets the name of a CA Certificate.
|
|
19036
|
+
*
|
|
19037
|
+
* @param request SetCACertificateNameRequest
|
|
19038
|
+
* @return SetCACertificateNameResponse
|
|
19039
|
+
*/
|
|
18369
19040
|
async setCACertificateName(request: SetCACertificateNameRequest): Promise<SetCACertificateNameResponse> {
|
|
18370
19041
|
let runtime = new $Util.RuntimeOptions({ });
|
|
18371
19042
|
return await this.setCACertificateNameWithOptions(request, runtime);
|
|
18372
19043
|
}
|
|
18373
19044
|
|
|
18374
19045
|
/**
|
|
18375
|
-
|
|
18376
|
-
|
|
18377
|
-
|
|
18378
|
-
|
|
18379
|
-
|
|
19046
|
+
* @summary Replaces an additional certificate.
|
|
19047
|
+
*
|
|
19048
|
+
* @description > You cannot replace an additional certificate for a listener that is added to a shared-resource Server Load Balancer (SLB) instance.
|
|
19049
|
+
*
|
|
19050
|
+
* @param request SetDomainExtensionAttributeRequest
|
|
19051
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
19052
|
+
* @return SetDomainExtensionAttributeResponse
|
|
18380
19053
|
*/
|
|
18381
19054
|
async setDomainExtensionAttributeWithOptions(request: SetDomainExtensionAttributeRequest, runtime: $Util.RuntimeOptions): Promise<SetDomainExtensionAttributeResponse> {
|
|
18382
19055
|
Util.validateModel(request);
|
|
@@ -18427,16 +19100,25 @@ export default class Client extends OpenApi {
|
|
|
18427
19100
|
}
|
|
18428
19101
|
|
|
18429
19102
|
/**
|
|
18430
|
-
|
|
18431
|
-
|
|
18432
|
-
|
|
18433
|
-
|
|
19103
|
+
* @summary Replaces an additional certificate.
|
|
19104
|
+
*
|
|
19105
|
+
* @description > You cannot replace an additional certificate for a listener that is added to a shared-resource Server Load Balancer (SLB) instance.
|
|
19106
|
+
*
|
|
19107
|
+
* @param request SetDomainExtensionAttributeRequest
|
|
19108
|
+
* @return SetDomainExtensionAttributeResponse
|
|
18434
19109
|
*/
|
|
18435
19110
|
async setDomainExtensionAttribute(request: SetDomainExtensionAttributeRequest): Promise<SetDomainExtensionAttributeResponse> {
|
|
18436
19111
|
let runtime = new $Util.RuntimeOptions({ });
|
|
18437
19112
|
return await this.setDomainExtensionAttributeWithOptions(request, runtime);
|
|
18438
19113
|
}
|
|
18439
19114
|
|
|
19115
|
+
/**
|
|
19116
|
+
* @summary Enables or disables the whitelist of a specified listener.
|
|
19117
|
+
*
|
|
19118
|
+
* @param request SetListenerAccessControlStatusRequest
|
|
19119
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
19120
|
+
* @return SetListenerAccessControlStatusResponse
|
|
19121
|
+
*/
|
|
18440
19122
|
async setListenerAccessControlStatusWithOptions(request: SetListenerAccessControlStatusRequest, runtime: $Util.RuntimeOptions): Promise<SetListenerAccessControlStatusResponse> {
|
|
18441
19123
|
Util.validateModel(request);
|
|
18442
19124
|
let query = { };
|
|
@@ -18493,11 +19175,24 @@ export default class Client extends OpenApi {
|
|
|
18493
19175
|
return $tea.cast<SetListenerAccessControlStatusResponse>(await this.callApi(params, req, runtime), new SetListenerAccessControlStatusResponse({}));
|
|
18494
19176
|
}
|
|
18495
19177
|
|
|
19178
|
+
/**
|
|
19179
|
+
* @summary Enables or disables the whitelist of a specified listener.
|
|
19180
|
+
*
|
|
19181
|
+
* @param request SetListenerAccessControlStatusRequest
|
|
19182
|
+
* @return SetListenerAccessControlStatusResponse
|
|
19183
|
+
*/
|
|
18496
19184
|
async setListenerAccessControlStatus(request: SetListenerAccessControlStatusRequest): Promise<SetListenerAccessControlStatusResponse> {
|
|
18497
19185
|
let runtime = new $Util.RuntimeOptions({ });
|
|
18498
19186
|
return await this.setListenerAccessControlStatusWithOptions(request, runtime);
|
|
18499
19187
|
}
|
|
18500
19188
|
|
|
19189
|
+
/**
|
|
19190
|
+
* @summary Enables or disables deletion protection for an SLB instance.
|
|
19191
|
+
*
|
|
19192
|
+
* @param request SetLoadBalancerDeleteProtectionRequest
|
|
19193
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
19194
|
+
* @return SetLoadBalancerDeleteProtectionResponse
|
|
19195
|
+
*/
|
|
18501
19196
|
async setLoadBalancerDeleteProtectionWithOptions(request: SetLoadBalancerDeleteProtectionRequest, runtime: $Util.RuntimeOptions): Promise<SetLoadBalancerDeleteProtectionResponse> {
|
|
18502
19197
|
Util.validateModel(request);
|
|
18503
19198
|
let query = { };
|
|
@@ -18546,19 +19241,27 @@ export default class Client extends OpenApi {
|
|
|
18546
19241
|
return $tea.cast<SetLoadBalancerDeleteProtectionResponse>(await this.callApi(params, req, runtime), new SetLoadBalancerDeleteProtectionResponse({}));
|
|
18547
19242
|
}
|
|
18548
19243
|
|
|
19244
|
+
/**
|
|
19245
|
+
* @summary Enables or disables deletion protection for an SLB instance.
|
|
19246
|
+
*
|
|
19247
|
+
* @param request SetLoadBalancerDeleteProtectionRequest
|
|
19248
|
+
* @return SetLoadBalancerDeleteProtectionResponse
|
|
19249
|
+
*/
|
|
18549
19250
|
async setLoadBalancerDeleteProtection(request: SetLoadBalancerDeleteProtectionRequest): Promise<SetLoadBalancerDeleteProtectionResponse> {
|
|
18550
19251
|
let runtime = new $Util.RuntimeOptions({ });
|
|
18551
19252
|
return await this.setLoadBalancerDeleteProtectionWithOptions(request, runtime);
|
|
18552
19253
|
}
|
|
18553
19254
|
|
|
18554
19255
|
/**
|
|
18555
|
-
|
|
18556
|
-
|
|
18557
|
-
|
|
18558
|
-
|
|
18559
|
-
|
|
18560
|
-
|
|
18561
|
-
|
|
19256
|
+
* @summary Modifies the configurations of an HTTP listener.
|
|
19257
|
+
*
|
|
19258
|
+
* @description ### Prerequisites
|
|
19259
|
+
* * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](https://help.aliyun.com/document_detail/27577.html).
|
|
19260
|
+
* * An HTTP listener is created. For more information about how to create an HTTP listener, see [CreateLoadBalancerHTTPListener](https://help.aliyun.com/document_detail/27592.html).
|
|
19261
|
+
*
|
|
19262
|
+
* @param request SetLoadBalancerHTTPListenerAttributeRequest
|
|
19263
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
19264
|
+
* @return SetLoadBalancerHTTPListenerAttributeResponse
|
|
18562
19265
|
*/
|
|
18563
19266
|
async setLoadBalancerHTTPListenerAttributeWithOptions(request: SetLoadBalancerHTTPListenerAttributeRequest, runtime: $Util.RuntimeOptions): Promise<SetLoadBalancerHTTPListenerAttributeResponse> {
|
|
18564
19267
|
Util.validateModel(request);
|
|
@@ -18733,12 +19436,14 @@ export default class Client extends OpenApi {
|
|
|
18733
19436
|
}
|
|
18734
19437
|
|
|
18735
19438
|
/**
|
|
18736
|
-
|
|
18737
|
-
|
|
18738
|
-
|
|
18739
|
-
|
|
18740
|
-
|
|
18741
|
-
|
|
19439
|
+
* @summary Modifies the configurations of an HTTP listener.
|
|
19440
|
+
*
|
|
19441
|
+
* @description ### Prerequisites
|
|
19442
|
+
* * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](https://help.aliyun.com/document_detail/27577.html).
|
|
19443
|
+
* * An HTTP listener is created. For more information about how to create an HTTP listener, see [CreateLoadBalancerHTTPListener](https://help.aliyun.com/document_detail/27592.html).
|
|
19444
|
+
*
|
|
19445
|
+
* @param request SetLoadBalancerHTTPListenerAttributeRequest
|
|
19446
|
+
* @return SetLoadBalancerHTTPListenerAttributeResponse
|
|
18742
19447
|
*/
|
|
18743
19448
|
async setLoadBalancerHTTPListenerAttribute(request: SetLoadBalancerHTTPListenerAttributeRequest): Promise<SetLoadBalancerHTTPListenerAttributeResponse> {
|
|
18744
19449
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -18746,12 +19451,14 @@ export default class Client extends OpenApi {
|
|
|
18746
19451
|
}
|
|
18747
19452
|
|
|
18748
19453
|
/**
|
|
18749
|
-
|
|
18750
|
-
|
|
18751
|
-
|
|
18752
|
-
|
|
18753
|
-
|
|
18754
|
-
|
|
19454
|
+
* @summary Modifies the configurations of an HTTPS listener.
|
|
19455
|
+
*
|
|
19456
|
+
* @description * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](https://help.aliyun.com/document_detail/27577.html).
|
|
19457
|
+
* * An HTTPS listener is created. For more information about how to create an HTTPS listener, see [CreateLoadBalancerHTTPSListener](https://help.aliyun.com/document_detail/27593.html).
|
|
19458
|
+
*
|
|
19459
|
+
* @param request SetLoadBalancerHTTPSListenerAttributeRequest
|
|
19460
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
19461
|
+
* @return SetLoadBalancerHTTPSListenerAttributeResponse
|
|
18755
19462
|
*/
|
|
18756
19463
|
async setLoadBalancerHTTPSListenerAttributeWithOptions(request: SetLoadBalancerHTTPSListenerAttributeRequest, runtime: $Util.RuntimeOptions): Promise<SetLoadBalancerHTTPSListenerAttributeResponse> {
|
|
18757
19464
|
Util.validateModel(request);
|
|
@@ -18942,17 +19649,26 @@ export default class Client extends OpenApi {
|
|
|
18942
19649
|
}
|
|
18943
19650
|
|
|
18944
19651
|
/**
|
|
18945
|
-
|
|
18946
|
-
|
|
18947
|
-
|
|
18948
|
-
|
|
18949
|
-
|
|
19652
|
+
* @summary Modifies the configurations of an HTTPS listener.
|
|
19653
|
+
*
|
|
19654
|
+
* @description * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](https://help.aliyun.com/document_detail/27577.html).
|
|
19655
|
+
* * An HTTPS listener is created. For more information about how to create an HTTPS listener, see [CreateLoadBalancerHTTPSListener](https://help.aliyun.com/document_detail/27593.html).
|
|
19656
|
+
*
|
|
19657
|
+
* @param request SetLoadBalancerHTTPSListenerAttributeRequest
|
|
19658
|
+
* @return SetLoadBalancerHTTPSListenerAttributeResponse
|
|
18950
19659
|
*/
|
|
18951
19660
|
async setLoadBalancerHTTPSListenerAttribute(request: SetLoadBalancerHTTPSListenerAttributeRequest): Promise<SetLoadBalancerHTTPSListenerAttributeResponse> {
|
|
18952
19661
|
let runtime = new $Util.RuntimeOptions({ });
|
|
18953
19662
|
return await this.setLoadBalancerHTTPSListenerAttributeWithOptions(request, runtime);
|
|
18954
19663
|
}
|
|
18955
19664
|
|
|
19665
|
+
/**
|
|
19666
|
+
* @summary Modifies the configuration of the configuration read-only mode for a Classic Load Balancer (CLB) instance.
|
|
19667
|
+
*
|
|
19668
|
+
* @param request SetLoadBalancerModificationProtectionRequest
|
|
19669
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
19670
|
+
* @return SetLoadBalancerModificationProtectionResponse
|
|
19671
|
+
*/
|
|
18956
19672
|
async setLoadBalancerModificationProtectionWithOptions(request: SetLoadBalancerModificationProtectionRequest, runtime: $Util.RuntimeOptions): Promise<SetLoadBalancerModificationProtectionResponse> {
|
|
18957
19673
|
Util.validateModel(request);
|
|
18958
19674
|
let query = { };
|
|
@@ -19005,11 +19721,24 @@ export default class Client extends OpenApi {
|
|
|
19005
19721
|
return $tea.cast<SetLoadBalancerModificationProtectionResponse>(await this.callApi(params, req, runtime), new SetLoadBalancerModificationProtectionResponse({}));
|
|
19006
19722
|
}
|
|
19007
19723
|
|
|
19724
|
+
/**
|
|
19725
|
+
* @summary Modifies the configuration of the configuration read-only mode for a Classic Load Balancer (CLB) instance.
|
|
19726
|
+
*
|
|
19727
|
+
* @param request SetLoadBalancerModificationProtectionRequest
|
|
19728
|
+
* @return SetLoadBalancerModificationProtectionResponse
|
|
19729
|
+
*/
|
|
19008
19730
|
async setLoadBalancerModificationProtection(request: SetLoadBalancerModificationProtectionRequest): Promise<SetLoadBalancerModificationProtectionResponse> {
|
|
19009
19731
|
let runtime = new $Util.RuntimeOptions({ });
|
|
19010
19732
|
return await this.setLoadBalancerModificationProtectionWithOptions(request, runtime);
|
|
19011
19733
|
}
|
|
19012
19734
|
|
|
19735
|
+
/**
|
|
19736
|
+
* @summary Modifies the name of a Classic Load Balancer (CLB) instance.
|
|
19737
|
+
*
|
|
19738
|
+
* @param request SetLoadBalancerNameRequest
|
|
19739
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
19740
|
+
* @return SetLoadBalancerNameResponse
|
|
19741
|
+
*/
|
|
19013
19742
|
async setLoadBalancerNameWithOptions(request: SetLoadBalancerNameRequest, runtime: $Util.RuntimeOptions): Promise<SetLoadBalancerNameResponse> {
|
|
19014
19743
|
Util.validateModel(request);
|
|
19015
19744
|
let query = { };
|
|
@@ -19058,11 +19787,24 @@ export default class Client extends OpenApi {
|
|
|
19058
19787
|
return $tea.cast<SetLoadBalancerNameResponse>(await this.callApi(params, req, runtime), new SetLoadBalancerNameResponse({}));
|
|
19059
19788
|
}
|
|
19060
19789
|
|
|
19790
|
+
/**
|
|
19791
|
+
* @summary Modifies the name of a Classic Load Balancer (CLB) instance.
|
|
19792
|
+
*
|
|
19793
|
+
* @param request SetLoadBalancerNameRequest
|
|
19794
|
+
* @return SetLoadBalancerNameResponse
|
|
19795
|
+
*/
|
|
19061
19796
|
async setLoadBalancerName(request: SetLoadBalancerNameRequest): Promise<SetLoadBalancerNameResponse> {
|
|
19062
19797
|
let runtime = new $Util.RuntimeOptions({ });
|
|
19063
19798
|
return await this.setLoadBalancerNameWithOptions(request, runtime);
|
|
19064
19799
|
}
|
|
19065
19800
|
|
|
19801
|
+
/**
|
|
19802
|
+
* @summary Modifies the state of a Classic Load Balancer (CLB) instance.
|
|
19803
|
+
*
|
|
19804
|
+
* @param request SetLoadBalancerStatusRequest
|
|
19805
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
19806
|
+
* @return SetLoadBalancerStatusResponse
|
|
19807
|
+
*/
|
|
19066
19808
|
async setLoadBalancerStatusWithOptions(request: SetLoadBalancerStatusRequest, runtime: $Util.RuntimeOptions): Promise<SetLoadBalancerStatusResponse> {
|
|
19067
19809
|
Util.validateModel(request);
|
|
19068
19810
|
let query = { };
|
|
@@ -19111,18 +19853,26 @@ export default class Client extends OpenApi {
|
|
|
19111
19853
|
return $tea.cast<SetLoadBalancerStatusResponse>(await this.callApi(params, req, runtime), new SetLoadBalancerStatusResponse({}));
|
|
19112
19854
|
}
|
|
19113
19855
|
|
|
19856
|
+
/**
|
|
19857
|
+
* @summary Modifies the state of a Classic Load Balancer (CLB) instance.
|
|
19858
|
+
*
|
|
19859
|
+
* @param request SetLoadBalancerStatusRequest
|
|
19860
|
+
* @return SetLoadBalancerStatusResponse
|
|
19861
|
+
*/
|
|
19114
19862
|
async setLoadBalancerStatus(request: SetLoadBalancerStatusRequest): Promise<SetLoadBalancerStatusResponse> {
|
|
19115
19863
|
let runtime = new $Util.RuntimeOptions({ });
|
|
19116
19864
|
return await this.setLoadBalancerStatusWithOptions(request, runtime);
|
|
19117
19865
|
}
|
|
19118
19866
|
|
|
19119
19867
|
/**
|
|
19120
|
-
|
|
19121
|
-
|
|
19122
|
-
|
|
19123
|
-
|
|
19124
|
-
|
|
19125
|
-
|
|
19868
|
+
* @summary Modifies the configurations of a TCP listener of Classic Load Balancer (CLB).
|
|
19869
|
+
*
|
|
19870
|
+
* @description * A CLB instance is created. For more information, see [CreateLoadBalancer](https://help.aliyun.com/document_detail/2401685.html).
|
|
19871
|
+
* * A TCP listener is created. For more information, see [CreateLoadBalancerTCPListener](~~CreateLoadBalancerTCPListener~~).
|
|
19872
|
+
*
|
|
19873
|
+
* @param request SetLoadBalancerTCPListenerAttributeRequest
|
|
19874
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
19875
|
+
* @return SetLoadBalancerTCPListenerAttributeResponse
|
|
19126
19876
|
*/
|
|
19127
19877
|
async setLoadBalancerTCPListenerAttributeWithOptions(request: SetLoadBalancerTCPListenerAttributeRequest, runtime: $Util.RuntimeOptions): Promise<SetLoadBalancerTCPListenerAttributeResponse> {
|
|
19128
19878
|
Util.validateModel(request);
|
|
@@ -19277,11 +20027,13 @@ export default class Client extends OpenApi {
|
|
|
19277
20027
|
}
|
|
19278
20028
|
|
|
19279
20029
|
/**
|
|
19280
|
-
|
|
19281
|
-
|
|
19282
|
-
|
|
19283
|
-
|
|
19284
|
-
|
|
20030
|
+
* @summary Modifies the configurations of a TCP listener of Classic Load Balancer (CLB).
|
|
20031
|
+
*
|
|
20032
|
+
* @description * A CLB instance is created. For more information, see [CreateLoadBalancer](https://help.aliyun.com/document_detail/2401685.html).
|
|
20033
|
+
* * A TCP listener is created. For more information, see [CreateLoadBalancerTCPListener](~~CreateLoadBalancerTCPListener~~).
|
|
20034
|
+
*
|
|
20035
|
+
* @param request SetLoadBalancerTCPListenerAttributeRequest
|
|
20036
|
+
* @return SetLoadBalancerTCPListenerAttributeResponse
|
|
19285
20037
|
*/
|
|
19286
20038
|
async setLoadBalancerTCPListenerAttribute(request: SetLoadBalancerTCPListenerAttributeRequest): Promise<SetLoadBalancerTCPListenerAttributeResponse> {
|
|
19287
20039
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -19289,12 +20041,14 @@ export default class Client extends OpenApi {
|
|
|
19289
20041
|
}
|
|
19290
20042
|
|
|
19291
20043
|
/**
|
|
19292
|
-
|
|
19293
|
-
|
|
19294
|
-
|
|
19295
|
-
|
|
19296
|
-
|
|
19297
|
-
|
|
20044
|
+
* @summary Modifies the configurations of a UDP listener.
|
|
20045
|
+
*
|
|
20046
|
+
* @description * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](https://help.aliyun.com/document_detail/27577.html).
|
|
20047
|
+
* * A UDP listener is created. For more information, see [CreateLoadBalancerUDPListener](https://help.aliyun.com/document_detail/27595.html).
|
|
20048
|
+
*
|
|
20049
|
+
* @param request SetLoadBalancerUDPListenerAttributeRequest
|
|
20050
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
20051
|
+
* @return SetLoadBalancerUDPListenerAttributeResponse
|
|
19298
20052
|
*/
|
|
19299
20053
|
async setLoadBalancerUDPListenerAttributeWithOptions(request: SetLoadBalancerUDPListenerAttributeRequest, runtime: $Util.RuntimeOptions): Promise<SetLoadBalancerUDPListenerAttributeResponse> {
|
|
19300
20054
|
Util.validateModel(request);
|
|
@@ -19421,17 +20175,26 @@ export default class Client extends OpenApi {
|
|
|
19421
20175
|
}
|
|
19422
20176
|
|
|
19423
20177
|
/**
|
|
19424
|
-
|
|
19425
|
-
|
|
19426
|
-
|
|
19427
|
-
|
|
19428
|
-
|
|
20178
|
+
* @summary Modifies the configurations of a UDP listener.
|
|
20179
|
+
*
|
|
20180
|
+
* @description * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](https://help.aliyun.com/document_detail/27577.html).
|
|
20181
|
+
* * A UDP listener is created. For more information, see [CreateLoadBalancerUDPListener](https://help.aliyun.com/document_detail/27595.html).
|
|
20182
|
+
*
|
|
20183
|
+
* @param request SetLoadBalancerUDPListenerAttributeRequest
|
|
20184
|
+
* @return SetLoadBalancerUDPListenerAttributeResponse
|
|
19429
20185
|
*/
|
|
19430
20186
|
async setLoadBalancerUDPListenerAttribute(request: SetLoadBalancerUDPListenerAttributeRequest): Promise<SetLoadBalancerUDPListenerAttributeResponse> {
|
|
19431
20187
|
let runtime = new $Util.RuntimeOptions({ });
|
|
19432
20188
|
return await this.setLoadBalancerUDPListenerAttributeWithOptions(request, runtime);
|
|
19433
20189
|
}
|
|
19434
20190
|
|
|
20191
|
+
/**
|
|
20192
|
+
* @summary Modifies a forwarding rule that is associated with a vServer group.
|
|
20193
|
+
*
|
|
20194
|
+
* @param request SetRuleRequest
|
|
20195
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
20196
|
+
* @return SetRuleResponse
|
|
20197
|
+
*/
|
|
19435
20198
|
async setRuleWithOptions(request: SetRuleRequest, runtime: $Util.RuntimeOptions): Promise<SetRuleResponse> {
|
|
19436
20199
|
Util.validateModel(request);
|
|
19437
20200
|
let query = { };
|
|
@@ -19544,11 +20307,24 @@ export default class Client extends OpenApi {
|
|
|
19544
20307
|
return $tea.cast<SetRuleResponse>(await this.callApi(params, req, runtime), new SetRuleResponse({}));
|
|
19545
20308
|
}
|
|
19546
20309
|
|
|
20310
|
+
/**
|
|
20311
|
+
* @summary Modifies a forwarding rule that is associated with a vServer group.
|
|
20312
|
+
*
|
|
20313
|
+
* @param request SetRuleRequest
|
|
20314
|
+
* @return SetRuleResponse
|
|
20315
|
+
*/
|
|
19547
20316
|
async setRule(request: SetRuleRequest): Promise<SetRuleResponse> {
|
|
19548
20317
|
let runtime = new $Util.RuntimeOptions({ });
|
|
19549
20318
|
return await this.setRuleWithOptions(request, runtime);
|
|
19550
20319
|
}
|
|
19551
20320
|
|
|
20321
|
+
/**
|
|
20322
|
+
* @summary Sets a name for a server certificate.
|
|
20323
|
+
*
|
|
20324
|
+
* @param request SetServerCertificateNameRequest
|
|
20325
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
20326
|
+
* @return SetServerCertificateNameResponse
|
|
20327
|
+
*/
|
|
19552
20328
|
async setServerCertificateNameWithOptions(request: SetServerCertificateNameRequest, runtime: $Util.RuntimeOptions): Promise<SetServerCertificateNameResponse> {
|
|
19553
20329
|
Util.validateModel(request);
|
|
19554
20330
|
let query = { };
|
|
@@ -19597,11 +20373,24 @@ export default class Client extends OpenApi {
|
|
|
19597
20373
|
return $tea.cast<SetServerCertificateNameResponse>(await this.callApi(params, req, runtime), new SetServerCertificateNameResponse({}));
|
|
19598
20374
|
}
|
|
19599
20375
|
|
|
20376
|
+
/**
|
|
20377
|
+
* @summary Sets a name for a server certificate.
|
|
20378
|
+
*
|
|
20379
|
+
* @param request SetServerCertificateNameRequest
|
|
20380
|
+
* @return SetServerCertificateNameResponse
|
|
20381
|
+
*/
|
|
19600
20382
|
async setServerCertificateName(request: SetServerCertificateNameRequest): Promise<SetServerCertificateNameResponse> {
|
|
19601
20383
|
let runtime = new $Util.RuntimeOptions({ });
|
|
19602
20384
|
return await this.setServerCertificateNameWithOptions(request, runtime);
|
|
19603
20385
|
}
|
|
19604
20386
|
|
|
20387
|
+
/**
|
|
20388
|
+
* @summary Configures a Transport Layer Security (TLS) policy.
|
|
20389
|
+
*
|
|
20390
|
+
* @param request SetTLSCipherPolicyAttributeRequest
|
|
20391
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
20392
|
+
* @return SetTLSCipherPolicyAttributeResponse
|
|
20393
|
+
*/
|
|
19605
20394
|
async setTLSCipherPolicyAttributeWithOptions(request: SetTLSCipherPolicyAttributeRequest, runtime: $Util.RuntimeOptions): Promise<SetTLSCipherPolicyAttributeResponse> {
|
|
19606
20395
|
Util.validateModel(request);
|
|
19607
20396
|
let query = { };
|
|
@@ -19658,19 +20447,27 @@ export default class Client extends OpenApi {
|
|
|
19658
20447
|
return $tea.cast<SetTLSCipherPolicyAttributeResponse>(await this.callApi(params, req, runtime), new SetTLSCipherPolicyAttributeResponse({}));
|
|
19659
20448
|
}
|
|
19660
20449
|
|
|
20450
|
+
/**
|
|
20451
|
+
* @summary Configures a Transport Layer Security (TLS) policy.
|
|
20452
|
+
*
|
|
20453
|
+
* @param request SetTLSCipherPolicyAttributeRequest
|
|
20454
|
+
* @return SetTLSCipherPolicyAttributeResponse
|
|
20455
|
+
*/
|
|
19661
20456
|
async setTLSCipherPolicyAttribute(request: SetTLSCipherPolicyAttributeRequest): Promise<SetTLSCipherPolicyAttributeResponse> {
|
|
19662
20457
|
let runtime = new $Util.RuntimeOptions({ });
|
|
19663
20458
|
return await this.setTLSCipherPolicyAttributeWithOptions(request, runtime);
|
|
19664
20459
|
}
|
|
19665
20460
|
|
|
19666
20461
|
/**
|
|
19667
|
-
|
|
19668
|
-
|
|
19669
|
-
|
|
19670
|
-
|
|
19671
|
-
|
|
19672
|
-
|
|
19673
|
-
|
|
20462
|
+
* @summary Modifies the configurations of a vServer group.
|
|
20463
|
+
*
|
|
20464
|
+
* @description This operation allows you to modify only the name of a vServer group and the weights of the backend servers in the vServer group.
|
|
20465
|
+
* * If you want to modify backend servers in a specified vServer group, call the [ModifyVServerGroupBackendServers](https://help.aliyun.com/document_detail/35220.html) operation.
|
|
20466
|
+
* * If you want to add backend servers to a specified vServer group, call the [AddVServerGroupBackendServers](https://help.aliyun.com/document_detail/35218.html) operation.
|
|
20467
|
+
*
|
|
20468
|
+
* @param request SetVServerGroupAttributeRequest
|
|
20469
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
20470
|
+
* @return SetVServerGroupAttributeResponse
|
|
19674
20471
|
*/
|
|
19675
20472
|
async setVServerGroupAttributeWithOptions(request: SetVServerGroupAttributeRequest, runtime: $Util.RuntimeOptions): Promise<SetVServerGroupAttributeResponse> {
|
|
19676
20473
|
Util.validateModel(request);
|
|
@@ -19725,12 +20522,14 @@ export default class Client extends OpenApi {
|
|
|
19725
20522
|
}
|
|
19726
20523
|
|
|
19727
20524
|
/**
|
|
19728
|
-
|
|
19729
|
-
|
|
19730
|
-
|
|
19731
|
-
|
|
19732
|
-
|
|
19733
|
-
|
|
20525
|
+
* @summary Modifies the configurations of a vServer group.
|
|
20526
|
+
*
|
|
20527
|
+
* @description This operation allows you to modify only the name of a vServer group and the weights of the backend servers in the vServer group.
|
|
20528
|
+
* * If you want to modify backend servers in a specified vServer group, call the [ModifyVServerGroupBackendServers](https://help.aliyun.com/document_detail/35220.html) operation.
|
|
20529
|
+
* * If you want to add backend servers to a specified vServer group, call the [AddVServerGroupBackendServers](https://help.aliyun.com/document_detail/35218.html) operation.
|
|
20530
|
+
*
|
|
20531
|
+
* @param request SetVServerGroupAttributeRequest
|
|
20532
|
+
* @return SetVServerGroupAttributeResponse
|
|
19734
20533
|
*/
|
|
19735
20534
|
async setVServerGroupAttribute(request: SetVServerGroupAttributeRequest): Promise<SetVServerGroupAttributeResponse> {
|
|
19736
20535
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -19738,14 +20537,16 @@ export default class Client extends OpenApi {
|
|
|
19738
20537
|
}
|
|
19739
20538
|
|
|
19740
20539
|
/**
|
|
19741
|
-
|
|
19742
|
-
|
|
19743
|
-
|
|
19744
|
-
|
|
19745
|
-
|
|
19746
|
-
|
|
19747
|
-
|
|
19748
|
-
|
|
20540
|
+
* @summary You can call this operation to start a listener.
|
|
20541
|
+
*
|
|
20542
|
+
* @description When you call this operation, note the following items:
|
|
20543
|
+
* * You can call the operation only when the listener is in the Stopped state.
|
|
20544
|
+
* * After the operation is called, the status of the listener changes to Starting.
|
|
20545
|
+
* * You cannot call this operation when the SLB instance to which the listener is bound is in the Locked state.
|
|
20546
|
+
*
|
|
20547
|
+
* @param request StartLoadBalancerListenerRequest
|
|
20548
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
20549
|
+
* @return StartLoadBalancerListenerResponse
|
|
19749
20550
|
*/
|
|
19750
20551
|
async startLoadBalancerListenerWithOptions(request: StartLoadBalancerListenerRequest, runtime: $Util.RuntimeOptions): Promise<StartLoadBalancerListenerResponse> {
|
|
19751
20552
|
Util.validateModel(request);
|
|
@@ -19800,13 +20601,15 @@ export default class Client extends OpenApi {
|
|
|
19800
20601
|
}
|
|
19801
20602
|
|
|
19802
20603
|
/**
|
|
19803
|
-
|
|
19804
|
-
|
|
19805
|
-
|
|
19806
|
-
|
|
19807
|
-
|
|
19808
|
-
|
|
19809
|
-
|
|
20604
|
+
* @summary You can call this operation to start a listener.
|
|
20605
|
+
*
|
|
20606
|
+
* @description When you call this operation, note the following items:
|
|
20607
|
+
* * You can call the operation only when the listener is in the Stopped state.
|
|
20608
|
+
* * After the operation is called, the status of the listener changes to Starting.
|
|
20609
|
+
* * You cannot call this operation when the SLB instance to which the listener is bound is in the Locked state.
|
|
20610
|
+
*
|
|
20611
|
+
* @param request StartLoadBalancerListenerRequest
|
|
20612
|
+
* @return StartLoadBalancerListenerResponse
|
|
19810
20613
|
*/
|
|
19811
20614
|
async startLoadBalancerListener(request: StartLoadBalancerListenerRequest): Promise<StartLoadBalancerListenerResponse> {
|
|
19812
20615
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -19814,14 +20617,16 @@ export default class Client extends OpenApi {
|
|
|
19814
20617
|
}
|
|
19815
20618
|
|
|
19816
20619
|
/**
|
|
19817
|
-
|
|
19818
|
-
|
|
19819
|
-
|
|
19820
|
-
|
|
19821
|
-
|
|
19822
|
-
|
|
19823
|
-
|
|
19824
|
-
|
|
20620
|
+
* @summary Stops a listener.
|
|
20621
|
+
*
|
|
20622
|
+
* @description Before you make this API call, note the following:
|
|
20623
|
+
* * After the API call is successfully made, the listener enters the stopped state.
|
|
20624
|
+
* * If the Server Load Balancer (SLB) instance to which the listener to be stopped belongs is in the locked state, this API call cannot be made.
|
|
20625
|
+
* > If you stop the listener, your services will be disrupted. Exercise caution when you perform this action.
|
|
20626
|
+
*
|
|
20627
|
+
* @param request StopLoadBalancerListenerRequest
|
|
20628
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
20629
|
+
* @return StopLoadBalancerListenerResponse
|
|
19825
20630
|
*/
|
|
19826
20631
|
async stopLoadBalancerListenerWithOptions(request: StopLoadBalancerListenerRequest, runtime: $Util.RuntimeOptions): Promise<StopLoadBalancerListenerResponse> {
|
|
19827
20632
|
Util.validateModel(request);
|
|
@@ -19876,13 +20681,15 @@ export default class Client extends OpenApi {
|
|
|
19876
20681
|
}
|
|
19877
20682
|
|
|
19878
20683
|
/**
|
|
19879
|
-
|
|
19880
|
-
|
|
19881
|
-
|
|
19882
|
-
|
|
19883
|
-
|
|
19884
|
-
|
|
19885
|
-
|
|
20684
|
+
* @summary Stops a listener.
|
|
20685
|
+
*
|
|
20686
|
+
* @description Before you make this API call, note the following:
|
|
20687
|
+
* * After the API call is successfully made, the listener enters the stopped state.
|
|
20688
|
+
* * If the Server Load Balancer (SLB) instance to which the listener to be stopped belongs is in the locked state, this API call cannot be made.
|
|
20689
|
+
* > If you stop the listener, your services will be disrupted. Exercise caution when you perform this action.
|
|
20690
|
+
*
|
|
20691
|
+
* @param request StopLoadBalancerListenerRequest
|
|
20692
|
+
* @return StopLoadBalancerListenerResponse
|
|
19886
20693
|
*/
|
|
19887
20694
|
async stopLoadBalancerListener(request: StopLoadBalancerListenerRequest): Promise<StopLoadBalancerListenerResponse> {
|
|
19888
20695
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -19890,11 +20697,13 @@ export default class Client extends OpenApi {
|
|
|
19890
20697
|
}
|
|
19891
20698
|
|
|
19892
20699
|
/**
|
|
19893
|
-
|
|
19894
|
-
|
|
19895
|
-
|
|
19896
|
-
|
|
19897
|
-
|
|
20700
|
+
* @summary Creates tags and adds the tags to resources.
|
|
20701
|
+
*
|
|
20702
|
+
* @description > You can add at most 20 tags to each instance. Before you add tags to a resource, Alibaba Cloud checks the number of existing tags of the resource. If the maximum number is reached, an error message is returned.
|
|
20703
|
+
*
|
|
20704
|
+
* @param request TagResourcesRequest
|
|
20705
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
20706
|
+
* @return TagResourcesResponse
|
|
19898
20707
|
*/
|
|
19899
20708
|
async tagResourcesWithOptions(request: TagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<TagResourcesResponse> {
|
|
19900
20709
|
Util.validateModel(request);
|
|
@@ -19949,16 +20758,25 @@ export default class Client extends OpenApi {
|
|
|
19949
20758
|
}
|
|
19950
20759
|
|
|
19951
20760
|
/**
|
|
19952
|
-
|
|
19953
|
-
|
|
19954
|
-
|
|
19955
|
-
|
|
20761
|
+
* @summary Creates tags and adds the tags to resources.
|
|
20762
|
+
*
|
|
20763
|
+
* @description > You can add at most 20 tags to each instance. Before you add tags to a resource, Alibaba Cloud checks the number of existing tags of the resource. If the maximum number is reached, an error message is returned.
|
|
20764
|
+
*
|
|
20765
|
+
* @param request TagResourcesRequest
|
|
20766
|
+
* @return TagResourcesResponse
|
|
19956
20767
|
*/
|
|
19957
20768
|
async tagResources(request: TagResourcesRequest): Promise<TagResourcesResponse> {
|
|
19958
20769
|
let runtime = new $Util.RuntimeOptions({ });
|
|
19959
20770
|
return await this.tagResourcesWithOptions(request, runtime);
|
|
19960
20771
|
}
|
|
19961
20772
|
|
|
20773
|
+
/**
|
|
20774
|
+
* @summary Removes tags from specified resources.
|
|
20775
|
+
*
|
|
20776
|
+
* @param request UntagResourcesRequest
|
|
20777
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
20778
|
+
* @return UntagResourcesResponse
|
|
20779
|
+
*/
|
|
19962
20780
|
async untagResourcesWithOptions(request: UntagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<UntagResourcesResponse> {
|
|
19963
20781
|
Util.validateModel(request);
|
|
19964
20782
|
let query = { };
|
|
@@ -20015,17 +20833,25 @@ export default class Client extends OpenApi {
|
|
|
20015
20833
|
return $tea.cast<UntagResourcesResponse>(await this.callApi(params, req, runtime), new UntagResourcesResponse({}));
|
|
20016
20834
|
}
|
|
20017
20835
|
|
|
20836
|
+
/**
|
|
20837
|
+
* @summary Removes tags from specified resources.
|
|
20838
|
+
*
|
|
20839
|
+
* @param request UntagResourcesRequest
|
|
20840
|
+
* @return UntagResourcesResponse
|
|
20841
|
+
*/
|
|
20018
20842
|
async untagResources(request: UntagResourcesRequest): Promise<UntagResourcesResponse> {
|
|
20019
20843
|
let runtime = new $Util.RuntimeOptions({ });
|
|
20020
20844
|
return await this.untagResourcesWithOptions(request, runtime);
|
|
20021
20845
|
}
|
|
20022
20846
|
|
|
20023
20847
|
/**
|
|
20024
|
-
|
|
20025
|
-
|
|
20026
|
-
|
|
20027
|
-
|
|
20028
|
-
|
|
20848
|
+
* @summary Uploads a CA certificate.
|
|
20849
|
+
*
|
|
20850
|
+
* @description You can upload only one CA certificate at a time. After a CA certificate is uploaded, the certificate ID, name, and fingerprint are returned.
|
|
20851
|
+
*
|
|
20852
|
+
* @param request UploadCACertificateRequest
|
|
20853
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
20854
|
+
* @return UploadCACertificateResponse
|
|
20029
20855
|
*/
|
|
20030
20856
|
async uploadCACertificateWithOptions(request: UploadCACertificateRequest, runtime: $Util.RuntimeOptions): Promise<UploadCACertificateResponse> {
|
|
20031
20857
|
Util.validateModel(request);
|
|
@@ -20084,10 +20910,12 @@ export default class Client extends OpenApi {
|
|
|
20084
20910
|
}
|
|
20085
20911
|
|
|
20086
20912
|
/**
|
|
20087
|
-
|
|
20088
|
-
|
|
20089
|
-
|
|
20090
|
-
|
|
20913
|
+
* @summary Uploads a CA certificate.
|
|
20914
|
+
*
|
|
20915
|
+
* @description You can upload only one CA certificate at a time. After a CA certificate is uploaded, the certificate ID, name, and fingerprint are returned.
|
|
20916
|
+
*
|
|
20917
|
+
* @param request UploadCACertificateRequest
|
|
20918
|
+
* @return UploadCACertificateResponse
|
|
20091
20919
|
*/
|
|
20092
20920
|
async uploadCACertificate(request: UploadCACertificateRequest): Promise<UploadCACertificateResponse> {
|
|
20093
20921
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -20095,12 +20923,14 @@ export default class Client extends OpenApi {
|
|
|
20095
20923
|
}
|
|
20096
20924
|
|
|
20097
20925
|
/**
|
|
20098
|
-
|
|
20099
|
-
|
|
20100
|
-
|
|
20101
|
-
|
|
20102
|
-
|
|
20103
|
-
|
|
20926
|
+
* @summary Uploads a server certificate.
|
|
20927
|
+
*
|
|
20928
|
+
* @description * You can upload only one server certificate and its private key in each call.
|
|
20929
|
+
* * After a server certificate and its private key are uploaded, the fingerprints of all server certificates that belong to your Alibaba Cloud account are returned.
|
|
20930
|
+
*
|
|
20931
|
+
* @param request UploadServerCertificateRequest
|
|
20932
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
20933
|
+
* @return UploadServerCertificateResponse
|
|
20104
20934
|
*/
|
|
20105
20935
|
async uploadServerCertificateWithOptions(request: UploadServerCertificateRequest, runtime: $Util.RuntimeOptions): Promise<UploadServerCertificateResponse> {
|
|
20106
20936
|
Util.validateModel(request);
|
|
@@ -20175,11 +21005,13 @@ export default class Client extends OpenApi {
|
|
|
20175
21005
|
}
|
|
20176
21006
|
|
|
20177
21007
|
/**
|
|
20178
|
-
|
|
20179
|
-
|
|
20180
|
-
|
|
20181
|
-
|
|
20182
|
-
|
|
21008
|
+
* @summary Uploads a server certificate.
|
|
21009
|
+
*
|
|
21010
|
+
* @description * You can upload only one server certificate and its private key in each call.
|
|
21011
|
+
* * After a server certificate and its private key are uploaded, the fingerprints of all server certificates that belong to your Alibaba Cloud account are returned.
|
|
21012
|
+
*
|
|
21013
|
+
* @param request UploadServerCertificateRequest
|
|
21014
|
+
* @return UploadServerCertificateResponse
|
|
20183
21015
|
*/
|
|
20184
21016
|
async uploadServerCertificate(request: UploadServerCertificateRequest): Promise<UploadServerCertificateResponse> {
|
|
20185
21017
|
let runtime = new $Util.RuntimeOptions({ });
|