@alicloud/slb20140515 2.0.3 → 2.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +13 -0
- package/README.md +25 -0
- package/dist/client.d.ts +1864 -104
- package/dist/client.js +2867 -110
- package/dist/client.js.map +1 -1
- package/package.json +5 -5
- package/src/client.ts +3718 -368
package/dist/client.d.ts
CHANGED
|
@@ -38,6 +38,7 @@ export declare class AddAccessControlListEntryResponse extends $tea.Model {
|
|
|
38
38
|
headers: {
|
|
39
39
|
[key: string]: string;
|
|
40
40
|
};
|
|
41
|
+
statusCode: number;
|
|
41
42
|
body: AddAccessControlListEntryResponseBody;
|
|
42
43
|
static names(): {
|
|
43
44
|
[key: string]: string;
|
|
@@ -85,6 +86,7 @@ export declare class AddBackendServersResponse extends $tea.Model {
|
|
|
85
86
|
headers: {
|
|
86
87
|
[key: string]: string;
|
|
87
88
|
};
|
|
89
|
+
statusCode: number;
|
|
88
90
|
body: AddBackendServersResponseBody;
|
|
89
91
|
static names(): {
|
|
90
92
|
[key: string]: string;
|
|
@@ -132,6 +134,7 @@ export declare class AddListenerWhiteListItemResponse extends $tea.Model {
|
|
|
132
134
|
headers: {
|
|
133
135
|
[key: string]: string;
|
|
134
136
|
};
|
|
137
|
+
statusCode: number;
|
|
135
138
|
body: AddListenerWhiteListItemResponseBody;
|
|
136
139
|
static names(): {
|
|
137
140
|
[key: string]: string;
|
|
@@ -177,6 +180,7 @@ export declare class AddTagsResponse extends $tea.Model {
|
|
|
177
180
|
headers: {
|
|
178
181
|
[key: string]: string;
|
|
179
182
|
};
|
|
183
|
+
statusCode: number;
|
|
180
184
|
body: AddTagsResponseBody;
|
|
181
185
|
static names(): {
|
|
182
186
|
[key: string]: string;
|
|
@@ -224,6 +228,7 @@ export declare class AddVServerGroupBackendServersResponse extends $tea.Model {
|
|
|
224
228
|
headers: {
|
|
225
229
|
[key: string]: string;
|
|
226
230
|
};
|
|
231
|
+
statusCode: number;
|
|
227
232
|
body: AddVServerGroupBackendServersResponseBody;
|
|
228
233
|
static names(): {
|
|
229
234
|
[key: string]: string;
|
|
@@ -244,6 +249,7 @@ export declare class CreateAccessControlListRequest extends $tea.Model {
|
|
|
244
249
|
resourceGroupId?: string;
|
|
245
250
|
resourceOwnerAccount?: string;
|
|
246
251
|
resourceOwnerId?: number;
|
|
252
|
+
tag?: CreateAccessControlListRequestTag[];
|
|
247
253
|
static names(): {
|
|
248
254
|
[key: string]: string;
|
|
249
255
|
};
|
|
@@ -271,6 +277,7 @@ export declare class CreateAccessControlListResponse extends $tea.Model {
|
|
|
271
277
|
headers: {
|
|
272
278
|
[key: string]: string;
|
|
273
279
|
};
|
|
280
|
+
statusCode: number;
|
|
274
281
|
body: CreateAccessControlListResponseBody;
|
|
275
282
|
static names(): {
|
|
276
283
|
[key: string]: string;
|
|
@@ -320,6 +327,7 @@ export declare class CreateDomainExtensionResponse extends $tea.Model {
|
|
|
320
327
|
headers: {
|
|
321
328
|
[key: string]: string;
|
|
322
329
|
};
|
|
330
|
+
statusCode: number;
|
|
323
331
|
body: CreateDomainExtensionResponseBody;
|
|
324
332
|
static names(): {
|
|
325
333
|
[key: string]: string;
|
|
@@ -340,6 +348,7 @@ export declare class CreateLoadBalancerRequest extends $tea.Model {
|
|
|
340
348
|
clientToken?: string;
|
|
341
349
|
deleteProtection?: string;
|
|
342
350
|
duration?: number;
|
|
351
|
+
instanceChargeType?: string;
|
|
343
352
|
internetChargeType?: string;
|
|
344
353
|
loadBalancerName?: string;
|
|
345
354
|
loadBalancerSpec?: string;
|
|
@@ -355,6 +364,7 @@ export declare class CreateLoadBalancerRequest extends $tea.Model {
|
|
|
355
364
|
resourceOwnerAccount?: string;
|
|
356
365
|
resourceOwnerId?: number;
|
|
357
366
|
slaveZoneId?: string;
|
|
367
|
+
tag?: CreateLoadBalancerRequestTag[];
|
|
358
368
|
vSwitchId?: string;
|
|
359
369
|
vpcId?: string;
|
|
360
370
|
static names(): {
|
|
@@ -392,6 +402,7 @@ export declare class CreateLoadBalancerResponse extends $tea.Model {
|
|
|
392
402
|
headers: {
|
|
393
403
|
[key: string]: string;
|
|
394
404
|
};
|
|
405
|
+
statusCode: number;
|
|
395
406
|
body: CreateLoadBalancerResponseBody;
|
|
396
407
|
static names(): {
|
|
397
408
|
[key: string]: string;
|
|
@@ -436,6 +447,7 @@ export declare class CreateLoadBalancerHTTPListenerRequest extends $tea.Model {
|
|
|
436
447
|
scheduler?: string;
|
|
437
448
|
stickySession?: string;
|
|
438
449
|
stickySessionType?: string;
|
|
450
|
+
tag?: CreateLoadBalancerHTTPListenerRequestTag[];
|
|
439
451
|
unhealthyThreshold?: number;
|
|
440
452
|
VServerGroupId?: string;
|
|
441
453
|
XForwardedFor?: string;
|
|
@@ -468,6 +480,7 @@ export declare class CreateLoadBalancerHTTPListenerResponse extends $tea.Model {
|
|
|
468
480
|
headers: {
|
|
469
481
|
[key: string]: string;
|
|
470
482
|
};
|
|
483
|
+
statusCode: number;
|
|
471
484
|
body: CreateLoadBalancerHTTPListenerResponseBody;
|
|
472
485
|
static names(): {
|
|
473
486
|
[key: string]: string;
|
|
@@ -514,6 +527,7 @@ export declare class CreateLoadBalancerHTTPSListenerRequest extends $tea.Model {
|
|
|
514
527
|
stickySession?: string;
|
|
515
528
|
stickySessionType?: string;
|
|
516
529
|
TLSCipherPolicy?: string;
|
|
530
|
+
tag?: CreateLoadBalancerHTTPSListenerRequestTag[];
|
|
517
531
|
unhealthyThreshold?: number;
|
|
518
532
|
VServerGroupId?: string;
|
|
519
533
|
XForwardedFor?: string;
|
|
@@ -546,6 +560,7 @@ export declare class CreateLoadBalancerHTTPSListenerResponse extends $tea.Model
|
|
|
546
560
|
headers: {
|
|
547
561
|
[key: string]: string;
|
|
548
562
|
};
|
|
563
|
+
statusCode: number;
|
|
549
564
|
body: CreateLoadBalancerHTTPSListenerResponseBody;
|
|
550
565
|
static names(): {
|
|
551
566
|
[key: string]: string;
|
|
@@ -571,6 +586,7 @@ export declare class CreateLoadBalancerTCPListenerRequest extends $tea.Model {
|
|
|
571
586
|
healthCheckConnectTimeout?: number;
|
|
572
587
|
healthCheckDomain?: string;
|
|
573
588
|
healthCheckHttpCode?: string;
|
|
589
|
+
healthCheckSwitch?: string;
|
|
574
590
|
healthCheckType?: string;
|
|
575
591
|
healthCheckURI?: string;
|
|
576
592
|
healthyThreshold?: number;
|
|
@@ -580,10 +596,12 @@ export declare class CreateLoadBalancerTCPListenerRequest extends $tea.Model {
|
|
|
580
596
|
ownerAccount?: string;
|
|
581
597
|
ownerId?: number;
|
|
582
598
|
persistenceTimeout?: number;
|
|
599
|
+
proxyProtocolV2Enabled?: boolean;
|
|
583
600
|
regionId?: string;
|
|
584
601
|
resourceOwnerAccount?: string;
|
|
585
602
|
resourceOwnerId?: number;
|
|
586
603
|
scheduler?: string;
|
|
604
|
+
tag?: CreateLoadBalancerTCPListenerRequestTag[];
|
|
587
605
|
unhealthyThreshold?: number;
|
|
588
606
|
VServerGroupId?: string;
|
|
589
607
|
healthCheckInterval?: number;
|
|
@@ -613,6 +631,7 @@ export declare class CreateLoadBalancerTCPListenerResponse extends $tea.Model {
|
|
|
613
631
|
headers: {
|
|
614
632
|
[key: string]: string;
|
|
615
633
|
};
|
|
634
|
+
statusCode: number;
|
|
616
635
|
body: CreateLoadBalancerTCPListenerResponseBody;
|
|
617
636
|
static names(): {
|
|
618
637
|
[key: string]: string;
|
|
@@ -633,16 +652,19 @@ export declare class CreateLoadBalancerUDPListenerRequest extends $tea.Model {
|
|
|
633
652
|
description?: string;
|
|
634
653
|
healthCheckConnectPort?: number;
|
|
635
654
|
healthCheckConnectTimeout?: number;
|
|
655
|
+
healthCheckSwitch?: string;
|
|
636
656
|
healthyThreshold?: number;
|
|
637
657
|
listenerPort?: number;
|
|
638
658
|
loadBalancerId?: string;
|
|
639
659
|
masterSlaveServerGroupId?: string;
|
|
640
660
|
ownerAccount?: string;
|
|
641
661
|
ownerId?: number;
|
|
662
|
+
proxyProtocolV2Enabled?: boolean;
|
|
642
663
|
regionId?: string;
|
|
643
664
|
resourceOwnerAccount?: string;
|
|
644
665
|
resourceOwnerId?: number;
|
|
645
666
|
scheduler?: string;
|
|
667
|
+
tag?: CreateLoadBalancerUDPListenerRequestTag[];
|
|
646
668
|
unhealthyThreshold?: number;
|
|
647
669
|
VServerGroupId?: string;
|
|
648
670
|
healthCheckExp?: string;
|
|
@@ -674,6 +696,7 @@ export declare class CreateLoadBalancerUDPListenerResponse extends $tea.Model {
|
|
|
674
696
|
headers: {
|
|
675
697
|
[key: string]: string;
|
|
676
698
|
};
|
|
699
|
+
statusCode: number;
|
|
677
700
|
body: CreateLoadBalancerUDPListenerResponseBody;
|
|
678
701
|
static names(): {
|
|
679
702
|
[key: string]: string;
|
|
@@ -694,6 +717,7 @@ export declare class CreateMasterSlaveServerGroupRequest extends $tea.Model {
|
|
|
694
717
|
regionId?: string;
|
|
695
718
|
resourceOwnerAccount?: string;
|
|
696
719
|
resourceOwnerId?: number;
|
|
720
|
+
tag?: CreateMasterSlaveServerGroupRequestTag[];
|
|
697
721
|
static names(): {
|
|
698
722
|
[key: string]: string;
|
|
699
723
|
};
|
|
@@ -722,6 +746,7 @@ export declare class CreateMasterSlaveServerGroupResponse extends $tea.Model {
|
|
|
722
746
|
headers: {
|
|
723
747
|
[key: string]: string;
|
|
724
748
|
};
|
|
749
|
+
statusCode: number;
|
|
725
750
|
body: CreateMasterSlaveServerGroupResponseBody;
|
|
726
751
|
static names(): {
|
|
727
752
|
[key: string]: string;
|
|
@@ -770,6 +795,7 @@ export declare class CreateRulesResponse extends $tea.Model {
|
|
|
770
795
|
headers: {
|
|
771
796
|
[key: string]: string;
|
|
772
797
|
};
|
|
798
|
+
statusCode: number;
|
|
773
799
|
body: CreateRulesResponseBody;
|
|
774
800
|
static names(): {
|
|
775
801
|
[key: string]: string;
|
|
@@ -817,6 +843,7 @@ export declare class CreateTLSCipherPolicyResponse extends $tea.Model {
|
|
|
817
843
|
headers: {
|
|
818
844
|
[key: string]: string;
|
|
819
845
|
};
|
|
846
|
+
statusCode: number;
|
|
820
847
|
body: CreateTLSCipherPolicyResponseBody;
|
|
821
848
|
static names(): {
|
|
822
849
|
[key: string]: string;
|
|
@@ -836,6 +863,7 @@ export declare class CreateVServerGroupRequest extends $tea.Model {
|
|
|
836
863
|
regionId?: string;
|
|
837
864
|
resourceOwnerAccount?: string;
|
|
838
865
|
resourceOwnerId?: number;
|
|
866
|
+
tag?: CreateVServerGroupRequestTag[];
|
|
839
867
|
VServerGroupName?: string;
|
|
840
868
|
static names(): {
|
|
841
869
|
[key: string]: string;
|
|
@@ -865,6 +893,7 @@ export declare class CreateVServerGroupResponse extends $tea.Model {
|
|
|
865
893
|
headers: {
|
|
866
894
|
[key: string]: string;
|
|
867
895
|
};
|
|
896
|
+
statusCode: number;
|
|
868
897
|
body: CreateVServerGroupResponseBody;
|
|
869
898
|
static names(): {
|
|
870
899
|
[key: string]: string;
|
|
@@ -909,6 +938,7 @@ export declare class DeleteAccessControlListResponse extends $tea.Model {
|
|
|
909
938
|
headers: {
|
|
910
939
|
[key: string]: string;
|
|
911
940
|
};
|
|
941
|
+
statusCode: number;
|
|
912
942
|
body: DeleteAccessControlListResponseBody;
|
|
913
943
|
static names(): {
|
|
914
944
|
[key: string]: string;
|
|
@@ -920,6 +950,53 @@ export declare class DeleteAccessControlListResponse extends $tea.Model {
|
|
|
920
950
|
[key: string]: any;
|
|
921
951
|
});
|
|
922
952
|
}
|
|
953
|
+
export declare class DeleteAccessLogsDownloadAttributeRequest extends $tea.Model {
|
|
954
|
+
loadBalancerId?: string;
|
|
955
|
+
logsDownloadAttributes?: string;
|
|
956
|
+
ownerAccount?: string;
|
|
957
|
+
ownerId?: number;
|
|
958
|
+
regionId?: string;
|
|
959
|
+
resourceOwnerAccount?: string;
|
|
960
|
+
resourceOwnerId?: number;
|
|
961
|
+
tags?: string;
|
|
962
|
+
static names(): {
|
|
963
|
+
[key: string]: string;
|
|
964
|
+
};
|
|
965
|
+
static types(): {
|
|
966
|
+
[key: string]: any;
|
|
967
|
+
};
|
|
968
|
+
constructor(map?: {
|
|
969
|
+
[key: string]: any;
|
|
970
|
+
});
|
|
971
|
+
}
|
|
972
|
+
export declare class DeleteAccessLogsDownloadAttributeResponseBody extends $tea.Model {
|
|
973
|
+
requestId?: string;
|
|
974
|
+
static names(): {
|
|
975
|
+
[key: string]: string;
|
|
976
|
+
};
|
|
977
|
+
static types(): {
|
|
978
|
+
[key: string]: any;
|
|
979
|
+
};
|
|
980
|
+
constructor(map?: {
|
|
981
|
+
[key: string]: any;
|
|
982
|
+
});
|
|
983
|
+
}
|
|
984
|
+
export declare class DeleteAccessLogsDownloadAttributeResponse extends $tea.Model {
|
|
985
|
+
headers: {
|
|
986
|
+
[key: string]: string;
|
|
987
|
+
};
|
|
988
|
+
statusCode: number;
|
|
989
|
+
body: DeleteAccessLogsDownloadAttributeResponseBody;
|
|
990
|
+
static names(): {
|
|
991
|
+
[key: string]: string;
|
|
992
|
+
};
|
|
993
|
+
static types(): {
|
|
994
|
+
[key: string]: any;
|
|
995
|
+
};
|
|
996
|
+
constructor(map?: {
|
|
997
|
+
[key: string]: any;
|
|
998
|
+
});
|
|
999
|
+
}
|
|
923
1000
|
export declare class DeleteCACertificateRequest extends $tea.Model {
|
|
924
1001
|
CACertificateId?: string;
|
|
925
1002
|
ownerAccount?: string;
|
|
@@ -953,6 +1030,7 @@ export declare class DeleteCACertificateResponse extends $tea.Model {
|
|
|
953
1030
|
headers: {
|
|
954
1031
|
[key: string]: string;
|
|
955
1032
|
};
|
|
1033
|
+
statusCode: number;
|
|
956
1034
|
body: DeleteCACertificateResponseBody;
|
|
957
1035
|
static names(): {
|
|
958
1036
|
[key: string]: string;
|
|
@@ -997,6 +1075,7 @@ export declare class DeleteDomainExtensionResponse extends $tea.Model {
|
|
|
997
1075
|
headers: {
|
|
998
1076
|
[key: string]: string;
|
|
999
1077
|
};
|
|
1078
|
+
statusCode: number;
|
|
1000
1079
|
body: DeleteDomainExtensionResponseBody;
|
|
1001
1080
|
static names(): {
|
|
1002
1081
|
[key: string]: string;
|
|
@@ -1041,6 +1120,7 @@ export declare class DeleteLoadBalancerResponse extends $tea.Model {
|
|
|
1041
1120
|
headers: {
|
|
1042
1121
|
[key: string]: string;
|
|
1043
1122
|
};
|
|
1123
|
+
statusCode: number;
|
|
1044
1124
|
body: DeleteLoadBalancerResponseBody;
|
|
1045
1125
|
static names(): {
|
|
1046
1126
|
[key: string]: string;
|
|
@@ -1087,6 +1167,7 @@ export declare class DeleteLoadBalancerListenerResponse extends $tea.Model {
|
|
|
1087
1167
|
headers: {
|
|
1088
1168
|
[key: string]: string;
|
|
1089
1169
|
};
|
|
1170
|
+
statusCode: number;
|
|
1090
1171
|
body: DeleteLoadBalancerListenerResponseBody;
|
|
1091
1172
|
static names(): {
|
|
1092
1173
|
[key: string]: string;
|
|
@@ -1131,6 +1212,7 @@ export declare class DeleteMasterSlaveServerGroupResponse extends $tea.Model {
|
|
|
1131
1212
|
headers: {
|
|
1132
1213
|
[key: string]: string;
|
|
1133
1214
|
};
|
|
1215
|
+
statusCode: number;
|
|
1134
1216
|
body: DeleteMasterSlaveServerGroupResponseBody;
|
|
1135
1217
|
static names(): {
|
|
1136
1218
|
[key: string]: string;
|
|
@@ -1175,6 +1257,7 @@ export declare class DeleteRulesResponse extends $tea.Model {
|
|
|
1175
1257
|
headers: {
|
|
1176
1258
|
[key: string]: string;
|
|
1177
1259
|
};
|
|
1260
|
+
statusCode: number;
|
|
1178
1261
|
body: DeleteRulesResponseBody;
|
|
1179
1262
|
static names(): {
|
|
1180
1263
|
[key: string]: string;
|
|
@@ -1219,6 +1302,7 @@ export declare class DeleteServerCertificateResponse extends $tea.Model {
|
|
|
1219
1302
|
headers: {
|
|
1220
1303
|
[key: string]: string;
|
|
1221
1304
|
};
|
|
1305
|
+
statusCode: number;
|
|
1222
1306
|
body: DeleteServerCertificateResponseBody;
|
|
1223
1307
|
static names(): {
|
|
1224
1308
|
[key: string]: string;
|
|
@@ -1263,6 +1347,7 @@ export declare class DeleteTLSCipherPolicyResponse extends $tea.Model {
|
|
|
1263
1347
|
headers: {
|
|
1264
1348
|
[key: string]: string;
|
|
1265
1349
|
};
|
|
1350
|
+
statusCode: number;
|
|
1266
1351
|
body: DeleteTLSCipherPolicyResponseBody;
|
|
1267
1352
|
static names(): {
|
|
1268
1353
|
[key: string]: string;
|
|
@@ -1307,6 +1392,7 @@ export declare class DeleteVServerGroupResponse extends $tea.Model {
|
|
|
1307
1392
|
headers: {
|
|
1308
1393
|
[key: string]: string;
|
|
1309
1394
|
};
|
|
1395
|
+
statusCode: number;
|
|
1310
1396
|
body: DeleteVServerGroupResponseBody;
|
|
1311
1397
|
static names(): {
|
|
1312
1398
|
[key: string]: string;
|
|
@@ -1323,6 +1409,8 @@ export declare class DescribeAccessControlListAttributeRequest extends $tea.Mode
|
|
|
1323
1409
|
aclId?: string;
|
|
1324
1410
|
ownerAccount?: string;
|
|
1325
1411
|
ownerId?: number;
|
|
1412
|
+
page?: number;
|
|
1413
|
+
pageSize?: number;
|
|
1326
1414
|
regionId?: string;
|
|
1327
1415
|
resourceOwnerAccount?: string;
|
|
1328
1416
|
resourceOwnerId?: number;
|
|
@@ -1341,9 +1429,12 @@ export declare class DescribeAccessControlListAttributeResponseBody extends $tea
|
|
|
1341
1429
|
aclId?: string;
|
|
1342
1430
|
aclName?: string;
|
|
1343
1431
|
addressIPVersion?: string;
|
|
1432
|
+
createTime?: string;
|
|
1344
1433
|
relatedListeners?: DescribeAccessControlListAttributeResponseBodyRelatedListeners;
|
|
1345
1434
|
requestId?: string;
|
|
1346
1435
|
resourceGroupId?: string;
|
|
1436
|
+
tags?: DescribeAccessControlListAttributeResponseBodyTags;
|
|
1437
|
+
totalAclEntry?: number;
|
|
1347
1438
|
static names(): {
|
|
1348
1439
|
[key: string]: string;
|
|
1349
1440
|
};
|
|
@@ -1358,6 +1449,7 @@ export declare class DescribeAccessControlListAttributeResponse extends $tea.Mod
|
|
|
1358
1449
|
headers: {
|
|
1359
1450
|
[key: string]: string;
|
|
1360
1451
|
};
|
|
1452
|
+
statusCode: number;
|
|
1361
1453
|
body: DescribeAccessControlListAttributeResponseBody;
|
|
1362
1454
|
static names(): {
|
|
1363
1455
|
[key: string]: string;
|
|
@@ -1380,6 +1472,7 @@ export declare class DescribeAccessControlListsRequest extends $tea.Model {
|
|
|
1380
1472
|
resourceGroupId?: string;
|
|
1381
1473
|
resourceOwnerAccount?: string;
|
|
1382
1474
|
resourceOwnerId?: number;
|
|
1475
|
+
tag?: DescribeAccessControlListsRequestTag[];
|
|
1383
1476
|
static names(): {
|
|
1384
1477
|
[key: string]: string;
|
|
1385
1478
|
};
|
|
@@ -1411,6 +1504,7 @@ export declare class DescribeAccessControlListsResponse extends $tea.Model {
|
|
|
1411
1504
|
headers: {
|
|
1412
1505
|
[key: string]: string;
|
|
1413
1506
|
};
|
|
1507
|
+
statusCode: number;
|
|
1414
1508
|
body: DescribeAccessControlListsResponseBody;
|
|
1415
1509
|
static names(): {
|
|
1416
1510
|
[key: string]: string;
|
|
@@ -1422,6 +1516,59 @@ export declare class DescribeAccessControlListsResponse extends $tea.Model {
|
|
|
1422
1516
|
[key: string]: any;
|
|
1423
1517
|
});
|
|
1424
1518
|
}
|
|
1519
|
+
export declare class DescribeAccessLogsDownloadAttributeRequest extends $tea.Model {
|
|
1520
|
+
loadBalancerId?: string;
|
|
1521
|
+
logType?: string;
|
|
1522
|
+
ownerAccount?: string;
|
|
1523
|
+
ownerId?: number;
|
|
1524
|
+
pageNumber?: number;
|
|
1525
|
+
pageSize?: number;
|
|
1526
|
+
regionId?: string;
|
|
1527
|
+
resourceOwnerAccount?: string;
|
|
1528
|
+
resourceOwnerId?: number;
|
|
1529
|
+
tags?: string;
|
|
1530
|
+
static names(): {
|
|
1531
|
+
[key: string]: string;
|
|
1532
|
+
};
|
|
1533
|
+
static types(): {
|
|
1534
|
+
[key: string]: any;
|
|
1535
|
+
};
|
|
1536
|
+
constructor(map?: {
|
|
1537
|
+
[key: string]: any;
|
|
1538
|
+
});
|
|
1539
|
+
}
|
|
1540
|
+
export declare class DescribeAccessLogsDownloadAttributeResponseBody extends $tea.Model {
|
|
1541
|
+
logsDownloadAttributes?: DescribeAccessLogsDownloadAttributeResponseBodyLogsDownloadAttributes;
|
|
1542
|
+
pageNumber?: number;
|
|
1543
|
+
pageSize?: number;
|
|
1544
|
+
requestId?: string;
|
|
1545
|
+
totalCount?: number;
|
|
1546
|
+
static names(): {
|
|
1547
|
+
[key: string]: string;
|
|
1548
|
+
};
|
|
1549
|
+
static types(): {
|
|
1550
|
+
[key: string]: any;
|
|
1551
|
+
};
|
|
1552
|
+
constructor(map?: {
|
|
1553
|
+
[key: string]: any;
|
|
1554
|
+
});
|
|
1555
|
+
}
|
|
1556
|
+
export declare class DescribeAccessLogsDownloadAttributeResponse extends $tea.Model {
|
|
1557
|
+
headers: {
|
|
1558
|
+
[key: string]: string;
|
|
1559
|
+
};
|
|
1560
|
+
statusCode: number;
|
|
1561
|
+
body: DescribeAccessLogsDownloadAttributeResponseBody;
|
|
1562
|
+
static names(): {
|
|
1563
|
+
[key: string]: string;
|
|
1564
|
+
};
|
|
1565
|
+
static types(): {
|
|
1566
|
+
[key: string]: any;
|
|
1567
|
+
};
|
|
1568
|
+
constructor(map?: {
|
|
1569
|
+
[key: string]: any;
|
|
1570
|
+
});
|
|
1571
|
+
}
|
|
1425
1572
|
export declare class DescribeAvailableResourceRequest extends $tea.Model {
|
|
1426
1573
|
addressIPVersion?: string;
|
|
1427
1574
|
addressType?: string;
|
|
@@ -1457,6 +1604,7 @@ export declare class DescribeAvailableResourceResponse extends $tea.Model {
|
|
|
1457
1604
|
headers: {
|
|
1458
1605
|
[key: string]: string;
|
|
1459
1606
|
};
|
|
1607
|
+
statusCode: number;
|
|
1460
1608
|
body: DescribeAvailableResourceResponseBody;
|
|
1461
1609
|
static names(): {
|
|
1462
1610
|
[key: string]: string;
|
|
@@ -1476,6 +1624,7 @@ export declare class DescribeCACertificatesRequest extends $tea.Model {
|
|
|
1476
1624
|
resourceGroupId?: string;
|
|
1477
1625
|
resourceOwnerAccount?: string;
|
|
1478
1626
|
resourceOwnerId?: number;
|
|
1627
|
+
tag?: DescribeCACertificatesRequestTag[];
|
|
1479
1628
|
static names(): {
|
|
1480
1629
|
[key: string]: string;
|
|
1481
1630
|
};
|
|
@@ -1503,6 +1652,7 @@ export declare class DescribeCACertificatesResponse extends $tea.Model {
|
|
|
1503
1652
|
headers: {
|
|
1504
1653
|
[key: string]: string;
|
|
1505
1654
|
};
|
|
1655
|
+
statusCode: number;
|
|
1506
1656
|
body: DescribeCACertificatesResponseBody;
|
|
1507
1657
|
static names(): {
|
|
1508
1658
|
[key: string]: string;
|
|
@@ -1552,6 +1702,7 @@ export declare class DescribeDomainExtensionAttributeResponse extends $tea.Model
|
|
|
1552
1702
|
headers: {
|
|
1553
1703
|
[key: string]: string;
|
|
1554
1704
|
};
|
|
1705
|
+
statusCode: number;
|
|
1555
1706
|
body: DescribeDomainExtensionAttributeResponseBody;
|
|
1556
1707
|
static names(): {
|
|
1557
1708
|
[key: string]: string;
|
|
@@ -1599,6 +1750,7 @@ export declare class DescribeDomainExtensionsResponse extends $tea.Model {
|
|
|
1599
1750
|
headers: {
|
|
1600
1751
|
[key: string]: string;
|
|
1601
1752
|
};
|
|
1753
|
+
statusCode: number;
|
|
1602
1754
|
body: DescribeDomainExtensionsResponseBody;
|
|
1603
1755
|
static names(): {
|
|
1604
1756
|
[key: string]: string;
|
|
@@ -1646,6 +1798,7 @@ export declare class DescribeHealthStatusResponse extends $tea.Model {
|
|
|
1646
1798
|
headers: {
|
|
1647
1799
|
[key: string]: string;
|
|
1648
1800
|
};
|
|
1801
|
+
statusCode: number;
|
|
1649
1802
|
body: DescribeHealthStatusResponseBody;
|
|
1650
1803
|
static names(): {
|
|
1651
1804
|
[key: string]: string;
|
|
@@ -1657,6 +1810,54 @@ export declare class DescribeHealthStatusResponse extends $tea.Model {
|
|
|
1657
1810
|
[key: string]: any;
|
|
1658
1811
|
});
|
|
1659
1812
|
}
|
|
1813
|
+
export declare class DescribeHighDefinationMonitorRequest extends $tea.Model {
|
|
1814
|
+
ownerAccount?: string;
|
|
1815
|
+
ownerId?: number;
|
|
1816
|
+
regionId?: string;
|
|
1817
|
+
resourceOwnerAccount?: string;
|
|
1818
|
+
resourceOwnerId?: number;
|
|
1819
|
+
tags?: string;
|
|
1820
|
+
static names(): {
|
|
1821
|
+
[key: string]: string;
|
|
1822
|
+
};
|
|
1823
|
+
static types(): {
|
|
1824
|
+
[key: string]: any;
|
|
1825
|
+
};
|
|
1826
|
+
constructor(map?: {
|
|
1827
|
+
[key: string]: any;
|
|
1828
|
+
});
|
|
1829
|
+
}
|
|
1830
|
+
export declare class DescribeHighDefinationMonitorResponseBody extends $tea.Model {
|
|
1831
|
+
logProject?: string;
|
|
1832
|
+
logStore?: string;
|
|
1833
|
+
requestId?: string;
|
|
1834
|
+
success?: string;
|
|
1835
|
+
static names(): {
|
|
1836
|
+
[key: string]: string;
|
|
1837
|
+
};
|
|
1838
|
+
static types(): {
|
|
1839
|
+
[key: string]: any;
|
|
1840
|
+
};
|
|
1841
|
+
constructor(map?: {
|
|
1842
|
+
[key: string]: any;
|
|
1843
|
+
});
|
|
1844
|
+
}
|
|
1845
|
+
export declare class DescribeHighDefinationMonitorResponse extends $tea.Model {
|
|
1846
|
+
headers: {
|
|
1847
|
+
[key: string]: string;
|
|
1848
|
+
};
|
|
1849
|
+
statusCode: number;
|
|
1850
|
+
body: DescribeHighDefinationMonitorResponseBody;
|
|
1851
|
+
static names(): {
|
|
1852
|
+
[key: string]: string;
|
|
1853
|
+
};
|
|
1854
|
+
static types(): {
|
|
1855
|
+
[key: string]: any;
|
|
1856
|
+
};
|
|
1857
|
+
constructor(map?: {
|
|
1858
|
+
[key: string]: any;
|
|
1859
|
+
});
|
|
1860
|
+
}
|
|
1660
1861
|
export declare class DescribeListenerAccessControlAttributeRequest extends $tea.Model {
|
|
1661
1862
|
listenerPort?: number;
|
|
1662
1863
|
listenerProtocol?: string;
|
|
@@ -1694,6 +1895,7 @@ export declare class DescribeListenerAccessControlAttributeResponse extends $tea
|
|
|
1694
1895
|
headers: {
|
|
1695
1896
|
[key: string]: string;
|
|
1696
1897
|
};
|
|
1898
|
+
statusCode: number;
|
|
1697
1899
|
body: DescribeListenerAccessControlAttributeResponseBody;
|
|
1698
1900
|
static names(): {
|
|
1699
1901
|
[key: string]: string;
|
|
@@ -1734,6 +1936,7 @@ export declare class DescribeLoadBalancerAttributeResponseBody extends $tea.Mode
|
|
|
1734
1936
|
deleteProtection?: string;
|
|
1735
1937
|
endTime?: string;
|
|
1736
1938
|
endTimeStamp?: number;
|
|
1939
|
+
instanceChargeType?: string;
|
|
1737
1940
|
internetChargeType?: string;
|
|
1738
1941
|
listenerPorts?: DescribeLoadBalancerAttributeResponseBodyListenerPorts;
|
|
1739
1942
|
listenerPortsAndProtocal?: DescribeLoadBalancerAttributeResponseBodyListenerPortsAndProtocal;
|
|
@@ -1755,6 +1958,7 @@ export declare class DescribeLoadBalancerAttributeResponseBody extends $tea.Mode
|
|
|
1755
1958
|
requestId?: string;
|
|
1756
1959
|
resourceGroupId?: string;
|
|
1757
1960
|
slaveZoneId?: string;
|
|
1961
|
+
tags?: DescribeLoadBalancerAttributeResponseBodyTags;
|
|
1758
1962
|
vSwitchId?: string;
|
|
1759
1963
|
vpcId?: string;
|
|
1760
1964
|
static names(): {
|
|
@@ -1771,6 +1975,7 @@ export declare class DescribeLoadBalancerAttributeResponse extends $tea.Model {
|
|
|
1771
1975
|
headers: {
|
|
1772
1976
|
[key: string]: string;
|
|
1773
1977
|
};
|
|
1978
|
+
statusCode: number;
|
|
1774
1979
|
body: DescribeLoadBalancerAttributeResponseBody;
|
|
1775
1980
|
static names(): {
|
|
1776
1981
|
[key: string]: string;
|
|
@@ -1823,6 +2028,7 @@ export declare class DescribeLoadBalancerHTTPListenerAttributeResponseBody exten
|
|
|
1823
2028
|
idleTimeout?: number;
|
|
1824
2029
|
listenerForward?: string;
|
|
1825
2030
|
listenerPort?: number;
|
|
2031
|
+
loadBalancerId?: string;
|
|
1826
2032
|
requestId?: string;
|
|
1827
2033
|
requestTimeout?: number;
|
|
1828
2034
|
rules?: DescribeLoadBalancerHTTPListenerAttributeResponseBodyRules;
|
|
@@ -1831,6 +2037,7 @@ export declare class DescribeLoadBalancerHTTPListenerAttributeResponseBody exten
|
|
|
1831
2037
|
status?: string;
|
|
1832
2038
|
stickySession?: string;
|
|
1833
2039
|
stickySessionType?: string;
|
|
2040
|
+
tags?: DescribeLoadBalancerHTTPListenerAttributeResponseBodyTags;
|
|
1834
2041
|
unhealthyThreshold?: number;
|
|
1835
2042
|
VServerGroupId?: string;
|
|
1836
2043
|
XForwardedFor?: string;
|
|
@@ -1851,6 +2058,7 @@ export declare class DescribeLoadBalancerHTTPListenerAttributeResponse extends $
|
|
|
1851
2058
|
headers: {
|
|
1852
2059
|
[key: string]: string;
|
|
1853
2060
|
};
|
|
2061
|
+
statusCode: number;
|
|
1854
2062
|
body: DescribeLoadBalancerHTTPListenerAttributeResponseBody;
|
|
1855
2063
|
static names(): {
|
|
1856
2064
|
[key: string]: string;
|
|
@@ -1904,6 +2112,7 @@ export declare class DescribeLoadBalancerHTTPSListenerAttributeResponseBody exte
|
|
|
1904
2112
|
healthyThreshold?: number;
|
|
1905
2113
|
idleTimeout?: number;
|
|
1906
2114
|
listenerPort?: number;
|
|
2115
|
+
loadBalancerId?: string;
|
|
1907
2116
|
requestId?: string;
|
|
1908
2117
|
requestTimeout?: number;
|
|
1909
2118
|
rules?: DescribeLoadBalancerHTTPSListenerAttributeResponseBodyRules;
|
|
@@ -1914,6 +2123,7 @@ export declare class DescribeLoadBalancerHTTPSListenerAttributeResponseBody exte
|
|
|
1914
2123
|
stickySession?: string;
|
|
1915
2124
|
stickySessionType?: string;
|
|
1916
2125
|
TLSCipherPolicy?: string;
|
|
2126
|
+
tags?: DescribeLoadBalancerHTTPSListenerAttributeResponseBodyTags;
|
|
1917
2127
|
unhealthyThreshold?: number;
|
|
1918
2128
|
VServerGroupId?: string;
|
|
1919
2129
|
XForwardedFor?: string;
|
|
@@ -1940,6 +2150,7 @@ export declare class DescribeLoadBalancerHTTPSListenerAttributeResponse extends
|
|
|
1940
2150
|
headers: {
|
|
1941
2151
|
[key: string]: string;
|
|
1942
2152
|
};
|
|
2153
|
+
statusCode: number;
|
|
1943
2154
|
body: DescribeLoadBalancerHTTPSListenerAttributeResponseBody;
|
|
1944
2155
|
static names(): {
|
|
1945
2156
|
[key: string]: string;
|
|
@@ -1952,6 +2163,8 @@ export declare class DescribeLoadBalancerHTTPSListenerAttributeResponse extends
|
|
|
1952
2163
|
});
|
|
1953
2164
|
}
|
|
1954
2165
|
export declare class DescribeLoadBalancerListenersRequest extends $tea.Model {
|
|
2166
|
+
description?: string;
|
|
2167
|
+
listenerPort?: number;
|
|
1955
2168
|
listenerProtocol?: string;
|
|
1956
2169
|
loadBalancerId?: string[];
|
|
1957
2170
|
maxResults?: number;
|
|
@@ -1961,6 +2174,7 @@ export declare class DescribeLoadBalancerListenersRequest extends $tea.Model {
|
|
|
1961
2174
|
regionId?: string;
|
|
1962
2175
|
resourceOwnerAccount?: string;
|
|
1963
2176
|
resourceOwnerId?: number;
|
|
2177
|
+
tag?: DescribeLoadBalancerListenersRequestTag[];
|
|
1964
2178
|
static names(): {
|
|
1965
2179
|
[key: string]: string;
|
|
1966
2180
|
};
|
|
@@ -1991,6 +2205,7 @@ export declare class DescribeLoadBalancerListenersResponse extends $tea.Model {
|
|
|
1991
2205
|
headers: {
|
|
1992
2206
|
[key: string]: string;
|
|
1993
2207
|
};
|
|
2208
|
+
statusCode: number;
|
|
1994
2209
|
body: DescribeLoadBalancerListenersResponseBody;
|
|
1995
2210
|
static names(): {
|
|
1996
2211
|
[key: string]: string;
|
|
@@ -2041,12 +2256,15 @@ export declare class DescribeLoadBalancerTCPListenerAttributeResponseBody extend
|
|
|
2041
2256
|
healthCheckURI?: string;
|
|
2042
2257
|
healthyThreshold?: number;
|
|
2043
2258
|
listenerPort?: number;
|
|
2259
|
+
loadBalancerId?: string;
|
|
2044
2260
|
masterSlaveServerGroupId?: string;
|
|
2045
2261
|
persistenceTimeout?: number;
|
|
2262
|
+
proxyProtocolV2Enabled?: boolean;
|
|
2046
2263
|
requestId?: string;
|
|
2047
2264
|
scheduler?: string;
|
|
2048
2265
|
status?: string;
|
|
2049
2266
|
synProxy?: string;
|
|
2267
|
+
tags?: DescribeLoadBalancerTCPListenerAttributeResponseBodyTags;
|
|
2050
2268
|
unhealthyThreshold?: number;
|
|
2051
2269
|
VServerGroupId?: string;
|
|
2052
2270
|
static names(): {
|
|
@@ -2063,6 +2281,7 @@ export declare class DescribeLoadBalancerTCPListenerAttributeResponse extends $t
|
|
|
2063
2281
|
headers: {
|
|
2064
2282
|
[key: string]: string;
|
|
2065
2283
|
};
|
|
2284
|
+
statusCode: number;
|
|
2066
2285
|
body: DescribeLoadBalancerTCPListenerAttributeResponseBody;
|
|
2067
2286
|
static names(): {
|
|
2068
2287
|
[key: string]: string;
|
|
@@ -2107,10 +2326,13 @@ export declare class DescribeLoadBalancerUDPListenerAttributeResponseBody extend
|
|
|
2107
2326
|
healthCheckReq?: string;
|
|
2108
2327
|
healthyThreshold?: number;
|
|
2109
2328
|
listenerPort?: number;
|
|
2329
|
+
loadBalancerId?: string;
|
|
2110
2330
|
masterSlaveServerGroupId?: string;
|
|
2331
|
+
proxyProtocolV2Enabled?: boolean;
|
|
2111
2332
|
requestId?: string;
|
|
2112
2333
|
scheduler?: string;
|
|
2113
2334
|
status?: string;
|
|
2335
|
+
tags?: DescribeLoadBalancerUDPListenerAttributeResponseBodyTags;
|
|
2114
2336
|
unhealthyThreshold?: number;
|
|
2115
2337
|
VServerGroupId?: string;
|
|
2116
2338
|
static names(): {
|
|
@@ -2127,6 +2349,7 @@ export declare class DescribeLoadBalancerUDPListenerAttributeResponse extends $t
|
|
|
2127
2349
|
headers: {
|
|
2128
2350
|
[key: string]: string;
|
|
2129
2351
|
};
|
|
2352
|
+
statusCode: number;
|
|
2130
2353
|
body: DescribeLoadBalancerUDPListenerAttributeResponseBody;
|
|
2131
2354
|
static names(): {
|
|
2132
2355
|
[key: string]: string;
|
|
@@ -2160,6 +2383,7 @@ export declare class DescribeLoadBalancersRequest extends $tea.Model {
|
|
|
2160
2383
|
serverId?: string;
|
|
2161
2384
|
serverIntranetAddress?: string;
|
|
2162
2385
|
slaveZoneId?: string;
|
|
2386
|
+
tag?: DescribeLoadBalancersRequestTag[];
|
|
2163
2387
|
tags?: string;
|
|
2164
2388
|
vSwitchId?: string;
|
|
2165
2389
|
vpcId?: string;
|
|
@@ -2193,6 +2417,7 @@ export declare class DescribeLoadBalancersResponse extends $tea.Model {
|
|
|
2193
2417
|
headers: {
|
|
2194
2418
|
[key: string]: string;
|
|
2195
2419
|
};
|
|
2420
|
+
statusCode: number;
|
|
2196
2421
|
body: DescribeLoadBalancersResponseBody;
|
|
2197
2422
|
static names(): {
|
|
2198
2423
|
[key: string]: string;
|
|
@@ -2222,11 +2447,13 @@ export declare class DescribeMasterSlaveServerGroupAttributeRequest extends $tea
|
|
|
2222
2447
|
});
|
|
2223
2448
|
}
|
|
2224
2449
|
export declare class DescribeMasterSlaveServerGroupAttributeResponseBody extends $tea.Model {
|
|
2450
|
+
createTime?: string;
|
|
2225
2451
|
loadBalancerId?: string;
|
|
2226
2452
|
masterSlaveBackendServers?: DescribeMasterSlaveServerGroupAttributeResponseBodyMasterSlaveBackendServers;
|
|
2227
2453
|
masterSlaveServerGroupId?: string;
|
|
2228
2454
|
masterSlaveServerGroupName?: string;
|
|
2229
2455
|
requestId?: string;
|
|
2456
|
+
tags?: DescribeMasterSlaveServerGroupAttributeResponseBodyTags;
|
|
2230
2457
|
static names(): {
|
|
2231
2458
|
[key: string]: string;
|
|
2232
2459
|
};
|
|
@@ -2241,6 +2468,7 @@ export declare class DescribeMasterSlaveServerGroupAttributeResponse extends $te
|
|
|
2241
2468
|
headers: {
|
|
2242
2469
|
[key: string]: string;
|
|
2243
2470
|
};
|
|
2471
|
+
statusCode: number;
|
|
2244
2472
|
body: DescribeMasterSlaveServerGroupAttributeResponseBody;
|
|
2245
2473
|
static names(): {
|
|
2246
2474
|
[key: string]: string;
|
|
@@ -2253,6 +2481,7 @@ export declare class DescribeMasterSlaveServerGroupAttributeResponse extends $te
|
|
|
2253
2481
|
});
|
|
2254
2482
|
}
|
|
2255
2483
|
export declare class DescribeMasterSlaveServerGroupsRequest extends $tea.Model {
|
|
2484
|
+
description?: string;
|
|
2256
2485
|
includeListener?: boolean;
|
|
2257
2486
|
loadBalancerId?: string;
|
|
2258
2487
|
ownerAccount?: string;
|
|
@@ -2260,6 +2489,7 @@ export declare class DescribeMasterSlaveServerGroupsRequest extends $tea.Model {
|
|
|
2260
2489
|
regionId?: string;
|
|
2261
2490
|
resourceOwnerAccount?: string;
|
|
2262
2491
|
resourceOwnerId?: number;
|
|
2492
|
+
tag?: DescribeMasterSlaveServerGroupsRequestTag[];
|
|
2263
2493
|
static names(): {
|
|
2264
2494
|
[key: string]: string;
|
|
2265
2495
|
};
|
|
@@ -2287,6 +2517,7 @@ export declare class DescribeMasterSlaveServerGroupsResponse extends $tea.Model
|
|
|
2287
2517
|
headers: {
|
|
2288
2518
|
[key: string]: string;
|
|
2289
2519
|
};
|
|
2520
|
+
statusCode: number;
|
|
2290
2521
|
body: DescribeMasterSlaveServerGroupsResponseBody;
|
|
2291
2522
|
static names(): {
|
|
2292
2523
|
[key: string]: string;
|
|
@@ -2332,6 +2563,7 @@ export declare class DescribeRegionsResponse extends $tea.Model {
|
|
|
2332
2563
|
headers: {
|
|
2333
2564
|
[key: string]: string;
|
|
2334
2565
|
};
|
|
2566
|
+
statusCode: number;
|
|
2335
2567
|
body: DescribeRegionsResponseBody;
|
|
2336
2568
|
static names(): {
|
|
2337
2569
|
[key: string]: string;
|
|
@@ -2398,6 +2630,7 @@ export declare class DescribeRuleAttributeResponse extends $tea.Model {
|
|
|
2398
2630
|
headers: {
|
|
2399
2631
|
[key: string]: string;
|
|
2400
2632
|
};
|
|
2633
|
+
statusCode: number;
|
|
2401
2634
|
body: DescribeRuleAttributeResponseBody;
|
|
2402
2635
|
static names(): {
|
|
2403
2636
|
[key: string]: string;
|
|
@@ -2445,6 +2678,7 @@ export declare class DescribeRulesResponse extends $tea.Model {
|
|
|
2445
2678
|
headers: {
|
|
2446
2679
|
[key: string]: string;
|
|
2447
2680
|
};
|
|
2681
|
+
statusCode: number;
|
|
2448
2682
|
body: DescribeRulesResponseBody;
|
|
2449
2683
|
static names(): {
|
|
2450
2684
|
[key: string]: string;
|
|
@@ -2464,6 +2698,7 @@ export declare class DescribeServerCertificatesRequest extends $tea.Model {
|
|
|
2464
2698
|
resourceOwnerAccount?: string;
|
|
2465
2699
|
resourceOwnerId?: number;
|
|
2466
2700
|
serverCertificateId?: string;
|
|
2701
|
+
tag?: DescribeServerCertificatesRequestTag[];
|
|
2467
2702
|
static names(): {
|
|
2468
2703
|
[key: string]: string;
|
|
2469
2704
|
};
|
|
@@ -2491,6 +2726,7 @@ export declare class DescribeServerCertificatesResponse extends $tea.Model {
|
|
|
2491
2726
|
headers: {
|
|
2492
2727
|
[key: string]: string;
|
|
2493
2728
|
};
|
|
2729
|
+
statusCode: number;
|
|
2494
2730
|
body: DescribeServerCertificatesResponseBody;
|
|
2495
2731
|
static names(): {
|
|
2496
2732
|
[key: string]: string;
|
|
@@ -2543,6 +2779,7 @@ export declare class DescribeTagsResponse extends $tea.Model {
|
|
|
2543
2779
|
headers: {
|
|
2544
2780
|
[key: string]: string;
|
|
2545
2781
|
};
|
|
2782
|
+
statusCode: number;
|
|
2546
2783
|
body: DescribeTagsResponseBody;
|
|
2547
2784
|
static names(): {
|
|
2548
2785
|
[key: string]: string;
|
|
@@ -2573,8 +2810,10 @@ export declare class DescribeVServerGroupAttributeRequest extends $tea.Model {
|
|
|
2573
2810
|
}
|
|
2574
2811
|
export declare class DescribeVServerGroupAttributeResponseBody extends $tea.Model {
|
|
2575
2812
|
backendServers?: DescribeVServerGroupAttributeResponseBodyBackendServers;
|
|
2813
|
+
createTime?: string;
|
|
2576
2814
|
loadBalancerId?: string;
|
|
2577
2815
|
requestId?: string;
|
|
2816
|
+
tags?: DescribeVServerGroupAttributeResponseBodyTags;
|
|
2578
2817
|
VServerGroupId?: string;
|
|
2579
2818
|
VServerGroupName?: string;
|
|
2580
2819
|
static names(): {
|
|
@@ -2591,6 +2830,7 @@ export declare class DescribeVServerGroupAttributeResponse extends $tea.Model {
|
|
|
2591
2830
|
headers: {
|
|
2592
2831
|
[key: string]: string;
|
|
2593
2832
|
};
|
|
2833
|
+
statusCode: number;
|
|
2594
2834
|
body: DescribeVServerGroupAttributeResponseBody;
|
|
2595
2835
|
static names(): {
|
|
2596
2836
|
[key: string]: string;
|
|
@@ -2603,6 +2843,7 @@ export declare class DescribeVServerGroupAttributeResponse extends $tea.Model {
|
|
|
2603
2843
|
});
|
|
2604
2844
|
}
|
|
2605
2845
|
export declare class DescribeVServerGroupsRequest extends $tea.Model {
|
|
2846
|
+
description?: string;
|
|
2606
2847
|
includeListener?: boolean;
|
|
2607
2848
|
includeRule?: boolean;
|
|
2608
2849
|
loadBalancerId?: string;
|
|
@@ -2611,6 +2852,7 @@ export declare class DescribeVServerGroupsRequest extends $tea.Model {
|
|
|
2611
2852
|
regionId?: string;
|
|
2612
2853
|
resourceOwnerAccount?: string;
|
|
2613
2854
|
resourceOwnerId?: number;
|
|
2855
|
+
tag?: DescribeVServerGroupsRequestTag[];
|
|
2614
2856
|
static names(): {
|
|
2615
2857
|
[key: string]: string;
|
|
2616
2858
|
};
|
|
@@ -2638,6 +2880,7 @@ export declare class DescribeVServerGroupsResponse extends $tea.Model {
|
|
|
2638
2880
|
headers: {
|
|
2639
2881
|
[key: string]: string;
|
|
2640
2882
|
};
|
|
2883
|
+
statusCode: number;
|
|
2641
2884
|
body: DescribeVServerGroupsResponseBody;
|
|
2642
2885
|
static names(): {
|
|
2643
2886
|
[key: string]: string;
|
|
@@ -2682,6 +2925,7 @@ export declare class DescribeZonesResponse extends $tea.Model {
|
|
|
2682
2925
|
headers: {
|
|
2683
2926
|
[key: string]: string;
|
|
2684
2927
|
};
|
|
2928
|
+
statusCode: number;
|
|
2685
2929
|
body: DescribeZonesResponseBody;
|
|
2686
2930
|
static names(): {
|
|
2687
2931
|
[key: string]: string;
|
|
@@ -2693,6 +2937,54 @@ export declare class DescribeZonesResponse extends $tea.Model {
|
|
|
2693
2937
|
[key: string]: any;
|
|
2694
2938
|
});
|
|
2695
2939
|
}
|
|
2940
|
+
export declare class EnableHighDefinationMonitorRequest extends $tea.Model {
|
|
2941
|
+
logProject?: string;
|
|
2942
|
+
logStore?: string;
|
|
2943
|
+
ownerAccount?: string;
|
|
2944
|
+
ownerId?: number;
|
|
2945
|
+
regionId?: string;
|
|
2946
|
+
resourceOwnerAccount?: string;
|
|
2947
|
+
resourceOwnerId?: number;
|
|
2948
|
+
tags?: string;
|
|
2949
|
+
static names(): {
|
|
2950
|
+
[key: string]: string;
|
|
2951
|
+
};
|
|
2952
|
+
static types(): {
|
|
2953
|
+
[key: string]: any;
|
|
2954
|
+
};
|
|
2955
|
+
constructor(map?: {
|
|
2956
|
+
[key: string]: any;
|
|
2957
|
+
});
|
|
2958
|
+
}
|
|
2959
|
+
export declare class EnableHighDefinationMonitorResponseBody extends $tea.Model {
|
|
2960
|
+
requestId?: string;
|
|
2961
|
+
success?: string;
|
|
2962
|
+
static names(): {
|
|
2963
|
+
[key: string]: string;
|
|
2964
|
+
};
|
|
2965
|
+
static types(): {
|
|
2966
|
+
[key: string]: any;
|
|
2967
|
+
};
|
|
2968
|
+
constructor(map?: {
|
|
2969
|
+
[key: string]: any;
|
|
2970
|
+
});
|
|
2971
|
+
}
|
|
2972
|
+
export declare class EnableHighDefinationMonitorResponse extends $tea.Model {
|
|
2973
|
+
headers: {
|
|
2974
|
+
[key: string]: string;
|
|
2975
|
+
};
|
|
2976
|
+
statusCode: number;
|
|
2977
|
+
body: EnableHighDefinationMonitorResponseBody;
|
|
2978
|
+
static names(): {
|
|
2979
|
+
[key: string]: string;
|
|
2980
|
+
};
|
|
2981
|
+
static types(): {
|
|
2982
|
+
[key: string]: any;
|
|
2983
|
+
};
|
|
2984
|
+
constructor(map?: {
|
|
2985
|
+
[key: string]: any;
|
|
2986
|
+
});
|
|
2987
|
+
}
|
|
2696
2988
|
export declare class ListTLSCipherPoliciesRequest extends $tea.Model {
|
|
2697
2989
|
includeListener?: boolean;
|
|
2698
2990
|
maxItems?: number;
|
|
@@ -2734,6 +3026,7 @@ export declare class ListTLSCipherPoliciesResponse extends $tea.Model {
|
|
|
2734
3026
|
headers: {
|
|
2735
3027
|
[key: string]: string;
|
|
2736
3028
|
};
|
|
3029
|
+
statusCode: number;
|
|
2737
3030
|
body: ListTLSCipherPoliciesResponseBody;
|
|
2738
3031
|
static names(): {
|
|
2739
3032
|
[key: string]: string;
|
|
@@ -2783,6 +3076,7 @@ export declare class ListTagResourcesResponse extends $tea.Model {
|
|
|
2783
3076
|
headers: {
|
|
2784
3077
|
[key: string]: string;
|
|
2785
3078
|
};
|
|
3079
|
+
statusCode: number;
|
|
2786
3080
|
body: ListTagResourcesResponseBody;
|
|
2787
3081
|
static names(): {
|
|
2788
3082
|
[key: string]: string;
|
|
@@ -2794,10 +3088,9 @@ export declare class ListTagResourcesResponse extends $tea.Model {
|
|
|
2794
3088
|
[key: string]: any;
|
|
2795
3089
|
});
|
|
2796
3090
|
}
|
|
2797
|
-
export declare class
|
|
2798
|
-
|
|
2799
|
-
|
|
2800
|
-
loadBalancerSpec?: string;
|
|
3091
|
+
export declare class ModifyHighDefinationMonitorRequest extends $tea.Model {
|
|
3092
|
+
logProject?: string;
|
|
3093
|
+
logStore?: string;
|
|
2801
3094
|
ownerAccount?: string;
|
|
2802
3095
|
ownerId?: number;
|
|
2803
3096
|
regionId?: string;
|
|
@@ -2813,9 +3106,9 @@ export declare class ModifyLoadBalancerInstanceSpecRequest extends $tea.Model {
|
|
|
2813
3106
|
[key: string]: any;
|
|
2814
3107
|
});
|
|
2815
3108
|
}
|
|
2816
|
-
export declare class
|
|
2817
|
-
orderId?: number;
|
|
3109
|
+
export declare class ModifyHighDefinationMonitorResponseBody extends $tea.Model {
|
|
2818
3110
|
requestId?: string;
|
|
3111
|
+
success?: string;
|
|
2819
3112
|
static names(): {
|
|
2820
3113
|
[key: string]: string;
|
|
2821
3114
|
};
|
|
@@ -2826,11 +3119,12 @@ export declare class ModifyLoadBalancerInstanceSpecResponseBody extends $tea.Mod
|
|
|
2826
3119
|
[key: string]: any;
|
|
2827
3120
|
});
|
|
2828
3121
|
}
|
|
2829
|
-
export declare class
|
|
3122
|
+
export declare class ModifyHighDefinationMonitorResponse extends $tea.Model {
|
|
2830
3123
|
headers: {
|
|
2831
3124
|
[key: string]: string;
|
|
2832
3125
|
};
|
|
2833
|
-
|
|
3126
|
+
statusCode: number;
|
|
3127
|
+
body: ModifyHighDefinationMonitorResponseBody;
|
|
2834
3128
|
static names(): {
|
|
2835
3129
|
[key: string]: string;
|
|
2836
3130
|
};
|
|
@@ -2841,11 +3135,12 @@ export declare class ModifyLoadBalancerInstanceSpecResponse extends $tea.Model {
|
|
|
2841
3135
|
[key: string]: any;
|
|
2842
3136
|
});
|
|
2843
3137
|
}
|
|
2844
|
-
export declare class
|
|
2845
|
-
autoPay?: boolean;
|
|
3138
|
+
export declare class ModifyLoadBalancerInstanceChargeTypeRequest extends $tea.Model {
|
|
2846
3139
|
bandwidth?: number;
|
|
3140
|
+
instanceChargeType?: string;
|
|
2847
3141
|
internetChargeType?: string;
|
|
2848
3142
|
loadBalancerId?: string;
|
|
3143
|
+
loadBalancerSpec?: string;
|
|
2849
3144
|
ownerAccount?: string;
|
|
2850
3145
|
ownerId?: number;
|
|
2851
3146
|
regionId?: string;
|
|
@@ -2861,8 +3156,7 @@ export declare class ModifyLoadBalancerInternetSpecRequest extends $tea.Model {
|
|
|
2861
3156
|
[key: string]: any;
|
|
2862
3157
|
});
|
|
2863
3158
|
}
|
|
2864
|
-
export declare class
|
|
2865
|
-
orderId?: number;
|
|
3159
|
+
export declare class ModifyLoadBalancerInstanceChargeTypeResponseBody extends $tea.Model {
|
|
2866
3160
|
requestId?: string;
|
|
2867
3161
|
static names(): {
|
|
2868
3162
|
[key: string]: string;
|
|
@@ -2874,11 +3168,12 @@ export declare class ModifyLoadBalancerInternetSpecResponseBody extends $tea.Mod
|
|
|
2874
3168
|
[key: string]: any;
|
|
2875
3169
|
});
|
|
2876
3170
|
}
|
|
2877
|
-
export declare class
|
|
3171
|
+
export declare class ModifyLoadBalancerInstanceChargeTypeResponse extends $tea.Model {
|
|
2878
3172
|
headers: {
|
|
2879
3173
|
[key: string]: string;
|
|
2880
3174
|
};
|
|
2881
|
-
|
|
3175
|
+
statusCode: number;
|
|
3176
|
+
body: ModifyLoadBalancerInstanceChargeTypeResponseBody;
|
|
2882
3177
|
static names(): {
|
|
2883
3178
|
[key: string]: string;
|
|
2884
3179
|
};
|
|
@@ -2889,14 +3184,12 @@ export declare class ModifyLoadBalancerInternetSpecResponse extends $tea.Model {
|
|
|
2889
3184
|
[key: string]: any;
|
|
2890
3185
|
});
|
|
2891
3186
|
}
|
|
2892
|
-
export declare class
|
|
3187
|
+
export declare class ModifyLoadBalancerInstanceSpecRequest extends $tea.Model {
|
|
2893
3188
|
autoPay?: boolean;
|
|
2894
|
-
duration?: number;
|
|
2895
3189
|
loadBalancerId?: string;
|
|
3190
|
+
loadBalancerSpec?: string;
|
|
2896
3191
|
ownerAccount?: string;
|
|
2897
3192
|
ownerId?: number;
|
|
2898
|
-
payType?: string;
|
|
2899
|
-
pricingCycle?: string;
|
|
2900
3193
|
regionId?: string;
|
|
2901
3194
|
resourceOwnerAccount?: string;
|
|
2902
3195
|
resourceOwnerId?: number;
|
|
@@ -2910,7 +3203,7 @@ export declare class ModifyLoadBalancerPayTypeRequest extends $tea.Model {
|
|
|
2910
3203
|
[key: string]: any;
|
|
2911
3204
|
});
|
|
2912
3205
|
}
|
|
2913
|
-
export declare class
|
|
3206
|
+
export declare class ModifyLoadBalancerInstanceSpecResponseBody extends $tea.Model {
|
|
2914
3207
|
orderId?: number;
|
|
2915
3208
|
requestId?: string;
|
|
2916
3209
|
static names(): {
|
|
@@ -2923,11 +3216,12 @@ export declare class ModifyLoadBalancerPayTypeResponseBody extends $tea.Model {
|
|
|
2923
3216
|
[key: string]: any;
|
|
2924
3217
|
});
|
|
2925
3218
|
}
|
|
2926
|
-
export declare class
|
|
3219
|
+
export declare class ModifyLoadBalancerInstanceSpecResponse extends $tea.Model {
|
|
2927
3220
|
headers: {
|
|
2928
3221
|
[key: string]: string;
|
|
2929
3222
|
};
|
|
2930
|
-
|
|
3223
|
+
statusCode: number;
|
|
3224
|
+
body: ModifyLoadBalancerInstanceSpecResponseBody;
|
|
2931
3225
|
static names(): {
|
|
2932
3226
|
[key: string]: string;
|
|
2933
3227
|
};
|
|
@@ -2938,15 +3232,16 @@ export declare class ModifyLoadBalancerPayTypeResponse extends $tea.Model {
|
|
|
2938
3232
|
[key: string]: any;
|
|
2939
3233
|
});
|
|
2940
3234
|
}
|
|
2941
|
-
export declare class
|
|
2942
|
-
|
|
2943
|
-
|
|
3235
|
+
export declare class ModifyLoadBalancerInternetSpecRequest extends $tea.Model {
|
|
3236
|
+
autoPay?: boolean;
|
|
3237
|
+
bandwidth?: number;
|
|
3238
|
+
internetChargeType?: string;
|
|
3239
|
+
loadBalancerId?: string;
|
|
2944
3240
|
ownerAccount?: string;
|
|
2945
3241
|
ownerId?: number;
|
|
2946
3242
|
regionId?: string;
|
|
2947
3243
|
resourceOwnerAccount?: string;
|
|
2948
3244
|
resourceOwnerId?: number;
|
|
2949
|
-
VServerGroupId?: string;
|
|
2950
3245
|
static names(): {
|
|
2951
3246
|
[key: string]: string;
|
|
2952
3247
|
};
|
|
@@ -2957,10 +3252,9 @@ export declare class ModifyVServerGroupBackendServersRequest extends $tea.Model
|
|
|
2957
3252
|
[key: string]: any;
|
|
2958
3253
|
});
|
|
2959
3254
|
}
|
|
2960
|
-
export declare class
|
|
2961
|
-
|
|
3255
|
+
export declare class ModifyLoadBalancerInternetSpecResponseBody extends $tea.Model {
|
|
3256
|
+
orderId?: number;
|
|
2962
3257
|
requestId?: string;
|
|
2963
|
-
VServerGroupId?: string;
|
|
2964
3258
|
static names(): {
|
|
2965
3259
|
[key: string]: string;
|
|
2966
3260
|
};
|
|
@@ -2971,11 +3265,12 @@ export declare class ModifyVServerGroupBackendServersResponseBody extends $tea.M
|
|
|
2971
3265
|
[key: string]: any;
|
|
2972
3266
|
});
|
|
2973
3267
|
}
|
|
2974
|
-
export declare class
|
|
3268
|
+
export declare class ModifyLoadBalancerInternetSpecResponse extends $tea.Model {
|
|
2975
3269
|
headers: {
|
|
2976
3270
|
[key: string]: string;
|
|
2977
3271
|
};
|
|
2978
|
-
|
|
3272
|
+
statusCode: number;
|
|
3273
|
+
body: ModifyLoadBalancerInternetSpecResponseBody;
|
|
2979
3274
|
static names(): {
|
|
2980
3275
|
[key: string]: string;
|
|
2981
3276
|
};
|
|
@@ -2986,11 +3281,14 @@ export declare class ModifyVServerGroupBackendServersResponse extends $tea.Model
|
|
|
2986
3281
|
[key: string]: any;
|
|
2987
3282
|
});
|
|
2988
3283
|
}
|
|
2989
|
-
export declare class
|
|
2990
|
-
|
|
2991
|
-
|
|
3284
|
+
export declare class ModifyLoadBalancerPayTypeRequest extends $tea.Model {
|
|
3285
|
+
autoPay?: boolean;
|
|
3286
|
+
duration?: number;
|
|
3287
|
+
loadBalancerId?: string;
|
|
2992
3288
|
ownerAccount?: string;
|
|
2993
3289
|
ownerId?: number;
|
|
3290
|
+
payType?: string;
|
|
3291
|
+
pricingCycle?: string;
|
|
2994
3292
|
regionId?: string;
|
|
2995
3293
|
resourceOwnerAccount?: string;
|
|
2996
3294
|
resourceOwnerId?: number;
|
|
@@ -3004,7 +3302,8 @@ export declare class RemoveAccessControlListEntryRequest extends $tea.Model {
|
|
|
3004
3302
|
[key: string]: any;
|
|
3005
3303
|
});
|
|
3006
3304
|
}
|
|
3007
|
-
export declare class
|
|
3305
|
+
export declare class ModifyLoadBalancerPayTypeResponseBody extends $tea.Model {
|
|
3306
|
+
orderId?: number;
|
|
3008
3307
|
requestId?: string;
|
|
3009
3308
|
static names(): {
|
|
3010
3309
|
[key: string]: string;
|
|
@@ -3016,11 +3315,12 @@ export declare class RemoveAccessControlListEntryResponseBody extends $tea.Model
|
|
|
3016
3315
|
[key: string]: any;
|
|
3017
3316
|
});
|
|
3018
3317
|
}
|
|
3019
|
-
export declare class
|
|
3318
|
+
export declare class ModifyLoadBalancerPayTypeResponse extends $tea.Model {
|
|
3020
3319
|
headers: {
|
|
3021
3320
|
[key: string]: string;
|
|
3022
3321
|
};
|
|
3023
|
-
|
|
3322
|
+
statusCode: number;
|
|
3323
|
+
body: ModifyLoadBalancerPayTypeResponseBody;
|
|
3024
3324
|
static names(): {
|
|
3025
3325
|
[key: string]: string;
|
|
3026
3326
|
};
|
|
@@ -3031,14 +3331,15 @@ export declare class RemoveAccessControlListEntryResponse extends $tea.Model {
|
|
|
3031
3331
|
[key: string]: any;
|
|
3032
3332
|
});
|
|
3033
3333
|
}
|
|
3034
|
-
export declare class
|
|
3035
|
-
|
|
3036
|
-
|
|
3334
|
+
export declare class ModifyVServerGroupBackendServersRequest extends $tea.Model {
|
|
3335
|
+
newBackendServers?: string;
|
|
3336
|
+
oldBackendServers?: string;
|
|
3037
3337
|
ownerAccount?: string;
|
|
3038
3338
|
ownerId?: number;
|
|
3039
3339
|
regionId?: string;
|
|
3040
3340
|
resourceOwnerAccount?: string;
|
|
3041
3341
|
resourceOwnerId?: number;
|
|
3342
|
+
VServerGroupId?: string;
|
|
3042
3343
|
static names(): {
|
|
3043
3344
|
[key: string]: string;
|
|
3044
3345
|
};
|
|
@@ -3049,10 +3350,10 @@ export declare class RemoveBackendServersRequest extends $tea.Model {
|
|
|
3049
3350
|
[key: string]: any;
|
|
3050
3351
|
});
|
|
3051
3352
|
}
|
|
3052
|
-
export declare class
|
|
3053
|
-
backendServers?:
|
|
3054
|
-
loadBalancerId?: string;
|
|
3353
|
+
export declare class ModifyVServerGroupBackendServersResponseBody extends $tea.Model {
|
|
3354
|
+
backendServers?: ModifyVServerGroupBackendServersResponseBodyBackendServers;
|
|
3055
3355
|
requestId?: string;
|
|
3356
|
+
VServerGroupId?: string;
|
|
3056
3357
|
static names(): {
|
|
3057
3358
|
[key: string]: string;
|
|
3058
3359
|
};
|
|
@@ -3063,11 +3364,155 @@ export declare class RemoveBackendServersResponseBody extends $tea.Model {
|
|
|
3063
3364
|
[key: string]: any;
|
|
3064
3365
|
});
|
|
3065
3366
|
}
|
|
3066
|
-
export declare class
|
|
3367
|
+
export declare class ModifyVServerGroupBackendServersResponse extends $tea.Model {
|
|
3067
3368
|
headers: {
|
|
3068
3369
|
[key: string]: string;
|
|
3069
3370
|
};
|
|
3070
|
-
|
|
3371
|
+
statusCode: number;
|
|
3372
|
+
body: ModifyVServerGroupBackendServersResponseBody;
|
|
3373
|
+
static names(): {
|
|
3374
|
+
[key: string]: string;
|
|
3375
|
+
};
|
|
3376
|
+
static types(): {
|
|
3377
|
+
[key: string]: any;
|
|
3378
|
+
};
|
|
3379
|
+
constructor(map?: {
|
|
3380
|
+
[key: string]: any;
|
|
3381
|
+
});
|
|
3382
|
+
}
|
|
3383
|
+
export declare class MoveResourceGroupRequest extends $tea.Model {
|
|
3384
|
+
newResourceGroupId?: string;
|
|
3385
|
+
ownerAccount?: string;
|
|
3386
|
+
ownerId?: number;
|
|
3387
|
+
regionId?: string;
|
|
3388
|
+
resourceGroupId?: string;
|
|
3389
|
+
resourceId?: string;
|
|
3390
|
+
resourceOwnerAccount?: string;
|
|
3391
|
+
resourceOwnerId?: number;
|
|
3392
|
+
resourceType?: string;
|
|
3393
|
+
accessKeyId?: string;
|
|
3394
|
+
static names(): {
|
|
3395
|
+
[key: string]: string;
|
|
3396
|
+
};
|
|
3397
|
+
static types(): {
|
|
3398
|
+
[key: string]: any;
|
|
3399
|
+
};
|
|
3400
|
+
constructor(map?: {
|
|
3401
|
+
[key: string]: any;
|
|
3402
|
+
});
|
|
3403
|
+
}
|
|
3404
|
+
export declare class MoveResourceGroupResponseBody extends $tea.Model {
|
|
3405
|
+
requestId?: string;
|
|
3406
|
+
static names(): {
|
|
3407
|
+
[key: string]: string;
|
|
3408
|
+
};
|
|
3409
|
+
static types(): {
|
|
3410
|
+
[key: string]: any;
|
|
3411
|
+
};
|
|
3412
|
+
constructor(map?: {
|
|
3413
|
+
[key: string]: any;
|
|
3414
|
+
});
|
|
3415
|
+
}
|
|
3416
|
+
export declare class MoveResourceGroupResponse extends $tea.Model {
|
|
3417
|
+
headers: {
|
|
3418
|
+
[key: string]: string;
|
|
3419
|
+
};
|
|
3420
|
+
statusCode: number;
|
|
3421
|
+
body: MoveResourceGroupResponseBody;
|
|
3422
|
+
static names(): {
|
|
3423
|
+
[key: string]: string;
|
|
3424
|
+
};
|
|
3425
|
+
static types(): {
|
|
3426
|
+
[key: string]: any;
|
|
3427
|
+
};
|
|
3428
|
+
constructor(map?: {
|
|
3429
|
+
[key: string]: any;
|
|
3430
|
+
});
|
|
3431
|
+
}
|
|
3432
|
+
export declare class RemoveAccessControlListEntryRequest extends $tea.Model {
|
|
3433
|
+
aclEntrys?: string;
|
|
3434
|
+
aclId?: string;
|
|
3435
|
+
ownerAccount?: string;
|
|
3436
|
+
ownerId?: number;
|
|
3437
|
+
regionId?: string;
|
|
3438
|
+
resourceOwnerAccount?: string;
|
|
3439
|
+
resourceOwnerId?: number;
|
|
3440
|
+
static names(): {
|
|
3441
|
+
[key: string]: string;
|
|
3442
|
+
};
|
|
3443
|
+
static types(): {
|
|
3444
|
+
[key: string]: any;
|
|
3445
|
+
};
|
|
3446
|
+
constructor(map?: {
|
|
3447
|
+
[key: string]: any;
|
|
3448
|
+
});
|
|
3449
|
+
}
|
|
3450
|
+
export declare class RemoveAccessControlListEntryResponseBody extends $tea.Model {
|
|
3451
|
+
requestId?: string;
|
|
3452
|
+
static names(): {
|
|
3453
|
+
[key: string]: string;
|
|
3454
|
+
};
|
|
3455
|
+
static types(): {
|
|
3456
|
+
[key: string]: any;
|
|
3457
|
+
};
|
|
3458
|
+
constructor(map?: {
|
|
3459
|
+
[key: string]: any;
|
|
3460
|
+
});
|
|
3461
|
+
}
|
|
3462
|
+
export declare class RemoveAccessControlListEntryResponse extends $tea.Model {
|
|
3463
|
+
headers: {
|
|
3464
|
+
[key: string]: string;
|
|
3465
|
+
};
|
|
3466
|
+
statusCode: number;
|
|
3467
|
+
body: RemoveAccessControlListEntryResponseBody;
|
|
3468
|
+
static names(): {
|
|
3469
|
+
[key: string]: string;
|
|
3470
|
+
};
|
|
3471
|
+
static types(): {
|
|
3472
|
+
[key: string]: any;
|
|
3473
|
+
};
|
|
3474
|
+
constructor(map?: {
|
|
3475
|
+
[key: string]: any;
|
|
3476
|
+
});
|
|
3477
|
+
}
|
|
3478
|
+
export declare class RemoveBackendServersRequest extends $tea.Model {
|
|
3479
|
+
backendServers?: string;
|
|
3480
|
+
loadBalancerId?: string;
|
|
3481
|
+
ownerAccount?: string;
|
|
3482
|
+
ownerId?: number;
|
|
3483
|
+
regionId?: string;
|
|
3484
|
+
resourceOwnerAccount?: string;
|
|
3485
|
+
resourceOwnerId?: number;
|
|
3486
|
+
static names(): {
|
|
3487
|
+
[key: string]: string;
|
|
3488
|
+
};
|
|
3489
|
+
static types(): {
|
|
3490
|
+
[key: string]: any;
|
|
3491
|
+
};
|
|
3492
|
+
constructor(map?: {
|
|
3493
|
+
[key: string]: any;
|
|
3494
|
+
});
|
|
3495
|
+
}
|
|
3496
|
+
export declare class RemoveBackendServersResponseBody extends $tea.Model {
|
|
3497
|
+
backendServers?: RemoveBackendServersResponseBodyBackendServers;
|
|
3498
|
+
loadBalancerId?: string;
|
|
3499
|
+
requestId?: string;
|
|
3500
|
+
static names(): {
|
|
3501
|
+
[key: string]: string;
|
|
3502
|
+
};
|
|
3503
|
+
static types(): {
|
|
3504
|
+
[key: string]: any;
|
|
3505
|
+
};
|
|
3506
|
+
constructor(map?: {
|
|
3507
|
+
[key: string]: any;
|
|
3508
|
+
});
|
|
3509
|
+
}
|
|
3510
|
+
export declare class RemoveBackendServersResponse extends $tea.Model {
|
|
3511
|
+
headers: {
|
|
3512
|
+
[key: string]: string;
|
|
3513
|
+
};
|
|
3514
|
+
statusCode: number;
|
|
3515
|
+
body: RemoveBackendServersResponseBody;
|
|
3071
3516
|
static names(): {
|
|
3072
3517
|
[key: string]: string;
|
|
3073
3518
|
};
|
|
@@ -3114,6 +3559,7 @@ export declare class RemoveListenerWhiteListItemResponse extends $tea.Model {
|
|
|
3114
3559
|
headers: {
|
|
3115
3560
|
[key: string]: string;
|
|
3116
3561
|
};
|
|
3562
|
+
statusCode: number;
|
|
3117
3563
|
body: RemoveListenerWhiteListItemResponseBody;
|
|
3118
3564
|
static names(): {
|
|
3119
3565
|
[key: string]: string;
|
|
@@ -3159,6 +3605,7 @@ export declare class RemoveTagsResponse extends $tea.Model {
|
|
|
3159
3605
|
headers: {
|
|
3160
3606
|
[key: string]: string;
|
|
3161
3607
|
};
|
|
3608
|
+
statusCode: number;
|
|
3162
3609
|
body: RemoveTagsResponseBody;
|
|
3163
3610
|
static names(): {
|
|
3164
3611
|
[key: string]: string;
|
|
@@ -3206,6 +3653,7 @@ export declare class RemoveVServerGroupBackendServersResponse extends $tea.Model
|
|
|
3206
3653
|
headers: {
|
|
3207
3654
|
[key: string]: string;
|
|
3208
3655
|
};
|
|
3656
|
+
statusCode: number;
|
|
3209
3657
|
body: RemoveVServerGroupBackendServersResponseBody;
|
|
3210
3658
|
static names(): {
|
|
3211
3659
|
[key: string]: string;
|
|
@@ -3236,7 +3684,6 @@ export declare class SetAccessControlListAttributeRequest extends $tea.Model {
|
|
|
3236
3684
|
});
|
|
3237
3685
|
}
|
|
3238
3686
|
export declare class SetAccessControlListAttributeResponseBody extends $tea.Model {
|
|
3239
|
-
aclId?: string;
|
|
3240
3687
|
requestId?: string;
|
|
3241
3688
|
static names(): {
|
|
3242
3689
|
[key: string]: string;
|
|
@@ -3252,6 +3699,7 @@ export declare class SetAccessControlListAttributeResponse extends $tea.Model {
|
|
|
3252
3699
|
headers: {
|
|
3253
3700
|
[key: string]: string;
|
|
3254
3701
|
};
|
|
3702
|
+
statusCode: number;
|
|
3255
3703
|
body: SetAccessControlListAttributeResponseBody;
|
|
3256
3704
|
static names(): {
|
|
3257
3705
|
[key: string]: string;
|
|
@@ -3263,6 +3711,53 @@ export declare class SetAccessControlListAttributeResponse extends $tea.Model {
|
|
|
3263
3711
|
[key: string]: any;
|
|
3264
3712
|
});
|
|
3265
3713
|
}
|
|
3714
|
+
export declare class SetAccessLogsDownloadAttributeRequest extends $tea.Model {
|
|
3715
|
+
loadBalancerId?: string;
|
|
3716
|
+
logsDownloadAttributes?: string;
|
|
3717
|
+
ownerAccount?: string;
|
|
3718
|
+
ownerId?: number;
|
|
3719
|
+
regionId?: string;
|
|
3720
|
+
resourceOwnerAccount?: string;
|
|
3721
|
+
resourceOwnerId?: number;
|
|
3722
|
+
tags?: string;
|
|
3723
|
+
static names(): {
|
|
3724
|
+
[key: string]: string;
|
|
3725
|
+
};
|
|
3726
|
+
static types(): {
|
|
3727
|
+
[key: string]: any;
|
|
3728
|
+
};
|
|
3729
|
+
constructor(map?: {
|
|
3730
|
+
[key: string]: any;
|
|
3731
|
+
});
|
|
3732
|
+
}
|
|
3733
|
+
export declare class SetAccessLogsDownloadAttributeResponseBody extends $tea.Model {
|
|
3734
|
+
requestId?: string;
|
|
3735
|
+
static names(): {
|
|
3736
|
+
[key: string]: string;
|
|
3737
|
+
};
|
|
3738
|
+
static types(): {
|
|
3739
|
+
[key: string]: any;
|
|
3740
|
+
};
|
|
3741
|
+
constructor(map?: {
|
|
3742
|
+
[key: string]: any;
|
|
3743
|
+
});
|
|
3744
|
+
}
|
|
3745
|
+
export declare class SetAccessLogsDownloadAttributeResponse extends $tea.Model {
|
|
3746
|
+
headers: {
|
|
3747
|
+
[key: string]: string;
|
|
3748
|
+
};
|
|
3749
|
+
statusCode: number;
|
|
3750
|
+
body: SetAccessLogsDownloadAttributeResponseBody;
|
|
3751
|
+
static names(): {
|
|
3752
|
+
[key: string]: string;
|
|
3753
|
+
};
|
|
3754
|
+
static types(): {
|
|
3755
|
+
[key: string]: any;
|
|
3756
|
+
};
|
|
3757
|
+
constructor(map?: {
|
|
3758
|
+
[key: string]: any;
|
|
3759
|
+
});
|
|
3760
|
+
}
|
|
3266
3761
|
export declare class SetBackendServersRequest extends $tea.Model {
|
|
3267
3762
|
backendServers?: string;
|
|
3268
3763
|
loadBalancerId?: string;
|
|
@@ -3299,6 +3794,7 @@ export declare class SetBackendServersResponse extends $tea.Model {
|
|
|
3299
3794
|
headers: {
|
|
3300
3795
|
[key: string]: string;
|
|
3301
3796
|
};
|
|
3797
|
+
statusCode: number;
|
|
3302
3798
|
body: SetBackendServersResponseBody;
|
|
3303
3799
|
static names(): {
|
|
3304
3800
|
[key: string]: string;
|
|
@@ -3344,6 +3840,7 @@ export declare class SetCACertificateNameResponse extends $tea.Model {
|
|
|
3344
3840
|
headers: {
|
|
3345
3841
|
[key: string]: string;
|
|
3346
3842
|
};
|
|
3843
|
+
statusCode: number;
|
|
3347
3844
|
body: SetCACertificateNameResponseBody;
|
|
3348
3845
|
static names(): {
|
|
3349
3846
|
[key: string]: string;
|
|
@@ -3389,6 +3886,7 @@ export declare class SetDomainExtensionAttributeResponse extends $tea.Model {
|
|
|
3389
3886
|
headers: {
|
|
3390
3887
|
[key: string]: string;
|
|
3391
3888
|
};
|
|
3889
|
+
statusCode: number;
|
|
3392
3890
|
body: SetDomainExtensionAttributeResponseBody;
|
|
3393
3891
|
static names(): {
|
|
3394
3892
|
[key: string]: string;
|
|
@@ -3436,6 +3934,7 @@ export declare class SetListenerAccessControlStatusResponse extends $tea.Model {
|
|
|
3436
3934
|
headers: {
|
|
3437
3935
|
[key: string]: string;
|
|
3438
3936
|
};
|
|
3937
|
+
statusCode: number;
|
|
3439
3938
|
body: SetListenerAccessControlStatusResponseBody;
|
|
3440
3939
|
static names(): {
|
|
3441
3940
|
[key: string]: string;
|
|
@@ -3481,6 +3980,7 @@ export declare class SetLoadBalancerDeleteProtectionResponse extends $tea.Model
|
|
|
3481
3980
|
headers: {
|
|
3482
3981
|
[key: string]: string;
|
|
3483
3982
|
};
|
|
3983
|
+
statusCode: number;
|
|
3484
3984
|
body: SetLoadBalancerDeleteProtectionResponseBody;
|
|
3485
3985
|
static names(): {
|
|
3486
3986
|
[key: string]: string;
|
|
@@ -3555,6 +4055,7 @@ export declare class SetLoadBalancerHTTPListenerAttributeResponse extends $tea.M
|
|
|
3555
4055
|
headers: {
|
|
3556
4056
|
[key: string]: string;
|
|
3557
4057
|
};
|
|
4058
|
+
statusCode: number;
|
|
3558
4059
|
body: SetLoadBalancerHTTPListenerAttributeResponseBody;
|
|
3559
4060
|
static names(): {
|
|
3560
4061
|
[key: string]: string;
|
|
@@ -3633,6 +4134,7 @@ export declare class SetLoadBalancerHTTPSListenerAttributeResponse extends $tea.
|
|
|
3633
4134
|
headers: {
|
|
3634
4135
|
[key: string]: string;
|
|
3635
4136
|
};
|
|
4137
|
+
statusCode: number;
|
|
3636
4138
|
body: SetLoadBalancerHTTPSListenerAttributeResponseBody;
|
|
3637
4139
|
static names(): {
|
|
3638
4140
|
[key: string]: string;
|
|
@@ -3679,6 +4181,7 @@ export declare class SetLoadBalancerModificationProtectionResponse extends $tea.
|
|
|
3679
4181
|
headers: {
|
|
3680
4182
|
[key: string]: string;
|
|
3681
4183
|
};
|
|
4184
|
+
statusCode: number;
|
|
3682
4185
|
body: SetLoadBalancerModificationProtectionResponseBody;
|
|
3683
4186
|
static names(): {
|
|
3684
4187
|
[key: string]: string;
|
|
@@ -3724,6 +4227,7 @@ export declare class SetLoadBalancerNameResponse extends $tea.Model {
|
|
|
3724
4227
|
headers: {
|
|
3725
4228
|
[key: string]: string;
|
|
3726
4229
|
};
|
|
4230
|
+
statusCode: number;
|
|
3727
4231
|
body: SetLoadBalancerNameResponseBody;
|
|
3728
4232
|
static names(): {
|
|
3729
4233
|
[key: string]: string;
|
|
@@ -3769,6 +4273,7 @@ export declare class SetLoadBalancerStatusResponse extends $tea.Model {
|
|
|
3769
4273
|
headers: {
|
|
3770
4274
|
[key: string]: string;
|
|
3771
4275
|
};
|
|
4276
|
+
statusCode: number;
|
|
3772
4277
|
body: SetLoadBalancerStatusResponseBody;
|
|
3773
4278
|
static names(): {
|
|
3774
4279
|
[key: string]: string;
|
|
@@ -3794,6 +4299,7 @@ export declare class SetLoadBalancerTCPListenerAttributeRequest extends $tea.Mod
|
|
|
3794
4299
|
healthCheckDomain?: string;
|
|
3795
4300
|
healthCheckHttpCode?: string;
|
|
3796
4301
|
healthCheckInterval?: number;
|
|
4302
|
+
healthCheckSwitch?: string;
|
|
3797
4303
|
healthCheckType?: string;
|
|
3798
4304
|
healthCheckURI?: string;
|
|
3799
4305
|
healthyThreshold?: number;
|
|
@@ -3804,6 +4310,7 @@ export declare class SetLoadBalancerTCPListenerAttributeRequest extends $tea.Mod
|
|
|
3804
4310
|
ownerAccount?: string;
|
|
3805
4311
|
ownerId?: number;
|
|
3806
4312
|
persistenceTimeout?: number;
|
|
4313
|
+
proxyProtocolV2Enabled?: boolean;
|
|
3807
4314
|
regionId?: string;
|
|
3808
4315
|
resourceOwnerAccount?: string;
|
|
3809
4316
|
resourceOwnerId?: number;
|
|
@@ -3838,6 +4345,7 @@ export declare class SetLoadBalancerTCPListenerAttributeResponse extends $tea.Mo
|
|
|
3838
4345
|
headers: {
|
|
3839
4346
|
[key: string]: string;
|
|
3840
4347
|
};
|
|
4348
|
+
statusCode: number;
|
|
3841
4349
|
body: SetLoadBalancerTCPListenerAttributeResponseBody;
|
|
3842
4350
|
static names(): {
|
|
3843
4351
|
[key: string]: string;
|
|
@@ -3858,6 +4366,7 @@ export declare class SetLoadBalancerUDPListenerAttributeRequest extends $tea.Mod
|
|
|
3858
4366
|
healthCheckConnectPort?: number;
|
|
3859
4367
|
healthCheckConnectTimeout?: number;
|
|
3860
4368
|
healthCheckInterval?: number;
|
|
4369
|
+
healthCheckSwitch?: string;
|
|
3861
4370
|
healthyThreshold?: number;
|
|
3862
4371
|
listenerPort?: number;
|
|
3863
4372
|
loadBalancerId?: string;
|
|
@@ -3865,6 +4374,7 @@ export declare class SetLoadBalancerUDPListenerAttributeRequest extends $tea.Mod
|
|
|
3865
4374
|
masterSlaveServerGroupId?: string;
|
|
3866
4375
|
ownerAccount?: string;
|
|
3867
4376
|
ownerId?: number;
|
|
4377
|
+
proxyProtocolV2Enabled?: boolean;
|
|
3868
4378
|
regionId?: string;
|
|
3869
4379
|
resourceOwnerAccount?: string;
|
|
3870
4380
|
resourceOwnerId?: number;
|
|
@@ -3900,6 +4410,7 @@ export declare class SetLoadBalancerUDPListenerAttributeResponse extends $tea.Mo
|
|
|
3900
4410
|
headers: {
|
|
3901
4411
|
[key: string]: string;
|
|
3902
4412
|
};
|
|
4413
|
+
statusCode: number;
|
|
3903
4414
|
body: SetLoadBalancerUDPListenerAttributeResponseBody;
|
|
3904
4415
|
static names(): {
|
|
3905
4416
|
[key: string]: string;
|
|
@@ -3961,6 +4472,7 @@ export declare class SetRuleResponse extends $tea.Model {
|
|
|
3961
4472
|
headers: {
|
|
3962
4473
|
[key: string]: string;
|
|
3963
4474
|
};
|
|
4475
|
+
statusCode: number;
|
|
3964
4476
|
body: SetRuleResponseBody;
|
|
3965
4477
|
static names(): {
|
|
3966
4478
|
[key: string]: string;
|
|
@@ -4006,6 +4518,7 @@ export declare class SetServerCertificateNameResponse extends $tea.Model {
|
|
|
4006
4518
|
headers: {
|
|
4007
4519
|
[key: string]: string;
|
|
4008
4520
|
};
|
|
4521
|
+
statusCode: number;
|
|
4009
4522
|
body: SetServerCertificateNameResponseBody;
|
|
4010
4523
|
static names(): {
|
|
4011
4524
|
[key: string]: string;
|
|
@@ -4054,6 +4567,7 @@ export declare class SetTLSCipherPolicyAttributeResponse extends $tea.Model {
|
|
|
4054
4567
|
headers: {
|
|
4055
4568
|
[key: string]: string;
|
|
4056
4569
|
};
|
|
4570
|
+
statusCode: number;
|
|
4057
4571
|
body: SetTLSCipherPolicyAttributeResponseBody;
|
|
4058
4572
|
static names(): {
|
|
4059
4573
|
[key: string]: string;
|
|
@@ -4103,6 +4617,7 @@ export declare class SetVServerGroupAttributeResponse extends $tea.Model {
|
|
|
4103
4617
|
headers: {
|
|
4104
4618
|
[key: string]: string;
|
|
4105
4619
|
};
|
|
4620
|
+
statusCode: number;
|
|
4106
4621
|
body: SetVServerGroupAttributeResponseBody;
|
|
4107
4622
|
static names(): {
|
|
4108
4623
|
[key: string]: string;
|
|
@@ -4149,6 +4664,7 @@ export declare class StartLoadBalancerListenerResponse extends $tea.Model {
|
|
|
4149
4664
|
headers: {
|
|
4150
4665
|
[key: string]: string;
|
|
4151
4666
|
};
|
|
4667
|
+
statusCode: number;
|
|
4152
4668
|
body: StartLoadBalancerListenerResponseBody;
|
|
4153
4669
|
static names(): {
|
|
4154
4670
|
[key: string]: string;
|
|
@@ -4195,6 +4711,7 @@ export declare class StopLoadBalancerListenerResponse extends $tea.Model {
|
|
|
4195
4711
|
headers: {
|
|
4196
4712
|
[key: string]: string;
|
|
4197
4713
|
};
|
|
4714
|
+
statusCode: number;
|
|
4198
4715
|
body: StopLoadBalancerListenerResponseBody;
|
|
4199
4716
|
static names(): {
|
|
4200
4717
|
[key: string]: string;
|
|
@@ -4241,6 +4758,7 @@ export declare class TagResourcesResponse extends $tea.Model {
|
|
|
4241
4758
|
headers: {
|
|
4242
4759
|
[key: string]: string;
|
|
4243
4760
|
};
|
|
4761
|
+
statusCode: number;
|
|
4244
4762
|
body: TagResourcesResponseBody;
|
|
4245
4763
|
static names(): {
|
|
4246
4764
|
[key: string]: string;
|
|
@@ -4288,6 +4806,7 @@ export declare class UntagResourcesResponse extends $tea.Model {
|
|
|
4288
4806
|
headers: {
|
|
4289
4807
|
[key: string]: string;
|
|
4290
4808
|
};
|
|
4809
|
+
statusCode: number;
|
|
4291
4810
|
body: UntagResourcesResponseBody;
|
|
4292
4811
|
static names(): {
|
|
4293
4812
|
[key: string]: string;
|
|
@@ -4308,6 +4827,7 @@ export declare class UploadCACertificateRequest extends $tea.Model {
|
|
|
4308
4827
|
resourceGroupId?: string;
|
|
4309
4828
|
resourceOwnerAccount?: string;
|
|
4310
4829
|
resourceOwnerId?: number;
|
|
4830
|
+
tag?: UploadCACertificateRequestTag[];
|
|
4311
4831
|
static names(): {
|
|
4312
4832
|
[key: string]: string;
|
|
4313
4833
|
};
|
|
@@ -4343,6 +4863,7 @@ export declare class UploadCACertificateResponse extends $tea.Model {
|
|
|
4343
4863
|
headers: {
|
|
4344
4864
|
[key: string]: string;
|
|
4345
4865
|
};
|
|
4866
|
+
statusCode: number;
|
|
4346
4867
|
body: UploadCACertificateResponseBody;
|
|
4347
4868
|
static names(): {
|
|
4348
4869
|
[key: string]: string;
|
|
@@ -4367,6 +4888,7 @@ export declare class UploadServerCertificateRequest extends $tea.Model {
|
|
|
4367
4888
|
resourceOwnerId?: number;
|
|
4368
4889
|
serverCertificate?: string;
|
|
4369
4890
|
serverCertificateName?: string;
|
|
4891
|
+
tag?: UploadServerCertificateRequestTag[];
|
|
4370
4892
|
static names(): {
|
|
4371
4893
|
[key: string]: string;
|
|
4372
4894
|
};
|
|
@@ -4407,6 +4929,7 @@ export declare class UploadServerCertificateResponse extends $tea.Model {
|
|
|
4407
4929
|
headers: {
|
|
4408
4930
|
[key: string]: string;
|
|
4409
4931
|
};
|
|
4932
|
+
statusCode: number;
|
|
4410
4933
|
body: UploadServerCertificateResponseBody;
|
|
4411
4934
|
static names(): {
|
|
4412
4935
|
[key: string]: string;
|
|
@@ -4473,13 +4996,9 @@ export declare class AddVServerGroupBackendServersResponseBodyBackendServers ext
|
|
|
4473
4996
|
[key: string]: any;
|
|
4474
4997
|
});
|
|
4475
4998
|
}
|
|
4476
|
-
export declare class
|
|
4477
|
-
|
|
4478
|
-
|
|
4479
|
-
serverId?: string;
|
|
4480
|
-
serverType?: string;
|
|
4481
|
-
type?: string;
|
|
4482
|
-
weight?: number;
|
|
4999
|
+
export declare class CreateAccessControlListRequestTag extends $tea.Model {
|
|
5000
|
+
key?: string;
|
|
5001
|
+
value?: string;
|
|
4483
5002
|
static names(): {
|
|
4484
5003
|
[key: string]: string;
|
|
4485
5004
|
};
|
|
@@ -4490,8 +5009,9 @@ export declare class CreateMasterSlaveServerGroupResponseBodyMasterSlaveBackendS
|
|
|
4490
5009
|
[key: string]: any;
|
|
4491
5010
|
});
|
|
4492
5011
|
}
|
|
4493
|
-
export declare class
|
|
4494
|
-
|
|
5012
|
+
export declare class CreateLoadBalancerRequestTag extends $tea.Model {
|
|
5013
|
+
key?: string;
|
|
5014
|
+
value?: string;
|
|
4495
5015
|
static names(): {
|
|
4496
5016
|
[key: string]: string;
|
|
4497
5017
|
};
|
|
@@ -4502,9 +5022,9 @@ export declare class CreateMasterSlaveServerGroupResponseBodyMasterSlaveBackendS
|
|
|
4502
5022
|
[key: string]: any;
|
|
4503
5023
|
});
|
|
4504
5024
|
}
|
|
4505
|
-
export declare class
|
|
4506
|
-
|
|
4507
|
-
|
|
5025
|
+
export declare class CreateLoadBalancerHTTPListenerRequestTag extends $tea.Model {
|
|
5026
|
+
key?: string;
|
|
5027
|
+
value?: string;
|
|
4508
5028
|
static names(): {
|
|
4509
5029
|
[key: string]: string;
|
|
4510
5030
|
};
|
|
@@ -4515,8 +5035,9 @@ export declare class CreateRulesResponseBodyRulesRule extends $tea.Model {
|
|
|
4515
5035
|
[key: string]: any;
|
|
4516
5036
|
});
|
|
4517
5037
|
}
|
|
4518
|
-
export declare class
|
|
4519
|
-
|
|
5038
|
+
export declare class CreateLoadBalancerHTTPSListenerRequestTag extends $tea.Model {
|
|
5039
|
+
key?: string;
|
|
5040
|
+
value?: string;
|
|
4520
5041
|
static names(): {
|
|
4521
5042
|
[key: string]: string;
|
|
4522
5043
|
};
|
|
@@ -4527,12 +5048,9 @@ export declare class CreateRulesResponseBodyRules extends $tea.Model {
|
|
|
4527
5048
|
[key: string]: any;
|
|
4528
5049
|
});
|
|
4529
5050
|
}
|
|
4530
|
-
export declare class
|
|
4531
|
-
|
|
4532
|
-
|
|
4533
|
-
serverId?: string;
|
|
4534
|
-
type?: string;
|
|
4535
|
-
weight?: number;
|
|
5051
|
+
export declare class CreateLoadBalancerTCPListenerRequestTag extends $tea.Model {
|
|
5052
|
+
key?: string;
|
|
5053
|
+
value?: string;
|
|
4536
5054
|
static names(): {
|
|
4537
5055
|
[key: string]: string;
|
|
4538
5056
|
};
|
|
@@ -4543,8 +5061,9 @@ export declare class CreateVServerGroupResponseBodyBackendServersBackendServer e
|
|
|
4543
5061
|
[key: string]: any;
|
|
4544
5062
|
});
|
|
4545
5063
|
}
|
|
4546
|
-
export declare class
|
|
4547
|
-
|
|
5064
|
+
export declare class CreateLoadBalancerUDPListenerRequestTag extends $tea.Model {
|
|
5065
|
+
key?: string;
|
|
5066
|
+
value?: string;
|
|
4548
5067
|
static names(): {
|
|
4549
5068
|
[key: string]: string;
|
|
4550
5069
|
};
|
|
@@ -4555,9 +5074,9 @@ export declare class CreateVServerGroupResponseBodyBackendServers extends $tea.M
|
|
|
4555
5074
|
[key: string]: any;
|
|
4556
5075
|
});
|
|
4557
5076
|
}
|
|
4558
|
-
export declare class
|
|
4559
|
-
|
|
4560
|
-
|
|
5077
|
+
export declare class CreateMasterSlaveServerGroupRequestTag extends $tea.Model {
|
|
5078
|
+
key?: string;
|
|
5079
|
+
value?: string;
|
|
4561
5080
|
static names(): {
|
|
4562
5081
|
[key: string]: string;
|
|
4563
5082
|
};
|
|
@@ -4568,8 +5087,13 @@ export declare class DescribeAccessControlListAttributeResponseBodyAclEntrysAclE
|
|
|
4568
5087
|
[key: string]: any;
|
|
4569
5088
|
});
|
|
4570
5089
|
}
|
|
4571
|
-
export declare class
|
|
4572
|
-
|
|
5090
|
+
export declare class CreateMasterSlaveServerGroupResponseBodyMasterSlaveBackendServersMasterSlaveBackendServer extends $tea.Model {
|
|
5091
|
+
description?: string;
|
|
5092
|
+
port?: number;
|
|
5093
|
+
serverId?: string;
|
|
5094
|
+
serverType?: string;
|
|
5095
|
+
type?: string;
|
|
5096
|
+
weight?: number;
|
|
4573
5097
|
static names(): {
|
|
4574
5098
|
[key: string]: string;
|
|
4575
5099
|
};
|
|
@@ -4580,11 +5104,8 @@ export declare class DescribeAccessControlListAttributeResponseBodyAclEntrys ext
|
|
|
4580
5104
|
[key: string]: any;
|
|
4581
5105
|
});
|
|
4582
5106
|
}
|
|
4583
|
-
export declare class
|
|
4584
|
-
|
|
4585
|
-
listenerPort?: number;
|
|
4586
|
-
loadBalancerId?: string;
|
|
4587
|
-
protocol?: string;
|
|
5107
|
+
export declare class CreateMasterSlaveServerGroupResponseBodyMasterSlaveBackendServers extends $tea.Model {
|
|
5108
|
+
masterSlaveBackendServer?: CreateMasterSlaveServerGroupResponseBodyMasterSlaveBackendServersMasterSlaveBackendServer[];
|
|
4588
5109
|
static names(): {
|
|
4589
5110
|
[key: string]: string;
|
|
4590
5111
|
};
|
|
@@ -4595,8 +5116,9 @@ export declare class DescribeAccessControlListAttributeResponseBodyRelatedListen
|
|
|
4595
5116
|
[key: string]: any;
|
|
4596
5117
|
});
|
|
4597
5118
|
}
|
|
4598
|
-
export declare class
|
|
4599
|
-
|
|
5119
|
+
export declare class CreateRulesResponseBodyRulesRule extends $tea.Model {
|
|
5120
|
+
ruleId?: string;
|
|
5121
|
+
ruleName?: string;
|
|
4600
5122
|
static names(): {
|
|
4601
5123
|
[key: string]: string;
|
|
4602
5124
|
};
|
|
@@ -4607,11 +5129,8 @@ export declare class DescribeAccessControlListAttributeResponseBodyRelatedListen
|
|
|
4607
5129
|
[key: string]: any;
|
|
4608
5130
|
});
|
|
4609
5131
|
}
|
|
4610
|
-
export declare class
|
|
4611
|
-
|
|
4612
|
-
aclName?: string;
|
|
4613
|
-
addressIPVersion?: string;
|
|
4614
|
-
resourceGroupId?: string;
|
|
5132
|
+
export declare class CreateRulesResponseBodyRules extends $tea.Model {
|
|
5133
|
+
rule?: CreateRulesResponseBodyRulesRule[];
|
|
4615
5134
|
static names(): {
|
|
4616
5135
|
[key: string]: string;
|
|
4617
5136
|
};
|
|
@@ -4622,8 +5141,9 @@ export declare class DescribeAccessControlListsResponseBodyAclsAcl extends $tea.
|
|
|
4622
5141
|
[key: string]: any;
|
|
4623
5142
|
});
|
|
4624
5143
|
}
|
|
4625
|
-
export declare class
|
|
4626
|
-
|
|
5144
|
+
export declare class CreateVServerGroupRequestTag extends $tea.Model {
|
|
5145
|
+
key?: string;
|
|
5146
|
+
value?: string;
|
|
4627
5147
|
static names(): {
|
|
4628
5148
|
[key: string]: string;
|
|
4629
5149
|
};
|
|
@@ -4634,14 +5154,214 @@ export declare class DescribeAccessControlListsResponseBodyAcls extends $tea.Mod
|
|
|
4634
5154
|
[key: string]: any;
|
|
4635
5155
|
});
|
|
4636
5156
|
}
|
|
4637
|
-
export declare class
|
|
4638
|
-
|
|
4639
|
-
|
|
4640
|
-
|
|
4641
|
-
|
|
4642
|
-
|
|
4643
|
-
static
|
|
4644
|
-
[key: string]:
|
|
5157
|
+
export declare class CreateVServerGroupResponseBodyBackendServersBackendServer extends $tea.Model {
|
|
5158
|
+
description?: string;
|
|
5159
|
+
port?: number;
|
|
5160
|
+
serverId?: string;
|
|
5161
|
+
type?: string;
|
|
5162
|
+
weight?: number;
|
|
5163
|
+
static names(): {
|
|
5164
|
+
[key: string]: string;
|
|
5165
|
+
};
|
|
5166
|
+
static types(): {
|
|
5167
|
+
[key: string]: any;
|
|
5168
|
+
};
|
|
5169
|
+
constructor(map?: {
|
|
5170
|
+
[key: string]: any;
|
|
5171
|
+
});
|
|
5172
|
+
}
|
|
5173
|
+
export declare class CreateVServerGroupResponseBodyBackendServers extends $tea.Model {
|
|
5174
|
+
backendServer?: CreateVServerGroupResponseBodyBackendServersBackendServer[];
|
|
5175
|
+
static names(): {
|
|
5176
|
+
[key: string]: string;
|
|
5177
|
+
};
|
|
5178
|
+
static types(): {
|
|
5179
|
+
[key: string]: any;
|
|
5180
|
+
};
|
|
5181
|
+
constructor(map?: {
|
|
5182
|
+
[key: string]: any;
|
|
5183
|
+
});
|
|
5184
|
+
}
|
|
5185
|
+
export declare class DescribeAccessControlListAttributeResponseBodyAclEntrysAclEntry extends $tea.Model {
|
|
5186
|
+
aclEntryComment?: string;
|
|
5187
|
+
aclEntryIP?: string;
|
|
5188
|
+
static names(): {
|
|
5189
|
+
[key: string]: string;
|
|
5190
|
+
};
|
|
5191
|
+
static types(): {
|
|
5192
|
+
[key: string]: any;
|
|
5193
|
+
};
|
|
5194
|
+
constructor(map?: {
|
|
5195
|
+
[key: string]: any;
|
|
5196
|
+
});
|
|
5197
|
+
}
|
|
5198
|
+
export declare class DescribeAccessControlListAttributeResponseBodyAclEntrys extends $tea.Model {
|
|
5199
|
+
aclEntry?: DescribeAccessControlListAttributeResponseBodyAclEntrysAclEntry[];
|
|
5200
|
+
static names(): {
|
|
5201
|
+
[key: string]: string;
|
|
5202
|
+
};
|
|
5203
|
+
static types(): {
|
|
5204
|
+
[key: string]: any;
|
|
5205
|
+
};
|
|
5206
|
+
constructor(map?: {
|
|
5207
|
+
[key: string]: any;
|
|
5208
|
+
});
|
|
5209
|
+
}
|
|
5210
|
+
export declare class DescribeAccessControlListAttributeResponseBodyRelatedListenersRelatedListener extends $tea.Model {
|
|
5211
|
+
aclType?: string;
|
|
5212
|
+
listenerPort?: number;
|
|
5213
|
+
loadBalancerId?: string;
|
|
5214
|
+
protocol?: string;
|
|
5215
|
+
static names(): {
|
|
5216
|
+
[key: string]: string;
|
|
5217
|
+
};
|
|
5218
|
+
static types(): {
|
|
5219
|
+
[key: string]: any;
|
|
5220
|
+
};
|
|
5221
|
+
constructor(map?: {
|
|
5222
|
+
[key: string]: any;
|
|
5223
|
+
});
|
|
5224
|
+
}
|
|
5225
|
+
export declare class DescribeAccessControlListAttributeResponseBodyRelatedListeners extends $tea.Model {
|
|
5226
|
+
relatedListener?: DescribeAccessControlListAttributeResponseBodyRelatedListenersRelatedListener[];
|
|
5227
|
+
static names(): {
|
|
5228
|
+
[key: string]: string;
|
|
5229
|
+
};
|
|
5230
|
+
static types(): {
|
|
5231
|
+
[key: string]: any;
|
|
5232
|
+
};
|
|
5233
|
+
constructor(map?: {
|
|
5234
|
+
[key: string]: any;
|
|
5235
|
+
});
|
|
5236
|
+
}
|
|
5237
|
+
export declare class DescribeAccessControlListAttributeResponseBodyTagsTag extends $tea.Model {
|
|
5238
|
+
tagKey?: string;
|
|
5239
|
+
tagValue?: string;
|
|
5240
|
+
static names(): {
|
|
5241
|
+
[key: string]: string;
|
|
5242
|
+
};
|
|
5243
|
+
static types(): {
|
|
5244
|
+
[key: string]: any;
|
|
5245
|
+
};
|
|
5246
|
+
constructor(map?: {
|
|
5247
|
+
[key: string]: any;
|
|
5248
|
+
});
|
|
5249
|
+
}
|
|
5250
|
+
export declare class DescribeAccessControlListAttributeResponseBodyTags extends $tea.Model {
|
|
5251
|
+
tag?: DescribeAccessControlListAttributeResponseBodyTagsTag[];
|
|
5252
|
+
static names(): {
|
|
5253
|
+
[key: string]: string;
|
|
5254
|
+
};
|
|
5255
|
+
static types(): {
|
|
5256
|
+
[key: string]: any;
|
|
5257
|
+
};
|
|
5258
|
+
constructor(map?: {
|
|
5259
|
+
[key: string]: any;
|
|
5260
|
+
});
|
|
5261
|
+
}
|
|
5262
|
+
export declare class DescribeAccessControlListsRequestTag extends $tea.Model {
|
|
5263
|
+
key?: string;
|
|
5264
|
+
value?: string;
|
|
5265
|
+
static names(): {
|
|
5266
|
+
[key: string]: string;
|
|
5267
|
+
};
|
|
5268
|
+
static types(): {
|
|
5269
|
+
[key: string]: any;
|
|
5270
|
+
};
|
|
5271
|
+
constructor(map?: {
|
|
5272
|
+
[key: string]: any;
|
|
5273
|
+
});
|
|
5274
|
+
}
|
|
5275
|
+
export declare class DescribeAccessControlListsResponseBodyAclsAclTagsTag extends $tea.Model {
|
|
5276
|
+
tagKey?: string;
|
|
5277
|
+
tagValue?: string;
|
|
5278
|
+
static names(): {
|
|
5279
|
+
[key: string]: string;
|
|
5280
|
+
};
|
|
5281
|
+
static types(): {
|
|
5282
|
+
[key: string]: any;
|
|
5283
|
+
};
|
|
5284
|
+
constructor(map?: {
|
|
5285
|
+
[key: string]: any;
|
|
5286
|
+
});
|
|
5287
|
+
}
|
|
5288
|
+
export declare class DescribeAccessControlListsResponseBodyAclsAclTags extends $tea.Model {
|
|
5289
|
+
tag?: DescribeAccessControlListsResponseBodyAclsAclTagsTag[];
|
|
5290
|
+
static names(): {
|
|
5291
|
+
[key: string]: string;
|
|
5292
|
+
};
|
|
5293
|
+
static types(): {
|
|
5294
|
+
[key: string]: any;
|
|
5295
|
+
};
|
|
5296
|
+
constructor(map?: {
|
|
5297
|
+
[key: string]: any;
|
|
5298
|
+
});
|
|
5299
|
+
}
|
|
5300
|
+
export declare class DescribeAccessControlListsResponseBodyAclsAcl extends $tea.Model {
|
|
5301
|
+
aclId?: string;
|
|
5302
|
+
aclName?: string;
|
|
5303
|
+
addressIPVersion?: string;
|
|
5304
|
+
createTime?: string;
|
|
5305
|
+
resourceGroupId?: string;
|
|
5306
|
+
tags?: DescribeAccessControlListsResponseBodyAclsAclTags;
|
|
5307
|
+
static names(): {
|
|
5308
|
+
[key: string]: string;
|
|
5309
|
+
};
|
|
5310
|
+
static types(): {
|
|
5311
|
+
[key: string]: any;
|
|
5312
|
+
};
|
|
5313
|
+
constructor(map?: {
|
|
5314
|
+
[key: string]: any;
|
|
5315
|
+
});
|
|
5316
|
+
}
|
|
5317
|
+
export declare class DescribeAccessControlListsResponseBodyAcls extends $tea.Model {
|
|
5318
|
+
acl?: DescribeAccessControlListsResponseBodyAclsAcl[];
|
|
5319
|
+
static names(): {
|
|
5320
|
+
[key: string]: string;
|
|
5321
|
+
};
|
|
5322
|
+
static types(): {
|
|
5323
|
+
[key: string]: any;
|
|
5324
|
+
};
|
|
5325
|
+
constructor(map?: {
|
|
5326
|
+
[key: string]: any;
|
|
5327
|
+
});
|
|
5328
|
+
}
|
|
5329
|
+
export declare class DescribeAccessLogsDownloadAttributeResponseBodyLogsDownloadAttributesLogsDownloadAttribute extends $tea.Model {
|
|
5330
|
+
loadBalancerId?: string;
|
|
5331
|
+
logProject?: string;
|
|
5332
|
+
logStore?: string;
|
|
5333
|
+
logType?: string;
|
|
5334
|
+
region?: string;
|
|
5335
|
+
static names(): {
|
|
5336
|
+
[key: string]: string;
|
|
5337
|
+
};
|
|
5338
|
+
static types(): {
|
|
5339
|
+
[key: string]: any;
|
|
5340
|
+
};
|
|
5341
|
+
constructor(map?: {
|
|
5342
|
+
[key: string]: any;
|
|
5343
|
+
});
|
|
5344
|
+
}
|
|
5345
|
+
export declare class DescribeAccessLogsDownloadAttributeResponseBodyLogsDownloadAttributes extends $tea.Model {
|
|
5346
|
+
logsDownloadAttribute?: DescribeAccessLogsDownloadAttributeResponseBodyLogsDownloadAttributesLogsDownloadAttribute[];
|
|
5347
|
+
static names(): {
|
|
5348
|
+
[key: string]: string;
|
|
5349
|
+
};
|
|
5350
|
+
static types(): {
|
|
5351
|
+
[key: string]: any;
|
|
5352
|
+
};
|
|
5353
|
+
constructor(map?: {
|
|
5354
|
+
[key: string]: any;
|
|
5355
|
+
});
|
|
5356
|
+
}
|
|
5357
|
+
export declare class DescribeAvailableResourceResponseBodyAvailableResourcesAvailableResourceSupportResourcesSupportResource extends $tea.Model {
|
|
5358
|
+
addressIPVersion?: string;
|
|
5359
|
+
addressType?: string;
|
|
5360
|
+
static names(): {
|
|
5361
|
+
[key: string]: string;
|
|
5362
|
+
};
|
|
5363
|
+
static types(): {
|
|
5364
|
+
[key: string]: any;
|
|
4645
5365
|
};
|
|
4646
5366
|
constructor(map?: {
|
|
4647
5367
|
[key: string]: any;
|
|
@@ -4685,6 +5405,44 @@ export declare class DescribeAvailableResourceResponseBodyAvailableResources ext
|
|
|
4685
5405
|
[key: string]: any;
|
|
4686
5406
|
});
|
|
4687
5407
|
}
|
|
5408
|
+
export declare class DescribeCACertificatesRequestTag extends $tea.Model {
|
|
5409
|
+
key?: string;
|
|
5410
|
+
value?: string;
|
|
5411
|
+
static names(): {
|
|
5412
|
+
[key: string]: string;
|
|
5413
|
+
};
|
|
5414
|
+
static types(): {
|
|
5415
|
+
[key: string]: any;
|
|
5416
|
+
};
|
|
5417
|
+
constructor(map?: {
|
|
5418
|
+
[key: string]: any;
|
|
5419
|
+
});
|
|
5420
|
+
}
|
|
5421
|
+
export declare class DescribeCACertificatesResponseBodyCACertificatesCACertificateTagsTag extends $tea.Model {
|
|
5422
|
+
tagKey?: string;
|
|
5423
|
+
tagValue?: string;
|
|
5424
|
+
static names(): {
|
|
5425
|
+
[key: string]: string;
|
|
5426
|
+
};
|
|
5427
|
+
static types(): {
|
|
5428
|
+
[key: string]: any;
|
|
5429
|
+
};
|
|
5430
|
+
constructor(map?: {
|
|
5431
|
+
[key: string]: any;
|
|
5432
|
+
});
|
|
5433
|
+
}
|
|
5434
|
+
export declare class DescribeCACertificatesResponseBodyCACertificatesCACertificateTags extends $tea.Model {
|
|
5435
|
+
tag?: DescribeCACertificatesResponseBodyCACertificatesCACertificateTagsTag[];
|
|
5436
|
+
static names(): {
|
|
5437
|
+
[key: string]: string;
|
|
5438
|
+
};
|
|
5439
|
+
static types(): {
|
|
5440
|
+
[key: string]: any;
|
|
5441
|
+
};
|
|
5442
|
+
constructor(map?: {
|
|
5443
|
+
[key: string]: any;
|
|
5444
|
+
});
|
|
5445
|
+
}
|
|
4688
5446
|
export declare class DescribeCACertificatesResponseBodyCACertificatesCACertificate extends $tea.Model {
|
|
4689
5447
|
CACertificateId?: string;
|
|
4690
5448
|
CACertificateName?: string;
|
|
@@ -4696,6 +5454,7 @@ export declare class DescribeCACertificatesResponseBodyCACertificatesCACertifica
|
|
|
4696
5454
|
fingerprint?: string;
|
|
4697
5455
|
regionId?: string;
|
|
4698
5456
|
resourceGroupId?: string;
|
|
5457
|
+
tags?: DescribeCACertificatesResponseBodyCACertificatesCACertificateTags;
|
|
4699
5458
|
static names(): {
|
|
4700
5459
|
[key: string]: string;
|
|
4701
5460
|
};
|
|
@@ -4776,6 +5535,7 @@ export declare class DescribeHealthStatusResponseBodyBackendServers extends $tea
|
|
|
4776
5535
|
export declare class DescribeLoadBalancerAttributeResponseBodyBackendServersBackendServer extends $tea.Model {
|
|
4777
5536
|
description?: string;
|
|
4778
5537
|
serverId?: string;
|
|
5538
|
+
serverIp?: string;
|
|
4779
5539
|
type?: string;
|
|
4780
5540
|
weight?: number;
|
|
4781
5541
|
static names(): {
|
|
@@ -4865,6 +5625,31 @@ export declare class DescribeLoadBalancerAttributeResponseBodyListenerPortsAndPr
|
|
|
4865
5625
|
[key: string]: any;
|
|
4866
5626
|
});
|
|
4867
5627
|
}
|
|
5628
|
+
export declare class DescribeLoadBalancerAttributeResponseBodyTagsTag extends $tea.Model {
|
|
5629
|
+
tagKey?: string;
|
|
5630
|
+
tagValue?: string;
|
|
5631
|
+
static names(): {
|
|
5632
|
+
[key: string]: string;
|
|
5633
|
+
};
|
|
5634
|
+
static types(): {
|
|
5635
|
+
[key: string]: any;
|
|
5636
|
+
};
|
|
5637
|
+
constructor(map?: {
|
|
5638
|
+
[key: string]: any;
|
|
5639
|
+
});
|
|
5640
|
+
}
|
|
5641
|
+
export declare class DescribeLoadBalancerAttributeResponseBodyTags extends $tea.Model {
|
|
5642
|
+
tag?: DescribeLoadBalancerAttributeResponseBodyTagsTag[];
|
|
5643
|
+
static names(): {
|
|
5644
|
+
[key: string]: string;
|
|
5645
|
+
};
|
|
5646
|
+
static types(): {
|
|
5647
|
+
[key: string]: any;
|
|
5648
|
+
};
|
|
5649
|
+
constructor(map?: {
|
|
5650
|
+
[key: string]: any;
|
|
5651
|
+
});
|
|
5652
|
+
}
|
|
4868
5653
|
export declare class DescribeLoadBalancerHTTPListenerAttributeResponseBodyRulesRule extends $tea.Model {
|
|
4869
5654
|
domain?: string;
|
|
4870
5655
|
ruleId?: string;
|
|
@@ -4893,6 +5678,31 @@ export declare class DescribeLoadBalancerHTTPListenerAttributeResponseBodyRules
|
|
|
4893
5678
|
[key: string]: any;
|
|
4894
5679
|
});
|
|
4895
5680
|
}
|
|
5681
|
+
export declare class DescribeLoadBalancerHTTPListenerAttributeResponseBodyTagsTag extends $tea.Model {
|
|
5682
|
+
tagKey?: string;
|
|
5683
|
+
tagValue?: string;
|
|
5684
|
+
static names(): {
|
|
5685
|
+
[key: string]: string;
|
|
5686
|
+
};
|
|
5687
|
+
static types(): {
|
|
5688
|
+
[key: string]: any;
|
|
5689
|
+
};
|
|
5690
|
+
constructor(map?: {
|
|
5691
|
+
[key: string]: any;
|
|
5692
|
+
});
|
|
5693
|
+
}
|
|
5694
|
+
export declare class DescribeLoadBalancerHTTPListenerAttributeResponseBodyTags extends $tea.Model {
|
|
5695
|
+
tag?: DescribeLoadBalancerHTTPListenerAttributeResponseBodyTagsTag[];
|
|
5696
|
+
static names(): {
|
|
5697
|
+
[key: string]: string;
|
|
5698
|
+
};
|
|
5699
|
+
static types(): {
|
|
5700
|
+
[key: string]: any;
|
|
5701
|
+
};
|
|
5702
|
+
constructor(map?: {
|
|
5703
|
+
[key: string]: any;
|
|
5704
|
+
});
|
|
5705
|
+
}
|
|
4896
5706
|
export declare class DescribeLoadBalancerHTTPSListenerAttributeResponseBodyDomainExtensionsDomainExtension extends $tea.Model {
|
|
4897
5707
|
domain?: string;
|
|
4898
5708
|
domainExtensionId?: string;
|
|
@@ -4907,8 +5717,49 @@ export declare class DescribeLoadBalancerHTTPSListenerAttributeResponseBodyDomai
|
|
|
4907
5717
|
[key: string]: any;
|
|
4908
5718
|
});
|
|
4909
5719
|
}
|
|
4910
|
-
export declare class DescribeLoadBalancerHTTPSListenerAttributeResponseBodyDomainExtensions extends $tea.Model {
|
|
4911
|
-
domainExtension?: DescribeLoadBalancerHTTPSListenerAttributeResponseBodyDomainExtensionsDomainExtension[];
|
|
5720
|
+
export declare class DescribeLoadBalancerHTTPSListenerAttributeResponseBodyDomainExtensions extends $tea.Model {
|
|
5721
|
+
domainExtension?: DescribeLoadBalancerHTTPSListenerAttributeResponseBodyDomainExtensionsDomainExtension[];
|
|
5722
|
+
static names(): {
|
|
5723
|
+
[key: string]: string;
|
|
5724
|
+
};
|
|
5725
|
+
static types(): {
|
|
5726
|
+
[key: string]: any;
|
|
5727
|
+
};
|
|
5728
|
+
constructor(map?: {
|
|
5729
|
+
[key: string]: any;
|
|
5730
|
+
});
|
|
5731
|
+
}
|
|
5732
|
+
export declare class DescribeLoadBalancerHTTPSListenerAttributeResponseBodyRulesRule extends $tea.Model {
|
|
5733
|
+
domain?: string;
|
|
5734
|
+
ruleId?: string;
|
|
5735
|
+
ruleName?: string;
|
|
5736
|
+
url?: string;
|
|
5737
|
+
VServerGroupId?: string;
|
|
5738
|
+
static names(): {
|
|
5739
|
+
[key: string]: string;
|
|
5740
|
+
};
|
|
5741
|
+
static types(): {
|
|
5742
|
+
[key: string]: any;
|
|
5743
|
+
};
|
|
5744
|
+
constructor(map?: {
|
|
5745
|
+
[key: string]: any;
|
|
5746
|
+
});
|
|
5747
|
+
}
|
|
5748
|
+
export declare class DescribeLoadBalancerHTTPSListenerAttributeResponseBodyRules extends $tea.Model {
|
|
5749
|
+
rule?: DescribeLoadBalancerHTTPSListenerAttributeResponseBodyRulesRule[];
|
|
5750
|
+
static names(): {
|
|
5751
|
+
[key: string]: string;
|
|
5752
|
+
};
|
|
5753
|
+
static types(): {
|
|
5754
|
+
[key: string]: any;
|
|
5755
|
+
};
|
|
5756
|
+
constructor(map?: {
|
|
5757
|
+
[key: string]: any;
|
|
5758
|
+
});
|
|
5759
|
+
}
|
|
5760
|
+
export declare class DescribeLoadBalancerHTTPSListenerAttributeResponseBodyTagsTag extends $tea.Model {
|
|
5761
|
+
tagKey?: string;
|
|
5762
|
+
tagValue?: string;
|
|
4912
5763
|
static names(): {
|
|
4913
5764
|
[key: string]: string;
|
|
4914
5765
|
};
|
|
@@ -4919,12 +5770,8 @@ export declare class DescribeLoadBalancerHTTPSListenerAttributeResponseBodyDomai
|
|
|
4919
5770
|
[key: string]: any;
|
|
4920
5771
|
});
|
|
4921
5772
|
}
|
|
4922
|
-
export declare class
|
|
4923
|
-
|
|
4924
|
-
ruleId?: string;
|
|
4925
|
-
ruleName?: string;
|
|
4926
|
-
url?: string;
|
|
4927
|
-
VServerGroupId?: string;
|
|
5773
|
+
export declare class DescribeLoadBalancerHTTPSListenerAttributeResponseBodyTags extends $tea.Model {
|
|
5774
|
+
tag?: DescribeLoadBalancerHTTPSListenerAttributeResponseBodyTagsTag[];
|
|
4928
5775
|
static names(): {
|
|
4929
5776
|
[key: string]: string;
|
|
4930
5777
|
};
|
|
@@ -4935,8 +5782,9 @@ export declare class DescribeLoadBalancerHTTPSListenerAttributeResponseBodyRules
|
|
|
4935
5782
|
[key: string]: any;
|
|
4936
5783
|
});
|
|
4937
5784
|
}
|
|
4938
|
-
export declare class
|
|
4939
|
-
|
|
5785
|
+
export declare class DescribeLoadBalancerListenersRequestTag extends $tea.Model {
|
|
5786
|
+
key?: string;
|
|
5787
|
+
value?: string;
|
|
4940
5788
|
static names(): {
|
|
4941
5789
|
[key: string]: string;
|
|
4942
5790
|
};
|
|
@@ -5045,6 +5893,7 @@ export declare class DescribeLoadBalancerListenersResponseBodyListenersTCPListen
|
|
|
5045
5893
|
healthyThreshold?: number;
|
|
5046
5894
|
masterSlaveServerGroupId?: string;
|
|
5047
5895
|
persistenceTimeout?: number;
|
|
5896
|
+
proxyProtocolV2Enabled?: string;
|
|
5048
5897
|
unhealthyThreshold?: number;
|
|
5049
5898
|
static names(): {
|
|
5050
5899
|
[key: string]: string;
|
|
@@ -5056,6 +5905,19 @@ export declare class DescribeLoadBalancerListenersResponseBodyListenersTCPListen
|
|
|
5056
5905
|
[key: string]: any;
|
|
5057
5906
|
});
|
|
5058
5907
|
}
|
|
5908
|
+
export declare class DescribeLoadBalancerListenersResponseBodyListenersTags extends $tea.Model {
|
|
5909
|
+
tagKey?: string;
|
|
5910
|
+
tagValue?: string;
|
|
5911
|
+
static names(): {
|
|
5912
|
+
[key: string]: string;
|
|
5913
|
+
};
|
|
5914
|
+
static types(): {
|
|
5915
|
+
[key: string]: any;
|
|
5916
|
+
};
|
|
5917
|
+
constructor(map?: {
|
|
5918
|
+
[key: string]: any;
|
|
5919
|
+
});
|
|
5920
|
+
}
|
|
5059
5921
|
export declare class DescribeLoadBalancerListenersResponseBodyListenersUDPListenerConfig extends $tea.Model {
|
|
5060
5922
|
connectionDrain?: string;
|
|
5061
5923
|
connectionDrainTimeout?: number;
|
|
@@ -5067,6 +5929,7 @@ export declare class DescribeLoadBalancerListenersResponseBodyListenersUDPListen
|
|
|
5067
5929
|
healthCheckReq?: string;
|
|
5068
5930
|
healthyThreshold?: number;
|
|
5069
5931
|
masterSlaveServerGroupId?: string;
|
|
5932
|
+
proxyProtocolV2Enabled?: string;
|
|
5070
5933
|
unhealthyThreshold?: number;
|
|
5071
5934
|
static names(): {
|
|
5072
5935
|
[key: string]: string;
|
|
@@ -5093,6 +5956,7 @@ export declare class DescribeLoadBalancerListenersResponseBodyListeners extends
|
|
|
5093
5956
|
scheduler?: string;
|
|
5094
5957
|
status?: string;
|
|
5095
5958
|
TCPListenerConfig?: DescribeLoadBalancerListenersResponseBodyListenersTCPListenerConfig;
|
|
5959
|
+
tags?: DescribeLoadBalancerListenersResponseBodyListenersTags[];
|
|
5096
5960
|
UDPListenerConfig?: DescribeLoadBalancerListenersResponseBodyListenersUDPListenerConfig;
|
|
5097
5961
|
VServerGroupId?: string;
|
|
5098
5962
|
static names(): {
|
|
@@ -5105,6 +5969,69 @@ export declare class DescribeLoadBalancerListenersResponseBodyListeners extends
|
|
|
5105
5969
|
[key: string]: any;
|
|
5106
5970
|
});
|
|
5107
5971
|
}
|
|
5972
|
+
export declare class DescribeLoadBalancerTCPListenerAttributeResponseBodyTagsTag extends $tea.Model {
|
|
5973
|
+
tagKey?: string;
|
|
5974
|
+
tagValue?: string;
|
|
5975
|
+
static names(): {
|
|
5976
|
+
[key: string]: string;
|
|
5977
|
+
};
|
|
5978
|
+
static types(): {
|
|
5979
|
+
[key: string]: any;
|
|
5980
|
+
};
|
|
5981
|
+
constructor(map?: {
|
|
5982
|
+
[key: string]: any;
|
|
5983
|
+
});
|
|
5984
|
+
}
|
|
5985
|
+
export declare class DescribeLoadBalancerTCPListenerAttributeResponseBodyTags extends $tea.Model {
|
|
5986
|
+
tag?: DescribeLoadBalancerTCPListenerAttributeResponseBodyTagsTag[];
|
|
5987
|
+
static names(): {
|
|
5988
|
+
[key: string]: string;
|
|
5989
|
+
};
|
|
5990
|
+
static types(): {
|
|
5991
|
+
[key: string]: any;
|
|
5992
|
+
};
|
|
5993
|
+
constructor(map?: {
|
|
5994
|
+
[key: string]: any;
|
|
5995
|
+
});
|
|
5996
|
+
}
|
|
5997
|
+
export declare class DescribeLoadBalancerUDPListenerAttributeResponseBodyTagsTag extends $tea.Model {
|
|
5998
|
+
tagKey?: string;
|
|
5999
|
+
tagValue?: string;
|
|
6000
|
+
static names(): {
|
|
6001
|
+
[key: string]: string;
|
|
6002
|
+
};
|
|
6003
|
+
static types(): {
|
|
6004
|
+
[key: string]: any;
|
|
6005
|
+
};
|
|
6006
|
+
constructor(map?: {
|
|
6007
|
+
[key: string]: any;
|
|
6008
|
+
});
|
|
6009
|
+
}
|
|
6010
|
+
export declare class DescribeLoadBalancerUDPListenerAttributeResponseBodyTags extends $tea.Model {
|
|
6011
|
+
tag?: DescribeLoadBalancerUDPListenerAttributeResponseBodyTagsTag[];
|
|
6012
|
+
static names(): {
|
|
6013
|
+
[key: string]: string;
|
|
6014
|
+
};
|
|
6015
|
+
static types(): {
|
|
6016
|
+
[key: string]: any;
|
|
6017
|
+
};
|
|
6018
|
+
constructor(map?: {
|
|
6019
|
+
[key: string]: any;
|
|
6020
|
+
});
|
|
6021
|
+
}
|
|
6022
|
+
export declare class DescribeLoadBalancersRequestTag extends $tea.Model {
|
|
6023
|
+
key?: string;
|
|
6024
|
+
value?: string;
|
|
6025
|
+
static names(): {
|
|
6026
|
+
[key: string]: string;
|
|
6027
|
+
};
|
|
6028
|
+
static types(): {
|
|
6029
|
+
[key: string]: any;
|
|
6030
|
+
};
|
|
6031
|
+
constructor(map?: {
|
|
6032
|
+
[key: string]: any;
|
|
6033
|
+
});
|
|
6034
|
+
}
|
|
5108
6035
|
export declare class DescribeLoadBalancersResponseBodyLoadBalancersLoadBalancerTagsTag extends $tea.Model {
|
|
5109
6036
|
tagKey?: string;
|
|
5110
6037
|
tagValue?: string;
|
|
@@ -5138,6 +6065,7 @@ export declare class DescribeLoadBalancersResponseBodyLoadBalancersLoadBalancer
|
|
|
5138
6065
|
createTime?: string;
|
|
5139
6066
|
createTimeStamp?: number;
|
|
5140
6067
|
deleteProtection?: string;
|
|
6068
|
+
instanceChargeType?: string;
|
|
5141
6069
|
internetChargeType?: string;
|
|
5142
6070
|
internetChargeTypeAlias?: string;
|
|
5143
6071
|
loadBalancerId?: string;
|
|
@@ -5207,6 +6135,44 @@ export declare class DescribeMasterSlaveServerGroupAttributeResponseBodyMasterSl
|
|
|
5207
6135
|
[key: string]: any;
|
|
5208
6136
|
});
|
|
5209
6137
|
}
|
|
6138
|
+
export declare class DescribeMasterSlaveServerGroupAttributeResponseBodyTagsTag extends $tea.Model {
|
|
6139
|
+
tagKey?: string;
|
|
6140
|
+
tagValue?: string;
|
|
6141
|
+
static names(): {
|
|
6142
|
+
[key: string]: string;
|
|
6143
|
+
};
|
|
6144
|
+
static types(): {
|
|
6145
|
+
[key: string]: any;
|
|
6146
|
+
};
|
|
6147
|
+
constructor(map?: {
|
|
6148
|
+
[key: string]: any;
|
|
6149
|
+
});
|
|
6150
|
+
}
|
|
6151
|
+
export declare class DescribeMasterSlaveServerGroupAttributeResponseBodyTags extends $tea.Model {
|
|
6152
|
+
tag?: DescribeMasterSlaveServerGroupAttributeResponseBodyTagsTag[];
|
|
6153
|
+
static names(): {
|
|
6154
|
+
[key: string]: string;
|
|
6155
|
+
};
|
|
6156
|
+
static types(): {
|
|
6157
|
+
[key: string]: any;
|
|
6158
|
+
};
|
|
6159
|
+
constructor(map?: {
|
|
6160
|
+
[key: string]: any;
|
|
6161
|
+
});
|
|
6162
|
+
}
|
|
6163
|
+
export declare class DescribeMasterSlaveServerGroupsRequestTag extends $tea.Model {
|
|
6164
|
+
key?: string;
|
|
6165
|
+
value?: string;
|
|
6166
|
+
static names(): {
|
|
6167
|
+
[key: string]: string;
|
|
6168
|
+
};
|
|
6169
|
+
static types(): {
|
|
6170
|
+
[key: string]: any;
|
|
6171
|
+
};
|
|
6172
|
+
constructor(map?: {
|
|
6173
|
+
[key: string]: any;
|
|
6174
|
+
});
|
|
6175
|
+
}
|
|
5210
6176
|
export declare class DescribeMasterSlaveServerGroupsResponseBodyMasterSlaveServerGroupsMasterSlaveServerGroupAssociatedObjectsListenersListener extends $tea.Model {
|
|
5211
6177
|
port?: number;
|
|
5212
6178
|
protocol?: string;
|
|
@@ -5244,10 +6210,37 @@ export declare class DescribeMasterSlaveServerGroupsResponseBodyMasterSlaveServe
|
|
|
5244
6210
|
[key: string]: any;
|
|
5245
6211
|
});
|
|
5246
6212
|
}
|
|
6213
|
+
export declare class DescribeMasterSlaveServerGroupsResponseBodyMasterSlaveServerGroupsMasterSlaveServerGroupTagsTag extends $tea.Model {
|
|
6214
|
+
tagKey?: string;
|
|
6215
|
+
tagValue?: string;
|
|
6216
|
+
static names(): {
|
|
6217
|
+
[key: string]: string;
|
|
6218
|
+
};
|
|
6219
|
+
static types(): {
|
|
6220
|
+
[key: string]: any;
|
|
6221
|
+
};
|
|
6222
|
+
constructor(map?: {
|
|
6223
|
+
[key: string]: any;
|
|
6224
|
+
});
|
|
6225
|
+
}
|
|
6226
|
+
export declare class DescribeMasterSlaveServerGroupsResponseBodyMasterSlaveServerGroupsMasterSlaveServerGroupTags extends $tea.Model {
|
|
6227
|
+
tag?: DescribeMasterSlaveServerGroupsResponseBodyMasterSlaveServerGroupsMasterSlaveServerGroupTagsTag[];
|
|
6228
|
+
static names(): {
|
|
6229
|
+
[key: string]: string;
|
|
6230
|
+
};
|
|
6231
|
+
static types(): {
|
|
6232
|
+
[key: string]: any;
|
|
6233
|
+
};
|
|
6234
|
+
constructor(map?: {
|
|
6235
|
+
[key: string]: any;
|
|
6236
|
+
});
|
|
6237
|
+
}
|
|
5247
6238
|
export declare class DescribeMasterSlaveServerGroupsResponseBodyMasterSlaveServerGroupsMasterSlaveServerGroup extends $tea.Model {
|
|
5248
6239
|
associatedObjects?: DescribeMasterSlaveServerGroupsResponseBodyMasterSlaveServerGroupsMasterSlaveServerGroupAssociatedObjects;
|
|
6240
|
+
createTime?: string;
|
|
5249
6241
|
masterSlaveServerGroupId?: string;
|
|
5250
6242
|
masterSlaveServerGroupName?: string;
|
|
6243
|
+
tags?: DescribeMasterSlaveServerGroupsResponseBodyMasterSlaveServerGroupsMasterSlaveServerGroupTags;
|
|
5251
6244
|
static names(): {
|
|
5252
6245
|
[key: string]: string;
|
|
5253
6246
|
};
|
|
@@ -5339,6 +6332,19 @@ export declare class DescribeRulesResponseBodyRules extends $tea.Model {
|
|
|
5339
6332
|
[key: string]: any;
|
|
5340
6333
|
});
|
|
5341
6334
|
}
|
|
6335
|
+
export declare class DescribeServerCertificatesRequestTag extends $tea.Model {
|
|
6336
|
+
key?: string;
|
|
6337
|
+
value?: string;
|
|
6338
|
+
static names(): {
|
|
6339
|
+
[key: string]: string;
|
|
6340
|
+
};
|
|
6341
|
+
static types(): {
|
|
6342
|
+
[key: string]: any;
|
|
6343
|
+
};
|
|
6344
|
+
constructor(map?: {
|
|
6345
|
+
[key: string]: any;
|
|
6346
|
+
});
|
|
6347
|
+
}
|
|
5342
6348
|
export declare class DescribeServerCertificatesResponseBodyServerCertificatesServerCertificateSubjectAlternativeNames extends $tea.Model {
|
|
5343
6349
|
subjectAlternativeName?: string[];
|
|
5344
6350
|
static names(): {
|
|
@@ -5351,6 +6357,31 @@ export declare class DescribeServerCertificatesResponseBodyServerCertificatesSer
|
|
|
5351
6357
|
[key: string]: any;
|
|
5352
6358
|
});
|
|
5353
6359
|
}
|
|
6360
|
+
export declare class DescribeServerCertificatesResponseBodyServerCertificatesServerCertificateTagsTag extends $tea.Model {
|
|
6361
|
+
tagKey?: string;
|
|
6362
|
+
tagValue?: string;
|
|
6363
|
+
static names(): {
|
|
6364
|
+
[key: string]: string;
|
|
6365
|
+
};
|
|
6366
|
+
static types(): {
|
|
6367
|
+
[key: string]: any;
|
|
6368
|
+
};
|
|
6369
|
+
constructor(map?: {
|
|
6370
|
+
[key: string]: any;
|
|
6371
|
+
});
|
|
6372
|
+
}
|
|
6373
|
+
export declare class DescribeServerCertificatesResponseBodyServerCertificatesServerCertificateTags extends $tea.Model {
|
|
6374
|
+
tag?: DescribeServerCertificatesResponseBodyServerCertificatesServerCertificateTagsTag[];
|
|
6375
|
+
static names(): {
|
|
6376
|
+
[key: string]: string;
|
|
6377
|
+
};
|
|
6378
|
+
static types(): {
|
|
6379
|
+
[key: string]: any;
|
|
6380
|
+
};
|
|
6381
|
+
constructor(map?: {
|
|
6382
|
+
[key: string]: any;
|
|
6383
|
+
});
|
|
6384
|
+
}
|
|
5354
6385
|
export declare class DescribeServerCertificatesResponseBodyServerCertificatesServerCertificate extends $tea.Model {
|
|
5355
6386
|
aliCloudCertificateId?: string;
|
|
5356
6387
|
aliCloudCertificateName?: string;
|
|
@@ -5366,6 +6397,7 @@ export declare class DescribeServerCertificatesResponseBodyServerCertificatesSer
|
|
|
5366
6397
|
serverCertificateId?: string;
|
|
5367
6398
|
serverCertificateName?: string;
|
|
5368
6399
|
subjectAlternativeNames?: DescribeServerCertificatesResponseBodyServerCertificatesServerCertificateSubjectAlternativeNames;
|
|
6400
|
+
tags?: DescribeServerCertificatesResponseBodyServerCertificatesServerCertificateTags;
|
|
5369
6401
|
static names(): {
|
|
5370
6402
|
[key: string]: string;
|
|
5371
6403
|
};
|
|
@@ -5418,6 +6450,7 @@ export declare class DescribeVServerGroupAttributeResponseBodyBackendServersBack
|
|
|
5418
6450
|
description?: string;
|
|
5419
6451
|
port?: number;
|
|
5420
6452
|
serverId?: string;
|
|
6453
|
+
serverIp?: string;
|
|
5421
6454
|
type?: string;
|
|
5422
6455
|
weight?: number;
|
|
5423
6456
|
static names(): {
|
|
@@ -5442,6 +6475,44 @@ export declare class DescribeVServerGroupAttributeResponseBodyBackendServers ext
|
|
|
5442
6475
|
[key: string]: any;
|
|
5443
6476
|
});
|
|
5444
6477
|
}
|
|
6478
|
+
export declare class DescribeVServerGroupAttributeResponseBodyTagsTag extends $tea.Model {
|
|
6479
|
+
tagKey?: string;
|
|
6480
|
+
tagValue?: string;
|
|
6481
|
+
static names(): {
|
|
6482
|
+
[key: string]: string;
|
|
6483
|
+
};
|
|
6484
|
+
static types(): {
|
|
6485
|
+
[key: string]: any;
|
|
6486
|
+
};
|
|
6487
|
+
constructor(map?: {
|
|
6488
|
+
[key: string]: any;
|
|
6489
|
+
});
|
|
6490
|
+
}
|
|
6491
|
+
export declare class DescribeVServerGroupAttributeResponseBodyTags extends $tea.Model {
|
|
6492
|
+
tag?: DescribeVServerGroupAttributeResponseBodyTagsTag[];
|
|
6493
|
+
static names(): {
|
|
6494
|
+
[key: string]: string;
|
|
6495
|
+
};
|
|
6496
|
+
static types(): {
|
|
6497
|
+
[key: string]: any;
|
|
6498
|
+
};
|
|
6499
|
+
constructor(map?: {
|
|
6500
|
+
[key: string]: any;
|
|
6501
|
+
});
|
|
6502
|
+
}
|
|
6503
|
+
export declare class DescribeVServerGroupsRequestTag extends $tea.Model {
|
|
6504
|
+
key?: string;
|
|
6505
|
+
value?: string;
|
|
6506
|
+
static names(): {
|
|
6507
|
+
[key: string]: string;
|
|
6508
|
+
};
|
|
6509
|
+
static types(): {
|
|
6510
|
+
[key: string]: any;
|
|
6511
|
+
};
|
|
6512
|
+
constructor(map?: {
|
|
6513
|
+
[key: string]: any;
|
|
6514
|
+
});
|
|
6515
|
+
}
|
|
5445
6516
|
export declare class DescribeVServerGroupsResponseBodyVServerGroupsVServerGroupAssociatedObjectsListenersListener extends $tea.Model {
|
|
5446
6517
|
port?: number;
|
|
5447
6518
|
protocol?: string;
|
|
@@ -5507,9 +6578,36 @@ export declare class DescribeVServerGroupsResponseBodyVServerGroupsVServerGroupA
|
|
|
5507
6578
|
[key: string]: any;
|
|
5508
6579
|
});
|
|
5509
6580
|
}
|
|
6581
|
+
export declare class DescribeVServerGroupsResponseBodyVServerGroupsVServerGroupTagsTag extends $tea.Model {
|
|
6582
|
+
tagKey?: string;
|
|
6583
|
+
tagValue?: string;
|
|
6584
|
+
static names(): {
|
|
6585
|
+
[key: string]: string;
|
|
6586
|
+
};
|
|
6587
|
+
static types(): {
|
|
6588
|
+
[key: string]: any;
|
|
6589
|
+
};
|
|
6590
|
+
constructor(map?: {
|
|
6591
|
+
[key: string]: any;
|
|
6592
|
+
});
|
|
6593
|
+
}
|
|
6594
|
+
export declare class DescribeVServerGroupsResponseBodyVServerGroupsVServerGroupTags extends $tea.Model {
|
|
6595
|
+
tag?: DescribeVServerGroupsResponseBodyVServerGroupsVServerGroupTagsTag[];
|
|
6596
|
+
static names(): {
|
|
6597
|
+
[key: string]: string;
|
|
6598
|
+
};
|
|
6599
|
+
static types(): {
|
|
6600
|
+
[key: string]: any;
|
|
6601
|
+
};
|
|
6602
|
+
constructor(map?: {
|
|
6603
|
+
[key: string]: any;
|
|
6604
|
+
});
|
|
6605
|
+
}
|
|
5510
6606
|
export declare class DescribeVServerGroupsResponseBodyVServerGroupsVServerGroup extends $tea.Model {
|
|
5511
6607
|
associatedObjects?: DescribeVServerGroupsResponseBodyVServerGroupsVServerGroupAssociatedObjects;
|
|
6608
|
+
createTime?: string;
|
|
5512
6609
|
serverCount?: number;
|
|
6610
|
+
tags?: DescribeVServerGroupsResponseBodyVServerGroupsVServerGroupTags;
|
|
5513
6611
|
VServerGroupId?: string;
|
|
5514
6612
|
VServerGroupName?: string;
|
|
5515
6613
|
static names(): {
|
|
@@ -5807,6 +6905,32 @@ export declare class TagResourcesRequestTag extends $tea.Model {
|
|
|
5807
6905
|
[key: string]: any;
|
|
5808
6906
|
});
|
|
5809
6907
|
}
|
|
6908
|
+
export declare class UploadCACertificateRequestTag extends $tea.Model {
|
|
6909
|
+
key?: string;
|
|
6910
|
+
value?: string;
|
|
6911
|
+
static names(): {
|
|
6912
|
+
[key: string]: string;
|
|
6913
|
+
};
|
|
6914
|
+
static types(): {
|
|
6915
|
+
[key: string]: any;
|
|
6916
|
+
};
|
|
6917
|
+
constructor(map?: {
|
|
6918
|
+
[key: string]: any;
|
|
6919
|
+
});
|
|
6920
|
+
}
|
|
6921
|
+
export declare class UploadServerCertificateRequestTag extends $tea.Model {
|
|
6922
|
+
key?: string;
|
|
6923
|
+
value?: string;
|
|
6924
|
+
static names(): {
|
|
6925
|
+
[key: string]: string;
|
|
6926
|
+
};
|
|
6927
|
+
static types(): {
|
|
6928
|
+
[key: string]: any;
|
|
6929
|
+
};
|
|
6930
|
+
constructor(map?: {
|
|
6931
|
+
[key: string]: any;
|
|
6932
|
+
});
|
|
6933
|
+
}
|
|
5810
6934
|
export declare class UploadServerCertificateResponseBodySubjectAlternativeNames extends $tea.Model {
|
|
5811
6935
|
subjectAlternativeName?: string[];
|
|
5812
6936
|
static names(): {
|
|
@@ -5824,29 +6948,180 @@ export default class Client extends OpenApi {
|
|
|
5824
6948
|
getEndpoint(productId: string, regionId: string, endpointRule: string, network: string, suffix: string, endpointMap: {
|
|
5825
6949
|
[key: string]: string;
|
|
5826
6950
|
}, endpoint: string): string;
|
|
6951
|
+
/**
|
|
6952
|
+
* Each network ACL can contain one or more IP addresses or CIDR blocks. Take note of the following limits on network ACLs:
|
|
6953
|
+
* * The number of IP entries that can be added to a network ACL with each Alibaba Cloud account at a time: 50
|
|
6954
|
+
* * The maximum number of IP entries that each network ACL can contain: 300
|
|
6955
|
+
*
|
|
6956
|
+
* @param request AddAccessControlListEntryRequest
|
|
6957
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
6958
|
+
* @return AddAccessControlListEntryResponse
|
|
6959
|
+
*/
|
|
5827
6960
|
addAccessControlListEntryWithOptions(request: AddAccessControlListEntryRequest, runtime: $Util.RuntimeOptions): Promise<AddAccessControlListEntryResponse>;
|
|
6961
|
+
/**
|
|
6962
|
+
* Each network ACL can contain one or more IP addresses or CIDR blocks. Take note of the following limits on network ACLs:
|
|
6963
|
+
* * The number of IP entries that can be added to a network ACL with each Alibaba Cloud account at a time: 50
|
|
6964
|
+
* * The maximum number of IP entries that each network ACL can contain: 300
|
|
6965
|
+
*
|
|
6966
|
+
* @param request AddAccessControlListEntryRequest
|
|
6967
|
+
* @return AddAccessControlListEntryResponse
|
|
6968
|
+
*/
|
|
5828
6969
|
addAccessControlListEntry(request: AddAccessControlListEntryRequest): Promise<AddAccessControlListEntryResponse>;
|
|
6970
|
+
/**
|
|
6971
|
+
* > 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.
|
|
6972
|
+
*
|
|
6973
|
+
* @param request AddBackendServersRequest
|
|
6974
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
6975
|
+
* @return AddBackendServersResponse
|
|
6976
|
+
*/
|
|
5829
6977
|
addBackendServersWithOptions(request: AddBackendServersRequest, runtime: $Util.RuntimeOptions): Promise<AddBackendServersResponse>;
|
|
6978
|
+
/**
|
|
6979
|
+
* > 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.
|
|
6980
|
+
*
|
|
6981
|
+
* @param request AddBackendServersRequest
|
|
6982
|
+
* @return AddBackendServersResponse
|
|
6983
|
+
*/
|
|
5830
6984
|
addBackendServers(request: AddBackendServersRequest): Promise<AddBackendServersResponse>;
|
|
5831
6985
|
addListenerWhiteListItemWithOptions(request: AddListenerWhiteListItemRequest, runtime: $Util.RuntimeOptions): Promise<AddListenerWhiteListItemResponse>;
|
|
5832
6986
|
addListenerWhiteListItem(request: AddListenerWhiteListItemRequest): Promise<AddListenerWhiteListItemResponse>;
|
|
6987
|
+
/**
|
|
6988
|
+
* # Limits
|
|
6989
|
+
* Before you call this API, note the following limits:
|
|
6990
|
+
* * You can add up to 10 tags to each SLB instance.
|
|
6991
|
+
* * You can add up to five pairs of tags at a time.
|
|
6992
|
+
* * All the tags and keys added to an SLB instance must be unique.
|
|
6993
|
+
* * 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.
|
|
6994
|
+
*
|
|
6995
|
+
* @param request AddTagsRequest
|
|
6996
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
6997
|
+
* @return AddTagsResponse
|
|
6998
|
+
*/
|
|
5833
6999
|
addTagsWithOptions(request: AddTagsRequest, runtime: $Util.RuntimeOptions): Promise<AddTagsResponse>;
|
|
7000
|
+
/**
|
|
7001
|
+
* # Limits
|
|
7002
|
+
* Before you call this API, note the following limits:
|
|
7003
|
+
* * You can add up to 10 tags to each SLB instance.
|
|
7004
|
+
* * You can add up to five pairs of tags at a time.
|
|
7005
|
+
* * All the tags and keys added to an SLB instance must be unique.
|
|
7006
|
+
* * 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.
|
|
7007
|
+
*
|
|
7008
|
+
* @param request AddTagsRequest
|
|
7009
|
+
* @return AddTagsResponse
|
|
7010
|
+
*/
|
|
5834
7011
|
addTags(request: AddTagsRequest): Promise<AddTagsResponse>;
|
|
5835
7012
|
addVServerGroupBackendServersWithOptions(request: AddVServerGroupBackendServersRequest, runtime: $Util.RuntimeOptions): Promise<AddVServerGroupBackendServersResponse>;
|
|
5836
7013
|
addVServerGroupBackendServers(request: AddVServerGroupBackendServersRequest): Promise<AddVServerGroupBackendServersResponse>;
|
|
7014
|
+
/**
|
|
7015
|
+
* 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:
|
|
7016
|
+
* * An account can have a maximum of 50 ACLs in each region.
|
|
7017
|
+
* * You can add a maximum of 50 IP addresses or CIDR blocks at a time within an account.
|
|
7018
|
+
* * Each ACL can contain a maximum of 300 IP addresses or CIDR blocks.
|
|
7019
|
+
*
|
|
7020
|
+
* @param request CreateAccessControlListRequest
|
|
7021
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7022
|
+
* @return CreateAccessControlListResponse
|
|
7023
|
+
*/
|
|
5837
7024
|
createAccessControlListWithOptions(request: CreateAccessControlListRequest, runtime: $Util.RuntimeOptions): Promise<CreateAccessControlListResponse>;
|
|
7025
|
+
/**
|
|
7026
|
+
* 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:
|
|
7027
|
+
* * An account can have a maximum of 50 ACLs in each region.
|
|
7028
|
+
* * You can add a maximum of 50 IP addresses or CIDR blocks at a time within an account.
|
|
7029
|
+
* * Each ACL can contain a maximum of 300 IP addresses or CIDR blocks.
|
|
7030
|
+
*
|
|
7031
|
+
* @param request CreateAccessControlListRequest
|
|
7032
|
+
* @return CreateAccessControlListResponse
|
|
7033
|
+
*/
|
|
5838
7034
|
createAccessControlList(request: CreateAccessControlListRequest): Promise<CreateAccessControlListResponse>;
|
|
5839
7035
|
createDomainExtensionWithOptions(request: CreateDomainExtensionRequest, runtime: $Util.RuntimeOptions): Promise<CreateDomainExtensionResponse>;
|
|
5840
7036
|
createDomainExtension(request: CreateDomainExtensionRequest): Promise<CreateDomainExtensionResponse>;
|
|
7037
|
+
/**
|
|
7038
|
+
* * 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.
|
|
7039
|
+
* * After a CLB instance is created, you are charged for using the CLB instance.
|
|
7040
|
+
* * The pay-as-you-go billing method supports the pay-by-specification and pay-by-LCU metering methods.
|
|
7041
|
+
*
|
|
7042
|
+
* @param request CreateLoadBalancerRequest
|
|
7043
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7044
|
+
* @return CreateLoadBalancerResponse
|
|
7045
|
+
*/
|
|
5841
7046
|
createLoadBalancerWithOptions(request: CreateLoadBalancerRequest, runtime: $Util.RuntimeOptions): Promise<CreateLoadBalancerResponse>;
|
|
7047
|
+
/**
|
|
7048
|
+
* * 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.
|
|
7049
|
+
* * After a CLB instance is created, you are charged for using the CLB instance.
|
|
7050
|
+
* * The pay-as-you-go billing method supports the pay-by-specification and pay-by-LCU metering methods.
|
|
7051
|
+
*
|
|
7052
|
+
* @param request CreateLoadBalancerRequest
|
|
7053
|
+
* @return CreateLoadBalancerResponse
|
|
7054
|
+
*/
|
|
5842
7055
|
createLoadBalancer(request: CreateLoadBalancerRequest): Promise<CreateLoadBalancerResponse>;
|
|
7056
|
+
/**
|
|
7057
|
+
* 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.
|
|
7058
|
+
* ## Prerequisites
|
|
7059
|
+
* A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](~~StartLoadBalancerListener~~).
|
|
7060
|
+
*
|
|
7061
|
+
* @param request CreateLoadBalancerHTTPListenerRequest
|
|
7062
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7063
|
+
* @return CreateLoadBalancerHTTPListenerResponse
|
|
7064
|
+
*/
|
|
5843
7065
|
createLoadBalancerHTTPListenerWithOptions(request: CreateLoadBalancerHTTPListenerRequest, runtime: $Util.RuntimeOptions): Promise<CreateLoadBalancerHTTPListenerResponse>;
|
|
7066
|
+
/**
|
|
7067
|
+
* 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.
|
|
7068
|
+
* ## Prerequisites
|
|
7069
|
+
* A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](~~StartLoadBalancerListener~~).
|
|
7070
|
+
*
|
|
7071
|
+
* @param request CreateLoadBalancerHTTPListenerRequest
|
|
7072
|
+
* @return CreateLoadBalancerHTTPListenerResponse
|
|
7073
|
+
*/
|
|
5844
7074
|
createLoadBalancerHTTPListener(request: CreateLoadBalancerHTTPListenerRequest): Promise<CreateLoadBalancerHTTPListenerResponse>;
|
|
7075
|
+
/**
|
|
7076
|
+
* A newly created listener is in the **stopped** state. After a listener is created, you can call the [StartLoadBalancerListener](~~27597~~) operation to start the listener. After the listener is started, the listener can forward traffic to backend servers.
|
|
7077
|
+
* ## Prerequisites
|
|
7078
|
+
* 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).
|
|
7079
|
+
*
|
|
7080
|
+
* @param request CreateLoadBalancerHTTPSListenerRequest
|
|
7081
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7082
|
+
* @return CreateLoadBalancerHTTPSListenerResponse
|
|
7083
|
+
*/
|
|
5845
7084
|
createLoadBalancerHTTPSListenerWithOptions(request: CreateLoadBalancerHTTPSListenerRequest, runtime: $Util.RuntimeOptions): Promise<CreateLoadBalancerHTTPSListenerResponse>;
|
|
7085
|
+
/**
|
|
7086
|
+
* A newly created listener is in the **stopped** state. After a listener is created, you can call the [StartLoadBalancerListener](~~27597~~) operation to start the listener. After the listener is started, the listener can forward traffic to backend servers.
|
|
7087
|
+
* ## Prerequisites
|
|
7088
|
+
* 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).
|
|
7089
|
+
*
|
|
7090
|
+
* @param request CreateLoadBalancerHTTPSListenerRequest
|
|
7091
|
+
* @return CreateLoadBalancerHTTPSListenerResponse
|
|
7092
|
+
*/
|
|
5846
7093
|
createLoadBalancerHTTPSListener(request: CreateLoadBalancerHTTPSListenerRequest): Promise<CreateLoadBalancerHTTPSListenerResponse>;
|
|
7094
|
+
/**
|
|
7095
|
+
* > A newly created listener is in the **stopped** state. After a listener is created, you can call the [StartLoadBalancerListener](~~27597~~) operation to enable the listener to forward traffic to backend servers.
|
|
7096
|
+
*
|
|
7097
|
+
* @param request CreateLoadBalancerTCPListenerRequest
|
|
7098
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7099
|
+
* @return CreateLoadBalancerTCPListenerResponse
|
|
7100
|
+
*/
|
|
5847
7101
|
createLoadBalancerTCPListenerWithOptions(request: CreateLoadBalancerTCPListenerRequest, runtime: $Util.RuntimeOptions): Promise<CreateLoadBalancerTCPListenerResponse>;
|
|
7102
|
+
/**
|
|
7103
|
+
* > A newly created listener is in the **stopped** state. After a listener is created, you can call the [StartLoadBalancerListener](~~27597~~) operation to enable the listener to forward traffic to backend servers.
|
|
7104
|
+
*
|
|
7105
|
+
* @param request CreateLoadBalancerTCPListenerRequest
|
|
7106
|
+
* @return CreateLoadBalancerTCPListenerResponse
|
|
7107
|
+
*/
|
|
5848
7108
|
createLoadBalancerTCPListener(request: CreateLoadBalancerTCPListenerRequest): Promise<CreateLoadBalancerTCPListenerResponse>;
|
|
7109
|
+
/**
|
|
7110
|
+
* UDP listeners of Classic Load Balancer (CLB) instances in a classic network cannot pass client IP addresses to backend servers.
|
|
7111
|
+
* > A newly created listener is in the **stopped** state. After a listener is created, you can call the [StartLoadBalancerListener](~~27597~~) operation to enable the listener to forward traffic to backend servers.
|
|
7112
|
+
*
|
|
7113
|
+
* @param request CreateLoadBalancerUDPListenerRequest
|
|
7114
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7115
|
+
* @return CreateLoadBalancerUDPListenerResponse
|
|
7116
|
+
*/
|
|
5849
7117
|
createLoadBalancerUDPListenerWithOptions(request: CreateLoadBalancerUDPListenerRequest, runtime: $Util.RuntimeOptions): Promise<CreateLoadBalancerUDPListenerResponse>;
|
|
7118
|
+
/**
|
|
7119
|
+
* UDP listeners of Classic Load Balancer (CLB) instances in a classic network cannot pass client IP addresses to backend servers.
|
|
7120
|
+
* > A newly created listener is in the **stopped** state. After a listener is created, you can call the [StartLoadBalancerListener](~~27597~~) operation to enable the listener to forward traffic to backend servers.
|
|
7121
|
+
*
|
|
7122
|
+
* @param request CreateLoadBalancerUDPListenerRequest
|
|
7123
|
+
* @return CreateLoadBalancerUDPListenerResponse
|
|
7124
|
+
*/
|
|
5850
7125
|
createLoadBalancerUDPListener(request: CreateLoadBalancerUDPListenerRequest): Promise<CreateLoadBalancerUDPListenerResponse>;
|
|
5851
7126
|
createMasterSlaveServerGroupWithOptions(request: CreateMasterSlaveServerGroupRequest, runtime: $Util.RuntimeOptions): Promise<CreateMasterSlaveServerGroupResponse>;
|
|
5852
7127
|
createMasterSlaveServerGroup(request: CreateMasterSlaveServerGroupRequest): Promise<CreateMasterSlaveServerGroupResponse>;
|
|
@@ -5856,21 +7131,103 @@ export default class Client extends OpenApi {
|
|
|
5856
7131
|
createTLSCipherPolicy(request: CreateTLSCipherPolicyRequest): Promise<CreateTLSCipherPolicyResponse>;
|
|
5857
7132
|
createVServerGroupWithOptions(request: CreateVServerGroupRequest, runtime: $Util.RuntimeOptions): Promise<CreateVServerGroupResponse>;
|
|
5858
7133
|
createVServerGroup(request: CreateVServerGroupRequest): Promise<CreateVServerGroupResponse>;
|
|
7134
|
+
/**
|
|
7135
|
+
* You can delete an ACL only if it is not associated with a listener.
|
|
7136
|
+
*
|
|
7137
|
+
* @param request DeleteAccessControlListRequest
|
|
7138
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7139
|
+
* @return DeleteAccessControlListResponse
|
|
7140
|
+
*/
|
|
5859
7141
|
deleteAccessControlListWithOptions(request: DeleteAccessControlListRequest, runtime: $Util.RuntimeOptions): Promise<DeleteAccessControlListResponse>;
|
|
7142
|
+
/**
|
|
7143
|
+
* You can delete an ACL only if it is not associated with a listener.
|
|
7144
|
+
*
|
|
7145
|
+
* @param request DeleteAccessControlListRequest
|
|
7146
|
+
* @return DeleteAccessControlListResponse
|
|
7147
|
+
*/
|
|
5860
7148
|
deleteAccessControlList(request: DeleteAccessControlListRequest): Promise<DeleteAccessControlListResponse>;
|
|
7149
|
+
deleteAccessLogsDownloadAttributeWithOptions(request: DeleteAccessLogsDownloadAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DeleteAccessLogsDownloadAttributeResponse>;
|
|
7150
|
+
deleteAccessLogsDownloadAttribute(request: DeleteAccessLogsDownloadAttributeRequest): Promise<DeleteAccessLogsDownloadAttributeResponse>;
|
|
7151
|
+
/**
|
|
7152
|
+
* You cannot delete a CA certificate that is in use.
|
|
7153
|
+
*
|
|
7154
|
+
* @param request DeleteCACertificateRequest
|
|
7155
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7156
|
+
* @return DeleteCACertificateResponse
|
|
7157
|
+
*/
|
|
5861
7158
|
deleteCACertificateWithOptions(request: DeleteCACertificateRequest, runtime: $Util.RuntimeOptions): Promise<DeleteCACertificateResponse>;
|
|
7159
|
+
/**
|
|
7160
|
+
* You cannot delete a CA certificate that is in use.
|
|
7161
|
+
*
|
|
7162
|
+
* @param request DeleteCACertificateRequest
|
|
7163
|
+
* @return DeleteCACertificateResponse
|
|
7164
|
+
*/
|
|
5862
7165
|
deleteCACertificate(request: DeleteCACertificateRequest): Promise<DeleteCACertificateResponse>;
|
|
5863
7166
|
deleteDomainExtensionWithOptions(request: DeleteDomainExtensionRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDomainExtensionResponse>;
|
|
5864
7167
|
deleteDomainExtension(request: DeleteDomainExtensionRequest): Promise<DeleteDomainExtensionResponse>;
|
|
7168
|
+
/**
|
|
7169
|
+
* > The listeners and tags of the SLB instance are deleted along with the SLB instance.
|
|
7170
|
+
*
|
|
7171
|
+
* @param request DeleteLoadBalancerRequest
|
|
7172
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7173
|
+
* @return DeleteLoadBalancerResponse
|
|
7174
|
+
*/
|
|
5865
7175
|
deleteLoadBalancerWithOptions(request: DeleteLoadBalancerRequest, runtime: $Util.RuntimeOptions): Promise<DeleteLoadBalancerResponse>;
|
|
7176
|
+
/**
|
|
7177
|
+
* > The listeners and tags of the SLB instance are deleted along with the SLB instance.
|
|
7178
|
+
*
|
|
7179
|
+
* @param request DeleteLoadBalancerRequest
|
|
7180
|
+
* @return DeleteLoadBalancerResponse
|
|
7181
|
+
*/
|
|
5866
7182
|
deleteLoadBalancer(request: DeleteLoadBalancerRequest): Promise<DeleteLoadBalancerResponse>;
|
|
7183
|
+
/**
|
|
7184
|
+
* > You can delete only listeners that are in the **stopped** or **running** state.
|
|
7185
|
+
*
|
|
7186
|
+
* @param request DeleteLoadBalancerListenerRequest
|
|
7187
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7188
|
+
* @return DeleteLoadBalancerListenerResponse
|
|
7189
|
+
*/
|
|
5867
7190
|
deleteLoadBalancerListenerWithOptions(request: DeleteLoadBalancerListenerRequest, runtime: $Util.RuntimeOptions): Promise<DeleteLoadBalancerListenerResponse>;
|
|
7191
|
+
/**
|
|
7192
|
+
* > You can delete only listeners that are in the **stopped** or **running** state.
|
|
7193
|
+
*
|
|
7194
|
+
* @param request DeleteLoadBalancerListenerRequest
|
|
7195
|
+
* @return DeleteLoadBalancerListenerResponse
|
|
7196
|
+
*/
|
|
5868
7197
|
deleteLoadBalancerListener(request: DeleteLoadBalancerListenerRequest): Promise<DeleteLoadBalancerListenerResponse>;
|
|
5869
7198
|
deleteMasterSlaveServerGroupWithOptions(request: DeleteMasterSlaveServerGroupRequest, runtime: $Util.RuntimeOptions): Promise<DeleteMasterSlaveServerGroupResponse>;
|
|
5870
7199
|
deleteMasterSlaveServerGroup(request: DeleteMasterSlaveServerGroupRequest): Promise<DeleteMasterSlaveServerGroupResponse>;
|
|
7200
|
+
/**
|
|
7201
|
+
* ## Limits
|
|
7202
|
+
* The RuleIds parameter is required. You can specify up to 10 forwarding rules in each request.
|
|
7203
|
+
*
|
|
7204
|
+
* @param request DeleteRulesRequest
|
|
7205
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7206
|
+
* @return DeleteRulesResponse
|
|
7207
|
+
*/
|
|
5871
7208
|
deleteRulesWithOptions(request: DeleteRulesRequest, runtime: $Util.RuntimeOptions): Promise<DeleteRulesResponse>;
|
|
7209
|
+
/**
|
|
7210
|
+
* ## Limits
|
|
7211
|
+
* The RuleIds parameter is required. You can specify up to 10 forwarding rules in each request.
|
|
7212
|
+
*
|
|
7213
|
+
* @param request DeleteRulesRequest
|
|
7214
|
+
* @return DeleteRulesResponse
|
|
7215
|
+
*/
|
|
5872
7216
|
deleteRules(request: DeleteRulesRequest): Promise<DeleteRulesResponse>;
|
|
7217
|
+
/**
|
|
7218
|
+
* > You cannot delete server certificates that are in use.
|
|
7219
|
+
*
|
|
7220
|
+
* @param request DeleteServerCertificateRequest
|
|
7221
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7222
|
+
* @return DeleteServerCertificateResponse
|
|
7223
|
+
*/
|
|
5873
7224
|
deleteServerCertificateWithOptions(request: DeleteServerCertificateRequest, runtime: $Util.RuntimeOptions): Promise<DeleteServerCertificateResponse>;
|
|
7225
|
+
/**
|
|
7226
|
+
* > You cannot delete server certificates that are in use.
|
|
7227
|
+
*
|
|
7228
|
+
* @param request DeleteServerCertificateRequest
|
|
7229
|
+
* @return DeleteServerCertificateResponse
|
|
7230
|
+
*/
|
|
5874
7231
|
deleteServerCertificate(request: DeleteServerCertificateRequest): Promise<DeleteServerCertificateResponse>;
|
|
5875
7232
|
deleteTLSCipherPolicyWithOptions(request: DeleteTLSCipherPolicyRequest, runtime: $Util.RuntimeOptions): Promise<DeleteTLSCipherPolicyResponse>;
|
|
5876
7233
|
deleteTLSCipherPolicy(request: DeleteTLSCipherPolicyRequest): Promise<DeleteTLSCipherPolicyResponse>;
|
|
@@ -5880,9 +7237,37 @@ export default class Client extends OpenApi {
|
|
|
5880
7237
|
describeAccessControlListAttribute(request: DescribeAccessControlListAttributeRequest): Promise<DescribeAccessControlListAttributeResponse>;
|
|
5881
7238
|
describeAccessControlListsWithOptions(request: DescribeAccessControlListsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAccessControlListsResponse>;
|
|
5882
7239
|
describeAccessControlLists(request: DescribeAccessControlListsRequest): Promise<DescribeAccessControlListsResponse>;
|
|
7240
|
+
describeAccessLogsDownloadAttributeWithOptions(request: DescribeAccessLogsDownloadAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAccessLogsDownloadAttributeResponse>;
|
|
7241
|
+
describeAccessLogsDownloadAttribute(request: DescribeAccessLogsDownloadAttributeRequest): Promise<DescribeAccessLogsDownloadAttributeResponse>;
|
|
7242
|
+
/**
|
|
7243
|
+
* > Only the available resources and zones are returned.
|
|
7244
|
+
*
|
|
7245
|
+
* @param request DescribeAvailableResourceRequest
|
|
7246
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7247
|
+
* @return DescribeAvailableResourceResponse
|
|
7248
|
+
*/
|
|
5883
7249
|
describeAvailableResourceWithOptions(request: DescribeAvailableResourceRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAvailableResourceResponse>;
|
|
7250
|
+
/**
|
|
7251
|
+
* > Only the available resources and zones are returned.
|
|
7252
|
+
*
|
|
7253
|
+
* @param request DescribeAvailableResourceRequest
|
|
7254
|
+
* @return DescribeAvailableResourceResponse
|
|
7255
|
+
*/
|
|
5884
7256
|
describeAvailableResource(request: DescribeAvailableResourceRequest): Promise<DescribeAvailableResourceResponse>;
|
|
7257
|
+
/**
|
|
7258
|
+
* > To ensure data confidentiality, only the certificate fingerprint and name are returned. The certificate content is not returned.
|
|
7259
|
+
*
|
|
7260
|
+
* @param request DescribeCACertificatesRequest
|
|
7261
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7262
|
+
* @return DescribeCACertificatesResponse
|
|
7263
|
+
*/
|
|
5885
7264
|
describeCACertificatesWithOptions(request: DescribeCACertificatesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeCACertificatesResponse>;
|
|
7265
|
+
/**
|
|
7266
|
+
* > To ensure data confidentiality, only the certificate fingerprint and name are returned. The certificate content is not returned.
|
|
7267
|
+
*
|
|
7268
|
+
* @param request DescribeCACertificatesRequest
|
|
7269
|
+
* @return DescribeCACertificatesResponse
|
|
7270
|
+
*/
|
|
5886
7271
|
describeCACertificates(request: DescribeCACertificatesRequest): Promise<DescribeCACertificatesResponse>;
|
|
5887
7272
|
describeDomainExtensionAttributeWithOptions(request: DescribeDomainExtensionAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDomainExtensionAttributeResponse>;
|
|
5888
7273
|
describeDomainExtensionAttribute(request: DescribeDomainExtensionAttributeRequest): Promise<DescribeDomainExtensionAttributeResponse>;
|
|
@@ -5890,15 +7275,83 @@ export default class Client extends OpenApi {
|
|
|
5890
7275
|
describeDomainExtensions(request: DescribeDomainExtensionsRequest): Promise<DescribeDomainExtensionsResponse>;
|
|
5891
7276
|
describeHealthStatusWithOptions(request: DescribeHealthStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeHealthStatusResponse>;
|
|
5892
7277
|
describeHealthStatus(request: DescribeHealthStatusRequest): Promise<DescribeHealthStatusResponse>;
|
|
7278
|
+
describeHighDefinationMonitorWithOptions(request: DescribeHighDefinationMonitorRequest, runtime: $Util.RuntimeOptions): Promise<DescribeHighDefinationMonitorResponse>;
|
|
7279
|
+
describeHighDefinationMonitor(request: DescribeHighDefinationMonitorRequest): Promise<DescribeHighDefinationMonitorResponse>;
|
|
5893
7280
|
describeListenerAccessControlAttributeWithOptions(request: DescribeListenerAccessControlAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeListenerAccessControlAttributeResponse>;
|
|
5894
7281
|
describeListenerAccessControlAttribute(request: DescribeListenerAccessControlAttributeRequest): Promise<DescribeListenerAccessControlAttributeResponse>;
|
|
7282
|
+
/**
|
|
7283
|
+
* > If backend servers are deployed in a vServer group, you can call the [DescribeVServerGroupAttribute](~~35224~~) operation to query the backend servers.
|
|
7284
|
+
*
|
|
7285
|
+
* @param request DescribeLoadBalancerAttributeRequest
|
|
7286
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7287
|
+
* @return DescribeLoadBalancerAttributeResponse
|
|
7288
|
+
*/
|
|
5895
7289
|
describeLoadBalancerAttributeWithOptions(request: DescribeLoadBalancerAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeLoadBalancerAttributeResponse>;
|
|
7290
|
+
/**
|
|
7291
|
+
* > If backend servers are deployed in a vServer group, you can call the [DescribeVServerGroupAttribute](~~35224~~) operation to query the backend servers.
|
|
7292
|
+
*
|
|
7293
|
+
* @param request DescribeLoadBalancerAttributeRequest
|
|
7294
|
+
* @return DescribeLoadBalancerAttributeResponse
|
|
7295
|
+
*/
|
|
5896
7296
|
describeLoadBalancerAttribute(request: DescribeLoadBalancerAttributeRequest): Promise<DescribeLoadBalancerAttributeResponse>;
|
|
7297
|
+
/**
|
|
7298
|
+
* * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](~~27577~~).
|
|
7299
|
+
* * An HTTP listener is created. For more information about how to create an HTTP listener, see [CreateLoadBalancerHTTPListener](~~27592~~).
|
|
7300
|
+
*
|
|
7301
|
+
* @param request DescribeLoadBalancerHTTPListenerAttributeRequest
|
|
7302
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7303
|
+
* @return DescribeLoadBalancerHTTPListenerAttributeResponse
|
|
7304
|
+
*/
|
|
5897
7305
|
describeLoadBalancerHTTPListenerAttributeWithOptions(request: DescribeLoadBalancerHTTPListenerAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeLoadBalancerHTTPListenerAttributeResponse>;
|
|
7306
|
+
/**
|
|
7307
|
+
* * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](~~27577~~).
|
|
7308
|
+
* * An HTTP listener is created. For more information about how to create an HTTP listener, see [CreateLoadBalancerHTTPListener](~~27592~~).
|
|
7309
|
+
*
|
|
7310
|
+
* @param request DescribeLoadBalancerHTTPListenerAttributeRequest
|
|
7311
|
+
* @return DescribeLoadBalancerHTTPListenerAttributeResponse
|
|
7312
|
+
*/
|
|
5898
7313
|
describeLoadBalancerHTTPListenerAttribute(request: DescribeLoadBalancerHTTPListenerAttributeRequest): Promise<DescribeLoadBalancerHTTPListenerAttributeResponse>;
|
|
7314
|
+
/**
|
|
7315
|
+
* * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](~~27577~~).
|
|
7316
|
+
* * An HTTPS listener is created. For more information about how to create an HTTPS listener, see [CreateLoadBalancerHTTPSListener](~~27593~~).
|
|
7317
|
+
*
|
|
7318
|
+
* @param request DescribeLoadBalancerHTTPSListenerAttributeRequest
|
|
7319
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7320
|
+
* @return DescribeLoadBalancerHTTPSListenerAttributeResponse
|
|
7321
|
+
*/
|
|
5899
7322
|
describeLoadBalancerHTTPSListenerAttributeWithOptions(request: DescribeLoadBalancerHTTPSListenerAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeLoadBalancerHTTPSListenerAttributeResponse>;
|
|
7323
|
+
/**
|
|
7324
|
+
* * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](~~27577~~).
|
|
7325
|
+
* * An HTTPS listener is created. For more information about how to create an HTTPS listener, see [CreateLoadBalancerHTTPSListener](~~27593~~).
|
|
7326
|
+
*
|
|
7327
|
+
* @param request DescribeLoadBalancerHTTPSListenerAttributeRequest
|
|
7328
|
+
* @return DescribeLoadBalancerHTTPSListenerAttributeResponse
|
|
7329
|
+
*/
|
|
5900
7330
|
describeLoadBalancerHTTPSListenerAttribute(request: DescribeLoadBalancerHTTPSListenerAttributeRequest): Promise<DescribeLoadBalancerHTTPSListenerAttributeResponse>;
|
|
7331
|
+
/**
|
|
7332
|
+
* * A CLB instance is created. For more information, see [CreateLoadBalancer](~~2401685~~).
|
|
7333
|
+
* * One or more listeners are added to the CLB instance. For more information, see the following topics:
|
|
7334
|
+
* * [CreateLoadBalancerUDPListener](~~CreateLoadBalancerUDPListener~~)
|
|
7335
|
+
* * [CreateLoadBalancerTCPListener](~~CreateLoadBalancerTCPListener~~)
|
|
7336
|
+
* * [CreateLoadBalancerHTTPListener](~~CreateLoadBalancerHTTPListener~~)
|
|
7337
|
+
* * [CreateLoadBalancerHTTPSListener](~~CreateLoadBalancerHTTPSListener~~)
|
|
7338
|
+
*
|
|
7339
|
+
* @param request DescribeLoadBalancerListenersRequest
|
|
7340
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7341
|
+
* @return DescribeLoadBalancerListenersResponse
|
|
7342
|
+
*/
|
|
5901
7343
|
describeLoadBalancerListenersWithOptions(request: DescribeLoadBalancerListenersRequest, runtime: $Util.RuntimeOptions): Promise<DescribeLoadBalancerListenersResponse>;
|
|
7344
|
+
/**
|
|
7345
|
+
* * A CLB instance is created. For more information, see [CreateLoadBalancer](~~2401685~~).
|
|
7346
|
+
* * One or more listeners are added to the CLB instance. For more information, see the following topics:
|
|
7347
|
+
* * [CreateLoadBalancerUDPListener](~~CreateLoadBalancerUDPListener~~)
|
|
7348
|
+
* * [CreateLoadBalancerTCPListener](~~CreateLoadBalancerTCPListener~~)
|
|
7349
|
+
* * [CreateLoadBalancerHTTPListener](~~CreateLoadBalancerHTTPListener~~)
|
|
7350
|
+
* * [CreateLoadBalancerHTTPSListener](~~CreateLoadBalancerHTTPSListener~~)
|
|
7351
|
+
*
|
|
7352
|
+
* @param request DescribeLoadBalancerListenersRequest
|
|
7353
|
+
* @return DescribeLoadBalancerListenersResponse
|
|
7354
|
+
*/
|
|
5902
7355
|
describeLoadBalancerListeners(request: DescribeLoadBalancerListenersRequest): Promise<DescribeLoadBalancerListenersResponse>;
|
|
5903
7356
|
describeLoadBalancerTCPListenerAttributeWithOptions(request: DescribeLoadBalancerTCPListenerAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeLoadBalancerTCPListenerAttributeResponse>;
|
|
5904
7357
|
describeLoadBalancerTCPListenerAttribute(request: DescribeLoadBalancerTCPListenerAttributeRequest): Promise<DescribeLoadBalancerTCPListenerAttributeResponse>;
|
|
@@ -5916,9 +7369,45 @@ export default class Client extends OpenApi {
|
|
|
5916
7369
|
describeRuleAttribute(request: DescribeRuleAttributeRequest): Promise<DescribeRuleAttributeResponse>;
|
|
5917
7370
|
describeRulesWithOptions(request: DescribeRulesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRulesResponse>;
|
|
5918
7371
|
describeRules(request: DescribeRulesRequest): Promise<DescribeRulesResponse>;
|
|
7372
|
+
/**
|
|
7373
|
+
* > 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.
|
|
7374
|
+
*
|
|
7375
|
+
* @param request DescribeServerCertificatesRequest
|
|
7376
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7377
|
+
* @return DescribeServerCertificatesResponse
|
|
7378
|
+
*/
|
|
5919
7379
|
describeServerCertificatesWithOptions(request: DescribeServerCertificatesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeServerCertificatesResponse>;
|
|
7380
|
+
/**
|
|
7381
|
+
* > 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.
|
|
7382
|
+
*
|
|
7383
|
+
* @param request DescribeServerCertificatesRequest
|
|
7384
|
+
* @return DescribeServerCertificatesResponse
|
|
7385
|
+
*/
|
|
5920
7386
|
describeServerCertificates(request: DescribeServerCertificatesRequest): Promise<DescribeServerCertificatesResponse>;
|
|
7387
|
+
/**
|
|
7388
|
+
* When you call this operation, take note of the following items:
|
|
7389
|
+
* * 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.
|
|
7390
|
+
* * The logical relationship among the specified conditions is AND. Only tags that match all the specified conditions are returned.
|
|
7391
|
+
* * If the Tagkey parameter is set and the Tagvalue parameter is not set, all tags that contain the specified tag key are returned.
|
|
7392
|
+
* * If you set the Tagvalue parameter in a request, you must also set the Tagkey parameter in the request.
|
|
7393
|
+
* * If you set both the Tagkey and Tagvalue parameters, only tags that contain the specified keys and values are returned.
|
|
7394
|
+
*
|
|
7395
|
+
* @param request DescribeTagsRequest
|
|
7396
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7397
|
+
* @return DescribeTagsResponse
|
|
7398
|
+
*/
|
|
5921
7399
|
describeTagsWithOptions(request: DescribeTagsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeTagsResponse>;
|
|
7400
|
+
/**
|
|
7401
|
+
* When you call this operation, take note of the following items:
|
|
7402
|
+
* * 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.
|
|
7403
|
+
* * The logical relationship among the specified conditions is AND. Only tags that match all the specified conditions are returned.
|
|
7404
|
+
* * If the Tagkey parameter is set and the Tagvalue parameter is not set, all tags that contain the specified tag key are returned.
|
|
7405
|
+
* * If you set the Tagvalue parameter in a request, you must also set the Tagkey parameter in the request.
|
|
7406
|
+
* * If you set both the Tagkey and Tagvalue parameters, only tags that contain the specified keys and values are returned.
|
|
7407
|
+
*
|
|
7408
|
+
* @param request DescribeTagsRequest
|
|
7409
|
+
* @return DescribeTagsResponse
|
|
7410
|
+
*/
|
|
5922
7411
|
describeTags(request: DescribeTagsRequest): Promise<DescribeTagsResponse>;
|
|
5923
7412
|
describeVServerGroupAttributeWithOptions(request: DescribeVServerGroupAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeVServerGroupAttributeResponse>;
|
|
5924
7413
|
describeVServerGroupAttribute(request: DescribeVServerGroupAttributeRequest): Promise<DescribeVServerGroupAttributeResponse>;
|
|
@@ -5926,43 +7415,188 @@ export default class Client extends OpenApi {
|
|
|
5926
7415
|
describeVServerGroups(request: DescribeVServerGroupsRequest): Promise<DescribeVServerGroupsResponse>;
|
|
5927
7416
|
describeZonesWithOptions(request: DescribeZonesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeZonesResponse>;
|
|
5928
7417
|
describeZones(request: DescribeZonesRequest): Promise<DescribeZonesResponse>;
|
|
7418
|
+
enableHighDefinationMonitorWithOptions(request: EnableHighDefinationMonitorRequest, runtime: $Util.RuntimeOptions): Promise<EnableHighDefinationMonitorResponse>;
|
|
7419
|
+
enableHighDefinationMonitor(request: EnableHighDefinationMonitorRequest): Promise<EnableHighDefinationMonitorResponse>;
|
|
5929
7420
|
listTLSCipherPoliciesWithOptions(request: ListTLSCipherPoliciesRequest, runtime: $Util.RuntimeOptions): Promise<ListTLSCipherPoliciesResponse>;
|
|
5930
7421
|
listTLSCipherPolicies(request: ListTLSCipherPoliciesRequest): Promise<ListTLSCipherPoliciesResponse>;
|
|
7422
|
+
/**
|
|
7423
|
+
* * 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.
|
|
7424
|
+
* * **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.
|
|
7425
|
+
* * If you set **Tag.N** and **ResourceId.N** to filter tags, **ResourceId.N** must match all specified key-value pairs.
|
|
7426
|
+
* * If you specify multiple key-value pairs, resources that contain these key-value pairs are returned.
|
|
7427
|
+
*
|
|
7428
|
+
* @param request ListTagResourcesRequest
|
|
7429
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7430
|
+
* @return ListTagResourcesResponse
|
|
7431
|
+
*/
|
|
5931
7432
|
listTagResourcesWithOptions(request: ListTagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<ListTagResourcesResponse>;
|
|
7433
|
+
/**
|
|
7434
|
+
* * 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.
|
|
7435
|
+
* * **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.
|
|
7436
|
+
* * If you set **Tag.N** and **ResourceId.N** to filter tags, **ResourceId.N** must match all specified key-value pairs.
|
|
7437
|
+
* * If you specify multiple key-value pairs, resources that contain these key-value pairs are returned.
|
|
7438
|
+
*
|
|
7439
|
+
* @param request ListTagResourcesRequest
|
|
7440
|
+
* @return ListTagResourcesResponse
|
|
7441
|
+
*/
|
|
5932
7442
|
listTagResources(request: ListTagResourcesRequest): Promise<ListTagResourcesResponse>;
|
|
7443
|
+
modifyHighDefinationMonitorWithOptions(request: ModifyHighDefinationMonitorRequest, runtime: $Util.RuntimeOptions): Promise<ModifyHighDefinationMonitorResponse>;
|
|
7444
|
+
modifyHighDefinationMonitor(request: ModifyHighDefinationMonitorRequest): Promise<ModifyHighDefinationMonitorResponse>;
|
|
7445
|
+
/**
|
|
7446
|
+
* > * 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.
|
|
7447
|
+
* >* This operation can change the metering method of only one instance at a time.
|
|
7448
|
+
*
|
|
7449
|
+
* @param request ModifyLoadBalancerInstanceChargeTypeRequest
|
|
7450
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7451
|
+
* @return ModifyLoadBalancerInstanceChargeTypeResponse
|
|
7452
|
+
*/
|
|
7453
|
+
modifyLoadBalancerInstanceChargeTypeWithOptions(request: ModifyLoadBalancerInstanceChargeTypeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyLoadBalancerInstanceChargeTypeResponse>;
|
|
7454
|
+
/**
|
|
7455
|
+
* > * 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.
|
|
7456
|
+
* >* This operation can change the metering method of only one instance at a time.
|
|
7457
|
+
*
|
|
7458
|
+
* @param request ModifyLoadBalancerInstanceChargeTypeRequest
|
|
7459
|
+
* @return ModifyLoadBalancerInstanceChargeTypeResponse
|
|
7460
|
+
*/
|
|
7461
|
+
modifyLoadBalancerInstanceChargeType(request: ModifyLoadBalancerInstanceChargeTypeRequest): Promise<ModifyLoadBalancerInstanceChargeTypeResponse>;
|
|
5933
7462
|
modifyLoadBalancerInstanceSpecWithOptions(request: ModifyLoadBalancerInstanceSpecRequest, runtime: $Util.RuntimeOptions): Promise<ModifyLoadBalancerInstanceSpecResponse>;
|
|
5934
7463
|
modifyLoadBalancerInstanceSpec(request: ModifyLoadBalancerInstanceSpecRequest): Promise<ModifyLoadBalancerInstanceSpecResponse>;
|
|
7464
|
+
/**
|
|
7465
|
+
* ## Description
|
|
7466
|
+
* * If you modify only the maximum bandwidth of a pay-by-bandwidth CLB instance, the new bandwidth immediately takes effect.
|
|
7467
|
+
* * 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.
|
|
7468
|
+
*
|
|
7469
|
+
* @param request ModifyLoadBalancerInternetSpecRequest
|
|
7470
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7471
|
+
* @return ModifyLoadBalancerInternetSpecResponse
|
|
7472
|
+
*/
|
|
5935
7473
|
modifyLoadBalancerInternetSpecWithOptions(request: ModifyLoadBalancerInternetSpecRequest, runtime: $Util.RuntimeOptions): Promise<ModifyLoadBalancerInternetSpecResponse>;
|
|
7474
|
+
/**
|
|
7475
|
+
* ## Description
|
|
7476
|
+
* * If you modify only the maximum bandwidth of a pay-by-bandwidth CLB instance, the new bandwidth immediately takes effect.
|
|
7477
|
+
* * 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.
|
|
7478
|
+
*
|
|
7479
|
+
* @param request ModifyLoadBalancerInternetSpecRequest
|
|
7480
|
+
* @return ModifyLoadBalancerInternetSpecResponse
|
|
7481
|
+
*/
|
|
5936
7482
|
modifyLoadBalancerInternetSpec(request: ModifyLoadBalancerInternetSpecRequest): Promise<ModifyLoadBalancerInternetSpecResponse>;
|
|
5937
7483
|
modifyLoadBalancerPayTypeWithOptions(request: ModifyLoadBalancerPayTypeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyLoadBalancerPayTypeResponse>;
|
|
5938
7484
|
modifyLoadBalancerPayType(request: ModifyLoadBalancerPayTypeRequest): Promise<ModifyLoadBalancerPayTypeResponse>;
|
|
7485
|
+
/**
|
|
7486
|
+
* 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](~~35217~~) operation.
|
|
7487
|
+
*
|
|
7488
|
+
* @param request ModifyVServerGroupBackendServersRequest
|
|
7489
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7490
|
+
* @return ModifyVServerGroupBackendServersResponse
|
|
7491
|
+
*/
|
|
5939
7492
|
modifyVServerGroupBackendServersWithOptions(request: ModifyVServerGroupBackendServersRequest, runtime: $Util.RuntimeOptions): Promise<ModifyVServerGroupBackendServersResponse>;
|
|
7493
|
+
/**
|
|
7494
|
+
* 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](~~35217~~) operation.
|
|
7495
|
+
*
|
|
7496
|
+
* @param request ModifyVServerGroupBackendServersRequest
|
|
7497
|
+
* @return ModifyVServerGroupBackendServersResponse
|
|
7498
|
+
*/
|
|
5940
7499
|
modifyVServerGroupBackendServers(request: ModifyVServerGroupBackendServersRequest): Promise<ModifyVServerGroupBackendServersResponse>;
|
|
7500
|
+
moveResourceGroupWithOptions(request: MoveResourceGroupRequest, runtime: $Util.RuntimeOptions): Promise<MoveResourceGroupResponse>;
|
|
7501
|
+
moveResourceGroup(request: MoveResourceGroupRequest): Promise<MoveResourceGroupResponse>;
|
|
5941
7502
|
removeAccessControlListEntryWithOptions(request: RemoveAccessControlListEntryRequest, runtime: $Util.RuntimeOptions): Promise<RemoveAccessControlListEntryResponse>;
|
|
5942
7503
|
removeAccessControlListEntry(request: RemoveAccessControlListEntryRequest): Promise<RemoveAccessControlListEntryResponse>;
|
|
7504
|
+
/**
|
|
7505
|
+
* > 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.
|
|
7506
|
+
*
|
|
7507
|
+
* @param request RemoveBackendServersRequest
|
|
7508
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7509
|
+
* @return RemoveBackendServersResponse
|
|
7510
|
+
*/
|
|
5943
7511
|
removeBackendServersWithOptions(request: RemoveBackendServersRequest, runtime: $Util.RuntimeOptions): Promise<RemoveBackendServersResponse>;
|
|
7512
|
+
/**
|
|
7513
|
+
* > 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.
|
|
7514
|
+
*
|
|
7515
|
+
* @param request RemoveBackendServersRequest
|
|
7516
|
+
* @return RemoveBackendServersResponse
|
|
7517
|
+
*/
|
|
5944
7518
|
removeBackendServers(request: RemoveBackendServersRequest): Promise<RemoveBackendServersResponse>;
|
|
5945
7519
|
removeListenerWhiteListItemWithOptions(request: RemoveListenerWhiteListItemRequest, runtime: $Util.RuntimeOptions): Promise<RemoveListenerWhiteListItemResponse>;
|
|
5946
7520
|
removeListenerWhiteListItem(request: RemoveListenerWhiteListItemRequest): Promise<RemoveListenerWhiteListItemResponse>;
|
|
5947
7521
|
removeTagsWithOptions(request: RemoveTagsRequest, runtime: $Util.RuntimeOptions): Promise<RemoveTagsResponse>;
|
|
5948
7522
|
removeTags(request: RemoveTagsRequest): Promise<RemoveTagsResponse>;
|
|
7523
|
+
/**
|
|
7524
|
+
* > 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.
|
|
7525
|
+
*
|
|
7526
|
+
* @param request RemoveVServerGroupBackendServersRequest
|
|
7527
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7528
|
+
* @return RemoveVServerGroupBackendServersResponse
|
|
7529
|
+
*/
|
|
5949
7530
|
removeVServerGroupBackendServersWithOptions(request: RemoveVServerGroupBackendServersRequest, runtime: $Util.RuntimeOptions): Promise<RemoveVServerGroupBackendServersResponse>;
|
|
7531
|
+
/**
|
|
7532
|
+
* > 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.
|
|
7533
|
+
*
|
|
7534
|
+
* @param request RemoveVServerGroupBackendServersRequest
|
|
7535
|
+
* @return RemoveVServerGroupBackendServersResponse
|
|
7536
|
+
*/
|
|
5950
7537
|
removeVServerGroupBackendServers(request: RemoveVServerGroupBackendServersRequest): Promise<RemoveVServerGroupBackendServersResponse>;
|
|
5951
7538
|
setAccessControlListAttributeWithOptions(request: SetAccessControlListAttributeRequest, runtime: $Util.RuntimeOptions): Promise<SetAccessControlListAttributeResponse>;
|
|
5952
7539
|
setAccessControlListAttribute(request: SetAccessControlListAttributeRequest): Promise<SetAccessControlListAttributeResponse>;
|
|
7540
|
+
setAccessLogsDownloadAttributeWithOptions(request: SetAccessLogsDownloadAttributeRequest, runtime: $Util.RuntimeOptions): Promise<SetAccessLogsDownloadAttributeResponse>;
|
|
7541
|
+
setAccessLogsDownloadAttribute(request: SetAccessLogsDownloadAttributeRequest): Promise<SetAccessLogsDownloadAttributeResponse>;
|
|
5953
7542
|
setBackendServersWithOptions(request: SetBackendServersRequest, runtime: $Util.RuntimeOptions): Promise<SetBackendServersResponse>;
|
|
5954
7543
|
setBackendServers(request: SetBackendServersRequest): Promise<SetBackendServersResponse>;
|
|
5955
7544
|
setCACertificateNameWithOptions(request: SetCACertificateNameRequest, runtime: $Util.RuntimeOptions): Promise<SetCACertificateNameResponse>;
|
|
5956
7545
|
setCACertificateName(request: SetCACertificateNameRequest): Promise<SetCACertificateNameResponse>;
|
|
7546
|
+
/**
|
|
7547
|
+
* > You cannot replace an additional certificate for a listener that is added to a shared-resource Server Load Balancer (SLB) instance.
|
|
7548
|
+
*
|
|
7549
|
+
* @param request SetDomainExtensionAttributeRequest
|
|
7550
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7551
|
+
* @return SetDomainExtensionAttributeResponse
|
|
7552
|
+
*/
|
|
5957
7553
|
setDomainExtensionAttributeWithOptions(request: SetDomainExtensionAttributeRequest, runtime: $Util.RuntimeOptions): Promise<SetDomainExtensionAttributeResponse>;
|
|
7554
|
+
/**
|
|
7555
|
+
* > You cannot replace an additional certificate for a listener that is added to a shared-resource Server Load Balancer (SLB) instance.
|
|
7556
|
+
*
|
|
7557
|
+
* @param request SetDomainExtensionAttributeRequest
|
|
7558
|
+
* @return SetDomainExtensionAttributeResponse
|
|
7559
|
+
*/
|
|
5958
7560
|
setDomainExtensionAttribute(request: SetDomainExtensionAttributeRequest): Promise<SetDomainExtensionAttributeResponse>;
|
|
5959
7561
|
setListenerAccessControlStatusWithOptions(request: SetListenerAccessControlStatusRequest, runtime: $Util.RuntimeOptions): Promise<SetListenerAccessControlStatusResponse>;
|
|
5960
7562
|
setListenerAccessControlStatus(request: SetListenerAccessControlStatusRequest): Promise<SetListenerAccessControlStatusResponse>;
|
|
5961
7563
|
setLoadBalancerDeleteProtectionWithOptions(request: SetLoadBalancerDeleteProtectionRequest, runtime: $Util.RuntimeOptions): Promise<SetLoadBalancerDeleteProtectionResponse>;
|
|
5962
7564
|
setLoadBalancerDeleteProtection(request: SetLoadBalancerDeleteProtectionRequest): Promise<SetLoadBalancerDeleteProtectionResponse>;
|
|
7565
|
+
/**
|
|
7566
|
+
* ### Prerequisites
|
|
7567
|
+
* * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](~~27577~~).
|
|
7568
|
+
* * An HTTP listener is created. For more information about how to create an HTTP listener, see [CreateLoadBalancerHTTPListener](~~27592~~).
|
|
7569
|
+
*
|
|
7570
|
+
* @param request SetLoadBalancerHTTPListenerAttributeRequest
|
|
7571
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7572
|
+
* @return SetLoadBalancerHTTPListenerAttributeResponse
|
|
7573
|
+
*/
|
|
5963
7574
|
setLoadBalancerHTTPListenerAttributeWithOptions(request: SetLoadBalancerHTTPListenerAttributeRequest, runtime: $Util.RuntimeOptions): Promise<SetLoadBalancerHTTPListenerAttributeResponse>;
|
|
7575
|
+
/**
|
|
7576
|
+
* ### Prerequisites
|
|
7577
|
+
* * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](~~27577~~).
|
|
7578
|
+
* * An HTTP listener is created. For more information about how to create an HTTP listener, see [CreateLoadBalancerHTTPListener](~~27592~~).
|
|
7579
|
+
*
|
|
7580
|
+
* @param request SetLoadBalancerHTTPListenerAttributeRequest
|
|
7581
|
+
* @return SetLoadBalancerHTTPListenerAttributeResponse
|
|
7582
|
+
*/
|
|
5964
7583
|
setLoadBalancerHTTPListenerAttribute(request: SetLoadBalancerHTTPListenerAttributeRequest): Promise<SetLoadBalancerHTTPListenerAttributeResponse>;
|
|
7584
|
+
/**
|
|
7585
|
+
* * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](~~27577~~).
|
|
7586
|
+
* * An HTTPS listener is created. For more information about how to create an HTTPS listener, see [CreateLoadBalancerHTTPSListener](~~27593~~).
|
|
7587
|
+
*
|
|
7588
|
+
* @param request SetLoadBalancerHTTPSListenerAttributeRequest
|
|
7589
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7590
|
+
* @return SetLoadBalancerHTTPSListenerAttributeResponse
|
|
7591
|
+
*/
|
|
5965
7592
|
setLoadBalancerHTTPSListenerAttributeWithOptions(request: SetLoadBalancerHTTPSListenerAttributeRequest, runtime: $Util.RuntimeOptions): Promise<SetLoadBalancerHTTPSListenerAttributeResponse>;
|
|
7593
|
+
/**
|
|
7594
|
+
* * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](~~27577~~).
|
|
7595
|
+
* * An HTTPS listener is created. For more information about how to create an HTTPS listener, see [CreateLoadBalancerHTTPSListener](~~27593~~).
|
|
7596
|
+
*
|
|
7597
|
+
* @param request SetLoadBalancerHTTPSListenerAttributeRequest
|
|
7598
|
+
* @return SetLoadBalancerHTTPSListenerAttributeResponse
|
|
7599
|
+
*/
|
|
5966
7600
|
setLoadBalancerHTTPSListenerAttribute(request: SetLoadBalancerHTTPSListenerAttributeRequest): Promise<SetLoadBalancerHTTPSListenerAttributeResponse>;
|
|
5967
7601
|
setLoadBalancerModificationProtectionWithOptions(request: SetLoadBalancerModificationProtectionRequest, runtime: $Util.RuntimeOptions): Promise<SetLoadBalancerModificationProtectionResponse>;
|
|
5968
7602
|
setLoadBalancerModificationProtection(request: SetLoadBalancerModificationProtectionRequest): Promise<SetLoadBalancerModificationProtectionResponse>;
|
|
@@ -5970,9 +7604,39 @@ export default class Client extends OpenApi {
|
|
|
5970
7604
|
setLoadBalancerName(request: SetLoadBalancerNameRequest): Promise<SetLoadBalancerNameResponse>;
|
|
5971
7605
|
setLoadBalancerStatusWithOptions(request: SetLoadBalancerStatusRequest, runtime: $Util.RuntimeOptions): Promise<SetLoadBalancerStatusResponse>;
|
|
5972
7606
|
setLoadBalancerStatus(request: SetLoadBalancerStatusRequest): Promise<SetLoadBalancerStatusResponse>;
|
|
7607
|
+
/**
|
|
7608
|
+
* * A CLB instance is created. For more information, see [CreateLoadBalancer](~~2401685~~).
|
|
7609
|
+
* * A TCP listener is created. For more information, see [CreateLoadBalancerTCPListener](~~CreateLoadBalancerTCPListener~~).
|
|
7610
|
+
*
|
|
7611
|
+
* @param request SetLoadBalancerTCPListenerAttributeRequest
|
|
7612
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7613
|
+
* @return SetLoadBalancerTCPListenerAttributeResponse
|
|
7614
|
+
*/
|
|
5973
7615
|
setLoadBalancerTCPListenerAttributeWithOptions(request: SetLoadBalancerTCPListenerAttributeRequest, runtime: $Util.RuntimeOptions): Promise<SetLoadBalancerTCPListenerAttributeResponse>;
|
|
7616
|
+
/**
|
|
7617
|
+
* * A CLB instance is created. For more information, see [CreateLoadBalancer](~~2401685~~).
|
|
7618
|
+
* * A TCP listener is created. For more information, see [CreateLoadBalancerTCPListener](~~CreateLoadBalancerTCPListener~~).
|
|
7619
|
+
*
|
|
7620
|
+
* @param request SetLoadBalancerTCPListenerAttributeRequest
|
|
7621
|
+
* @return SetLoadBalancerTCPListenerAttributeResponse
|
|
7622
|
+
*/
|
|
5974
7623
|
setLoadBalancerTCPListenerAttribute(request: SetLoadBalancerTCPListenerAttributeRequest): Promise<SetLoadBalancerTCPListenerAttributeResponse>;
|
|
7624
|
+
/**
|
|
7625
|
+
* * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](~~27577~~).
|
|
7626
|
+
* * A UDP listener is created. For more information, see [CreateLoadBalancerUDPListener](~~27595~~).
|
|
7627
|
+
*
|
|
7628
|
+
* @param request SetLoadBalancerUDPListenerAttributeRequest
|
|
7629
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7630
|
+
* @return SetLoadBalancerUDPListenerAttributeResponse
|
|
7631
|
+
*/
|
|
5975
7632
|
setLoadBalancerUDPListenerAttributeWithOptions(request: SetLoadBalancerUDPListenerAttributeRequest, runtime: $Util.RuntimeOptions): Promise<SetLoadBalancerUDPListenerAttributeResponse>;
|
|
7633
|
+
/**
|
|
7634
|
+
* * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](~~27577~~).
|
|
7635
|
+
* * A UDP listener is created. For more information, see [CreateLoadBalancerUDPListener](~~27595~~).
|
|
7636
|
+
*
|
|
7637
|
+
* @param request SetLoadBalancerUDPListenerAttributeRequest
|
|
7638
|
+
* @return SetLoadBalancerUDPListenerAttributeResponse
|
|
7639
|
+
*/
|
|
5976
7640
|
setLoadBalancerUDPListenerAttribute(request: SetLoadBalancerUDPListenerAttributeRequest): Promise<SetLoadBalancerUDPListenerAttributeResponse>;
|
|
5977
7641
|
setRuleWithOptions(request: SetRuleRequest, runtime: $Util.RuntimeOptions): Promise<SetRuleResponse>;
|
|
5978
7642
|
setRule(request: SetRuleRequest): Promise<SetRuleResponse>;
|
|
@@ -5980,18 +7644,114 @@ export default class Client extends OpenApi {
|
|
|
5980
7644
|
setServerCertificateName(request: SetServerCertificateNameRequest): Promise<SetServerCertificateNameResponse>;
|
|
5981
7645
|
setTLSCipherPolicyAttributeWithOptions(request: SetTLSCipherPolicyAttributeRequest, runtime: $Util.RuntimeOptions): Promise<SetTLSCipherPolicyAttributeResponse>;
|
|
5982
7646
|
setTLSCipherPolicyAttribute(request: SetTLSCipherPolicyAttributeRequest): Promise<SetTLSCipherPolicyAttributeResponse>;
|
|
7647
|
+
/**
|
|
7648
|
+
* This operation allows you to modify only the name of a vServer group and the weights of the backend servers in the vServer group.
|
|
7649
|
+
* * If you want to modify backend servers in a specified vServer group, call the [ModifyVServerGroupBackendServers](~~35220~~) operation.
|
|
7650
|
+
* * If you want to add backend servers to a specified vServer group, call the [AddVServerGroupBackendServers](~~35218~~) operation.
|
|
7651
|
+
*
|
|
7652
|
+
* @param request SetVServerGroupAttributeRequest
|
|
7653
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7654
|
+
* @return SetVServerGroupAttributeResponse
|
|
7655
|
+
*/
|
|
5983
7656
|
setVServerGroupAttributeWithOptions(request: SetVServerGroupAttributeRequest, runtime: $Util.RuntimeOptions): Promise<SetVServerGroupAttributeResponse>;
|
|
7657
|
+
/**
|
|
7658
|
+
* This operation allows you to modify only the name of a vServer group and the weights of the backend servers in the vServer group.
|
|
7659
|
+
* * If you want to modify backend servers in a specified vServer group, call the [ModifyVServerGroupBackendServers](~~35220~~) operation.
|
|
7660
|
+
* * If you want to add backend servers to a specified vServer group, call the [AddVServerGroupBackendServers](~~35218~~) operation.
|
|
7661
|
+
*
|
|
7662
|
+
* @param request SetVServerGroupAttributeRequest
|
|
7663
|
+
* @return SetVServerGroupAttributeResponse
|
|
7664
|
+
*/
|
|
5984
7665
|
setVServerGroupAttribute(request: SetVServerGroupAttributeRequest): Promise<SetVServerGroupAttributeResponse>;
|
|
7666
|
+
/**
|
|
7667
|
+
* When you call this operation, note the following items:
|
|
7668
|
+
* * You can call the operation only when the listener is in the Stopped state.
|
|
7669
|
+
* * After the operation is called, the status of the listener changes to Starting.
|
|
7670
|
+
* * You cannot call this operation when the SLB instance to which the listener is bound is in the Locked state.
|
|
7671
|
+
*
|
|
7672
|
+
* @param request StartLoadBalancerListenerRequest
|
|
7673
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7674
|
+
* @return StartLoadBalancerListenerResponse
|
|
7675
|
+
*/
|
|
5985
7676
|
startLoadBalancerListenerWithOptions(request: StartLoadBalancerListenerRequest, runtime: $Util.RuntimeOptions): Promise<StartLoadBalancerListenerResponse>;
|
|
7677
|
+
/**
|
|
7678
|
+
* When you call this operation, note the following items:
|
|
7679
|
+
* * You can call the operation only when the listener is in the Stopped state.
|
|
7680
|
+
* * After the operation is called, the status of the listener changes to Starting.
|
|
7681
|
+
* * You cannot call this operation when the SLB instance to which the listener is bound is in the Locked state.
|
|
7682
|
+
*
|
|
7683
|
+
* @param request StartLoadBalancerListenerRequest
|
|
7684
|
+
* @return StartLoadBalancerListenerResponse
|
|
7685
|
+
*/
|
|
5986
7686
|
startLoadBalancerListener(request: StartLoadBalancerListenerRequest): Promise<StartLoadBalancerListenerResponse>;
|
|
7687
|
+
/**
|
|
7688
|
+
* Before you make this API call, note the following:
|
|
7689
|
+
* * After the API call is successfully made, the listener enters the stopped state.
|
|
7690
|
+
* * 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.
|
|
7691
|
+
* > If you stop the listener, your services will be disrupted. Exercise caution when you perform this action.
|
|
7692
|
+
*
|
|
7693
|
+
* @param request StopLoadBalancerListenerRequest
|
|
7694
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7695
|
+
* @return StopLoadBalancerListenerResponse
|
|
7696
|
+
*/
|
|
5987
7697
|
stopLoadBalancerListenerWithOptions(request: StopLoadBalancerListenerRequest, runtime: $Util.RuntimeOptions): Promise<StopLoadBalancerListenerResponse>;
|
|
7698
|
+
/**
|
|
7699
|
+
* Before you make this API call, note the following:
|
|
7700
|
+
* * After the API call is successfully made, the listener enters the stopped state.
|
|
7701
|
+
* * 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.
|
|
7702
|
+
* > If you stop the listener, your services will be disrupted. Exercise caution when you perform this action.
|
|
7703
|
+
*
|
|
7704
|
+
* @param request StopLoadBalancerListenerRequest
|
|
7705
|
+
* @return StopLoadBalancerListenerResponse
|
|
7706
|
+
*/
|
|
5988
7707
|
stopLoadBalancerListener(request: StopLoadBalancerListenerRequest): Promise<StopLoadBalancerListenerResponse>;
|
|
7708
|
+
/**
|
|
7709
|
+
* > 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.
|
|
7710
|
+
*
|
|
7711
|
+
* @param request TagResourcesRequest
|
|
7712
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7713
|
+
* @return TagResourcesResponse
|
|
7714
|
+
*/
|
|
5989
7715
|
tagResourcesWithOptions(request: TagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<TagResourcesResponse>;
|
|
7716
|
+
/**
|
|
7717
|
+
* > 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.
|
|
7718
|
+
*
|
|
7719
|
+
* @param request TagResourcesRequest
|
|
7720
|
+
* @return TagResourcesResponse
|
|
7721
|
+
*/
|
|
5990
7722
|
tagResources(request: TagResourcesRequest): Promise<TagResourcesResponse>;
|
|
5991
7723
|
untagResourcesWithOptions(request: UntagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<UntagResourcesResponse>;
|
|
5992
7724
|
untagResources(request: UntagResourcesRequest): Promise<UntagResourcesResponse>;
|
|
7725
|
+
/**
|
|
7726
|
+
* You can upload only one CA certificate at a time. After a CA certificate is uploaded, the certificate ID, name, and fingerprint are returned.
|
|
7727
|
+
*
|
|
7728
|
+
* @param request UploadCACertificateRequest
|
|
7729
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7730
|
+
* @return UploadCACertificateResponse
|
|
7731
|
+
*/
|
|
5993
7732
|
uploadCACertificateWithOptions(request: UploadCACertificateRequest, runtime: $Util.RuntimeOptions): Promise<UploadCACertificateResponse>;
|
|
7733
|
+
/**
|
|
7734
|
+
* You can upload only one CA certificate at a time. After a CA certificate is uploaded, the certificate ID, name, and fingerprint are returned.
|
|
7735
|
+
*
|
|
7736
|
+
* @param request UploadCACertificateRequest
|
|
7737
|
+
* @return UploadCACertificateResponse
|
|
7738
|
+
*/
|
|
5994
7739
|
uploadCACertificate(request: UploadCACertificateRequest): Promise<UploadCACertificateResponse>;
|
|
7740
|
+
/**
|
|
7741
|
+
* * You can upload only one server certificate and its private key in each call.
|
|
7742
|
+
* * 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.
|
|
7743
|
+
*
|
|
7744
|
+
* @param request UploadServerCertificateRequest
|
|
7745
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7746
|
+
* @return UploadServerCertificateResponse
|
|
7747
|
+
*/
|
|
5995
7748
|
uploadServerCertificateWithOptions(request: UploadServerCertificateRequest, runtime: $Util.RuntimeOptions): Promise<UploadServerCertificateResponse>;
|
|
7749
|
+
/**
|
|
7750
|
+
* * You can upload only one server certificate and its private key in each call.
|
|
7751
|
+
* * 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.
|
|
7752
|
+
*
|
|
7753
|
+
* @param request UploadServerCertificateRequest
|
|
7754
|
+
* @return UploadServerCertificateResponse
|
|
7755
|
+
*/
|
|
5996
7756
|
uploadServerCertificate(request: UploadServerCertificateRequest): Promise<UploadServerCertificateResponse>;
|
|
5997
7757
|
}
|