@alicloud/slb20140515 2.0.3 → 2.0.5
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 +1881 -96
- package/dist/client.js +2918 -102
- package/dist/client.js.map +1 -1
- package/package.json +5 -5
- package/src/client.ts +3745 -318
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,11 +447,14 @@ 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;
|
|
454
|
+
XForwardedFor_ClientSrcPort?: string;
|
|
442
455
|
XForwardedFor_SLBID?: string;
|
|
443
456
|
XForwardedFor_SLBIP?: string;
|
|
457
|
+
XForwardedFor_SLBPORT?: string;
|
|
444
458
|
XForwardedFor_proto?: string;
|
|
445
459
|
static names(): {
|
|
446
460
|
[key: string]: string;
|
|
@@ -468,6 +482,7 @@ export declare class CreateLoadBalancerHTTPListenerResponse extends $tea.Model {
|
|
|
468
482
|
headers: {
|
|
469
483
|
[key: string]: string;
|
|
470
484
|
};
|
|
485
|
+
statusCode: number;
|
|
471
486
|
body: CreateLoadBalancerHTTPListenerResponseBody;
|
|
472
487
|
static names(): {
|
|
473
488
|
[key: string]: string;
|
|
@@ -514,11 +529,14 @@ export declare class CreateLoadBalancerHTTPSListenerRequest extends $tea.Model {
|
|
|
514
529
|
stickySession?: string;
|
|
515
530
|
stickySessionType?: string;
|
|
516
531
|
TLSCipherPolicy?: string;
|
|
532
|
+
tag?: CreateLoadBalancerHTTPSListenerRequestTag[];
|
|
517
533
|
unhealthyThreshold?: number;
|
|
518
534
|
VServerGroupId?: string;
|
|
519
535
|
XForwardedFor?: string;
|
|
536
|
+
XForwardedFor_ClientSrcPort?: string;
|
|
520
537
|
XForwardedFor_SLBID?: string;
|
|
521
538
|
XForwardedFor_SLBIP?: string;
|
|
539
|
+
XForwardedFor_SLBPORT?: string;
|
|
522
540
|
XForwardedFor_proto?: string;
|
|
523
541
|
static names(): {
|
|
524
542
|
[key: string]: string;
|
|
@@ -546,6 +564,7 @@ export declare class CreateLoadBalancerHTTPSListenerResponse extends $tea.Model
|
|
|
546
564
|
headers: {
|
|
547
565
|
[key: string]: string;
|
|
548
566
|
};
|
|
567
|
+
statusCode: number;
|
|
549
568
|
body: CreateLoadBalancerHTTPSListenerResponseBody;
|
|
550
569
|
static names(): {
|
|
551
570
|
[key: string]: string;
|
|
@@ -571,6 +590,7 @@ export declare class CreateLoadBalancerTCPListenerRequest extends $tea.Model {
|
|
|
571
590
|
healthCheckConnectTimeout?: number;
|
|
572
591
|
healthCheckDomain?: string;
|
|
573
592
|
healthCheckHttpCode?: string;
|
|
593
|
+
healthCheckSwitch?: string;
|
|
574
594
|
healthCheckType?: string;
|
|
575
595
|
healthCheckURI?: string;
|
|
576
596
|
healthyThreshold?: number;
|
|
@@ -580,10 +600,12 @@ export declare class CreateLoadBalancerTCPListenerRequest extends $tea.Model {
|
|
|
580
600
|
ownerAccount?: string;
|
|
581
601
|
ownerId?: number;
|
|
582
602
|
persistenceTimeout?: number;
|
|
603
|
+
proxyProtocolV2Enabled?: boolean;
|
|
583
604
|
regionId?: string;
|
|
584
605
|
resourceOwnerAccount?: string;
|
|
585
606
|
resourceOwnerId?: number;
|
|
586
607
|
scheduler?: string;
|
|
608
|
+
tag?: CreateLoadBalancerTCPListenerRequestTag[];
|
|
587
609
|
unhealthyThreshold?: number;
|
|
588
610
|
VServerGroupId?: string;
|
|
589
611
|
healthCheckInterval?: number;
|
|
@@ -613,6 +635,7 @@ export declare class CreateLoadBalancerTCPListenerResponse extends $tea.Model {
|
|
|
613
635
|
headers: {
|
|
614
636
|
[key: string]: string;
|
|
615
637
|
};
|
|
638
|
+
statusCode: number;
|
|
616
639
|
body: CreateLoadBalancerTCPListenerResponseBody;
|
|
617
640
|
static names(): {
|
|
618
641
|
[key: string]: string;
|
|
@@ -633,16 +656,19 @@ export declare class CreateLoadBalancerUDPListenerRequest extends $tea.Model {
|
|
|
633
656
|
description?: string;
|
|
634
657
|
healthCheckConnectPort?: number;
|
|
635
658
|
healthCheckConnectTimeout?: number;
|
|
659
|
+
healthCheckSwitch?: string;
|
|
636
660
|
healthyThreshold?: number;
|
|
637
661
|
listenerPort?: number;
|
|
638
662
|
loadBalancerId?: string;
|
|
639
663
|
masterSlaveServerGroupId?: string;
|
|
640
664
|
ownerAccount?: string;
|
|
641
665
|
ownerId?: number;
|
|
666
|
+
proxyProtocolV2Enabled?: boolean;
|
|
642
667
|
regionId?: string;
|
|
643
668
|
resourceOwnerAccount?: string;
|
|
644
669
|
resourceOwnerId?: number;
|
|
645
670
|
scheduler?: string;
|
|
671
|
+
tag?: CreateLoadBalancerUDPListenerRequestTag[];
|
|
646
672
|
unhealthyThreshold?: number;
|
|
647
673
|
VServerGroupId?: string;
|
|
648
674
|
healthCheckExp?: string;
|
|
@@ -674,6 +700,7 @@ export declare class CreateLoadBalancerUDPListenerResponse extends $tea.Model {
|
|
|
674
700
|
headers: {
|
|
675
701
|
[key: string]: string;
|
|
676
702
|
};
|
|
703
|
+
statusCode: number;
|
|
677
704
|
body: CreateLoadBalancerUDPListenerResponseBody;
|
|
678
705
|
static names(): {
|
|
679
706
|
[key: string]: string;
|
|
@@ -694,6 +721,7 @@ export declare class CreateMasterSlaveServerGroupRequest extends $tea.Model {
|
|
|
694
721
|
regionId?: string;
|
|
695
722
|
resourceOwnerAccount?: string;
|
|
696
723
|
resourceOwnerId?: number;
|
|
724
|
+
tag?: CreateMasterSlaveServerGroupRequestTag[];
|
|
697
725
|
static names(): {
|
|
698
726
|
[key: string]: string;
|
|
699
727
|
};
|
|
@@ -722,6 +750,7 @@ export declare class CreateMasterSlaveServerGroupResponse extends $tea.Model {
|
|
|
722
750
|
headers: {
|
|
723
751
|
[key: string]: string;
|
|
724
752
|
};
|
|
753
|
+
statusCode: number;
|
|
725
754
|
body: CreateMasterSlaveServerGroupResponseBody;
|
|
726
755
|
static names(): {
|
|
727
756
|
[key: string]: string;
|
|
@@ -770,6 +799,7 @@ export declare class CreateRulesResponse extends $tea.Model {
|
|
|
770
799
|
headers: {
|
|
771
800
|
[key: string]: string;
|
|
772
801
|
};
|
|
802
|
+
statusCode: number;
|
|
773
803
|
body: CreateRulesResponseBody;
|
|
774
804
|
static names(): {
|
|
775
805
|
[key: string]: string;
|
|
@@ -817,6 +847,7 @@ export declare class CreateTLSCipherPolicyResponse extends $tea.Model {
|
|
|
817
847
|
headers: {
|
|
818
848
|
[key: string]: string;
|
|
819
849
|
};
|
|
850
|
+
statusCode: number;
|
|
820
851
|
body: CreateTLSCipherPolicyResponseBody;
|
|
821
852
|
static names(): {
|
|
822
853
|
[key: string]: string;
|
|
@@ -836,6 +867,7 @@ export declare class CreateVServerGroupRequest extends $tea.Model {
|
|
|
836
867
|
regionId?: string;
|
|
837
868
|
resourceOwnerAccount?: string;
|
|
838
869
|
resourceOwnerId?: number;
|
|
870
|
+
tag?: CreateVServerGroupRequestTag[];
|
|
839
871
|
VServerGroupName?: string;
|
|
840
872
|
static names(): {
|
|
841
873
|
[key: string]: string;
|
|
@@ -865,6 +897,7 @@ export declare class CreateVServerGroupResponse extends $tea.Model {
|
|
|
865
897
|
headers: {
|
|
866
898
|
[key: string]: string;
|
|
867
899
|
};
|
|
900
|
+
statusCode: number;
|
|
868
901
|
body: CreateVServerGroupResponseBody;
|
|
869
902
|
static names(): {
|
|
870
903
|
[key: string]: string;
|
|
@@ -909,6 +942,7 @@ export declare class DeleteAccessControlListResponse extends $tea.Model {
|
|
|
909
942
|
headers: {
|
|
910
943
|
[key: string]: string;
|
|
911
944
|
};
|
|
945
|
+
statusCode: number;
|
|
912
946
|
body: DeleteAccessControlListResponseBody;
|
|
913
947
|
static names(): {
|
|
914
948
|
[key: string]: string;
|
|
@@ -920,6 +954,53 @@ export declare class DeleteAccessControlListResponse extends $tea.Model {
|
|
|
920
954
|
[key: string]: any;
|
|
921
955
|
});
|
|
922
956
|
}
|
|
957
|
+
export declare class DeleteAccessLogsDownloadAttributeRequest extends $tea.Model {
|
|
958
|
+
loadBalancerId?: string;
|
|
959
|
+
logsDownloadAttributes?: string;
|
|
960
|
+
ownerAccount?: string;
|
|
961
|
+
ownerId?: number;
|
|
962
|
+
regionId?: string;
|
|
963
|
+
resourceOwnerAccount?: string;
|
|
964
|
+
resourceOwnerId?: number;
|
|
965
|
+
tags?: string;
|
|
966
|
+
static names(): {
|
|
967
|
+
[key: string]: string;
|
|
968
|
+
};
|
|
969
|
+
static types(): {
|
|
970
|
+
[key: string]: any;
|
|
971
|
+
};
|
|
972
|
+
constructor(map?: {
|
|
973
|
+
[key: string]: any;
|
|
974
|
+
});
|
|
975
|
+
}
|
|
976
|
+
export declare class DeleteAccessLogsDownloadAttributeResponseBody extends $tea.Model {
|
|
977
|
+
requestId?: string;
|
|
978
|
+
static names(): {
|
|
979
|
+
[key: string]: string;
|
|
980
|
+
};
|
|
981
|
+
static types(): {
|
|
982
|
+
[key: string]: any;
|
|
983
|
+
};
|
|
984
|
+
constructor(map?: {
|
|
985
|
+
[key: string]: any;
|
|
986
|
+
});
|
|
987
|
+
}
|
|
988
|
+
export declare class DeleteAccessLogsDownloadAttributeResponse extends $tea.Model {
|
|
989
|
+
headers: {
|
|
990
|
+
[key: string]: string;
|
|
991
|
+
};
|
|
992
|
+
statusCode: number;
|
|
993
|
+
body: DeleteAccessLogsDownloadAttributeResponseBody;
|
|
994
|
+
static names(): {
|
|
995
|
+
[key: string]: string;
|
|
996
|
+
};
|
|
997
|
+
static types(): {
|
|
998
|
+
[key: string]: any;
|
|
999
|
+
};
|
|
1000
|
+
constructor(map?: {
|
|
1001
|
+
[key: string]: any;
|
|
1002
|
+
});
|
|
1003
|
+
}
|
|
923
1004
|
export declare class DeleteCACertificateRequest extends $tea.Model {
|
|
924
1005
|
CACertificateId?: string;
|
|
925
1006
|
ownerAccount?: string;
|
|
@@ -953,6 +1034,7 @@ export declare class DeleteCACertificateResponse extends $tea.Model {
|
|
|
953
1034
|
headers: {
|
|
954
1035
|
[key: string]: string;
|
|
955
1036
|
};
|
|
1037
|
+
statusCode: number;
|
|
956
1038
|
body: DeleteCACertificateResponseBody;
|
|
957
1039
|
static names(): {
|
|
958
1040
|
[key: string]: string;
|
|
@@ -997,6 +1079,7 @@ export declare class DeleteDomainExtensionResponse extends $tea.Model {
|
|
|
997
1079
|
headers: {
|
|
998
1080
|
[key: string]: string;
|
|
999
1081
|
};
|
|
1082
|
+
statusCode: number;
|
|
1000
1083
|
body: DeleteDomainExtensionResponseBody;
|
|
1001
1084
|
static names(): {
|
|
1002
1085
|
[key: string]: string;
|
|
@@ -1041,6 +1124,7 @@ export declare class DeleteLoadBalancerResponse extends $tea.Model {
|
|
|
1041
1124
|
headers: {
|
|
1042
1125
|
[key: string]: string;
|
|
1043
1126
|
};
|
|
1127
|
+
statusCode: number;
|
|
1044
1128
|
body: DeleteLoadBalancerResponseBody;
|
|
1045
1129
|
static names(): {
|
|
1046
1130
|
[key: string]: string;
|
|
@@ -1087,6 +1171,7 @@ export declare class DeleteLoadBalancerListenerResponse extends $tea.Model {
|
|
|
1087
1171
|
headers: {
|
|
1088
1172
|
[key: string]: string;
|
|
1089
1173
|
};
|
|
1174
|
+
statusCode: number;
|
|
1090
1175
|
body: DeleteLoadBalancerListenerResponseBody;
|
|
1091
1176
|
static names(): {
|
|
1092
1177
|
[key: string]: string;
|
|
@@ -1131,6 +1216,7 @@ export declare class DeleteMasterSlaveServerGroupResponse extends $tea.Model {
|
|
|
1131
1216
|
headers: {
|
|
1132
1217
|
[key: string]: string;
|
|
1133
1218
|
};
|
|
1219
|
+
statusCode: number;
|
|
1134
1220
|
body: DeleteMasterSlaveServerGroupResponseBody;
|
|
1135
1221
|
static names(): {
|
|
1136
1222
|
[key: string]: string;
|
|
@@ -1175,6 +1261,7 @@ export declare class DeleteRulesResponse extends $tea.Model {
|
|
|
1175
1261
|
headers: {
|
|
1176
1262
|
[key: string]: string;
|
|
1177
1263
|
};
|
|
1264
|
+
statusCode: number;
|
|
1178
1265
|
body: DeleteRulesResponseBody;
|
|
1179
1266
|
static names(): {
|
|
1180
1267
|
[key: string]: string;
|
|
@@ -1219,6 +1306,7 @@ export declare class DeleteServerCertificateResponse extends $tea.Model {
|
|
|
1219
1306
|
headers: {
|
|
1220
1307
|
[key: string]: string;
|
|
1221
1308
|
};
|
|
1309
|
+
statusCode: number;
|
|
1222
1310
|
body: DeleteServerCertificateResponseBody;
|
|
1223
1311
|
static names(): {
|
|
1224
1312
|
[key: string]: string;
|
|
@@ -1263,6 +1351,7 @@ export declare class DeleteTLSCipherPolicyResponse extends $tea.Model {
|
|
|
1263
1351
|
headers: {
|
|
1264
1352
|
[key: string]: string;
|
|
1265
1353
|
};
|
|
1354
|
+
statusCode: number;
|
|
1266
1355
|
body: DeleteTLSCipherPolicyResponseBody;
|
|
1267
1356
|
static names(): {
|
|
1268
1357
|
[key: string]: string;
|
|
@@ -1307,6 +1396,7 @@ export declare class DeleteVServerGroupResponse extends $tea.Model {
|
|
|
1307
1396
|
headers: {
|
|
1308
1397
|
[key: string]: string;
|
|
1309
1398
|
};
|
|
1399
|
+
statusCode: number;
|
|
1310
1400
|
body: DeleteVServerGroupResponseBody;
|
|
1311
1401
|
static names(): {
|
|
1312
1402
|
[key: string]: string;
|
|
@@ -1323,6 +1413,8 @@ export declare class DescribeAccessControlListAttributeRequest extends $tea.Mode
|
|
|
1323
1413
|
aclId?: string;
|
|
1324
1414
|
ownerAccount?: string;
|
|
1325
1415
|
ownerId?: number;
|
|
1416
|
+
page?: number;
|
|
1417
|
+
pageSize?: number;
|
|
1326
1418
|
regionId?: string;
|
|
1327
1419
|
resourceOwnerAccount?: string;
|
|
1328
1420
|
resourceOwnerId?: number;
|
|
@@ -1341,9 +1433,12 @@ export declare class DescribeAccessControlListAttributeResponseBody extends $tea
|
|
|
1341
1433
|
aclId?: string;
|
|
1342
1434
|
aclName?: string;
|
|
1343
1435
|
addressIPVersion?: string;
|
|
1436
|
+
createTime?: string;
|
|
1344
1437
|
relatedListeners?: DescribeAccessControlListAttributeResponseBodyRelatedListeners;
|
|
1345
1438
|
requestId?: string;
|
|
1346
1439
|
resourceGroupId?: string;
|
|
1440
|
+
tags?: DescribeAccessControlListAttributeResponseBodyTags;
|
|
1441
|
+
totalAclEntry?: number;
|
|
1347
1442
|
static names(): {
|
|
1348
1443
|
[key: string]: string;
|
|
1349
1444
|
};
|
|
@@ -1358,6 +1453,7 @@ export declare class DescribeAccessControlListAttributeResponse extends $tea.Mod
|
|
|
1358
1453
|
headers: {
|
|
1359
1454
|
[key: string]: string;
|
|
1360
1455
|
};
|
|
1456
|
+
statusCode: number;
|
|
1361
1457
|
body: DescribeAccessControlListAttributeResponseBody;
|
|
1362
1458
|
static names(): {
|
|
1363
1459
|
[key: string]: string;
|
|
@@ -1380,6 +1476,7 @@ export declare class DescribeAccessControlListsRequest extends $tea.Model {
|
|
|
1380
1476
|
resourceGroupId?: string;
|
|
1381
1477
|
resourceOwnerAccount?: string;
|
|
1382
1478
|
resourceOwnerId?: number;
|
|
1479
|
+
tag?: DescribeAccessControlListsRequestTag[];
|
|
1383
1480
|
static names(): {
|
|
1384
1481
|
[key: string]: string;
|
|
1385
1482
|
};
|
|
@@ -1411,6 +1508,7 @@ export declare class DescribeAccessControlListsResponse extends $tea.Model {
|
|
|
1411
1508
|
headers: {
|
|
1412
1509
|
[key: string]: string;
|
|
1413
1510
|
};
|
|
1511
|
+
statusCode: number;
|
|
1414
1512
|
body: DescribeAccessControlListsResponseBody;
|
|
1415
1513
|
static names(): {
|
|
1416
1514
|
[key: string]: string;
|
|
@@ -1422,6 +1520,59 @@ export declare class DescribeAccessControlListsResponse extends $tea.Model {
|
|
|
1422
1520
|
[key: string]: any;
|
|
1423
1521
|
});
|
|
1424
1522
|
}
|
|
1523
|
+
export declare class DescribeAccessLogsDownloadAttributeRequest extends $tea.Model {
|
|
1524
|
+
loadBalancerId?: string;
|
|
1525
|
+
logType?: string;
|
|
1526
|
+
ownerAccount?: string;
|
|
1527
|
+
ownerId?: number;
|
|
1528
|
+
pageNumber?: number;
|
|
1529
|
+
pageSize?: number;
|
|
1530
|
+
regionId?: string;
|
|
1531
|
+
resourceOwnerAccount?: string;
|
|
1532
|
+
resourceOwnerId?: number;
|
|
1533
|
+
tags?: string;
|
|
1534
|
+
static names(): {
|
|
1535
|
+
[key: string]: string;
|
|
1536
|
+
};
|
|
1537
|
+
static types(): {
|
|
1538
|
+
[key: string]: any;
|
|
1539
|
+
};
|
|
1540
|
+
constructor(map?: {
|
|
1541
|
+
[key: string]: any;
|
|
1542
|
+
});
|
|
1543
|
+
}
|
|
1544
|
+
export declare class DescribeAccessLogsDownloadAttributeResponseBody extends $tea.Model {
|
|
1545
|
+
logsDownloadAttributes?: DescribeAccessLogsDownloadAttributeResponseBodyLogsDownloadAttributes;
|
|
1546
|
+
pageNumber?: number;
|
|
1547
|
+
pageSize?: number;
|
|
1548
|
+
requestId?: string;
|
|
1549
|
+
totalCount?: number;
|
|
1550
|
+
static names(): {
|
|
1551
|
+
[key: string]: string;
|
|
1552
|
+
};
|
|
1553
|
+
static types(): {
|
|
1554
|
+
[key: string]: any;
|
|
1555
|
+
};
|
|
1556
|
+
constructor(map?: {
|
|
1557
|
+
[key: string]: any;
|
|
1558
|
+
});
|
|
1559
|
+
}
|
|
1560
|
+
export declare class DescribeAccessLogsDownloadAttributeResponse extends $tea.Model {
|
|
1561
|
+
headers: {
|
|
1562
|
+
[key: string]: string;
|
|
1563
|
+
};
|
|
1564
|
+
statusCode: number;
|
|
1565
|
+
body: DescribeAccessLogsDownloadAttributeResponseBody;
|
|
1566
|
+
static names(): {
|
|
1567
|
+
[key: string]: string;
|
|
1568
|
+
};
|
|
1569
|
+
static types(): {
|
|
1570
|
+
[key: string]: any;
|
|
1571
|
+
};
|
|
1572
|
+
constructor(map?: {
|
|
1573
|
+
[key: string]: any;
|
|
1574
|
+
});
|
|
1575
|
+
}
|
|
1425
1576
|
export declare class DescribeAvailableResourceRequest extends $tea.Model {
|
|
1426
1577
|
addressIPVersion?: string;
|
|
1427
1578
|
addressType?: string;
|
|
@@ -1457,6 +1608,7 @@ export declare class DescribeAvailableResourceResponse extends $tea.Model {
|
|
|
1457
1608
|
headers: {
|
|
1458
1609
|
[key: string]: string;
|
|
1459
1610
|
};
|
|
1611
|
+
statusCode: number;
|
|
1460
1612
|
body: DescribeAvailableResourceResponseBody;
|
|
1461
1613
|
static names(): {
|
|
1462
1614
|
[key: string]: string;
|
|
@@ -1476,6 +1628,7 @@ export declare class DescribeCACertificatesRequest extends $tea.Model {
|
|
|
1476
1628
|
resourceGroupId?: string;
|
|
1477
1629
|
resourceOwnerAccount?: string;
|
|
1478
1630
|
resourceOwnerId?: number;
|
|
1631
|
+
tag?: DescribeCACertificatesRequestTag[];
|
|
1479
1632
|
static names(): {
|
|
1480
1633
|
[key: string]: string;
|
|
1481
1634
|
};
|
|
@@ -1503,6 +1656,7 @@ export declare class DescribeCACertificatesResponse extends $tea.Model {
|
|
|
1503
1656
|
headers: {
|
|
1504
1657
|
[key: string]: string;
|
|
1505
1658
|
};
|
|
1659
|
+
statusCode: number;
|
|
1506
1660
|
body: DescribeCACertificatesResponseBody;
|
|
1507
1661
|
static names(): {
|
|
1508
1662
|
[key: string]: string;
|
|
@@ -1552,6 +1706,7 @@ export declare class DescribeDomainExtensionAttributeResponse extends $tea.Model
|
|
|
1552
1706
|
headers: {
|
|
1553
1707
|
[key: string]: string;
|
|
1554
1708
|
};
|
|
1709
|
+
statusCode: number;
|
|
1555
1710
|
body: DescribeDomainExtensionAttributeResponseBody;
|
|
1556
1711
|
static names(): {
|
|
1557
1712
|
[key: string]: string;
|
|
@@ -1599,6 +1754,7 @@ export declare class DescribeDomainExtensionsResponse extends $tea.Model {
|
|
|
1599
1754
|
headers: {
|
|
1600
1755
|
[key: string]: string;
|
|
1601
1756
|
};
|
|
1757
|
+
statusCode: number;
|
|
1602
1758
|
body: DescribeDomainExtensionsResponseBody;
|
|
1603
1759
|
static names(): {
|
|
1604
1760
|
[key: string]: string;
|
|
@@ -1646,6 +1802,7 @@ export declare class DescribeHealthStatusResponse extends $tea.Model {
|
|
|
1646
1802
|
headers: {
|
|
1647
1803
|
[key: string]: string;
|
|
1648
1804
|
};
|
|
1805
|
+
statusCode: number;
|
|
1649
1806
|
body: DescribeHealthStatusResponseBody;
|
|
1650
1807
|
static names(): {
|
|
1651
1808
|
[key: string]: string;
|
|
@@ -1657,6 +1814,54 @@ export declare class DescribeHealthStatusResponse extends $tea.Model {
|
|
|
1657
1814
|
[key: string]: any;
|
|
1658
1815
|
});
|
|
1659
1816
|
}
|
|
1817
|
+
export declare class DescribeHighDefinationMonitorRequest extends $tea.Model {
|
|
1818
|
+
ownerAccount?: string;
|
|
1819
|
+
ownerId?: number;
|
|
1820
|
+
regionId?: string;
|
|
1821
|
+
resourceOwnerAccount?: string;
|
|
1822
|
+
resourceOwnerId?: number;
|
|
1823
|
+
tags?: string;
|
|
1824
|
+
static names(): {
|
|
1825
|
+
[key: string]: string;
|
|
1826
|
+
};
|
|
1827
|
+
static types(): {
|
|
1828
|
+
[key: string]: any;
|
|
1829
|
+
};
|
|
1830
|
+
constructor(map?: {
|
|
1831
|
+
[key: string]: any;
|
|
1832
|
+
});
|
|
1833
|
+
}
|
|
1834
|
+
export declare class DescribeHighDefinationMonitorResponseBody extends $tea.Model {
|
|
1835
|
+
logProject?: string;
|
|
1836
|
+
logStore?: string;
|
|
1837
|
+
requestId?: string;
|
|
1838
|
+
success?: string;
|
|
1839
|
+
static names(): {
|
|
1840
|
+
[key: string]: string;
|
|
1841
|
+
};
|
|
1842
|
+
static types(): {
|
|
1843
|
+
[key: string]: any;
|
|
1844
|
+
};
|
|
1845
|
+
constructor(map?: {
|
|
1846
|
+
[key: string]: any;
|
|
1847
|
+
});
|
|
1848
|
+
}
|
|
1849
|
+
export declare class DescribeHighDefinationMonitorResponse extends $tea.Model {
|
|
1850
|
+
headers: {
|
|
1851
|
+
[key: string]: string;
|
|
1852
|
+
};
|
|
1853
|
+
statusCode: number;
|
|
1854
|
+
body: DescribeHighDefinationMonitorResponseBody;
|
|
1855
|
+
static names(): {
|
|
1856
|
+
[key: string]: string;
|
|
1857
|
+
};
|
|
1858
|
+
static types(): {
|
|
1859
|
+
[key: string]: any;
|
|
1860
|
+
};
|
|
1861
|
+
constructor(map?: {
|
|
1862
|
+
[key: string]: any;
|
|
1863
|
+
});
|
|
1864
|
+
}
|
|
1660
1865
|
export declare class DescribeListenerAccessControlAttributeRequest extends $tea.Model {
|
|
1661
1866
|
listenerPort?: number;
|
|
1662
1867
|
listenerProtocol?: string;
|
|
@@ -1694,6 +1899,7 @@ export declare class DescribeListenerAccessControlAttributeResponse extends $tea
|
|
|
1694
1899
|
headers: {
|
|
1695
1900
|
[key: string]: string;
|
|
1696
1901
|
};
|
|
1902
|
+
statusCode: number;
|
|
1697
1903
|
body: DescribeListenerAccessControlAttributeResponseBody;
|
|
1698
1904
|
static names(): {
|
|
1699
1905
|
[key: string]: string;
|
|
@@ -1734,6 +1940,7 @@ export declare class DescribeLoadBalancerAttributeResponseBody extends $tea.Mode
|
|
|
1734
1940
|
deleteProtection?: string;
|
|
1735
1941
|
endTime?: string;
|
|
1736
1942
|
endTimeStamp?: number;
|
|
1943
|
+
instanceChargeType?: string;
|
|
1737
1944
|
internetChargeType?: string;
|
|
1738
1945
|
listenerPorts?: DescribeLoadBalancerAttributeResponseBodyListenerPorts;
|
|
1739
1946
|
listenerPortsAndProtocal?: DescribeLoadBalancerAttributeResponseBodyListenerPortsAndProtocal;
|
|
@@ -1755,6 +1962,7 @@ export declare class DescribeLoadBalancerAttributeResponseBody extends $tea.Mode
|
|
|
1755
1962
|
requestId?: string;
|
|
1756
1963
|
resourceGroupId?: string;
|
|
1757
1964
|
slaveZoneId?: string;
|
|
1965
|
+
tags?: DescribeLoadBalancerAttributeResponseBodyTags;
|
|
1758
1966
|
vSwitchId?: string;
|
|
1759
1967
|
vpcId?: string;
|
|
1760
1968
|
static names(): {
|
|
@@ -1771,6 +1979,7 @@ export declare class DescribeLoadBalancerAttributeResponse extends $tea.Model {
|
|
|
1771
1979
|
headers: {
|
|
1772
1980
|
[key: string]: string;
|
|
1773
1981
|
};
|
|
1982
|
+
statusCode: number;
|
|
1774
1983
|
body: DescribeLoadBalancerAttributeResponseBody;
|
|
1775
1984
|
static names(): {
|
|
1776
1985
|
[key: string]: string;
|
|
@@ -1823,6 +2032,7 @@ export declare class DescribeLoadBalancerHTTPListenerAttributeResponseBody exten
|
|
|
1823
2032
|
idleTimeout?: number;
|
|
1824
2033
|
listenerForward?: string;
|
|
1825
2034
|
listenerPort?: number;
|
|
2035
|
+
loadBalancerId?: string;
|
|
1826
2036
|
requestId?: string;
|
|
1827
2037
|
requestTimeout?: number;
|
|
1828
2038
|
rules?: DescribeLoadBalancerHTTPListenerAttributeResponseBodyRules;
|
|
@@ -1831,11 +2041,14 @@ export declare class DescribeLoadBalancerHTTPListenerAttributeResponseBody exten
|
|
|
1831
2041
|
status?: string;
|
|
1832
2042
|
stickySession?: string;
|
|
1833
2043
|
stickySessionType?: string;
|
|
2044
|
+
tags?: DescribeLoadBalancerHTTPListenerAttributeResponseBodyTags;
|
|
1834
2045
|
unhealthyThreshold?: number;
|
|
1835
2046
|
VServerGroupId?: string;
|
|
1836
2047
|
XForwardedFor?: string;
|
|
2048
|
+
XForwardedFor_ClientSrcPort?: string;
|
|
1837
2049
|
XForwardedFor_SLBID?: string;
|
|
1838
2050
|
XForwardedFor_SLBIP?: string;
|
|
2051
|
+
XForwardedFor_SLBPORT?: string;
|
|
1839
2052
|
XForwardedFor_proto?: string;
|
|
1840
2053
|
static names(): {
|
|
1841
2054
|
[key: string]: string;
|
|
@@ -1851,6 +2064,7 @@ export declare class DescribeLoadBalancerHTTPListenerAttributeResponse extends $
|
|
|
1851
2064
|
headers: {
|
|
1852
2065
|
[key: string]: string;
|
|
1853
2066
|
};
|
|
2067
|
+
statusCode: number;
|
|
1854
2068
|
body: DescribeLoadBalancerHTTPListenerAttributeResponseBody;
|
|
1855
2069
|
static names(): {
|
|
1856
2070
|
[key: string]: string;
|
|
@@ -1904,6 +2118,7 @@ export declare class DescribeLoadBalancerHTTPSListenerAttributeResponseBody exte
|
|
|
1904
2118
|
healthyThreshold?: number;
|
|
1905
2119
|
idleTimeout?: number;
|
|
1906
2120
|
listenerPort?: number;
|
|
2121
|
+
loadBalancerId?: string;
|
|
1907
2122
|
requestId?: string;
|
|
1908
2123
|
requestTimeout?: number;
|
|
1909
2124
|
rules?: DescribeLoadBalancerHTTPSListenerAttributeResponseBodyRules;
|
|
@@ -1914,6 +2129,7 @@ export declare class DescribeLoadBalancerHTTPSListenerAttributeResponseBody exte
|
|
|
1914
2129
|
stickySession?: string;
|
|
1915
2130
|
stickySessionType?: string;
|
|
1916
2131
|
TLSCipherPolicy?: string;
|
|
2132
|
+
tags?: DescribeLoadBalancerHTTPSListenerAttributeResponseBodyTags;
|
|
1917
2133
|
unhealthyThreshold?: number;
|
|
1918
2134
|
VServerGroupId?: string;
|
|
1919
2135
|
XForwardedFor?: string;
|
|
@@ -1940,6 +2156,7 @@ export declare class DescribeLoadBalancerHTTPSListenerAttributeResponse extends
|
|
|
1940
2156
|
headers: {
|
|
1941
2157
|
[key: string]: string;
|
|
1942
2158
|
};
|
|
2159
|
+
statusCode: number;
|
|
1943
2160
|
body: DescribeLoadBalancerHTTPSListenerAttributeResponseBody;
|
|
1944
2161
|
static names(): {
|
|
1945
2162
|
[key: string]: string;
|
|
@@ -1952,6 +2169,8 @@ export declare class DescribeLoadBalancerHTTPSListenerAttributeResponse extends
|
|
|
1952
2169
|
});
|
|
1953
2170
|
}
|
|
1954
2171
|
export declare class DescribeLoadBalancerListenersRequest extends $tea.Model {
|
|
2172
|
+
description?: string;
|
|
2173
|
+
listenerPort?: number;
|
|
1955
2174
|
listenerProtocol?: string;
|
|
1956
2175
|
loadBalancerId?: string[];
|
|
1957
2176
|
maxResults?: number;
|
|
@@ -1961,6 +2180,7 @@ export declare class DescribeLoadBalancerListenersRequest extends $tea.Model {
|
|
|
1961
2180
|
regionId?: string;
|
|
1962
2181
|
resourceOwnerAccount?: string;
|
|
1963
2182
|
resourceOwnerId?: number;
|
|
2183
|
+
tag?: DescribeLoadBalancerListenersRequestTag[];
|
|
1964
2184
|
static names(): {
|
|
1965
2185
|
[key: string]: string;
|
|
1966
2186
|
};
|
|
@@ -1991,6 +2211,7 @@ export declare class DescribeLoadBalancerListenersResponse extends $tea.Model {
|
|
|
1991
2211
|
headers: {
|
|
1992
2212
|
[key: string]: string;
|
|
1993
2213
|
};
|
|
2214
|
+
statusCode: number;
|
|
1994
2215
|
body: DescribeLoadBalancerListenersResponseBody;
|
|
1995
2216
|
static names(): {
|
|
1996
2217
|
[key: string]: string;
|
|
@@ -2041,12 +2262,15 @@ export declare class DescribeLoadBalancerTCPListenerAttributeResponseBody extend
|
|
|
2041
2262
|
healthCheckURI?: string;
|
|
2042
2263
|
healthyThreshold?: number;
|
|
2043
2264
|
listenerPort?: number;
|
|
2265
|
+
loadBalancerId?: string;
|
|
2044
2266
|
masterSlaveServerGroupId?: string;
|
|
2045
2267
|
persistenceTimeout?: number;
|
|
2268
|
+
proxyProtocolV2Enabled?: boolean;
|
|
2046
2269
|
requestId?: string;
|
|
2047
2270
|
scheduler?: string;
|
|
2048
2271
|
status?: string;
|
|
2049
2272
|
synProxy?: string;
|
|
2273
|
+
tags?: DescribeLoadBalancerTCPListenerAttributeResponseBodyTags;
|
|
2050
2274
|
unhealthyThreshold?: number;
|
|
2051
2275
|
VServerGroupId?: string;
|
|
2052
2276
|
static names(): {
|
|
@@ -2063,6 +2287,7 @@ export declare class DescribeLoadBalancerTCPListenerAttributeResponse extends $t
|
|
|
2063
2287
|
headers: {
|
|
2064
2288
|
[key: string]: string;
|
|
2065
2289
|
};
|
|
2290
|
+
statusCode: number;
|
|
2066
2291
|
body: DescribeLoadBalancerTCPListenerAttributeResponseBody;
|
|
2067
2292
|
static names(): {
|
|
2068
2293
|
[key: string]: string;
|
|
@@ -2107,10 +2332,13 @@ export declare class DescribeLoadBalancerUDPListenerAttributeResponseBody extend
|
|
|
2107
2332
|
healthCheckReq?: string;
|
|
2108
2333
|
healthyThreshold?: number;
|
|
2109
2334
|
listenerPort?: number;
|
|
2335
|
+
loadBalancerId?: string;
|
|
2110
2336
|
masterSlaveServerGroupId?: string;
|
|
2337
|
+
proxyProtocolV2Enabled?: boolean;
|
|
2111
2338
|
requestId?: string;
|
|
2112
2339
|
scheduler?: string;
|
|
2113
2340
|
status?: string;
|
|
2341
|
+
tags?: DescribeLoadBalancerUDPListenerAttributeResponseBodyTags;
|
|
2114
2342
|
unhealthyThreshold?: number;
|
|
2115
2343
|
VServerGroupId?: string;
|
|
2116
2344
|
static names(): {
|
|
@@ -2127,6 +2355,7 @@ export declare class DescribeLoadBalancerUDPListenerAttributeResponse extends $t
|
|
|
2127
2355
|
headers: {
|
|
2128
2356
|
[key: string]: string;
|
|
2129
2357
|
};
|
|
2358
|
+
statusCode: number;
|
|
2130
2359
|
body: DescribeLoadBalancerUDPListenerAttributeResponseBody;
|
|
2131
2360
|
static names(): {
|
|
2132
2361
|
[key: string]: string;
|
|
@@ -2160,6 +2389,7 @@ export declare class DescribeLoadBalancersRequest extends $tea.Model {
|
|
|
2160
2389
|
serverId?: string;
|
|
2161
2390
|
serverIntranetAddress?: string;
|
|
2162
2391
|
slaveZoneId?: string;
|
|
2392
|
+
tag?: DescribeLoadBalancersRequestTag[];
|
|
2163
2393
|
tags?: string;
|
|
2164
2394
|
vSwitchId?: string;
|
|
2165
2395
|
vpcId?: string;
|
|
@@ -2193,6 +2423,7 @@ export declare class DescribeLoadBalancersResponse extends $tea.Model {
|
|
|
2193
2423
|
headers: {
|
|
2194
2424
|
[key: string]: string;
|
|
2195
2425
|
};
|
|
2426
|
+
statusCode: number;
|
|
2196
2427
|
body: DescribeLoadBalancersResponseBody;
|
|
2197
2428
|
static names(): {
|
|
2198
2429
|
[key: string]: string;
|
|
@@ -2222,11 +2453,13 @@ export declare class DescribeMasterSlaveServerGroupAttributeRequest extends $tea
|
|
|
2222
2453
|
});
|
|
2223
2454
|
}
|
|
2224
2455
|
export declare class DescribeMasterSlaveServerGroupAttributeResponseBody extends $tea.Model {
|
|
2456
|
+
createTime?: string;
|
|
2225
2457
|
loadBalancerId?: string;
|
|
2226
2458
|
masterSlaveBackendServers?: DescribeMasterSlaveServerGroupAttributeResponseBodyMasterSlaveBackendServers;
|
|
2227
2459
|
masterSlaveServerGroupId?: string;
|
|
2228
2460
|
masterSlaveServerGroupName?: string;
|
|
2229
2461
|
requestId?: string;
|
|
2462
|
+
tags?: DescribeMasterSlaveServerGroupAttributeResponseBodyTags;
|
|
2230
2463
|
static names(): {
|
|
2231
2464
|
[key: string]: string;
|
|
2232
2465
|
};
|
|
@@ -2241,6 +2474,7 @@ export declare class DescribeMasterSlaveServerGroupAttributeResponse extends $te
|
|
|
2241
2474
|
headers: {
|
|
2242
2475
|
[key: string]: string;
|
|
2243
2476
|
};
|
|
2477
|
+
statusCode: number;
|
|
2244
2478
|
body: DescribeMasterSlaveServerGroupAttributeResponseBody;
|
|
2245
2479
|
static names(): {
|
|
2246
2480
|
[key: string]: string;
|
|
@@ -2253,6 +2487,7 @@ export declare class DescribeMasterSlaveServerGroupAttributeResponse extends $te
|
|
|
2253
2487
|
});
|
|
2254
2488
|
}
|
|
2255
2489
|
export declare class DescribeMasterSlaveServerGroupsRequest extends $tea.Model {
|
|
2490
|
+
description?: string;
|
|
2256
2491
|
includeListener?: boolean;
|
|
2257
2492
|
loadBalancerId?: string;
|
|
2258
2493
|
ownerAccount?: string;
|
|
@@ -2260,6 +2495,7 @@ export declare class DescribeMasterSlaveServerGroupsRequest extends $tea.Model {
|
|
|
2260
2495
|
regionId?: string;
|
|
2261
2496
|
resourceOwnerAccount?: string;
|
|
2262
2497
|
resourceOwnerId?: number;
|
|
2498
|
+
tag?: DescribeMasterSlaveServerGroupsRequestTag[];
|
|
2263
2499
|
static names(): {
|
|
2264
2500
|
[key: string]: string;
|
|
2265
2501
|
};
|
|
@@ -2287,6 +2523,7 @@ export declare class DescribeMasterSlaveServerGroupsResponse extends $tea.Model
|
|
|
2287
2523
|
headers: {
|
|
2288
2524
|
[key: string]: string;
|
|
2289
2525
|
};
|
|
2526
|
+
statusCode: number;
|
|
2290
2527
|
body: DescribeMasterSlaveServerGroupsResponseBody;
|
|
2291
2528
|
static names(): {
|
|
2292
2529
|
[key: string]: string;
|
|
@@ -2332,6 +2569,7 @@ export declare class DescribeRegionsResponse extends $tea.Model {
|
|
|
2332
2569
|
headers: {
|
|
2333
2570
|
[key: string]: string;
|
|
2334
2571
|
};
|
|
2572
|
+
statusCode: number;
|
|
2335
2573
|
body: DescribeRegionsResponseBody;
|
|
2336
2574
|
static names(): {
|
|
2337
2575
|
[key: string]: string;
|
|
@@ -2398,6 +2636,7 @@ export declare class DescribeRuleAttributeResponse extends $tea.Model {
|
|
|
2398
2636
|
headers: {
|
|
2399
2637
|
[key: string]: string;
|
|
2400
2638
|
};
|
|
2639
|
+
statusCode: number;
|
|
2401
2640
|
body: DescribeRuleAttributeResponseBody;
|
|
2402
2641
|
static names(): {
|
|
2403
2642
|
[key: string]: string;
|
|
@@ -2445,6 +2684,7 @@ export declare class DescribeRulesResponse extends $tea.Model {
|
|
|
2445
2684
|
headers: {
|
|
2446
2685
|
[key: string]: string;
|
|
2447
2686
|
};
|
|
2687
|
+
statusCode: number;
|
|
2448
2688
|
body: DescribeRulesResponseBody;
|
|
2449
2689
|
static names(): {
|
|
2450
2690
|
[key: string]: string;
|
|
@@ -2464,6 +2704,7 @@ export declare class DescribeServerCertificatesRequest extends $tea.Model {
|
|
|
2464
2704
|
resourceOwnerAccount?: string;
|
|
2465
2705
|
resourceOwnerId?: number;
|
|
2466
2706
|
serverCertificateId?: string;
|
|
2707
|
+
tag?: DescribeServerCertificatesRequestTag[];
|
|
2467
2708
|
static names(): {
|
|
2468
2709
|
[key: string]: string;
|
|
2469
2710
|
};
|
|
@@ -2491,6 +2732,7 @@ export declare class DescribeServerCertificatesResponse extends $tea.Model {
|
|
|
2491
2732
|
headers: {
|
|
2492
2733
|
[key: string]: string;
|
|
2493
2734
|
};
|
|
2735
|
+
statusCode: number;
|
|
2494
2736
|
body: DescribeServerCertificatesResponseBody;
|
|
2495
2737
|
static names(): {
|
|
2496
2738
|
[key: string]: string;
|
|
@@ -2543,6 +2785,7 @@ export declare class DescribeTagsResponse extends $tea.Model {
|
|
|
2543
2785
|
headers: {
|
|
2544
2786
|
[key: string]: string;
|
|
2545
2787
|
};
|
|
2788
|
+
statusCode: number;
|
|
2546
2789
|
body: DescribeTagsResponseBody;
|
|
2547
2790
|
static names(): {
|
|
2548
2791
|
[key: string]: string;
|
|
@@ -2573,8 +2816,10 @@ export declare class DescribeVServerGroupAttributeRequest extends $tea.Model {
|
|
|
2573
2816
|
}
|
|
2574
2817
|
export declare class DescribeVServerGroupAttributeResponseBody extends $tea.Model {
|
|
2575
2818
|
backendServers?: DescribeVServerGroupAttributeResponseBodyBackendServers;
|
|
2819
|
+
createTime?: string;
|
|
2576
2820
|
loadBalancerId?: string;
|
|
2577
2821
|
requestId?: string;
|
|
2822
|
+
tags?: DescribeVServerGroupAttributeResponseBodyTags;
|
|
2578
2823
|
VServerGroupId?: string;
|
|
2579
2824
|
VServerGroupName?: string;
|
|
2580
2825
|
static names(): {
|
|
@@ -2591,6 +2836,7 @@ export declare class DescribeVServerGroupAttributeResponse extends $tea.Model {
|
|
|
2591
2836
|
headers: {
|
|
2592
2837
|
[key: string]: string;
|
|
2593
2838
|
};
|
|
2839
|
+
statusCode: number;
|
|
2594
2840
|
body: DescribeVServerGroupAttributeResponseBody;
|
|
2595
2841
|
static names(): {
|
|
2596
2842
|
[key: string]: string;
|
|
@@ -2603,6 +2849,7 @@ export declare class DescribeVServerGroupAttributeResponse extends $tea.Model {
|
|
|
2603
2849
|
});
|
|
2604
2850
|
}
|
|
2605
2851
|
export declare class DescribeVServerGroupsRequest extends $tea.Model {
|
|
2852
|
+
description?: string;
|
|
2606
2853
|
includeListener?: boolean;
|
|
2607
2854
|
includeRule?: boolean;
|
|
2608
2855
|
loadBalancerId?: string;
|
|
@@ -2611,6 +2858,7 @@ export declare class DescribeVServerGroupsRequest extends $tea.Model {
|
|
|
2611
2858
|
regionId?: string;
|
|
2612
2859
|
resourceOwnerAccount?: string;
|
|
2613
2860
|
resourceOwnerId?: number;
|
|
2861
|
+
tag?: DescribeVServerGroupsRequestTag[];
|
|
2614
2862
|
static names(): {
|
|
2615
2863
|
[key: string]: string;
|
|
2616
2864
|
};
|
|
@@ -2638,6 +2886,7 @@ export declare class DescribeVServerGroupsResponse extends $tea.Model {
|
|
|
2638
2886
|
headers: {
|
|
2639
2887
|
[key: string]: string;
|
|
2640
2888
|
};
|
|
2889
|
+
statusCode: number;
|
|
2641
2890
|
body: DescribeVServerGroupsResponseBody;
|
|
2642
2891
|
static names(): {
|
|
2643
2892
|
[key: string]: string;
|
|
@@ -2682,6 +2931,7 @@ export declare class DescribeZonesResponse extends $tea.Model {
|
|
|
2682
2931
|
headers: {
|
|
2683
2932
|
[key: string]: string;
|
|
2684
2933
|
};
|
|
2934
|
+
statusCode: number;
|
|
2685
2935
|
body: DescribeZonesResponseBody;
|
|
2686
2936
|
static names(): {
|
|
2687
2937
|
[key: string]: string;
|
|
@@ -2693,6 +2943,54 @@ export declare class DescribeZonesResponse extends $tea.Model {
|
|
|
2693
2943
|
[key: string]: any;
|
|
2694
2944
|
});
|
|
2695
2945
|
}
|
|
2946
|
+
export declare class EnableHighDefinationMonitorRequest extends $tea.Model {
|
|
2947
|
+
logProject?: string;
|
|
2948
|
+
logStore?: string;
|
|
2949
|
+
ownerAccount?: string;
|
|
2950
|
+
ownerId?: number;
|
|
2951
|
+
regionId?: string;
|
|
2952
|
+
resourceOwnerAccount?: string;
|
|
2953
|
+
resourceOwnerId?: number;
|
|
2954
|
+
tags?: string;
|
|
2955
|
+
static names(): {
|
|
2956
|
+
[key: string]: string;
|
|
2957
|
+
};
|
|
2958
|
+
static types(): {
|
|
2959
|
+
[key: string]: any;
|
|
2960
|
+
};
|
|
2961
|
+
constructor(map?: {
|
|
2962
|
+
[key: string]: any;
|
|
2963
|
+
});
|
|
2964
|
+
}
|
|
2965
|
+
export declare class EnableHighDefinationMonitorResponseBody extends $tea.Model {
|
|
2966
|
+
requestId?: string;
|
|
2967
|
+
success?: string;
|
|
2968
|
+
static names(): {
|
|
2969
|
+
[key: string]: string;
|
|
2970
|
+
};
|
|
2971
|
+
static types(): {
|
|
2972
|
+
[key: string]: any;
|
|
2973
|
+
};
|
|
2974
|
+
constructor(map?: {
|
|
2975
|
+
[key: string]: any;
|
|
2976
|
+
});
|
|
2977
|
+
}
|
|
2978
|
+
export declare class EnableHighDefinationMonitorResponse extends $tea.Model {
|
|
2979
|
+
headers: {
|
|
2980
|
+
[key: string]: string;
|
|
2981
|
+
};
|
|
2982
|
+
statusCode: number;
|
|
2983
|
+
body: EnableHighDefinationMonitorResponseBody;
|
|
2984
|
+
static names(): {
|
|
2985
|
+
[key: string]: string;
|
|
2986
|
+
};
|
|
2987
|
+
static types(): {
|
|
2988
|
+
[key: string]: any;
|
|
2989
|
+
};
|
|
2990
|
+
constructor(map?: {
|
|
2991
|
+
[key: string]: any;
|
|
2992
|
+
});
|
|
2993
|
+
}
|
|
2696
2994
|
export declare class ListTLSCipherPoliciesRequest extends $tea.Model {
|
|
2697
2995
|
includeListener?: boolean;
|
|
2698
2996
|
maxItems?: number;
|
|
@@ -2734,6 +3032,7 @@ export declare class ListTLSCipherPoliciesResponse extends $tea.Model {
|
|
|
2734
3032
|
headers: {
|
|
2735
3033
|
[key: string]: string;
|
|
2736
3034
|
};
|
|
3035
|
+
statusCode: number;
|
|
2737
3036
|
body: ListTLSCipherPoliciesResponseBody;
|
|
2738
3037
|
static names(): {
|
|
2739
3038
|
[key: string]: string;
|
|
@@ -2783,6 +3082,7 @@ export declare class ListTagResourcesResponse extends $tea.Model {
|
|
|
2783
3082
|
headers: {
|
|
2784
3083
|
[key: string]: string;
|
|
2785
3084
|
};
|
|
3085
|
+
statusCode: number;
|
|
2786
3086
|
body: ListTagResourcesResponseBody;
|
|
2787
3087
|
static names(): {
|
|
2788
3088
|
[key: string]: string;
|
|
@@ -2794,10 +3094,9 @@ export declare class ListTagResourcesResponse extends $tea.Model {
|
|
|
2794
3094
|
[key: string]: any;
|
|
2795
3095
|
});
|
|
2796
3096
|
}
|
|
2797
|
-
export declare class
|
|
2798
|
-
|
|
2799
|
-
|
|
2800
|
-
loadBalancerSpec?: string;
|
|
3097
|
+
export declare class ModifyHighDefinationMonitorRequest extends $tea.Model {
|
|
3098
|
+
logProject?: string;
|
|
3099
|
+
logStore?: string;
|
|
2801
3100
|
ownerAccount?: string;
|
|
2802
3101
|
ownerId?: number;
|
|
2803
3102
|
regionId?: string;
|
|
@@ -2813,9 +3112,9 @@ export declare class ModifyLoadBalancerInstanceSpecRequest extends $tea.Model {
|
|
|
2813
3112
|
[key: string]: any;
|
|
2814
3113
|
});
|
|
2815
3114
|
}
|
|
2816
|
-
export declare class
|
|
2817
|
-
orderId?: number;
|
|
3115
|
+
export declare class ModifyHighDefinationMonitorResponseBody extends $tea.Model {
|
|
2818
3116
|
requestId?: string;
|
|
3117
|
+
success?: string;
|
|
2819
3118
|
static names(): {
|
|
2820
3119
|
[key: string]: string;
|
|
2821
3120
|
};
|
|
@@ -2826,11 +3125,12 @@ export declare class ModifyLoadBalancerInstanceSpecResponseBody extends $tea.Mod
|
|
|
2826
3125
|
[key: string]: any;
|
|
2827
3126
|
});
|
|
2828
3127
|
}
|
|
2829
|
-
export declare class
|
|
3128
|
+
export declare class ModifyHighDefinationMonitorResponse extends $tea.Model {
|
|
2830
3129
|
headers: {
|
|
2831
3130
|
[key: string]: string;
|
|
2832
3131
|
};
|
|
2833
|
-
|
|
3132
|
+
statusCode: number;
|
|
3133
|
+
body: ModifyHighDefinationMonitorResponseBody;
|
|
2834
3134
|
static names(): {
|
|
2835
3135
|
[key: string]: string;
|
|
2836
3136
|
};
|
|
@@ -2841,11 +3141,12 @@ export declare class ModifyLoadBalancerInstanceSpecResponse extends $tea.Model {
|
|
|
2841
3141
|
[key: string]: any;
|
|
2842
3142
|
});
|
|
2843
3143
|
}
|
|
2844
|
-
export declare class
|
|
2845
|
-
autoPay?: boolean;
|
|
3144
|
+
export declare class ModifyLoadBalancerInstanceChargeTypeRequest extends $tea.Model {
|
|
2846
3145
|
bandwidth?: number;
|
|
3146
|
+
instanceChargeType?: string;
|
|
2847
3147
|
internetChargeType?: string;
|
|
2848
3148
|
loadBalancerId?: string;
|
|
3149
|
+
loadBalancerSpec?: string;
|
|
2849
3150
|
ownerAccount?: string;
|
|
2850
3151
|
ownerId?: number;
|
|
2851
3152
|
regionId?: string;
|
|
@@ -2861,8 +3162,7 @@ export declare class ModifyLoadBalancerInternetSpecRequest extends $tea.Model {
|
|
|
2861
3162
|
[key: string]: any;
|
|
2862
3163
|
});
|
|
2863
3164
|
}
|
|
2864
|
-
export declare class
|
|
2865
|
-
orderId?: number;
|
|
3165
|
+
export declare class ModifyLoadBalancerInstanceChargeTypeResponseBody extends $tea.Model {
|
|
2866
3166
|
requestId?: string;
|
|
2867
3167
|
static names(): {
|
|
2868
3168
|
[key: string]: string;
|
|
@@ -2874,11 +3174,12 @@ export declare class ModifyLoadBalancerInternetSpecResponseBody extends $tea.Mod
|
|
|
2874
3174
|
[key: string]: any;
|
|
2875
3175
|
});
|
|
2876
3176
|
}
|
|
2877
|
-
export declare class
|
|
3177
|
+
export declare class ModifyLoadBalancerInstanceChargeTypeResponse extends $tea.Model {
|
|
2878
3178
|
headers: {
|
|
2879
3179
|
[key: string]: string;
|
|
2880
3180
|
};
|
|
2881
|
-
|
|
3181
|
+
statusCode: number;
|
|
3182
|
+
body: ModifyLoadBalancerInstanceChargeTypeResponseBody;
|
|
2882
3183
|
static names(): {
|
|
2883
3184
|
[key: string]: string;
|
|
2884
3185
|
};
|
|
@@ -2889,14 +3190,12 @@ export declare class ModifyLoadBalancerInternetSpecResponse extends $tea.Model {
|
|
|
2889
3190
|
[key: string]: any;
|
|
2890
3191
|
});
|
|
2891
3192
|
}
|
|
2892
|
-
export declare class
|
|
3193
|
+
export declare class ModifyLoadBalancerInstanceSpecRequest extends $tea.Model {
|
|
2893
3194
|
autoPay?: boolean;
|
|
2894
|
-
duration?: number;
|
|
2895
3195
|
loadBalancerId?: string;
|
|
3196
|
+
loadBalancerSpec?: string;
|
|
2896
3197
|
ownerAccount?: string;
|
|
2897
3198
|
ownerId?: number;
|
|
2898
|
-
payType?: string;
|
|
2899
|
-
pricingCycle?: string;
|
|
2900
3199
|
regionId?: string;
|
|
2901
3200
|
resourceOwnerAccount?: string;
|
|
2902
3201
|
resourceOwnerId?: number;
|
|
@@ -2910,7 +3209,7 @@ export declare class ModifyLoadBalancerPayTypeRequest extends $tea.Model {
|
|
|
2910
3209
|
[key: string]: any;
|
|
2911
3210
|
});
|
|
2912
3211
|
}
|
|
2913
|
-
export declare class
|
|
3212
|
+
export declare class ModifyLoadBalancerInstanceSpecResponseBody extends $tea.Model {
|
|
2914
3213
|
orderId?: number;
|
|
2915
3214
|
requestId?: string;
|
|
2916
3215
|
static names(): {
|
|
@@ -2923,11 +3222,12 @@ export declare class ModifyLoadBalancerPayTypeResponseBody extends $tea.Model {
|
|
|
2923
3222
|
[key: string]: any;
|
|
2924
3223
|
});
|
|
2925
3224
|
}
|
|
2926
|
-
export declare class
|
|
3225
|
+
export declare class ModifyLoadBalancerInstanceSpecResponse extends $tea.Model {
|
|
2927
3226
|
headers: {
|
|
2928
3227
|
[key: string]: string;
|
|
2929
3228
|
};
|
|
2930
|
-
|
|
3229
|
+
statusCode: number;
|
|
3230
|
+
body: ModifyLoadBalancerInstanceSpecResponseBody;
|
|
2931
3231
|
static names(): {
|
|
2932
3232
|
[key: string]: string;
|
|
2933
3233
|
};
|
|
@@ -2938,15 +3238,16 @@ export declare class ModifyLoadBalancerPayTypeResponse extends $tea.Model {
|
|
|
2938
3238
|
[key: string]: any;
|
|
2939
3239
|
});
|
|
2940
3240
|
}
|
|
2941
|
-
export declare class
|
|
2942
|
-
|
|
2943
|
-
|
|
3241
|
+
export declare class ModifyLoadBalancerInternetSpecRequest extends $tea.Model {
|
|
3242
|
+
autoPay?: boolean;
|
|
3243
|
+
bandwidth?: number;
|
|
3244
|
+
internetChargeType?: string;
|
|
3245
|
+
loadBalancerId?: string;
|
|
2944
3246
|
ownerAccount?: string;
|
|
2945
3247
|
ownerId?: number;
|
|
2946
3248
|
regionId?: string;
|
|
2947
3249
|
resourceOwnerAccount?: string;
|
|
2948
3250
|
resourceOwnerId?: number;
|
|
2949
|
-
VServerGroupId?: string;
|
|
2950
3251
|
static names(): {
|
|
2951
3252
|
[key: string]: string;
|
|
2952
3253
|
};
|
|
@@ -2957,10 +3258,9 @@ export declare class ModifyVServerGroupBackendServersRequest extends $tea.Model
|
|
|
2957
3258
|
[key: string]: any;
|
|
2958
3259
|
});
|
|
2959
3260
|
}
|
|
2960
|
-
export declare class
|
|
2961
|
-
|
|
3261
|
+
export declare class ModifyLoadBalancerInternetSpecResponseBody extends $tea.Model {
|
|
3262
|
+
orderId?: number;
|
|
2962
3263
|
requestId?: string;
|
|
2963
|
-
VServerGroupId?: string;
|
|
2964
3264
|
static names(): {
|
|
2965
3265
|
[key: string]: string;
|
|
2966
3266
|
};
|
|
@@ -2971,11 +3271,12 @@ export declare class ModifyVServerGroupBackendServersResponseBody extends $tea.M
|
|
|
2971
3271
|
[key: string]: any;
|
|
2972
3272
|
});
|
|
2973
3273
|
}
|
|
2974
|
-
export declare class
|
|
3274
|
+
export declare class ModifyLoadBalancerInternetSpecResponse extends $tea.Model {
|
|
2975
3275
|
headers: {
|
|
2976
3276
|
[key: string]: string;
|
|
2977
3277
|
};
|
|
2978
|
-
|
|
3278
|
+
statusCode: number;
|
|
3279
|
+
body: ModifyLoadBalancerInternetSpecResponseBody;
|
|
2979
3280
|
static names(): {
|
|
2980
3281
|
[key: string]: string;
|
|
2981
3282
|
};
|
|
@@ -2986,11 +3287,14 @@ export declare class ModifyVServerGroupBackendServersResponse extends $tea.Model
|
|
|
2986
3287
|
[key: string]: any;
|
|
2987
3288
|
});
|
|
2988
3289
|
}
|
|
2989
|
-
export declare class
|
|
2990
|
-
|
|
2991
|
-
|
|
3290
|
+
export declare class ModifyLoadBalancerPayTypeRequest extends $tea.Model {
|
|
3291
|
+
autoPay?: boolean;
|
|
3292
|
+
duration?: number;
|
|
3293
|
+
loadBalancerId?: string;
|
|
2992
3294
|
ownerAccount?: string;
|
|
2993
3295
|
ownerId?: number;
|
|
3296
|
+
payType?: string;
|
|
3297
|
+
pricingCycle?: string;
|
|
2994
3298
|
regionId?: string;
|
|
2995
3299
|
resourceOwnerAccount?: string;
|
|
2996
3300
|
resourceOwnerId?: number;
|
|
@@ -3004,7 +3308,8 @@ export declare class RemoveAccessControlListEntryRequest extends $tea.Model {
|
|
|
3004
3308
|
[key: string]: any;
|
|
3005
3309
|
});
|
|
3006
3310
|
}
|
|
3007
|
-
export declare class
|
|
3311
|
+
export declare class ModifyLoadBalancerPayTypeResponseBody extends $tea.Model {
|
|
3312
|
+
orderId?: number;
|
|
3008
3313
|
requestId?: string;
|
|
3009
3314
|
static names(): {
|
|
3010
3315
|
[key: string]: string;
|
|
@@ -3016,11 +3321,12 @@ export declare class RemoveAccessControlListEntryResponseBody extends $tea.Model
|
|
|
3016
3321
|
[key: string]: any;
|
|
3017
3322
|
});
|
|
3018
3323
|
}
|
|
3019
|
-
export declare class
|
|
3324
|
+
export declare class ModifyLoadBalancerPayTypeResponse extends $tea.Model {
|
|
3020
3325
|
headers: {
|
|
3021
3326
|
[key: string]: string;
|
|
3022
3327
|
};
|
|
3023
|
-
|
|
3328
|
+
statusCode: number;
|
|
3329
|
+
body: ModifyLoadBalancerPayTypeResponseBody;
|
|
3024
3330
|
static names(): {
|
|
3025
3331
|
[key: string]: string;
|
|
3026
3332
|
};
|
|
@@ -3031,14 +3337,15 @@ export declare class RemoveAccessControlListEntryResponse extends $tea.Model {
|
|
|
3031
3337
|
[key: string]: any;
|
|
3032
3338
|
});
|
|
3033
3339
|
}
|
|
3034
|
-
export declare class
|
|
3035
|
-
|
|
3036
|
-
|
|
3340
|
+
export declare class ModifyVServerGroupBackendServersRequest extends $tea.Model {
|
|
3341
|
+
newBackendServers?: string;
|
|
3342
|
+
oldBackendServers?: string;
|
|
3037
3343
|
ownerAccount?: string;
|
|
3038
3344
|
ownerId?: number;
|
|
3039
3345
|
regionId?: string;
|
|
3040
3346
|
resourceOwnerAccount?: string;
|
|
3041
3347
|
resourceOwnerId?: number;
|
|
3348
|
+
VServerGroupId?: string;
|
|
3042
3349
|
static names(): {
|
|
3043
3350
|
[key: string]: string;
|
|
3044
3351
|
};
|
|
@@ -3049,9 +3356,152 @@ export declare class RemoveBackendServersRequest extends $tea.Model {
|
|
|
3049
3356
|
[key: string]: any;
|
|
3050
3357
|
});
|
|
3051
3358
|
}
|
|
3052
|
-
export declare class
|
|
3053
|
-
backendServers?:
|
|
3054
|
-
|
|
3359
|
+
export declare class ModifyVServerGroupBackendServersResponseBody extends $tea.Model {
|
|
3360
|
+
backendServers?: ModifyVServerGroupBackendServersResponseBodyBackendServers;
|
|
3361
|
+
requestId?: string;
|
|
3362
|
+
VServerGroupId?: string;
|
|
3363
|
+
static names(): {
|
|
3364
|
+
[key: string]: string;
|
|
3365
|
+
};
|
|
3366
|
+
static types(): {
|
|
3367
|
+
[key: string]: any;
|
|
3368
|
+
};
|
|
3369
|
+
constructor(map?: {
|
|
3370
|
+
[key: string]: any;
|
|
3371
|
+
});
|
|
3372
|
+
}
|
|
3373
|
+
export declare class ModifyVServerGroupBackendServersResponse extends $tea.Model {
|
|
3374
|
+
headers: {
|
|
3375
|
+
[key: string]: string;
|
|
3376
|
+
};
|
|
3377
|
+
statusCode: number;
|
|
3378
|
+
body: ModifyVServerGroupBackendServersResponseBody;
|
|
3379
|
+
static names(): {
|
|
3380
|
+
[key: string]: string;
|
|
3381
|
+
};
|
|
3382
|
+
static types(): {
|
|
3383
|
+
[key: string]: any;
|
|
3384
|
+
};
|
|
3385
|
+
constructor(map?: {
|
|
3386
|
+
[key: string]: any;
|
|
3387
|
+
});
|
|
3388
|
+
}
|
|
3389
|
+
export declare class MoveResourceGroupRequest extends $tea.Model {
|
|
3390
|
+
newResourceGroupId?: string;
|
|
3391
|
+
ownerAccount?: string;
|
|
3392
|
+
ownerId?: number;
|
|
3393
|
+
regionId?: string;
|
|
3394
|
+
resourceGroupId?: string;
|
|
3395
|
+
resourceId?: string;
|
|
3396
|
+
resourceOwnerAccount?: string;
|
|
3397
|
+
resourceOwnerId?: number;
|
|
3398
|
+
resourceType?: string;
|
|
3399
|
+
accessKeyId?: string;
|
|
3400
|
+
static names(): {
|
|
3401
|
+
[key: string]: string;
|
|
3402
|
+
};
|
|
3403
|
+
static types(): {
|
|
3404
|
+
[key: string]: any;
|
|
3405
|
+
};
|
|
3406
|
+
constructor(map?: {
|
|
3407
|
+
[key: string]: any;
|
|
3408
|
+
});
|
|
3409
|
+
}
|
|
3410
|
+
export declare class MoveResourceGroupResponseBody extends $tea.Model {
|
|
3411
|
+
requestId?: string;
|
|
3412
|
+
static names(): {
|
|
3413
|
+
[key: string]: string;
|
|
3414
|
+
};
|
|
3415
|
+
static types(): {
|
|
3416
|
+
[key: string]: any;
|
|
3417
|
+
};
|
|
3418
|
+
constructor(map?: {
|
|
3419
|
+
[key: string]: any;
|
|
3420
|
+
});
|
|
3421
|
+
}
|
|
3422
|
+
export declare class MoveResourceGroupResponse extends $tea.Model {
|
|
3423
|
+
headers: {
|
|
3424
|
+
[key: string]: string;
|
|
3425
|
+
};
|
|
3426
|
+
statusCode: number;
|
|
3427
|
+
body: MoveResourceGroupResponseBody;
|
|
3428
|
+
static names(): {
|
|
3429
|
+
[key: string]: string;
|
|
3430
|
+
};
|
|
3431
|
+
static types(): {
|
|
3432
|
+
[key: string]: any;
|
|
3433
|
+
};
|
|
3434
|
+
constructor(map?: {
|
|
3435
|
+
[key: string]: any;
|
|
3436
|
+
});
|
|
3437
|
+
}
|
|
3438
|
+
export declare class RemoveAccessControlListEntryRequest extends $tea.Model {
|
|
3439
|
+
aclEntrys?: string;
|
|
3440
|
+
aclId?: string;
|
|
3441
|
+
ownerAccount?: string;
|
|
3442
|
+
ownerId?: number;
|
|
3443
|
+
regionId?: string;
|
|
3444
|
+
resourceOwnerAccount?: string;
|
|
3445
|
+
resourceOwnerId?: number;
|
|
3446
|
+
static names(): {
|
|
3447
|
+
[key: string]: string;
|
|
3448
|
+
};
|
|
3449
|
+
static types(): {
|
|
3450
|
+
[key: string]: any;
|
|
3451
|
+
};
|
|
3452
|
+
constructor(map?: {
|
|
3453
|
+
[key: string]: any;
|
|
3454
|
+
});
|
|
3455
|
+
}
|
|
3456
|
+
export declare class RemoveAccessControlListEntryResponseBody extends $tea.Model {
|
|
3457
|
+
requestId?: string;
|
|
3458
|
+
static names(): {
|
|
3459
|
+
[key: string]: string;
|
|
3460
|
+
};
|
|
3461
|
+
static types(): {
|
|
3462
|
+
[key: string]: any;
|
|
3463
|
+
};
|
|
3464
|
+
constructor(map?: {
|
|
3465
|
+
[key: string]: any;
|
|
3466
|
+
});
|
|
3467
|
+
}
|
|
3468
|
+
export declare class RemoveAccessControlListEntryResponse extends $tea.Model {
|
|
3469
|
+
headers: {
|
|
3470
|
+
[key: string]: string;
|
|
3471
|
+
};
|
|
3472
|
+
statusCode: number;
|
|
3473
|
+
body: RemoveAccessControlListEntryResponseBody;
|
|
3474
|
+
static names(): {
|
|
3475
|
+
[key: string]: string;
|
|
3476
|
+
};
|
|
3477
|
+
static types(): {
|
|
3478
|
+
[key: string]: any;
|
|
3479
|
+
};
|
|
3480
|
+
constructor(map?: {
|
|
3481
|
+
[key: string]: any;
|
|
3482
|
+
});
|
|
3483
|
+
}
|
|
3484
|
+
export declare class RemoveBackendServersRequest extends $tea.Model {
|
|
3485
|
+
backendServers?: string;
|
|
3486
|
+
loadBalancerId?: string;
|
|
3487
|
+
ownerAccount?: string;
|
|
3488
|
+
ownerId?: number;
|
|
3489
|
+
regionId?: string;
|
|
3490
|
+
resourceOwnerAccount?: string;
|
|
3491
|
+
resourceOwnerId?: number;
|
|
3492
|
+
static names(): {
|
|
3493
|
+
[key: string]: string;
|
|
3494
|
+
};
|
|
3495
|
+
static types(): {
|
|
3496
|
+
[key: string]: any;
|
|
3497
|
+
};
|
|
3498
|
+
constructor(map?: {
|
|
3499
|
+
[key: string]: any;
|
|
3500
|
+
});
|
|
3501
|
+
}
|
|
3502
|
+
export declare class RemoveBackendServersResponseBody extends $tea.Model {
|
|
3503
|
+
backendServers?: RemoveBackendServersResponseBodyBackendServers;
|
|
3504
|
+
loadBalancerId?: string;
|
|
3055
3505
|
requestId?: string;
|
|
3056
3506
|
static names(): {
|
|
3057
3507
|
[key: string]: string;
|
|
@@ -3067,6 +3517,7 @@ export declare class RemoveBackendServersResponse extends $tea.Model {
|
|
|
3067
3517
|
headers: {
|
|
3068
3518
|
[key: string]: string;
|
|
3069
3519
|
};
|
|
3520
|
+
statusCode: number;
|
|
3070
3521
|
body: RemoveBackendServersResponseBody;
|
|
3071
3522
|
static names(): {
|
|
3072
3523
|
[key: string]: string;
|
|
@@ -3114,6 +3565,7 @@ export declare class RemoveListenerWhiteListItemResponse extends $tea.Model {
|
|
|
3114
3565
|
headers: {
|
|
3115
3566
|
[key: string]: string;
|
|
3116
3567
|
};
|
|
3568
|
+
statusCode: number;
|
|
3117
3569
|
body: RemoveListenerWhiteListItemResponseBody;
|
|
3118
3570
|
static names(): {
|
|
3119
3571
|
[key: string]: string;
|
|
@@ -3159,6 +3611,7 @@ export declare class RemoveTagsResponse extends $tea.Model {
|
|
|
3159
3611
|
headers: {
|
|
3160
3612
|
[key: string]: string;
|
|
3161
3613
|
};
|
|
3614
|
+
statusCode: number;
|
|
3162
3615
|
body: RemoveTagsResponseBody;
|
|
3163
3616
|
static names(): {
|
|
3164
3617
|
[key: string]: string;
|
|
@@ -3206,6 +3659,7 @@ export declare class RemoveVServerGroupBackendServersResponse extends $tea.Model
|
|
|
3206
3659
|
headers: {
|
|
3207
3660
|
[key: string]: string;
|
|
3208
3661
|
};
|
|
3662
|
+
statusCode: number;
|
|
3209
3663
|
body: RemoveVServerGroupBackendServersResponseBody;
|
|
3210
3664
|
static names(): {
|
|
3211
3665
|
[key: string]: string;
|
|
@@ -3236,7 +3690,6 @@ export declare class SetAccessControlListAttributeRequest extends $tea.Model {
|
|
|
3236
3690
|
});
|
|
3237
3691
|
}
|
|
3238
3692
|
export declare class SetAccessControlListAttributeResponseBody extends $tea.Model {
|
|
3239
|
-
aclId?: string;
|
|
3240
3693
|
requestId?: string;
|
|
3241
3694
|
static names(): {
|
|
3242
3695
|
[key: string]: string;
|
|
@@ -3252,6 +3705,7 @@ export declare class SetAccessControlListAttributeResponse extends $tea.Model {
|
|
|
3252
3705
|
headers: {
|
|
3253
3706
|
[key: string]: string;
|
|
3254
3707
|
};
|
|
3708
|
+
statusCode: number;
|
|
3255
3709
|
body: SetAccessControlListAttributeResponseBody;
|
|
3256
3710
|
static names(): {
|
|
3257
3711
|
[key: string]: string;
|
|
@@ -3263,6 +3717,53 @@ export declare class SetAccessControlListAttributeResponse extends $tea.Model {
|
|
|
3263
3717
|
[key: string]: any;
|
|
3264
3718
|
});
|
|
3265
3719
|
}
|
|
3720
|
+
export declare class SetAccessLogsDownloadAttributeRequest extends $tea.Model {
|
|
3721
|
+
loadBalancerId?: string;
|
|
3722
|
+
logsDownloadAttributes?: string;
|
|
3723
|
+
ownerAccount?: string;
|
|
3724
|
+
ownerId?: number;
|
|
3725
|
+
regionId?: string;
|
|
3726
|
+
resourceOwnerAccount?: string;
|
|
3727
|
+
resourceOwnerId?: number;
|
|
3728
|
+
tags?: string;
|
|
3729
|
+
static names(): {
|
|
3730
|
+
[key: string]: string;
|
|
3731
|
+
};
|
|
3732
|
+
static types(): {
|
|
3733
|
+
[key: string]: any;
|
|
3734
|
+
};
|
|
3735
|
+
constructor(map?: {
|
|
3736
|
+
[key: string]: any;
|
|
3737
|
+
});
|
|
3738
|
+
}
|
|
3739
|
+
export declare class SetAccessLogsDownloadAttributeResponseBody extends $tea.Model {
|
|
3740
|
+
requestId?: string;
|
|
3741
|
+
static names(): {
|
|
3742
|
+
[key: string]: string;
|
|
3743
|
+
};
|
|
3744
|
+
static types(): {
|
|
3745
|
+
[key: string]: any;
|
|
3746
|
+
};
|
|
3747
|
+
constructor(map?: {
|
|
3748
|
+
[key: string]: any;
|
|
3749
|
+
});
|
|
3750
|
+
}
|
|
3751
|
+
export declare class SetAccessLogsDownloadAttributeResponse extends $tea.Model {
|
|
3752
|
+
headers: {
|
|
3753
|
+
[key: string]: string;
|
|
3754
|
+
};
|
|
3755
|
+
statusCode: number;
|
|
3756
|
+
body: SetAccessLogsDownloadAttributeResponseBody;
|
|
3757
|
+
static names(): {
|
|
3758
|
+
[key: string]: string;
|
|
3759
|
+
};
|
|
3760
|
+
static types(): {
|
|
3761
|
+
[key: string]: any;
|
|
3762
|
+
};
|
|
3763
|
+
constructor(map?: {
|
|
3764
|
+
[key: string]: any;
|
|
3765
|
+
});
|
|
3766
|
+
}
|
|
3266
3767
|
export declare class SetBackendServersRequest extends $tea.Model {
|
|
3267
3768
|
backendServers?: string;
|
|
3268
3769
|
loadBalancerId?: string;
|
|
@@ -3299,6 +3800,7 @@ export declare class SetBackendServersResponse extends $tea.Model {
|
|
|
3299
3800
|
headers: {
|
|
3300
3801
|
[key: string]: string;
|
|
3301
3802
|
};
|
|
3803
|
+
statusCode: number;
|
|
3302
3804
|
body: SetBackendServersResponseBody;
|
|
3303
3805
|
static names(): {
|
|
3304
3806
|
[key: string]: string;
|
|
@@ -3344,6 +3846,7 @@ export declare class SetCACertificateNameResponse extends $tea.Model {
|
|
|
3344
3846
|
headers: {
|
|
3345
3847
|
[key: string]: string;
|
|
3346
3848
|
};
|
|
3849
|
+
statusCode: number;
|
|
3347
3850
|
body: SetCACertificateNameResponseBody;
|
|
3348
3851
|
static names(): {
|
|
3349
3852
|
[key: string]: string;
|
|
@@ -3389,6 +3892,7 @@ export declare class SetDomainExtensionAttributeResponse extends $tea.Model {
|
|
|
3389
3892
|
headers: {
|
|
3390
3893
|
[key: string]: string;
|
|
3391
3894
|
};
|
|
3895
|
+
statusCode: number;
|
|
3392
3896
|
body: SetDomainExtensionAttributeResponseBody;
|
|
3393
3897
|
static names(): {
|
|
3394
3898
|
[key: string]: string;
|
|
@@ -3436,6 +3940,7 @@ export declare class SetListenerAccessControlStatusResponse extends $tea.Model {
|
|
|
3436
3940
|
headers: {
|
|
3437
3941
|
[key: string]: string;
|
|
3438
3942
|
};
|
|
3943
|
+
statusCode: number;
|
|
3439
3944
|
body: SetListenerAccessControlStatusResponseBody;
|
|
3440
3945
|
static names(): {
|
|
3441
3946
|
[key: string]: string;
|
|
@@ -3481,6 +3986,7 @@ export declare class SetLoadBalancerDeleteProtectionResponse extends $tea.Model
|
|
|
3481
3986
|
headers: {
|
|
3482
3987
|
[key: string]: string;
|
|
3483
3988
|
};
|
|
3989
|
+
statusCode: number;
|
|
3484
3990
|
body: SetLoadBalancerDeleteProtectionResponseBody;
|
|
3485
3991
|
static names(): {
|
|
3486
3992
|
[key: string]: string;
|
|
@@ -3526,8 +4032,10 @@ export declare class SetLoadBalancerHTTPListenerAttributeRequest extends $tea.Mo
|
|
|
3526
4032
|
VServerGroup?: string;
|
|
3527
4033
|
VServerGroupId?: string;
|
|
3528
4034
|
XForwardedFor?: string;
|
|
4035
|
+
XForwardedFor_ClientSrcPort?: string;
|
|
3529
4036
|
XForwardedFor_SLBID?: string;
|
|
3530
4037
|
XForwardedFor_SLBIP?: string;
|
|
4038
|
+
XForwardedFor_SLBPORT?: string;
|
|
3531
4039
|
XForwardedFor_proto?: string;
|
|
3532
4040
|
static names(): {
|
|
3533
4041
|
[key: string]: string;
|
|
@@ -3555,6 +4063,7 @@ export declare class SetLoadBalancerHTTPListenerAttributeResponse extends $tea.M
|
|
|
3555
4063
|
headers: {
|
|
3556
4064
|
[key: string]: string;
|
|
3557
4065
|
};
|
|
4066
|
+
statusCode: number;
|
|
3558
4067
|
body: SetLoadBalancerHTTPListenerAttributeResponseBody;
|
|
3559
4068
|
static names(): {
|
|
3560
4069
|
[key: string]: string;
|
|
@@ -3604,8 +4113,10 @@ export declare class SetLoadBalancerHTTPSListenerAttributeRequest extends $tea.M
|
|
|
3604
4113
|
VServerGroup?: string;
|
|
3605
4114
|
VServerGroupId?: string;
|
|
3606
4115
|
XForwardedFor?: string;
|
|
4116
|
+
XForwardedFor_ClientSrcPort?: string;
|
|
3607
4117
|
XForwardedFor_SLBID?: string;
|
|
3608
4118
|
XForwardedFor_SLBIP?: string;
|
|
4119
|
+
XForwardedFor_SLBPORT?: string;
|
|
3609
4120
|
XForwardedFor_proto?: string;
|
|
3610
4121
|
static names(): {
|
|
3611
4122
|
[key: string]: string;
|
|
@@ -3633,6 +4144,7 @@ export declare class SetLoadBalancerHTTPSListenerAttributeResponse extends $tea.
|
|
|
3633
4144
|
headers: {
|
|
3634
4145
|
[key: string]: string;
|
|
3635
4146
|
};
|
|
4147
|
+
statusCode: number;
|
|
3636
4148
|
body: SetLoadBalancerHTTPSListenerAttributeResponseBody;
|
|
3637
4149
|
static names(): {
|
|
3638
4150
|
[key: string]: string;
|
|
@@ -3679,6 +4191,7 @@ export declare class SetLoadBalancerModificationProtectionResponse extends $tea.
|
|
|
3679
4191
|
headers: {
|
|
3680
4192
|
[key: string]: string;
|
|
3681
4193
|
};
|
|
4194
|
+
statusCode: number;
|
|
3682
4195
|
body: SetLoadBalancerModificationProtectionResponseBody;
|
|
3683
4196
|
static names(): {
|
|
3684
4197
|
[key: string]: string;
|
|
@@ -3724,6 +4237,7 @@ export declare class SetLoadBalancerNameResponse extends $tea.Model {
|
|
|
3724
4237
|
headers: {
|
|
3725
4238
|
[key: string]: string;
|
|
3726
4239
|
};
|
|
4240
|
+
statusCode: number;
|
|
3727
4241
|
body: SetLoadBalancerNameResponseBody;
|
|
3728
4242
|
static names(): {
|
|
3729
4243
|
[key: string]: string;
|
|
@@ -3769,6 +4283,7 @@ export declare class SetLoadBalancerStatusResponse extends $tea.Model {
|
|
|
3769
4283
|
headers: {
|
|
3770
4284
|
[key: string]: string;
|
|
3771
4285
|
};
|
|
4286
|
+
statusCode: number;
|
|
3772
4287
|
body: SetLoadBalancerStatusResponseBody;
|
|
3773
4288
|
static names(): {
|
|
3774
4289
|
[key: string]: string;
|
|
@@ -3794,6 +4309,7 @@ export declare class SetLoadBalancerTCPListenerAttributeRequest extends $tea.Mod
|
|
|
3794
4309
|
healthCheckDomain?: string;
|
|
3795
4310
|
healthCheckHttpCode?: string;
|
|
3796
4311
|
healthCheckInterval?: number;
|
|
4312
|
+
healthCheckSwitch?: string;
|
|
3797
4313
|
healthCheckType?: string;
|
|
3798
4314
|
healthCheckURI?: string;
|
|
3799
4315
|
healthyThreshold?: number;
|
|
@@ -3804,6 +4320,7 @@ export declare class SetLoadBalancerTCPListenerAttributeRequest extends $tea.Mod
|
|
|
3804
4320
|
ownerAccount?: string;
|
|
3805
4321
|
ownerId?: number;
|
|
3806
4322
|
persistenceTimeout?: number;
|
|
4323
|
+
proxyProtocolV2Enabled?: boolean;
|
|
3807
4324
|
regionId?: string;
|
|
3808
4325
|
resourceOwnerAccount?: string;
|
|
3809
4326
|
resourceOwnerId?: number;
|
|
@@ -3838,6 +4355,7 @@ export declare class SetLoadBalancerTCPListenerAttributeResponse extends $tea.Mo
|
|
|
3838
4355
|
headers: {
|
|
3839
4356
|
[key: string]: string;
|
|
3840
4357
|
};
|
|
4358
|
+
statusCode: number;
|
|
3841
4359
|
body: SetLoadBalancerTCPListenerAttributeResponseBody;
|
|
3842
4360
|
static names(): {
|
|
3843
4361
|
[key: string]: string;
|
|
@@ -3858,6 +4376,7 @@ export declare class SetLoadBalancerUDPListenerAttributeRequest extends $tea.Mod
|
|
|
3858
4376
|
healthCheckConnectPort?: number;
|
|
3859
4377
|
healthCheckConnectTimeout?: number;
|
|
3860
4378
|
healthCheckInterval?: number;
|
|
4379
|
+
healthCheckSwitch?: string;
|
|
3861
4380
|
healthyThreshold?: number;
|
|
3862
4381
|
listenerPort?: number;
|
|
3863
4382
|
loadBalancerId?: string;
|
|
@@ -3865,6 +4384,7 @@ export declare class SetLoadBalancerUDPListenerAttributeRequest extends $tea.Mod
|
|
|
3865
4384
|
masterSlaveServerGroupId?: string;
|
|
3866
4385
|
ownerAccount?: string;
|
|
3867
4386
|
ownerId?: number;
|
|
4387
|
+
proxyProtocolV2Enabled?: boolean;
|
|
3868
4388
|
regionId?: string;
|
|
3869
4389
|
resourceOwnerAccount?: string;
|
|
3870
4390
|
resourceOwnerId?: number;
|
|
@@ -3900,6 +4420,7 @@ export declare class SetLoadBalancerUDPListenerAttributeResponse extends $tea.Mo
|
|
|
3900
4420
|
headers: {
|
|
3901
4421
|
[key: string]: string;
|
|
3902
4422
|
};
|
|
4423
|
+
statusCode: number;
|
|
3903
4424
|
body: SetLoadBalancerUDPListenerAttributeResponseBody;
|
|
3904
4425
|
static names(): {
|
|
3905
4426
|
[key: string]: string;
|
|
@@ -3961,6 +4482,7 @@ export declare class SetRuleResponse extends $tea.Model {
|
|
|
3961
4482
|
headers: {
|
|
3962
4483
|
[key: string]: string;
|
|
3963
4484
|
};
|
|
4485
|
+
statusCode: number;
|
|
3964
4486
|
body: SetRuleResponseBody;
|
|
3965
4487
|
static names(): {
|
|
3966
4488
|
[key: string]: string;
|
|
@@ -4006,6 +4528,7 @@ export declare class SetServerCertificateNameResponse extends $tea.Model {
|
|
|
4006
4528
|
headers: {
|
|
4007
4529
|
[key: string]: string;
|
|
4008
4530
|
};
|
|
4531
|
+
statusCode: number;
|
|
4009
4532
|
body: SetServerCertificateNameResponseBody;
|
|
4010
4533
|
static names(): {
|
|
4011
4534
|
[key: string]: string;
|
|
@@ -4054,6 +4577,7 @@ export declare class SetTLSCipherPolicyAttributeResponse extends $tea.Model {
|
|
|
4054
4577
|
headers: {
|
|
4055
4578
|
[key: string]: string;
|
|
4056
4579
|
};
|
|
4580
|
+
statusCode: number;
|
|
4057
4581
|
body: SetTLSCipherPolicyAttributeResponseBody;
|
|
4058
4582
|
static names(): {
|
|
4059
4583
|
[key: string]: string;
|
|
@@ -4103,6 +4627,7 @@ export declare class SetVServerGroupAttributeResponse extends $tea.Model {
|
|
|
4103
4627
|
headers: {
|
|
4104
4628
|
[key: string]: string;
|
|
4105
4629
|
};
|
|
4630
|
+
statusCode: number;
|
|
4106
4631
|
body: SetVServerGroupAttributeResponseBody;
|
|
4107
4632
|
static names(): {
|
|
4108
4633
|
[key: string]: string;
|
|
@@ -4149,6 +4674,7 @@ export declare class StartLoadBalancerListenerResponse extends $tea.Model {
|
|
|
4149
4674
|
headers: {
|
|
4150
4675
|
[key: string]: string;
|
|
4151
4676
|
};
|
|
4677
|
+
statusCode: number;
|
|
4152
4678
|
body: StartLoadBalancerListenerResponseBody;
|
|
4153
4679
|
static names(): {
|
|
4154
4680
|
[key: string]: string;
|
|
@@ -4195,6 +4721,7 @@ export declare class StopLoadBalancerListenerResponse extends $tea.Model {
|
|
|
4195
4721
|
headers: {
|
|
4196
4722
|
[key: string]: string;
|
|
4197
4723
|
};
|
|
4724
|
+
statusCode: number;
|
|
4198
4725
|
body: StopLoadBalancerListenerResponseBody;
|
|
4199
4726
|
static names(): {
|
|
4200
4727
|
[key: string]: string;
|
|
@@ -4241,6 +4768,7 @@ export declare class TagResourcesResponse extends $tea.Model {
|
|
|
4241
4768
|
headers: {
|
|
4242
4769
|
[key: string]: string;
|
|
4243
4770
|
};
|
|
4771
|
+
statusCode: number;
|
|
4244
4772
|
body: TagResourcesResponseBody;
|
|
4245
4773
|
static names(): {
|
|
4246
4774
|
[key: string]: string;
|
|
@@ -4288,6 +4816,7 @@ export declare class UntagResourcesResponse extends $tea.Model {
|
|
|
4288
4816
|
headers: {
|
|
4289
4817
|
[key: string]: string;
|
|
4290
4818
|
};
|
|
4819
|
+
statusCode: number;
|
|
4291
4820
|
body: UntagResourcesResponseBody;
|
|
4292
4821
|
static names(): {
|
|
4293
4822
|
[key: string]: string;
|
|
@@ -4308,6 +4837,7 @@ export declare class UploadCACertificateRequest extends $tea.Model {
|
|
|
4308
4837
|
resourceGroupId?: string;
|
|
4309
4838
|
resourceOwnerAccount?: string;
|
|
4310
4839
|
resourceOwnerId?: number;
|
|
4840
|
+
tag?: UploadCACertificateRequestTag[];
|
|
4311
4841
|
static names(): {
|
|
4312
4842
|
[key: string]: string;
|
|
4313
4843
|
};
|
|
@@ -4343,6 +4873,7 @@ export declare class UploadCACertificateResponse extends $tea.Model {
|
|
|
4343
4873
|
headers: {
|
|
4344
4874
|
[key: string]: string;
|
|
4345
4875
|
};
|
|
4876
|
+
statusCode: number;
|
|
4346
4877
|
body: UploadCACertificateResponseBody;
|
|
4347
4878
|
static names(): {
|
|
4348
4879
|
[key: string]: string;
|
|
@@ -4367,6 +4898,7 @@ export declare class UploadServerCertificateRequest extends $tea.Model {
|
|
|
4367
4898
|
resourceOwnerId?: number;
|
|
4368
4899
|
serverCertificate?: string;
|
|
4369
4900
|
serverCertificateName?: string;
|
|
4901
|
+
tag?: UploadServerCertificateRequestTag[];
|
|
4370
4902
|
static names(): {
|
|
4371
4903
|
[key: string]: string;
|
|
4372
4904
|
};
|
|
@@ -4407,6 +4939,7 @@ export declare class UploadServerCertificateResponse extends $tea.Model {
|
|
|
4407
4939
|
headers: {
|
|
4408
4940
|
[key: string]: string;
|
|
4409
4941
|
};
|
|
4942
|
+
statusCode: number;
|
|
4410
4943
|
body: UploadServerCertificateResponseBody;
|
|
4411
4944
|
static names(): {
|
|
4412
4945
|
[key: string]: string;
|
|
@@ -4473,13 +5006,9 @@ export declare class AddVServerGroupBackendServersResponseBodyBackendServers ext
|
|
|
4473
5006
|
[key: string]: any;
|
|
4474
5007
|
});
|
|
4475
5008
|
}
|
|
4476
|
-
export declare class
|
|
4477
|
-
|
|
4478
|
-
|
|
4479
|
-
serverId?: string;
|
|
4480
|
-
serverType?: string;
|
|
4481
|
-
type?: string;
|
|
4482
|
-
weight?: number;
|
|
5009
|
+
export declare class CreateAccessControlListRequestTag extends $tea.Model {
|
|
5010
|
+
key?: string;
|
|
5011
|
+
value?: string;
|
|
4483
5012
|
static names(): {
|
|
4484
5013
|
[key: string]: string;
|
|
4485
5014
|
};
|
|
@@ -4490,8 +5019,9 @@ export declare class CreateMasterSlaveServerGroupResponseBodyMasterSlaveBackendS
|
|
|
4490
5019
|
[key: string]: any;
|
|
4491
5020
|
});
|
|
4492
5021
|
}
|
|
4493
|
-
export declare class
|
|
4494
|
-
|
|
5022
|
+
export declare class CreateLoadBalancerRequestTag extends $tea.Model {
|
|
5023
|
+
key?: string;
|
|
5024
|
+
value?: string;
|
|
4495
5025
|
static names(): {
|
|
4496
5026
|
[key: string]: string;
|
|
4497
5027
|
};
|
|
@@ -4502,9 +5032,9 @@ export declare class CreateMasterSlaveServerGroupResponseBodyMasterSlaveBackendS
|
|
|
4502
5032
|
[key: string]: any;
|
|
4503
5033
|
});
|
|
4504
5034
|
}
|
|
4505
|
-
export declare class
|
|
4506
|
-
|
|
4507
|
-
|
|
5035
|
+
export declare class CreateLoadBalancerHTTPListenerRequestTag extends $tea.Model {
|
|
5036
|
+
key?: string;
|
|
5037
|
+
value?: string;
|
|
4508
5038
|
static names(): {
|
|
4509
5039
|
[key: string]: string;
|
|
4510
5040
|
};
|
|
@@ -4515,8 +5045,9 @@ export declare class CreateRulesResponseBodyRulesRule extends $tea.Model {
|
|
|
4515
5045
|
[key: string]: any;
|
|
4516
5046
|
});
|
|
4517
5047
|
}
|
|
4518
|
-
export declare class
|
|
4519
|
-
|
|
5048
|
+
export declare class CreateLoadBalancerHTTPSListenerRequestTag extends $tea.Model {
|
|
5049
|
+
key?: string;
|
|
5050
|
+
value?: string;
|
|
4520
5051
|
static names(): {
|
|
4521
5052
|
[key: string]: string;
|
|
4522
5053
|
};
|
|
@@ -4527,12 +5058,9 @@ export declare class CreateRulesResponseBodyRules extends $tea.Model {
|
|
|
4527
5058
|
[key: string]: any;
|
|
4528
5059
|
});
|
|
4529
5060
|
}
|
|
4530
|
-
export declare class
|
|
4531
|
-
|
|
4532
|
-
|
|
4533
|
-
serverId?: string;
|
|
4534
|
-
type?: string;
|
|
4535
|
-
weight?: number;
|
|
5061
|
+
export declare class CreateLoadBalancerTCPListenerRequestTag extends $tea.Model {
|
|
5062
|
+
key?: string;
|
|
5063
|
+
value?: string;
|
|
4536
5064
|
static names(): {
|
|
4537
5065
|
[key: string]: string;
|
|
4538
5066
|
};
|
|
@@ -4543,8 +5071,9 @@ export declare class CreateVServerGroupResponseBodyBackendServersBackendServer e
|
|
|
4543
5071
|
[key: string]: any;
|
|
4544
5072
|
});
|
|
4545
5073
|
}
|
|
4546
|
-
export declare class
|
|
4547
|
-
|
|
5074
|
+
export declare class CreateLoadBalancerUDPListenerRequestTag extends $tea.Model {
|
|
5075
|
+
key?: string;
|
|
5076
|
+
value?: string;
|
|
4548
5077
|
static names(): {
|
|
4549
5078
|
[key: string]: string;
|
|
4550
5079
|
};
|
|
@@ -4555,9 +5084,9 @@ export declare class CreateVServerGroupResponseBodyBackendServers extends $tea.M
|
|
|
4555
5084
|
[key: string]: any;
|
|
4556
5085
|
});
|
|
4557
5086
|
}
|
|
4558
|
-
export declare class
|
|
4559
|
-
|
|
4560
|
-
|
|
5087
|
+
export declare class CreateMasterSlaveServerGroupRequestTag extends $tea.Model {
|
|
5088
|
+
key?: string;
|
|
5089
|
+
value?: string;
|
|
4561
5090
|
static names(): {
|
|
4562
5091
|
[key: string]: string;
|
|
4563
5092
|
};
|
|
@@ -4568,8 +5097,13 @@ export declare class DescribeAccessControlListAttributeResponseBodyAclEntrysAclE
|
|
|
4568
5097
|
[key: string]: any;
|
|
4569
5098
|
});
|
|
4570
5099
|
}
|
|
4571
|
-
export declare class
|
|
4572
|
-
|
|
5100
|
+
export declare class CreateMasterSlaveServerGroupResponseBodyMasterSlaveBackendServersMasterSlaveBackendServer extends $tea.Model {
|
|
5101
|
+
description?: string;
|
|
5102
|
+
port?: number;
|
|
5103
|
+
serverId?: string;
|
|
5104
|
+
serverType?: string;
|
|
5105
|
+
type?: string;
|
|
5106
|
+
weight?: number;
|
|
4573
5107
|
static names(): {
|
|
4574
5108
|
[key: string]: string;
|
|
4575
5109
|
};
|
|
@@ -4580,11 +5114,8 @@ export declare class DescribeAccessControlListAttributeResponseBodyAclEntrys ext
|
|
|
4580
5114
|
[key: string]: any;
|
|
4581
5115
|
});
|
|
4582
5116
|
}
|
|
4583
|
-
export declare class
|
|
4584
|
-
|
|
4585
|
-
listenerPort?: number;
|
|
4586
|
-
loadBalancerId?: string;
|
|
4587
|
-
protocol?: string;
|
|
5117
|
+
export declare class CreateMasterSlaveServerGroupResponseBodyMasterSlaveBackendServers extends $tea.Model {
|
|
5118
|
+
masterSlaveBackendServer?: CreateMasterSlaveServerGroupResponseBodyMasterSlaveBackendServersMasterSlaveBackendServer[];
|
|
4588
5119
|
static names(): {
|
|
4589
5120
|
[key: string]: string;
|
|
4590
5121
|
};
|
|
@@ -4595,8 +5126,9 @@ export declare class DescribeAccessControlListAttributeResponseBodyRelatedListen
|
|
|
4595
5126
|
[key: string]: any;
|
|
4596
5127
|
});
|
|
4597
5128
|
}
|
|
4598
|
-
export declare class
|
|
4599
|
-
|
|
5129
|
+
export declare class CreateRulesResponseBodyRulesRule extends $tea.Model {
|
|
5130
|
+
ruleId?: string;
|
|
5131
|
+
ruleName?: string;
|
|
4600
5132
|
static names(): {
|
|
4601
5133
|
[key: string]: string;
|
|
4602
5134
|
};
|
|
@@ -4607,11 +5139,8 @@ export declare class DescribeAccessControlListAttributeResponseBodyRelatedListen
|
|
|
4607
5139
|
[key: string]: any;
|
|
4608
5140
|
});
|
|
4609
5141
|
}
|
|
4610
|
-
export declare class
|
|
4611
|
-
|
|
4612
|
-
aclName?: string;
|
|
4613
|
-
addressIPVersion?: string;
|
|
4614
|
-
resourceGroupId?: string;
|
|
5142
|
+
export declare class CreateRulesResponseBodyRules extends $tea.Model {
|
|
5143
|
+
rule?: CreateRulesResponseBodyRulesRule[];
|
|
4615
5144
|
static names(): {
|
|
4616
5145
|
[key: string]: string;
|
|
4617
5146
|
};
|
|
@@ -4622,8 +5151,9 @@ export declare class DescribeAccessControlListsResponseBodyAclsAcl extends $tea.
|
|
|
4622
5151
|
[key: string]: any;
|
|
4623
5152
|
});
|
|
4624
5153
|
}
|
|
4625
|
-
export declare class
|
|
4626
|
-
|
|
5154
|
+
export declare class CreateVServerGroupRequestTag extends $tea.Model {
|
|
5155
|
+
key?: string;
|
|
5156
|
+
value?: string;
|
|
4627
5157
|
static names(): {
|
|
4628
5158
|
[key: string]: string;
|
|
4629
5159
|
};
|
|
@@ -4634,8 +5164,208 @@ export declare class DescribeAccessControlListsResponseBodyAcls extends $tea.Mod
|
|
|
4634
5164
|
[key: string]: any;
|
|
4635
5165
|
});
|
|
4636
5166
|
}
|
|
4637
|
-
export declare class
|
|
4638
|
-
|
|
5167
|
+
export declare class CreateVServerGroupResponseBodyBackendServersBackendServer extends $tea.Model {
|
|
5168
|
+
description?: string;
|
|
5169
|
+
port?: number;
|
|
5170
|
+
serverId?: string;
|
|
5171
|
+
type?: string;
|
|
5172
|
+
weight?: number;
|
|
5173
|
+
static names(): {
|
|
5174
|
+
[key: string]: string;
|
|
5175
|
+
};
|
|
5176
|
+
static types(): {
|
|
5177
|
+
[key: string]: any;
|
|
5178
|
+
};
|
|
5179
|
+
constructor(map?: {
|
|
5180
|
+
[key: string]: any;
|
|
5181
|
+
});
|
|
5182
|
+
}
|
|
5183
|
+
export declare class CreateVServerGroupResponseBodyBackendServers extends $tea.Model {
|
|
5184
|
+
backendServer?: CreateVServerGroupResponseBodyBackendServersBackendServer[];
|
|
5185
|
+
static names(): {
|
|
5186
|
+
[key: string]: string;
|
|
5187
|
+
};
|
|
5188
|
+
static types(): {
|
|
5189
|
+
[key: string]: any;
|
|
5190
|
+
};
|
|
5191
|
+
constructor(map?: {
|
|
5192
|
+
[key: string]: any;
|
|
5193
|
+
});
|
|
5194
|
+
}
|
|
5195
|
+
export declare class DescribeAccessControlListAttributeResponseBodyAclEntrysAclEntry extends $tea.Model {
|
|
5196
|
+
aclEntryComment?: string;
|
|
5197
|
+
aclEntryIP?: string;
|
|
5198
|
+
static names(): {
|
|
5199
|
+
[key: string]: string;
|
|
5200
|
+
};
|
|
5201
|
+
static types(): {
|
|
5202
|
+
[key: string]: any;
|
|
5203
|
+
};
|
|
5204
|
+
constructor(map?: {
|
|
5205
|
+
[key: string]: any;
|
|
5206
|
+
});
|
|
5207
|
+
}
|
|
5208
|
+
export declare class DescribeAccessControlListAttributeResponseBodyAclEntrys extends $tea.Model {
|
|
5209
|
+
aclEntry?: DescribeAccessControlListAttributeResponseBodyAclEntrysAclEntry[];
|
|
5210
|
+
static names(): {
|
|
5211
|
+
[key: string]: string;
|
|
5212
|
+
};
|
|
5213
|
+
static types(): {
|
|
5214
|
+
[key: string]: any;
|
|
5215
|
+
};
|
|
5216
|
+
constructor(map?: {
|
|
5217
|
+
[key: string]: any;
|
|
5218
|
+
});
|
|
5219
|
+
}
|
|
5220
|
+
export declare class DescribeAccessControlListAttributeResponseBodyRelatedListenersRelatedListener extends $tea.Model {
|
|
5221
|
+
aclType?: string;
|
|
5222
|
+
listenerPort?: number;
|
|
5223
|
+
loadBalancerId?: string;
|
|
5224
|
+
protocol?: string;
|
|
5225
|
+
static names(): {
|
|
5226
|
+
[key: string]: string;
|
|
5227
|
+
};
|
|
5228
|
+
static types(): {
|
|
5229
|
+
[key: string]: any;
|
|
5230
|
+
};
|
|
5231
|
+
constructor(map?: {
|
|
5232
|
+
[key: string]: any;
|
|
5233
|
+
});
|
|
5234
|
+
}
|
|
5235
|
+
export declare class DescribeAccessControlListAttributeResponseBodyRelatedListeners extends $tea.Model {
|
|
5236
|
+
relatedListener?: DescribeAccessControlListAttributeResponseBodyRelatedListenersRelatedListener[];
|
|
5237
|
+
static names(): {
|
|
5238
|
+
[key: string]: string;
|
|
5239
|
+
};
|
|
5240
|
+
static types(): {
|
|
5241
|
+
[key: string]: any;
|
|
5242
|
+
};
|
|
5243
|
+
constructor(map?: {
|
|
5244
|
+
[key: string]: any;
|
|
5245
|
+
});
|
|
5246
|
+
}
|
|
5247
|
+
export declare class DescribeAccessControlListAttributeResponseBodyTagsTag extends $tea.Model {
|
|
5248
|
+
tagKey?: string;
|
|
5249
|
+
tagValue?: string;
|
|
5250
|
+
static names(): {
|
|
5251
|
+
[key: string]: string;
|
|
5252
|
+
};
|
|
5253
|
+
static types(): {
|
|
5254
|
+
[key: string]: any;
|
|
5255
|
+
};
|
|
5256
|
+
constructor(map?: {
|
|
5257
|
+
[key: string]: any;
|
|
5258
|
+
});
|
|
5259
|
+
}
|
|
5260
|
+
export declare class DescribeAccessControlListAttributeResponseBodyTags extends $tea.Model {
|
|
5261
|
+
tag?: DescribeAccessControlListAttributeResponseBodyTagsTag[];
|
|
5262
|
+
static names(): {
|
|
5263
|
+
[key: string]: string;
|
|
5264
|
+
};
|
|
5265
|
+
static types(): {
|
|
5266
|
+
[key: string]: any;
|
|
5267
|
+
};
|
|
5268
|
+
constructor(map?: {
|
|
5269
|
+
[key: string]: any;
|
|
5270
|
+
});
|
|
5271
|
+
}
|
|
5272
|
+
export declare class DescribeAccessControlListsRequestTag extends $tea.Model {
|
|
5273
|
+
key?: string;
|
|
5274
|
+
value?: string;
|
|
5275
|
+
static names(): {
|
|
5276
|
+
[key: string]: string;
|
|
5277
|
+
};
|
|
5278
|
+
static types(): {
|
|
5279
|
+
[key: string]: any;
|
|
5280
|
+
};
|
|
5281
|
+
constructor(map?: {
|
|
5282
|
+
[key: string]: any;
|
|
5283
|
+
});
|
|
5284
|
+
}
|
|
5285
|
+
export declare class DescribeAccessControlListsResponseBodyAclsAclTagsTag extends $tea.Model {
|
|
5286
|
+
tagKey?: string;
|
|
5287
|
+
tagValue?: string;
|
|
5288
|
+
static names(): {
|
|
5289
|
+
[key: string]: string;
|
|
5290
|
+
};
|
|
5291
|
+
static types(): {
|
|
5292
|
+
[key: string]: any;
|
|
5293
|
+
};
|
|
5294
|
+
constructor(map?: {
|
|
5295
|
+
[key: string]: any;
|
|
5296
|
+
});
|
|
5297
|
+
}
|
|
5298
|
+
export declare class DescribeAccessControlListsResponseBodyAclsAclTags extends $tea.Model {
|
|
5299
|
+
tag?: DescribeAccessControlListsResponseBodyAclsAclTagsTag[];
|
|
5300
|
+
static names(): {
|
|
5301
|
+
[key: string]: string;
|
|
5302
|
+
};
|
|
5303
|
+
static types(): {
|
|
5304
|
+
[key: string]: any;
|
|
5305
|
+
};
|
|
5306
|
+
constructor(map?: {
|
|
5307
|
+
[key: string]: any;
|
|
5308
|
+
});
|
|
5309
|
+
}
|
|
5310
|
+
export declare class DescribeAccessControlListsResponseBodyAclsAcl extends $tea.Model {
|
|
5311
|
+
aclId?: string;
|
|
5312
|
+
aclName?: string;
|
|
5313
|
+
addressIPVersion?: string;
|
|
5314
|
+
createTime?: string;
|
|
5315
|
+
resourceGroupId?: string;
|
|
5316
|
+
tags?: DescribeAccessControlListsResponseBodyAclsAclTags;
|
|
5317
|
+
static names(): {
|
|
5318
|
+
[key: string]: string;
|
|
5319
|
+
};
|
|
5320
|
+
static types(): {
|
|
5321
|
+
[key: string]: any;
|
|
5322
|
+
};
|
|
5323
|
+
constructor(map?: {
|
|
5324
|
+
[key: string]: any;
|
|
5325
|
+
});
|
|
5326
|
+
}
|
|
5327
|
+
export declare class DescribeAccessControlListsResponseBodyAcls extends $tea.Model {
|
|
5328
|
+
acl?: DescribeAccessControlListsResponseBodyAclsAcl[];
|
|
5329
|
+
static names(): {
|
|
5330
|
+
[key: string]: string;
|
|
5331
|
+
};
|
|
5332
|
+
static types(): {
|
|
5333
|
+
[key: string]: any;
|
|
5334
|
+
};
|
|
5335
|
+
constructor(map?: {
|
|
5336
|
+
[key: string]: any;
|
|
5337
|
+
});
|
|
5338
|
+
}
|
|
5339
|
+
export declare class DescribeAccessLogsDownloadAttributeResponseBodyLogsDownloadAttributesLogsDownloadAttribute extends $tea.Model {
|
|
5340
|
+
loadBalancerId?: string;
|
|
5341
|
+
logProject?: string;
|
|
5342
|
+
logStore?: string;
|
|
5343
|
+
logType?: string;
|
|
5344
|
+
region?: string;
|
|
5345
|
+
static names(): {
|
|
5346
|
+
[key: string]: string;
|
|
5347
|
+
};
|
|
5348
|
+
static types(): {
|
|
5349
|
+
[key: string]: any;
|
|
5350
|
+
};
|
|
5351
|
+
constructor(map?: {
|
|
5352
|
+
[key: string]: any;
|
|
5353
|
+
});
|
|
5354
|
+
}
|
|
5355
|
+
export declare class DescribeAccessLogsDownloadAttributeResponseBodyLogsDownloadAttributes extends $tea.Model {
|
|
5356
|
+
logsDownloadAttribute?: DescribeAccessLogsDownloadAttributeResponseBodyLogsDownloadAttributesLogsDownloadAttribute[];
|
|
5357
|
+
static names(): {
|
|
5358
|
+
[key: string]: string;
|
|
5359
|
+
};
|
|
5360
|
+
static types(): {
|
|
5361
|
+
[key: string]: any;
|
|
5362
|
+
};
|
|
5363
|
+
constructor(map?: {
|
|
5364
|
+
[key: string]: any;
|
|
5365
|
+
});
|
|
5366
|
+
}
|
|
5367
|
+
export declare class DescribeAvailableResourceResponseBodyAvailableResourcesAvailableResourceSupportResourcesSupportResource extends $tea.Model {
|
|
5368
|
+
addressIPVersion?: string;
|
|
4639
5369
|
addressType?: string;
|
|
4640
5370
|
static names(): {
|
|
4641
5371
|
[key: string]: string;
|
|
@@ -4685,6 +5415,44 @@ export declare class DescribeAvailableResourceResponseBodyAvailableResources ext
|
|
|
4685
5415
|
[key: string]: any;
|
|
4686
5416
|
});
|
|
4687
5417
|
}
|
|
5418
|
+
export declare class DescribeCACertificatesRequestTag extends $tea.Model {
|
|
5419
|
+
key?: string;
|
|
5420
|
+
value?: string;
|
|
5421
|
+
static names(): {
|
|
5422
|
+
[key: string]: string;
|
|
5423
|
+
};
|
|
5424
|
+
static types(): {
|
|
5425
|
+
[key: string]: any;
|
|
5426
|
+
};
|
|
5427
|
+
constructor(map?: {
|
|
5428
|
+
[key: string]: any;
|
|
5429
|
+
});
|
|
5430
|
+
}
|
|
5431
|
+
export declare class DescribeCACertificatesResponseBodyCACertificatesCACertificateTagsTag extends $tea.Model {
|
|
5432
|
+
tagKey?: string;
|
|
5433
|
+
tagValue?: string;
|
|
5434
|
+
static names(): {
|
|
5435
|
+
[key: string]: string;
|
|
5436
|
+
};
|
|
5437
|
+
static types(): {
|
|
5438
|
+
[key: string]: any;
|
|
5439
|
+
};
|
|
5440
|
+
constructor(map?: {
|
|
5441
|
+
[key: string]: any;
|
|
5442
|
+
});
|
|
5443
|
+
}
|
|
5444
|
+
export declare class DescribeCACertificatesResponseBodyCACertificatesCACertificateTags extends $tea.Model {
|
|
5445
|
+
tag?: DescribeCACertificatesResponseBodyCACertificatesCACertificateTagsTag[];
|
|
5446
|
+
static names(): {
|
|
5447
|
+
[key: string]: string;
|
|
5448
|
+
};
|
|
5449
|
+
static types(): {
|
|
5450
|
+
[key: string]: any;
|
|
5451
|
+
};
|
|
5452
|
+
constructor(map?: {
|
|
5453
|
+
[key: string]: any;
|
|
5454
|
+
});
|
|
5455
|
+
}
|
|
4688
5456
|
export declare class DescribeCACertificatesResponseBodyCACertificatesCACertificate extends $tea.Model {
|
|
4689
5457
|
CACertificateId?: string;
|
|
4690
5458
|
CACertificateName?: string;
|
|
@@ -4696,6 +5464,7 @@ export declare class DescribeCACertificatesResponseBodyCACertificatesCACertifica
|
|
|
4696
5464
|
fingerprint?: string;
|
|
4697
5465
|
regionId?: string;
|
|
4698
5466
|
resourceGroupId?: string;
|
|
5467
|
+
tags?: DescribeCACertificatesResponseBodyCACertificatesCACertificateTags;
|
|
4699
5468
|
static names(): {
|
|
4700
5469
|
[key: string]: string;
|
|
4701
5470
|
};
|
|
@@ -4776,6 +5545,7 @@ export declare class DescribeHealthStatusResponseBodyBackendServers extends $tea
|
|
|
4776
5545
|
export declare class DescribeLoadBalancerAttributeResponseBodyBackendServersBackendServer extends $tea.Model {
|
|
4777
5546
|
description?: string;
|
|
4778
5547
|
serverId?: string;
|
|
5548
|
+
serverIp?: string;
|
|
4779
5549
|
type?: string;
|
|
4780
5550
|
weight?: number;
|
|
4781
5551
|
static names(): {
|
|
@@ -4865,6 +5635,31 @@ export declare class DescribeLoadBalancerAttributeResponseBodyListenerPortsAndPr
|
|
|
4865
5635
|
[key: string]: any;
|
|
4866
5636
|
});
|
|
4867
5637
|
}
|
|
5638
|
+
export declare class DescribeLoadBalancerAttributeResponseBodyTagsTag extends $tea.Model {
|
|
5639
|
+
tagKey?: string;
|
|
5640
|
+
tagValue?: string;
|
|
5641
|
+
static names(): {
|
|
5642
|
+
[key: string]: string;
|
|
5643
|
+
};
|
|
5644
|
+
static types(): {
|
|
5645
|
+
[key: string]: any;
|
|
5646
|
+
};
|
|
5647
|
+
constructor(map?: {
|
|
5648
|
+
[key: string]: any;
|
|
5649
|
+
});
|
|
5650
|
+
}
|
|
5651
|
+
export declare class DescribeLoadBalancerAttributeResponseBodyTags extends $tea.Model {
|
|
5652
|
+
tag?: DescribeLoadBalancerAttributeResponseBodyTagsTag[];
|
|
5653
|
+
static names(): {
|
|
5654
|
+
[key: string]: string;
|
|
5655
|
+
};
|
|
5656
|
+
static types(): {
|
|
5657
|
+
[key: string]: any;
|
|
5658
|
+
};
|
|
5659
|
+
constructor(map?: {
|
|
5660
|
+
[key: string]: any;
|
|
5661
|
+
});
|
|
5662
|
+
}
|
|
4868
5663
|
export declare class DescribeLoadBalancerHTTPListenerAttributeResponseBodyRulesRule extends $tea.Model {
|
|
4869
5664
|
domain?: string;
|
|
4870
5665
|
ruleId?: string;
|
|
@@ -4893,6 +5688,31 @@ export declare class DescribeLoadBalancerHTTPListenerAttributeResponseBodyRules
|
|
|
4893
5688
|
[key: string]: any;
|
|
4894
5689
|
});
|
|
4895
5690
|
}
|
|
5691
|
+
export declare class DescribeLoadBalancerHTTPListenerAttributeResponseBodyTagsTag extends $tea.Model {
|
|
5692
|
+
tagKey?: string;
|
|
5693
|
+
tagValue?: string;
|
|
5694
|
+
static names(): {
|
|
5695
|
+
[key: string]: string;
|
|
5696
|
+
};
|
|
5697
|
+
static types(): {
|
|
5698
|
+
[key: string]: any;
|
|
5699
|
+
};
|
|
5700
|
+
constructor(map?: {
|
|
5701
|
+
[key: string]: any;
|
|
5702
|
+
});
|
|
5703
|
+
}
|
|
5704
|
+
export declare class DescribeLoadBalancerHTTPListenerAttributeResponseBodyTags extends $tea.Model {
|
|
5705
|
+
tag?: DescribeLoadBalancerHTTPListenerAttributeResponseBodyTagsTag[];
|
|
5706
|
+
static names(): {
|
|
5707
|
+
[key: string]: string;
|
|
5708
|
+
};
|
|
5709
|
+
static types(): {
|
|
5710
|
+
[key: string]: any;
|
|
5711
|
+
};
|
|
5712
|
+
constructor(map?: {
|
|
5713
|
+
[key: string]: any;
|
|
5714
|
+
});
|
|
5715
|
+
}
|
|
4896
5716
|
export declare class DescribeLoadBalancerHTTPSListenerAttributeResponseBodyDomainExtensionsDomainExtension extends $tea.Model {
|
|
4897
5717
|
domain?: string;
|
|
4898
5718
|
domainExtensionId?: string;
|
|
@@ -4907,8 +5727,49 @@ export declare class DescribeLoadBalancerHTTPSListenerAttributeResponseBodyDomai
|
|
|
4907
5727
|
[key: string]: any;
|
|
4908
5728
|
});
|
|
4909
5729
|
}
|
|
4910
|
-
export declare class DescribeLoadBalancerHTTPSListenerAttributeResponseBodyDomainExtensions extends $tea.Model {
|
|
4911
|
-
domainExtension?: DescribeLoadBalancerHTTPSListenerAttributeResponseBodyDomainExtensionsDomainExtension[];
|
|
5730
|
+
export declare class DescribeLoadBalancerHTTPSListenerAttributeResponseBodyDomainExtensions extends $tea.Model {
|
|
5731
|
+
domainExtension?: DescribeLoadBalancerHTTPSListenerAttributeResponseBodyDomainExtensionsDomainExtension[];
|
|
5732
|
+
static names(): {
|
|
5733
|
+
[key: string]: string;
|
|
5734
|
+
};
|
|
5735
|
+
static types(): {
|
|
5736
|
+
[key: string]: any;
|
|
5737
|
+
};
|
|
5738
|
+
constructor(map?: {
|
|
5739
|
+
[key: string]: any;
|
|
5740
|
+
});
|
|
5741
|
+
}
|
|
5742
|
+
export declare class DescribeLoadBalancerHTTPSListenerAttributeResponseBodyRulesRule extends $tea.Model {
|
|
5743
|
+
domain?: string;
|
|
5744
|
+
ruleId?: string;
|
|
5745
|
+
ruleName?: string;
|
|
5746
|
+
url?: string;
|
|
5747
|
+
VServerGroupId?: string;
|
|
5748
|
+
static names(): {
|
|
5749
|
+
[key: string]: string;
|
|
5750
|
+
};
|
|
5751
|
+
static types(): {
|
|
5752
|
+
[key: string]: any;
|
|
5753
|
+
};
|
|
5754
|
+
constructor(map?: {
|
|
5755
|
+
[key: string]: any;
|
|
5756
|
+
});
|
|
5757
|
+
}
|
|
5758
|
+
export declare class DescribeLoadBalancerHTTPSListenerAttributeResponseBodyRules extends $tea.Model {
|
|
5759
|
+
rule?: DescribeLoadBalancerHTTPSListenerAttributeResponseBodyRulesRule[];
|
|
5760
|
+
static names(): {
|
|
5761
|
+
[key: string]: string;
|
|
5762
|
+
};
|
|
5763
|
+
static types(): {
|
|
5764
|
+
[key: string]: any;
|
|
5765
|
+
};
|
|
5766
|
+
constructor(map?: {
|
|
5767
|
+
[key: string]: any;
|
|
5768
|
+
});
|
|
5769
|
+
}
|
|
5770
|
+
export declare class DescribeLoadBalancerHTTPSListenerAttributeResponseBodyTagsTag extends $tea.Model {
|
|
5771
|
+
tagKey?: string;
|
|
5772
|
+
tagValue?: string;
|
|
4912
5773
|
static names(): {
|
|
4913
5774
|
[key: string]: string;
|
|
4914
5775
|
};
|
|
@@ -4919,12 +5780,8 @@ export declare class DescribeLoadBalancerHTTPSListenerAttributeResponseBodyDomai
|
|
|
4919
5780
|
[key: string]: any;
|
|
4920
5781
|
});
|
|
4921
5782
|
}
|
|
4922
|
-
export declare class
|
|
4923
|
-
|
|
4924
|
-
ruleId?: string;
|
|
4925
|
-
ruleName?: string;
|
|
4926
|
-
url?: string;
|
|
4927
|
-
VServerGroupId?: string;
|
|
5783
|
+
export declare class DescribeLoadBalancerHTTPSListenerAttributeResponseBodyTags extends $tea.Model {
|
|
5784
|
+
tag?: DescribeLoadBalancerHTTPSListenerAttributeResponseBodyTagsTag[];
|
|
4928
5785
|
static names(): {
|
|
4929
5786
|
[key: string]: string;
|
|
4930
5787
|
};
|
|
@@ -4935,8 +5792,9 @@ export declare class DescribeLoadBalancerHTTPSListenerAttributeResponseBodyRules
|
|
|
4935
5792
|
[key: string]: any;
|
|
4936
5793
|
});
|
|
4937
5794
|
}
|
|
4938
|
-
export declare class
|
|
4939
|
-
|
|
5795
|
+
export declare class DescribeLoadBalancerListenersRequestTag extends $tea.Model {
|
|
5796
|
+
key?: string;
|
|
5797
|
+
value?: string;
|
|
4940
5798
|
static names(): {
|
|
4941
5799
|
[key: string]: string;
|
|
4942
5800
|
};
|
|
@@ -5045,6 +5903,7 @@ export declare class DescribeLoadBalancerListenersResponseBodyListenersTCPListen
|
|
|
5045
5903
|
healthyThreshold?: number;
|
|
5046
5904
|
masterSlaveServerGroupId?: string;
|
|
5047
5905
|
persistenceTimeout?: number;
|
|
5906
|
+
proxyProtocolV2Enabled?: string;
|
|
5048
5907
|
unhealthyThreshold?: number;
|
|
5049
5908
|
static names(): {
|
|
5050
5909
|
[key: string]: string;
|
|
@@ -5056,6 +5915,19 @@ export declare class DescribeLoadBalancerListenersResponseBodyListenersTCPListen
|
|
|
5056
5915
|
[key: string]: any;
|
|
5057
5916
|
});
|
|
5058
5917
|
}
|
|
5918
|
+
export declare class DescribeLoadBalancerListenersResponseBodyListenersTags extends $tea.Model {
|
|
5919
|
+
tagKey?: string;
|
|
5920
|
+
tagValue?: string;
|
|
5921
|
+
static names(): {
|
|
5922
|
+
[key: string]: string;
|
|
5923
|
+
};
|
|
5924
|
+
static types(): {
|
|
5925
|
+
[key: string]: any;
|
|
5926
|
+
};
|
|
5927
|
+
constructor(map?: {
|
|
5928
|
+
[key: string]: any;
|
|
5929
|
+
});
|
|
5930
|
+
}
|
|
5059
5931
|
export declare class DescribeLoadBalancerListenersResponseBodyListenersUDPListenerConfig extends $tea.Model {
|
|
5060
5932
|
connectionDrain?: string;
|
|
5061
5933
|
connectionDrainTimeout?: number;
|
|
@@ -5067,6 +5939,7 @@ export declare class DescribeLoadBalancerListenersResponseBodyListenersUDPListen
|
|
|
5067
5939
|
healthCheckReq?: string;
|
|
5068
5940
|
healthyThreshold?: number;
|
|
5069
5941
|
masterSlaveServerGroupId?: string;
|
|
5942
|
+
proxyProtocolV2Enabled?: string;
|
|
5070
5943
|
unhealthyThreshold?: number;
|
|
5071
5944
|
static names(): {
|
|
5072
5945
|
[key: string]: string;
|
|
@@ -5093,6 +5966,7 @@ export declare class DescribeLoadBalancerListenersResponseBodyListeners extends
|
|
|
5093
5966
|
scheduler?: string;
|
|
5094
5967
|
status?: string;
|
|
5095
5968
|
TCPListenerConfig?: DescribeLoadBalancerListenersResponseBodyListenersTCPListenerConfig;
|
|
5969
|
+
tags?: DescribeLoadBalancerListenersResponseBodyListenersTags[];
|
|
5096
5970
|
UDPListenerConfig?: DescribeLoadBalancerListenersResponseBodyListenersUDPListenerConfig;
|
|
5097
5971
|
VServerGroupId?: string;
|
|
5098
5972
|
static names(): {
|
|
@@ -5105,6 +5979,69 @@ export declare class DescribeLoadBalancerListenersResponseBodyListeners extends
|
|
|
5105
5979
|
[key: string]: any;
|
|
5106
5980
|
});
|
|
5107
5981
|
}
|
|
5982
|
+
export declare class DescribeLoadBalancerTCPListenerAttributeResponseBodyTagsTag extends $tea.Model {
|
|
5983
|
+
tagKey?: string;
|
|
5984
|
+
tagValue?: string;
|
|
5985
|
+
static names(): {
|
|
5986
|
+
[key: string]: string;
|
|
5987
|
+
};
|
|
5988
|
+
static types(): {
|
|
5989
|
+
[key: string]: any;
|
|
5990
|
+
};
|
|
5991
|
+
constructor(map?: {
|
|
5992
|
+
[key: string]: any;
|
|
5993
|
+
});
|
|
5994
|
+
}
|
|
5995
|
+
export declare class DescribeLoadBalancerTCPListenerAttributeResponseBodyTags extends $tea.Model {
|
|
5996
|
+
tag?: DescribeLoadBalancerTCPListenerAttributeResponseBodyTagsTag[];
|
|
5997
|
+
static names(): {
|
|
5998
|
+
[key: string]: string;
|
|
5999
|
+
};
|
|
6000
|
+
static types(): {
|
|
6001
|
+
[key: string]: any;
|
|
6002
|
+
};
|
|
6003
|
+
constructor(map?: {
|
|
6004
|
+
[key: string]: any;
|
|
6005
|
+
});
|
|
6006
|
+
}
|
|
6007
|
+
export declare class DescribeLoadBalancerUDPListenerAttributeResponseBodyTagsTag extends $tea.Model {
|
|
6008
|
+
tagKey?: string;
|
|
6009
|
+
tagValue?: string;
|
|
6010
|
+
static names(): {
|
|
6011
|
+
[key: string]: string;
|
|
6012
|
+
};
|
|
6013
|
+
static types(): {
|
|
6014
|
+
[key: string]: any;
|
|
6015
|
+
};
|
|
6016
|
+
constructor(map?: {
|
|
6017
|
+
[key: string]: any;
|
|
6018
|
+
});
|
|
6019
|
+
}
|
|
6020
|
+
export declare class DescribeLoadBalancerUDPListenerAttributeResponseBodyTags extends $tea.Model {
|
|
6021
|
+
tag?: DescribeLoadBalancerUDPListenerAttributeResponseBodyTagsTag[];
|
|
6022
|
+
static names(): {
|
|
6023
|
+
[key: string]: string;
|
|
6024
|
+
};
|
|
6025
|
+
static types(): {
|
|
6026
|
+
[key: string]: any;
|
|
6027
|
+
};
|
|
6028
|
+
constructor(map?: {
|
|
6029
|
+
[key: string]: any;
|
|
6030
|
+
});
|
|
6031
|
+
}
|
|
6032
|
+
export declare class DescribeLoadBalancersRequestTag extends $tea.Model {
|
|
6033
|
+
key?: string;
|
|
6034
|
+
value?: string;
|
|
6035
|
+
static names(): {
|
|
6036
|
+
[key: string]: string;
|
|
6037
|
+
};
|
|
6038
|
+
static types(): {
|
|
6039
|
+
[key: string]: any;
|
|
6040
|
+
};
|
|
6041
|
+
constructor(map?: {
|
|
6042
|
+
[key: string]: any;
|
|
6043
|
+
});
|
|
6044
|
+
}
|
|
5108
6045
|
export declare class DescribeLoadBalancersResponseBodyLoadBalancersLoadBalancerTagsTag extends $tea.Model {
|
|
5109
6046
|
tagKey?: string;
|
|
5110
6047
|
tagValue?: string;
|
|
@@ -5138,6 +6075,7 @@ export declare class DescribeLoadBalancersResponseBodyLoadBalancersLoadBalancer
|
|
|
5138
6075
|
createTime?: string;
|
|
5139
6076
|
createTimeStamp?: number;
|
|
5140
6077
|
deleteProtection?: string;
|
|
6078
|
+
instanceChargeType?: string;
|
|
5141
6079
|
internetChargeType?: string;
|
|
5142
6080
|
internetChargeTypeAlias?: string;
|
|
5143
6081
|
loadBalancerId?: string;
|
|
@@ -5207,6 +6145,44 @@ export declare class DescribeMasterSlaveServerGroupAttributeResponseBodyMasterSl
|
|
|
5207
6145
|
[key: string]: any;
|
|
5208
6146
|
});
|
|
5209
6147
|
}
|
|
6148
|
+
export declare class DescribeMasterSlaveServerGroupAttributeResponseBodyTagsTag extends $tea.Model {
|
|
6149
|
+
tagKey?: string;
|
|
6150
|
+
tagValue?: string;
|
|
6151
|
+
static names(): {
|
|
6152
|
+
[key: string]: string;
|
|
6153
|
+
};
|
|
6154
|
+
static types(): {
|
|
6155
|
+
[key: string]: any;
|
|
6156
|
+
};
|
|
6157
|
+
constructor(map?: {
|
|
6158
|
+
[key: string]: any;
|
|
6159
|
+
});
|
|
6160
|
+
}
|
|
6161
|
+
export declare class DescribeMasterSlaveServerGroupAttributeResponseBodyTags extends $tea.Model {
|
|
6162
|
+
tag?: DescribeMasterSlaveServerGroupAttributeResponseBodyTagsTag[];
|
|
6163
|
+
static names(): {
|
|
6164
|
+
[key: string]: string;
|
|
6165
|
+
};
|
|
6166
|
+
static types(): {
|
|
6167
|
+
[key: string]: any;
|
|
6168
|
+
};
|
|
6169
|
+
constructor(map?: {
|
|
6170
|
+
[key: string]: any;
|
|
6171
|
+
});
|
|
6172
|
+
}
|
|
6173
|
+
export declare class DescribeMasterSlaveServerGroupsRequestTag extends $tea.Model {
|
|
6174
|
+
key?: string;
|
|
6175
|
+
value?: string;
|
|
6176
|
+
static names(): {
|
|
6177
|
+
[key: string]: string;
|
|
6178
|
+
};
|
|
6179
|
+
static types(): {
|
|
6180
|
+
[key: string]: any;
|
|
6181
|
+
};
|
|
6182
|
+
constructor(map?: {
|
|
6183
|
+
[key: string]: any;
|
|
6184
|
+
});
|
|
6185
|
+
}
|
|
5210
6186
|
export declare class DescribeMasterSlaveServerGroupsResponseBodyMasterSlaveServerGroupsMasterSlaveServerGroupAssociatedObjectsListenersListener extends $tea.Model {
|
|
5211
6187
|
port?: number;
|
|
5212
6188
|
protocol?: string;
|
|
@@ -5244,10 +6220,37 @@ export declare class DescribeMasterSlaveServerGroupsResponseBodyMasterSlaveServe
|
|
|
5244
6220
|
[key: string]: any;
|
|
5245
6221
|
});
|
|
5246
6222
|
}
|
|
6223
|
+
export declare class DescribeMasterSlaveServerGroupsResponseBodyMasterSlaveServerGroupsMasterSlaveServerGroupTagsTag extends $tea.Model {
|
|
6224
|
+
tagKey?: string;
|
|
6225
|
+
tagValue?: string;
|
|
6226
|
+
static names(): {
|
|
6227
|
+
[key: string]: string;
|
|
6228
|
+
};
|
|
6229
|
+
static types(): {
|
|
6230
|
+
[key: string]: any;
|
|
6231
|
+
};
|
|
6232
|
+
constructor(map?: {
|
|
6233
|
+
[key: string]: any;
|
|
6234
|
+
});
|
|
6235
|
+
}
|
|
6236
|
+
export declare class DescribeMasterSlaveServerGroupsResponseBodyMasterSlaveServerGroupsMasterSlaveServerGroupTags extends $tea.Model {
|
|
6237
|
+
tag?: DescribeMasterSlaveServerGroupsResponseBodyMasterSlaveServerGroupsMasterSlaveServerGroupTagsTag[];
|
|
6238
|
+
static names(): {
|
|
6239
|
+
[key: string]: string;
|
|
6240
|
+
};
|
|
6241
|
+
static types(): {
|
|
6242
|
+
[key: string]: any;
|
|
6243
|
+
};
|
|
6244
|
+
constructor(map?: {
|
|
6245
|
+
[key: string]: any;
|
|
6246
|
+
});
|
|
6247
|
+
}
|
|
5247
6248
|
export declare class DescribeMasterSlaveServerGroupsResponseBodyMasterSlaveServerGroupsMasterSlaveServerGroup extends $tea.Model {
|
|
5248
6249
|
associatedObjects?: DescribeMasterSlaveServerGroupsResponseBodyMasterSlaveServerGroupsMasterSlaveServerGroupAssociatedObjects;
|
|
6250
|
+
createTime?: string;
|
|
5249
6251
|
masterSlaveServerGroupId?: string;
|
|
5250
6252
|
masterSlaveServerGroupName?: string;
|
|
6253
|
+
tags?: DescribeMasterSlaveServerGroupsResponseBodyMasterSlaveServerGroupsMasterSlaveServerGroupTags;
|
|
5251
6254
|
static names(): {
|
|
5252
6255
|
[key: string]: string;
|
|
5253
6256
|
};
|
|
@@ -5339,6 +6342,19 @@ export declare class DescribeRulesResponseBodyRules extends $tea.Model {
|
|
|
5339
6342
|
[key: string]: any;
|
|
5340
6343
|
});
|
|
5341
6344
|
}
|
|
6345
|
+
export declare class DescribeServerCertificatesRequestTag extends $tea.Model {
|
|
6346
|
+
key?: string;
|
|
6347
|
+
value?: string;
|
|
6348
|
+
static names(): {
|
|
6349
|
+
[key: string]: string;
|
|
6350
|
+
};
|
|
6351
|
+
static types(): {
|
|
6352
|
+
[key: string]: any;
|
|
6353
|
+
};
|
|
6354
|
+
constructor(map?: {
|
|
6355
|
+
[key: string]: any;
|
|
6356
|
+
});
|
|
6357
|
+
}
|
|
5342
6358
|
export declare class DescribeServerCertificatesResponseBodyServerCertificatesServerCertificateSubjectAlternativeNames extends $tea.Model {
|
|
5343
6359
|
subjectAlternativeName?: string[];
|
|
5344
6360
|
static names(): {
|
|
@@ -5351,6 +6367,31 @@ export declare class DescribeServerCertificatesResponseBodyServerCertificatesSer
|
|
|
5351
6367
|
[key: string]: any;
|
|
5352
6368
|
});
|
|
5353
6369
|
}
|
|
6370
|
+
export declare class DescribeServerCertificatesResponseBodyServerCertificatesServerCertificateTagsTag extends $tea.Model {
|
|
6371
|
+
tagKey?: string;
|
|
6372
|
+
tagValue?: string;
|
|
6373
|
+
static names(): {
|
|
6374
|
+
[key: string]: string;
|
|
6375
|
+
};
|
|
6376
|
+
static types(): {
|
|
6377
|
+
[key: string]: any;
|
|
6378
|
+
};
|
|
6379
|
+
constructor(map?: {
|
|
6380
|
+
[key: string]: any;
|
|
6381
|
+
});
|
|
6382
|
+
}
|
|
6383
|
+
export declare class DescribeServerCertificatesResponseBodyServerCertificatesServerCertificateTags extends $tea.Model {
|
|
6384
|
+
tag?: DescribeServerCertificatesResponseBodyServerCertificatesServerCertificateTagsTag[];
|
|
6385
|
+
static names(): {
|
|
6386
|
+
[key: string]: string;
|
|
6387
|
+
};
|
|
6388
|
+
static types(): {
|
|
6389
|
+
[key: string]: any;
|
|
6390
|
+
};
|
|
6391
|
+
constructor(map?: {
|
|
6392
|
+
[key: string]: any;
|
|
6393
|
+
});
|
|
6394
|
+
}
|
|
5354
6395
|
export declare class DescribeServerCertificatesResponseBodyServerCertificatesServerCertificate extends $tea.Model {
|
|
5355
6396
|
aliCloudCertificateId?: string;
|
|
5356
6397
|
aliCloudCertificateName?: string;
|
|
@@ -5366,6 +6407,7 @@ export declare class DescribeServerCertificatesResponseBodyServerCertificatesSer
|
|
|
5366
6407
|
serverCertificateId?: string;
|
|
5367
6408
|
serverCertificateName?: string;
|
|
5368
6409
|
subjectAlternativeNames?: DescribeServerCertificatesResponseBodyServerCertificatesServerCertificateSubjectAlternativeNames;
|
|
6410
|
+
tags?: DescribeServerCertificatesResponseBodyServerCertificatesServerCertificateTags;
|
|
5369
6411
|
static names(): {
|
|
5370
6412
|
[key: string]: string;
|
|
5371
6413
|
};
|
|
@@ -5418,6 +6460,7 @@ export declare class DescribeVServerGroupAttributeResponseBodyBackendServersBack
|
|
|
5418
6460
|
description?: string;
|
|
5419
6461
|
port?: number;
|
|
5420
6462
|
serverId?: string;
|
|
6463
|
+
serverIp?: string;
|
|
5421
6464
|
type?: string;
|
|
5422
6465
|
weight?: number;
|
|
5423
6466
|
static names(): {
|
|
@@ -5442,6 +6485,44 @@ export declare class DescribeVServerGroupAttributeResponseBodyBackendServers ext
|
|
|
5442
6485
|
[key: string]: any;
|
|
5443
6486
|
});
|
|
5444
6487
|
}
|
|
6488
|
+
export declare class DescribeVServerGroupAttributeResponseBodyTagsTag extends $tea.Model {
|
|
6489
|
+
tagKey?: string;
|
|
6490
|
+
tagValue?: string;
|
|
6491
|
+
static names(): {
|
|
6492
|
+
[key: string]: string;
|
|
6493
|
+
};
|
|
6494
|
+
static types(): {
|
|
6495
|
+
[key: string]: any;
|
|
6496
|
+
};
|
|
6497
|
+
constructor(map?: {
|
|
6498
|
+
[key: string]: any;
|
|
6499
|
+
});
|
|
6500
|
+
}
|
|
6501
|
+
export declare class DescribeVServerGroupAttributeResponseBodyTags extends $tea.Model {
|
|
6502
|
+
tag?: DescribeVServerGroupAttributeResponseBodyTagsTag[];
|
|
6503
|
+
static names(): {
|
|
6504
|
+
[key: string]: string;
|
|
6505
|
+
};
|
|
6506
|
+
static types(): {
|
|
6507
|
+
[key: string]: any;
|
|
6508
|
+
};
|
|
6509
|
+
constructor(map?: {
|
|
6510
|
+
[key: string]: any;
|
|
6511
|
+
});
|
|
6512
|
+
}
|
|
6513
|
+
export declare class DescribeVServerGroupsRequestTag extends $tea.Model {
|
|
6514
|
+
key?: string;
|
|
6515
|
+
value?: string;
|
|
6516
|
+
static names(): {
|
|
6517
|
+
[key: string]: string;
|
|
6518
|
+
};
|
|
6519
|
+
static types(): {
|
|
6520
|
+
[key: string]: any;
|
|
6521
|
+
};
|
|
6522
|
+
constructor(map?: {
|
|
6523
|
+
[key: string]: any;
|
|
6524
|
+
});
|
|
6525
|
+
}
|
|
5445
6526
|
export declare class DescribeVServerGroupsResponseBodyVServerGroupsVServerGroupAssociatedObjectsListenersListener extends $tea.Model {
|
|
5446
6527
|
port?: number;
|
|
5447
6528
|
protocol?: string;
|
|
@@ -5507,9 +6588,36 @@ export declare class DescribeVServerGroupsResponseBodyVServerGroupsVServerGroupA
|
|
|
5507
6588
|
[key: string]: any;
|
|
5508
6589
|
});
|
|
5509
6590
|
}
|
|
6591
|
+
export declare class DescribeVServerGroupsResponseBodyVServerGroupsVServerGroupTagsTag extends $tea.Model {
|
|
6592
|
+
tagKey?: string;
|
|
6593
|
+
tagValue?: string;
|
|
6594
|
+
static names(): {
|
|
6595
|
+
[key: string]: string;
|
|
6596
|
+
};
|
|
6597
|
+
static types(): {
|
|
6598
|
+
[key: string]: any;
|
|
6599
|
+
};
|
|
6600
|
+
constructor(map?: {
|
|
6601
|
+
[key: string]: any;
|
|
6602
|
+
});
|
|
6603
|
+
}
|
|
6604
|
+
export declare class DescribeVServerGroupsResponseBodyVServerGroupsVServerGroupTags extends $tea.Model {
|
|
6605
|
+
tag?: DescribeVServerGroupsResponseBodyVServerGroupsVServerGroupTagsTag[];
|
|
6606
|
+
static names(): {
|
|
6607
|
+
[key: string]: string;
|
|
6608
|
+
};
|
|
6609
|
+
static types(): {
|
|
6610
|
+
[key: string]: any;
|
|
6611
|
+
};
|
|
6612
|
+
constructor(map?: {
|
|
6613
|
+
[key: string]: any;
|
|
6614
|
+
});
|
|
6615
|
+
}
|
|
5510
6616
|
export declare class DescribeVServerGroupsResponseBodyVServerGroupsVServerGroup extends $tea.Model {
|
|
5511
6617
|
associatedObjects?: DescribeVServerGroupsResponseBodyVServerGroupsVServerGroupAssociatedObjects;
|
|
6618
|
+
createTime?: string;
|
|
5512
6619
|
serverCount?: number;
|
|
6620
|
+
tags?: DescribeVServerGroupsResponseBodyVServerGroupsVServerGroupTags;
|
|
5513
6621
|
VServerGroupId?: string;
|
|
5514
6622
|
VServerGroupName?: string;
|
|
5515
6623
|
static names(): {
|
|
@@ -5807,6 +6915,32 @@ export declare class TagResourcesRequestTag extends $tea.Model {
|
|
|
5807
6915
|
[key: string]: any;
|
|
5808
6916
|
});
|
|
5809
6917
|
}
|
|
6918
|
+
export declare class UploadCACertificateRequestTag extends $tea.Model {
|
|
6919
|
+
key?: string;
|
|
6920
|
+
value?: string;
|
|
6921
|
+
static names(): {
|
|
6922
|
+
[key: string]: string;
|
|
6923
|
+
};
|
|
6924
|
+
static types(): {
|
|
6925
|
+
[key: string]: any;
|
|
6926
|
+
};
|
|
6927
|
+
constructor(map?: {
|
|
6928
|
+
[key: string]: any;
|
|
6929
|
+
});
|
|
6930
|
+
}
|
|
6931
|
+
export declare class UploadServerCertificateRequestTag extends $tea.Model {
|
|
6932
|
+
key?: string;
|
|
6933
|
+
value?: string;
|
|
6934
|
+
static names(): {
|
|
6935
|
+
[key: string]: string;
|
|
6936
|
+
};
|
|
6937
|
+
static types(): {
|
|
6938
|
+
[key: string]: any;
|
|
6939
|
+
};
|
|
6940
|
+
constructor(map?: {
|
|
6941
|
+
[key: string]: any;
|
|
6942
|
+
});
|
|
6943
|
+
}
|
|
5810
6944
|
export declare class UploadServerCertificateResponseBodySubjectAlternativeNames extends $tea.Model {
|
|
5811
6945
|
subjectAlternativeName?: string[];
|
|
5812
6946
|
static names(): {
|
|
@@ -5824,29 +6958,180 @@ export default class Client extends OpenApi {
|
|
|
5824
6958
|
getEndpoint(productId: string, regionId: string, endpointRule: string, network: string, suffix: string, endpointMap: {
|
|
5825
6959
|
[key: string]: string;
|
|
5826
6960
|
}, endpoint: string): string;
|
|
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
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
6968
|
+
* @return AddAccessControlListEntryResponse
|
|
6969
|
+
*/
|
|
5827
6970
|
addAccessControlListEntryWithOptions(request: AddAccessControlListEntryRequest, runtime: $Util.RuntimeOptions): Promise<AddAccessControlListEntryResponse>;
|
|
6971
|
+
/**
|
|
6972
|
+
* Each network ACL can contain one or more IP addresses or CIDR blocks. Take note of the following limits on network ACLs:
|
|
6973
|
+
* * The number of IP entries that can be added to a network ACL with each Alibaba Cloud account at a time: 50
|
|
6974
|
+
* * The maximum number of IP entries that each network ACL can contain: 300
|
|
6975
|
+
*
|
|
6976
|
+
* @param request AddAccessControlListEntryRequest
|
|
6977
|
+
* @return AddAccessControlListEntryResponse
|
|
6978
|
+
*/
|
|
5828
6979
|
addAccessControlListEntry(request: AddAccessControlListEntryRequest): Promise<AddAccessControlListEntryResponse>;
|
|
6980
|
+
/**
|
|
6981
|
+
* > 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.
|
|
6982
|
+
*
|
|
6983
|
+
* @param request AddBackendServersRequest
|
|
6984
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
6985
|
+
* @return AddBackendServersResponse
|
|
6986
|
+
*/
|
|
5829
6987
|
addBackendServersWithOptions(request: AddBackendServersRequest, runtime: $Util.RuntimeOptions): Promise<AddBackendServersResponse>;
|
|
6988
|
+
/**
|
|
6989
|
+
* > 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.
|
|
6990
|
+
*
|
|
6991
|
+
* @param request AddBackendServersRequest
|
|
6992
|
+
* @return AddBackendServersResponse
|
|
6993
|
+
*/
|
|
5830
6994
|
addBackendServers(request: AddBackendServersRequest): Promise<AddBackendServersResponse>;
|
|
5831
6995
|
addListenerWhiteListItemWithOptions(request: AddListenerWhiteListItemRequest, runtime: $Util.RuntimeOptions): Promise<AddListenerWhiteListItemResponse>;
|
|
5832
6996
|
addListenerWhiteListItem(request: AddListenerWhiteListItemRequest): Promise<AddListenerWhiteListItemResponse>;
|
|
6997
|
+
/**
|
|
6998
|
+
* # Limits
|
|
6999
|
+
* Before you call this API, note the following limits:
|
|
7000
|
+
* * You can add up to 10 tags to each SLB instance.
|
|
7001
|
+
* * You can add up to five pairs of tags at a time.
|
|
7002
|
+
* * All the tags and keys added to an SLB instance must be unique.
|
|
7003
|
+
* * 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.
|
|
7004
|
+
*
|
|
7005
|
+
* @param request AddTagsRequest
|
|
7006
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7007
|
+
* @return AddTagsResponse
|
|
7008
|
+
*/
|
|
5833
7009
|
addTagsWithOptions(request: AddTagsRequest, runtime: $Util.RuntimeOptions): Promise<AddTagsResponse>;
|
|
7010
|
+
/**
|
|
7011
|
+
* # Limits
|
|
7012
|
+
* Before you call this API, note the following limits:
|
|
7013
|
+
* * You can add up to 10 tags to each SLB instance.
|
|
7014
|
+
* * You can add up to five pairs of tags at a time.
|
|
7015
|
+
* * All the tags and keys added to an SLB instance must be unique.
|
|
7016
|
+
* * 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.
|
|
7017
|
+
*
|
|
7018
|
+
* @param request AddTagsRequest
|
|
7019
|
+
* @return AddTagsResponse
|
|
7020
|
+
*/
|
|
5834
7021
|
addTags(request: AddTagsRequest): Promise<AddTagsResponse>;
|
|
5835
7022
|
addVServerGroupBackendServersWithOptions(request: AddVServerGroupBackendServersRequest, runtime: $Util.RuntimeOptions): Promise<AddVServerGroupBackendServersResponse>;
|
|
5836
7023
|
addVServerGroupBackendServers(request: AddVServerGroupBackendServersRequest): Promise<AddVServerGroupBackendServersResponse>;
|
|
7024
|
+
/**
|
|
7025
|
+
* 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:
|
|
7026
|
+
* * An account can have a maximum of 50 ACLs in each region.
|
|
7027
|
+
* * You can add a maximum of 50 IP addresses or CIDR blocks at a time within an account.
|
|
7028
|
+
* * Each ACL can contain a maximum of 300 IP addresses or CIDR blocks.
|
|
7029
|
+
*
|
|
7030
|
+
* @param request CreateAccessControlListRequest
|
|
7031
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7032
|
+
* @return CreateAccessControlListResponse
|
|
7033
|
+
*/
|
|
5837
7034
|
createAccessControlListWithOptions(request: CreateAccessControlListRequest, runtime: $Util.RuntimeOptions): Promise<CreateAccessControlListResponse>;
|
|
7035
|
+
/**
|
|
7036
|
+
* 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:
|
|
7037
|
+
* * An account can have a maximum of 50 ACLs in each region.
|
|
7038
|
+
* * You can add a maximum of 50 IP addresses or CIDR blocks at a time within an account.
|
|
7039
|
+
* * Each ACL can contain a maximum of 300 IP addresses or CIDR blocks.
|
|
7040
|
+
*
|
|
7041
|
+
* @param request CreateAccessControlListRequest
|
|
7042
|
+
* @return CreateAccessControlListResponse
|
|
7043
|
+
*/
|
|
5838
7044
|
createAccessControlList(request: CreateAccessControlListRequest): Promise<CreateAccessControlListResponse>;
|
|
5839
7045
|
createDomainExtensionWithOptions(request: CreateDomainExtensionRequest, runtime: $Util.RuntimeOptions): Promise<CreateDomainExtensionResponse>;
|
|
5840
7046
|
createDomainExtension(request: CreateDomainExtensionRequest): Promise<CreateDomainExtensionResponse>;
|
|
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
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7054
|
+
* @return CreateLoadBalancerResponse
|
|
7055
|
+
*/
|
|
5841
7056
|
createLoadBalancerWithOptions(request: CreateLoadBalancerRequest, runtime: $Util.RuntimeOptions): Promise<CreateLoadBalancerResponse>;
|
|
7057
|
+
/**
|
|
7058
|
+
* * 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.
|
|
7059
|
+
* * After a CLB instance is created, you are charged for using the CLB instance.
|
|
7060
|
+
* * The pay-as-you-go billing method supports the pay-by-specification and pay-by-LCU metering methods.
|
|
7061
|
+
*
|
|
7062
|
+
* @param request CreateLoadBalancerRequest
|
|
7063
|
+
* @return CreateLoadBalancerResponse
|
|
7064
|
+
*/
|
|
5842
7065
|
createLoadBalancer(request: CreateLoadBalancerRequest): Promise<CreateLoadBalancerResponse>;
|
|
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
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7073
|
+
* @return CreateLoadBalancerHTTPListenerResponse
|
|
7074
|
+
*/
|
|
5843
7075
|
createLoadBalancerHTTPListenerWithOptions(request: CreateLoadBalancerHTTPListenerRequest, runtime: $Util.RuntimeOptions): Promise<CreateLoadBalancerHTTPListenerResponse>;
|
|
7076
|
+
/**
|
|
7077
|
+
* 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.
|
|
7078
|
+
* ## Prerequisites
|
|
7079
|
+
* A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](~~StartLoadBalancerListener~~).
|
|
7080
|
+
*
|
|
7081
|
+
* @param request CreateLoadBalancerHTTPListenerRequest
|
|
7082
|
+
* @return CreateLoadBalancerHTTPListenerResponse
|
|
7083
|
+
*/
|
|
5844
7084
|
createLoadBalancerHTTPListener(request: CreateLoadBalancerHTTPListenerRequest): Promise<CreateLoadBalancerHTTPListenerResponse>;
|
|
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
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7092
|
+
* @return CreateLoadBalancerHTTPSListenerResponse
|
|
7093
|
+
*/
|
|
5845
7094
|
createLoadBalancerHTTPSListenerWithOptions(request: CreateLoadBalancerHTTPSListenerRequest, runtime: $Util.RuntimeOptions): Promise<CreateLoadBalancerHTTPSListenerResponse>;
|
|
7095
|
+
/**
|
|
7096
|
+
* 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.
|
|
7097
|
+
* ## Prerequisites
|
|
7098
|
+
* 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).
|
|
7099
|
+
*
|
|
7100
|
+
* @param request CreateLoadBalancerHTTPSListenerRequest
|
|
7101
|
+
* @return CreateLoadBalancerHTTPSListenerResponse
|
|
7102
|
+
*/
|
|
5846
7103
|
createLoadBalancerHTTPSListener(request: CreateLoadBalancerHTTPSListenerRequest): Promise<CreateLoadBalancerHTTPSListenerResponse>;
|
|
7104
|
+
/**
|
|
7105
|
+
* > 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.
|
|
7106
|
+
*
|
|
7107
|
+
* @param request CreateLoadBalancerTCPListenerRequest
|
|
7108
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7109
|
+
* @return CreateLoadBalancerTCPListenerResponse
|
|
7110
|
+
*/
|
|
5847
7111
|
createLoadBalancerTCPListenerWithOptions(request: CreateLoadBalancerTCPListenerRequest, runtime: $Util.RuntimeOptions): Promise<CreateLoadBalancerTCPListenerResponse>;
|
|
7112
|
+
/**
|
|
7113
|
+
* > 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.
|
|
7114
|
+
*
|
|
7115
|
+
* @param request CreateLoadBalancerTCPListenerRequest
|
|
7116
|
+
* @return CreateLoadBalancerTCPListenerResponse
|
|
7117
|
+
*/
|
|
5848
7118
|
createLoadBalancerTCPListener(request: CreateLoadBalancerTCPListenerRequest): Promise<CreateLoadBalancerTCPListenerResponse>;
|
|
7119
|
+
/**
|
|
7120
|
+
* UDP listeners of Classic Load Balancer (CLB) instances in a classic network cannot pass client IP addresses to backend servers.
|
|
7121
|
+
* > 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.
|
|
7122
|
+
*
|
|
7123
|
+
* @param request CreateLoadBalancerUDPListenerRequest
|
|
7124
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7125
|
+
* @return CreateLoadBalancerUDPListenerResponse
|
|
7126
|
+
*/
|
|
5849
7127
|
createLoadBalancerUDPListenerWithOptions(request: CreateLoadBalancerUDPListenerRequest, runtime: $Util.RuntimeOptions): Promise<CreateLoadBalancerUDPListenerResponse>;
|
|
7128
|
+
/**
|
|
7129
|
+
* UDP listeners of Classic Load Balancer (CLB) instances in a classic network cannot pass client IP addresses to backend servers.
|
|
7130
|
+
* > 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.
|
|
7131
|
+
*
|
|
7132
|
+
* @param request CreateLoadBalancerUDPListenerRequest
|
|
7133
|
+
* @return CreateLoadBalancerUDPListenerResponse
|
|
7134
|
+
*/
|
|
5850
7135
|
createLoadBalancerUDPListener(request: CreateLoadBalancerUDPListenerRequest): Promise<CreateLoadBalancerUDPListenerResponse>;
|
|
5851
7136
|
createMasterSlaveServerGroupWithOptions(request: CreateMasterSlaveServerGroupRequest, runtime: $Util.RuntimeOptions): Promise<CreateMasterSlaveServerGroupResponse>;
|
|
5852
7137
|
createMasterSlaveServerGroup(request: CreateMasterSlaveServerGroupRequest): Promise<CreateMasterSlaveServerGroupResponse>;
|
|
@@ -5856,23 +7141,120 @@ export default class Client extends OpenApi {
|
|
|
5856
7141
|
createTLSCipherPolicy(request: CreateTLSCipherPolicyRequest): Promise<CreateTLSCipherPolicyResponse>;
|
|
5857
7142
|
createVServerGroupWithOptions(request: CreateVServerGroupRequest, runtime: $Util.RuntimeOptions): Promise<CreateVServerGroupResponse>;
|
|
5858
7143
|
createVServerGroup(request: CreateVServerGroupRequest): Promise<CreateVServerGroupResponse>;
|
|
7144
|
+
/**
|
|
7145
|
+
* You can delete an ACL only if it is not associated with a listener.
|
|
7146
|
+
*
|
|
7147
|
+
* @param request DeleteAccessControlListRequest
|
|
7148
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7149
|
+
* @return DeleteAccessControlListResponse
|
|
7150
|
+
*/
|
|
5859
7151
|
deleteAccessControlListWithOptions(request: DeleteAccessControlListRequest, runtime: $Util.RuntimeOptions): Promise<DeleteAccessControlListResponse>;
|
|
7152
|
+
/**
|
|
7153
|
+
* You can delete an ACL only if it is not associated with a listener.
|
|
7154
|
+
*
|
|
7155
|
+
* @param request DeleteAccessControlListRequest
|
|
7156
|
+
* @return DeleteAccessControlListResponse
|
|
7157
|
+
*/
|
|
5860
7158
|
deleteAccessControlList(request: DeleteAccessControlListRequest): Promise<DeleteAccessControlListResponse>;
|
|
7159
|
+
deleteAccessLogsDownloadAttributeWithOptions(request: DeleteAccessLogsDownloadAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DeleteAccessLogsDownloadAttributeResponse>;
|
|
7160
|
+
deleteAccessLogsDownloadAttribute(request: DeleteAccessLogsDownloadAttributeRequest): Promise<DeleteAccessLogsDownloadAttributeResponse>;
|
|
7161
|
+
/**
|
|
7162
|
+
* You cannot delete a CA certificate that is in use.
|
|
7163
|
+
*
|
|
7164
|
+
* @param request DeleteCACertificateRequest
|
|
7165
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7166
|
+
* @return DeleteCACertificateResponse
|
|
7167
|
+
*/
|
|
5861
7168
|
deleteCACertificateWithOptions(request: DeleteCACertificateRequest, runtime: $Util.RuntimeOptions): Promise<DeleteCACertificateResponse>;
|
|
7169
|
+
/**
|
|
7170
|
+
* You cannot delete a CA certificate that is in use.
|
|
7171
|
+
*
|
|
7172
|
+
* @param request DeleteCACertificateRequest
|
|
7173
|
+
* @return DeleteCACertificateResponse
|
|
7174
|
+
*/
|
|
5862
7175
|
deleteCACertificate(request: DeleteCACertificateRequest): Promise<DeleteCACertificateResponse>;
|
|
5863
7176
|
deleteDomainExtensionWithOptions(request: DeleteDomainExtensionRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDomainExtensionResponse>;
|
|
5864
7177
|
deleteDomainExtension(request: DeleteDomainExtensionRequest): Promise<DeleteDomainExtensionResponse>;
|
|
7178
|
+
/**
|
|
7179
|
+
* > The listeners and tags of the SLB instance are deleted along with the SLB instance.
|
|
7180
|
+
*
|
|
7181
|
+
* @param request DeleteLoadBalancerRequest
|
|
7182
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7183
|
+
* @return DeleteLoadBalancerResponse
|
|
7184
|
+
*/
|
|
5865
7185
|
deleteLoadBalancerWithOptions(request: DeleteLoadBalancerRequest, runtime: $Util.RuntimeOptions): Promise<DeleteLoadBalancerResponse>;
|
|
7186
|
+
/**
|
|
7187
|
+
* > The listeners and tags of the SLB instance are deleted along with the SLB instance.
|
|
7188
|
+
*
|
|
7189
|
+
* @param request DeleteLoadBalancerRequest
|
|
7190
|
+
* @return DeleteLoadBalancerResponse
|
|
7191
|
+
*/
|
|
5866
7192
|
deleteLoadBalancer(request: DeleteLoadBalancerRequest): Promise<DeleteLoadBalancerResponse>;
|
|
7193
|
+
/**
|
|
7194
|
+
* > You can delete only listeners that are in the **stopped** or **running** state.
|
|
7195
|
+
*
|
|
7196
|
+
* @param request DeleteLoadBalancerListenerRequest
|
|
7197
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7198
|
+
* @return DeleteLoadBalancerListenerResponse
|
|
7199
|
+
*/
|
|
5867
7200
|
deleteLoadBalancerListenerWithOptions(request: DeleteLoadBalancerListenerRequest, runtime: $Util.RuntimeOptions): Promise<DeleteLoadBalancerListenerResponse>;
|
|
7201
|
+
/**
|
|
7202
|
+
* > You can delete only listeners that are in the **stopped** or **running** state.
|
|
7203
|
+
*
|
|
7204
|
+
* @param request DeleteLoadBalancerListenerRequest
|
|
7205
|
+
* @return DeleteLoadBalancerListenerResponse
|
|
7206
|
+
*/
|
|
5868
7207
|
deleteLoadBalancerListener(request: DeleteLoadBalancerListenerRequest): Promise<DeleteLoadBalancerListenerResponse>;
|
|
5869
7208
|
deleteMasterSlaveServerGroupWithOptions(request: DeleteMasterSlaveServerGroupRequest, runtime: $Util.RuntimeOptions): Promise<DeleteMasterSlaveServerGroupResponse>;
|
|
5870
7209
|
deleteMasterSlaveServerGroup(request: DeleteMasterSlaveServerGroupRequest): Promise<DeleteMasterSlaveServerGroupResponse>;
|
|
7210
|
+
/**
|
|
7211
|
+
* ## Limits
|
|
7212
|
+
* The RuleIds parameter is required. You can specify up to 10 forwarding rules in each request.
|
|
7213
|
+
*
|
|
7214
|
+
* @param request DeleteRulesRequest
|
|
7215
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7216
|
+
* @return DeleteRulesResponse
|
|
7217
|
+
*/
|
|
5871
7218
|
deleteRulesWithOptions(request: DeleteRulesRequest, runtime: $Util.RuntimeOptions): Promise<DeleteRulesResponse>;
|
|
7219
|
+
/**
|
|
7220
|
+
* ## Limits
|
|
7221
|
+
* The RuleIds parameter is required. You can specify up to 10 forwarding rules in each request.
|
|
7222
|
+
*
|
|
7223
|
+
* @param request DeleteRulesRequest
|
|
7224
|
+
* @return DeleteRulesResponse
|
|
7225
|
+
*/
|
|
5872
7226
|
deleteRules(request: DeleteRulesRequest): Promise<DeleteRulesResponse>;
|
|
7227
|
+
/**
|
|
7228
|
+
* > You cannot delete server certificates that are in use.
|
|
7229
|
+
*
|
|
7230
|
+
* @param request DeleteServerCertificateRequest
|
|
7231
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7232
|
+
* @return DeleteServerCertificateResponse
|
|
7233
|
+
*/
|
|
5873
7234
|
deleteServerCertificateWithOptions(request: DeleteServerCertificateRequest, runtime: $Util.RuntimeOptions): Promise<DeleteServerCertificateResponse>;
|
|
7235
|
+
/**
|
|
7236
|
+
* > You cannot delete server certificates that are in use.
|
|
7237
|
+
*
|
|
7238
|
+
* @param request DeleteServerCertificateRequest
|
|
7239
|
+
* @return DeleteServerCertificateResponse
|
|
7240
|
+
*/
|
|
5874
7241
|
deleteServerCertificate(request: DeleteServerCertificateRequest): Promise<DeleteServerCertificateResponse>;
|
|
7242
|
+
/**
|
|
7243
|
+
* ## Debugging
|
|
7244
|
+
* [OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.](https://api.aliyun.com/#product=Slb\\&api=DeleteTLSCipherPolicy\\&type=RPC\\&version=2014-05-15)
|
|
7245
|
+
*
|
|
7246
|
+
* @param request DeleteTLSCipherPolicyRequest
|
|
7247
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7248
|
+
* @return DeleteTLSCipherPolicyResponse
|
|
7249
|
+
*/
|
|
5875
7250
|
deleteTLSCipherPolicyWithOptions(request: DeleteTLSCipherPolicyRequest, runtime: $Util.RuntimeOptions): Promise<DeleteTLSCipherPolicyResponse>;
|
|
7251
|
+
/**
|
|
7252
|
+
* ## Debugging
|
|
7253
|
+
* [OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.](https://api.aliyun.com/#product=Slb\\&api=DeleteTLSCipherPolicy\\&type=RPC\\&version=2014-05-15)
|
|
7254
|
+
*
|
|
7255
|
+
* @param request DeleteTLSCipherPolicyRequest
|
|
7256
|
+
* @return DeleteTLSCipherPolicyResponse
|
|
7257
|
+
*/
|
|
5876
7258
|
deleteTLSCipherPolicy(request: DeleteTLSCipherPolicyRequest): Promise<DeleteTLSCipherPolicyResponse>;
|
|
5877
7259
|
deleteVServerGroupWithOptions(request: DeleteVServerGroupRequest, runtime: $Util.RuntimeOptions): Promise<DeleteVServerGroupResponse>;
|
|
5878
7260
|
deleteVServerGroup(request: DeleteVServerGroupRequest): Promise<DeleteVServerGroupResponse>;
|
|
@@ -5880,9 +7262,37 @@ export default class Client extends OpenApi {
|
|
|
5880
7262
|
describeAccessControlListAttribute(request: DescribeAccessControlListAttributeRequest): Promise<DescribeAccessControlListAttributeResponse>;
|
|
5881
7263
|
describeAccessControlListsWithOptions(request: DescribeAccessControlListsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAccessControlListsResponse>;
|
|
5882
7264
|
describeAccessControlLists(request: DescribeAccessControlListsRequest): Promise<DescribeAccessControlListsResponse>;
|
|
7265
|
+
describeAccessLogsDownloadAttributeWithOptions(request: DescribeAccessLogsDownloadAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAccessLogsDownloadAttributeResponse>;
|
|
7266
|
+
describeAccessLogsDownloadAttribute(request: DescribeAccessLogsDownloadAttributeRequest): Promise<DescribeAccessLogsDownloadAttributeResponse>;
|
|
7267
|
+
/**
|
|
7268
|
+
* > Only the available resources and zones are returned.
|
|
7269
|
+
*
|
|
7270
|
+
* @param request DescribeAvailableResourceRequest
|
|
7271
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7272
|
+
* @return DescribeAvailableResourceResponse
|
|
7273
|
+
*/
|
|
5883
7274
|
describeAvailableResourceWithOptions(request: DescribeAvailableResourceRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAvailableResourceResponse>;
|
|
7275
|
+
/**
|
|
7276
|
+
* > Only the available resources and zones are returned.
|
|
7277
|
+
*
|
|
7278
|
+
* @param request DescribeAvailableResourceRequest
|
|
7279
|
+
* @return DescribeAvailableResourceResponse
|
|
7280
|
+
*/
|
|
5884
7281
|
describeAvailableResource(request: DescribeAvailableResourceRequest): Promise<DescribeAvailableResourceResponse>;
|
|
7282
|
+
/**
|
|
7283
|
+
* > To ensure data confidentiality, only the certificate fingerprint and name are returned. The certificate content is not returned.
|
|
7284
|
+
*
|
|
7285
|
+
* @param request DescribeCACertificatesRequest
|
|
7286
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7287
|
+
* @return DescribeCACertificatesResponse
|
|
7288
|
+
*/
|
|
5885
7289
|
describeCACertificatesWithOptions(request: DescribeCACertificatesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeCACertificatesResponse>;
|
|
7290
|
+
/**
|
|
7291
|
+
* > To ensure data confidentiality, only the certificate fingerprint and name are returned. The certificate content is not returned.
|
|
7292
|
+
*
|
|
7293
|
+
* @param request DescribeCACertificatesRequest
|
|
7294
|
+
* @return DescribeCACertificatesResponse
|
|
7295
|
+
*/
|
|
5886
7296
|
describeCACertificates(request: DescribeCACertificatesRequest): Promise<DescribeCACertificatesResponse>;
|
|
5887
7297
|
describeDomainExtensionAttributeWithOptions(request: DescribeDomainExtensionAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDomainExtensionAttributeResponse>;
|
|
5888
7298
|
describeDomainExtensionAttribute(request: DescribeDomainExtensionAttributeRequest): Promise<DescribeDomainExtensionAttributeResponse>;
|
|
@@ -5890,15 +7300,83 @@ export default class Client extends OpenApi {
|
|
|
5890
7300
|
describeDomainExtensions(request: DescribeDomainExtensionsRequest): Promise<DescribeDomainExtensionsResponse>;
|
|
5891
7301
|
describeHealthStatusWithOptions(request: DescribeHealthStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeHealthStatusResponse>;
|
|
5892
7302
|
describeHealthStatus(request: DescribeHealthStatusRequest): Promise<DescribeHealthStatusResponse>;
|
|
7303
|
+
describeHighDefinationMonitorWithOptions(request: DescribeHighDefinationMonitorRequest, runtime: $Util.RuntimeOptions): Promise<DescribeHighDefinationMonitorResponse>;
|
|
7304
|
+
describeHighDefinationMonitor(request: DescribeHighDefinationMonitorRequest): Promise<DescribeHighDefinationMonitorResponse>;
|
|
5893
7305
|
describeListenerAccessControlAttributeWithOptions(request: DescribeListenerAccessControlAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeListenerAccessControlAttributeResponse>;
|
|
5894
7306
|
describeListenerAccessControlAttribute(request: DescribeListenerAccessControlAttributeRequest): Promise<DescribeListenerAccessControlAttributeResponse>;
|
|
7307
|
+
/**
|
|
7308
|
+
* > If backend servers are deployed in a vServer group, you can call the [DescribeVServerGroupAttribute](~~35224~~) operation to query the backend servers.
|
|
7309
|
+
*
|
|
7310
|
+
* @param request DescribeLoadBalancerAttributeRequest
|
|
7311
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7312
|
+
* @return DescribeLoadBalancerAttributeResponse
|
|
7313
|
+
*/
|
|
5895
7314
|
describeLoadBalancerAttributeWithOptions(request: DescribeLoadBalancerAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeLoadBalancerAttributeResponse>;
|
|
7315
|
+
/**
|
|
7316
|
+
* > If backend servers are deployed in a vServer group, you can call the [DescribeVServerGroupAttribute](~~35224~~) operation to query the backend servers.
|
|
7317
|
+
*
|
|
7318
|
+
* @param request DescribeLoadBalancerAttributeRequest
|
|
7319
|
+
* @return DescribeLoadBalancerAttributeResponse
|
|
7320
|
+
*/
|
|
5896
7321
|
describeLoadBalancerAttribute(request: DescribeLoadBalancerAttributeRequest): Promise<DescribeLoadBalancerAttributeResponse>;
|
|
7322
|
+
/**
|
|
7323
|
+
* * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](~~27577~~).
|
|
7324
|
+
* * An HTTP listener is created. For more information about how to create an HTTP listener, see [CreateLoadBalancerHTTPListener](~~27592~~).
|
|
7325
|
+
*
|
|
7326
|
+
* @param request DescribeLoadBalancerHTTPListenerAttributeRequest
|
|
7327
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7328
|
+
* @return DescribeLoadBalancerHTTPListenerAttributeResponse
|
|
7329
|
+
*/
|
|
5897
7330
|
describeLoadBalancerHTTPListenerAttributeWithOptions(request: DescribeLoadBalancerHTTPListenerAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeLoadBalancerHTTPListenerAttributeResponse>;
|
|
7331
|
+
/**
|
|
7332
|
+
* * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](~~27577~~).
|
|
7333
|
+
* * An HTTP listener is created. For more information about how to create an HTTP listener, see [CreateLoadBalancerHTTPListener](~~27592~~).
|
|
7334
|
+
*
|
|
7335
|
+
* @param request DescribeLoadBalancerHTTPListenerAttributeRequest
|
|
7336
|
+
* @return DescribeLoadBalancerHTTPListenerAttributeResponse
|
|
7337
|
+
*/
|
|
5898
7338
|
describeLoadBalancerHTTPListenerAttribute(request: DescribeLoadBalancerHTTPListenerAttributeRequest): Promise<DescribeLoadBalancerHTTPListenerAttributeResponse>;
|
|
7339
|
+
/**
|
|
7340
|
+
* * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](~~27577~~).
|
|
7341
|
+
* * An HTTPS listener is created. For more information about how to create an HTTPS listener, see [CreateLoadBalancerHTTPSListener](~~27593~~).
|
|
7342
|
+
*
|
|
7343
|
+
* @param request DescribeLoadBalancerHTTPSListenerAttributeRequest
|
|
7344
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7345
|
+
* @return DescribeLoadBalancerHTTPSListenerAttributeResponse
|
|
7346
|
+
*/
|
|
5899
7347
|
describeLoadBalancerHTTPSListenerAttributeWithOptions(request: DescribeLoadBalancerHTTPSListenerAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeLoadBalancerHTTPSListenerAttributeResponse>;
|
|
7348
|
+
/**
|
|
7349
|
+
* * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](~~27577~~).
|
|
7350
|
+
* * An HTTPS listener is created. For more information about how to create an HTTPS listener, see [CreateLoadBalancerHTTPSListener](~~27593~~).
|
|
7351
|
+
*
|
|
7352
|
+
* @param request DescribeLoadBalancerHTTPSListenerAttributeRequest
|
|
7353
|
+
* @return DescribeLoadBalancerHTTPSListenerAttributeResponse
|
|
7354
|
+
*/
|
|
5900
7355
|
describeLoadBalancerHTTPSListenerAttribute(request: DescribeLoadBalancerHTTPSListenerAttributeRequest): Promise<DescribeLoadBalancerHTTPSListenerAttributeResponse>;
|
|
7356
|
+
/**
|
|
7357
|
+
* * A CLB instance is created. For more information, see [CreateLoadBalancer](~~2401685~~).
|
|
7358
|
+
* * One or more listeners are added to the CLB instance. For more information, see the following topics:
|
|
7359
|
+
* * [CreateLoadBalancerUDPListener](~~CreateLoadBalancerUDPListener~~)
|
|
7360
|
+
* * [CreateLoadBalancerTCPListener](~~CreateLoadBalancerTCPListener~~)
|
|
7361
|
+
* * [CreateLoadBalancerHTTPListener](~~CreateLoadBalancerHTTPListener~~)
|
|
7362
|
+
* * [CreateLoadBalancerHTTPSListener](~~CreateLoadBalancerHTTPSListener~~)
|
|
7363
|
+
*
|
|
7364
|
+
* @param request DescribeLoadBalancerListenersRequest
|
|
7365
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7366
|
+
* @return DescribeLoadBalancerListenersResponse
|
|
7367
|
+
*/
|
|
5901
7368
|
describeLoadBalancerListenersWithOptions(request: DescribeLoadBalancerListenersRequest, runtime: $Util.RuntimeOptions): Promise<DescribeLoadBalancerListenersResponse>;
|
|
7369
|
+
/**
|
|
7370
|
+
* * A CLB instance is created. For more information, see [CreateLoadBalancer](~~2401685~~).
|
|
7371
|
+
* * One or more listeners are added to the CLB instance. For more information, see the following topics:
|
|
7372
|
+
* * [CreateLoadBalancerUDPListener](~~CreateLoadBalancerUDPListener~~)
|
|
7373
|
+
* * [CreateLoadBalancerTCPListener](~~CreateLoadBalancerTCPListener~~)
|
|
7374
|
+
* * [CreateLoadBalancerHTTPListener](~~CreateLoadBalancerHTTPListener~~)
|
|
7375
|
+
* * [CreateLoadBalancerHTTPSListener](~~CreateLoadBalancerHTTPSListener~~)
|
|
7376
|
+
*
|
|
7377
|
+
* @param request DescribeLoadBalancerListenersRequest
|
|
7378
|
+
* @return DescribeLoadBalancerListenersResponse
|
|
7379
|
+
*/
|
|
5902
7380
|
describeLoadBalancerListeners(request: DescribeLoadBalancerListenersRequest): Promise<DescribeLoadBalancerListenersResponse>;
|
|
5903
7381
|
describeLoadBalancerTCPListenerAttributeWithOptions(request: DescribeLoadBalancerTCPListenerAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeLoadBalancerTCPListenerAttributeResponse>;
|
|
5904
7382
|
describeLoadBalancerTCPListenerAttribute(request: DescribeLoadBalancerTCPListenerAttributeRequest): Promise<DescribeLoadBalancerTCPListenerAttributeResponse>;
|
|
@@ -5916,9 +7394,45 @@ export default class Client extends OpenApi {
|
|
|
5916
7394
|
describeRuleAttribute(request: DescribeRuleAttributeRequest): Promise<DescribeRuleAttributeResponse>;
|
|
5917
7395
|
describeRulesWithOptions(request: DescribeRulesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRulesResponse>;
|
|
5918
7396
|
describeRules(request: DescribeRulesRequest): Promise<DescribeRulesResponse>;
|
|
7397
|
+
/**
|
|
7398
|
+
* > 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.
|
|
7399
|
+
*
|
|
7400
|
+
* @param request DescribeServerCertificatesRequest
|
|
7401
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7402
|
+
* @return DescribeServerCertificatesResponse
|
|
7403
|
+
*/
|
|
5919
7404
|
describeServerCertificatesWithOptions(request: DescribeServerCertificatesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeServerCertificatesResponse>;
|
|
7405
|
+
/**
|
|
7406
|
+
* > 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.
|
|
7407
|
+
*
|
|
7408
|
+
* @param request DescribeServerCertificatesRequest
|
|
7409
|
+
* @return DescribeServerCertificatesResponse
|
|
7410
|
+
*/
|
|
5920
7411
|
describeServerCertificates(request: DescribeServerCertificatesRequest): Promise<DescribeServerCertificatesResponse>;
|
|
7412
|
+
/**
|
|
7413
|
+
* When you call this operation, take note of the following items:
|
|
7414
|
+
* * 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.
|
|
7415
|
+
* * The logical relationship among the specified conditions is AND. Only tags that match all the specified conditions are returned.
|
|
7416
|
+
* * If the Tagkey parameter is set and the Tagvalue parameter is not set, all tags that contain the specified tag key are returned.
|
|
7417
|
+
* * If you set the Tagvalue parameter in a request, you must also set the Tagkey parameter in the request.
|
|
7418
|
+
* * If you set both the Tagkey and Tagvalue parameters, only tags that contain the specified keys and values are returned.
|
|
7419
|
+
*
|
|
7420
|
+
* @param request DescribeTagsRequest
|
|
7421
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7422
|
+
* @return DescribeTagsResponse
|
|
7423
|
+
*/
|
|
5921
7424
|
describeTagsWithOptions(request: DescribeTagsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeTagsResponse>;
|
|
7425
|
+
/**
|
|
7426
|
+
* When you call this operation, take note of the following items:
|
|
7427
|
+
* * 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.
|
|
7428
|
+
* * The logical relationship among the specified conditions is AND. Only tags that match all the specified conditions are returned.
|
|
7429
|
+
* * If the Tagkey parameter is set and the Tagvalue parameter is not set, all tags that contain the specified tag key are returned.
|
|
7430
|
+
* * If you set the Tagvalue parameter in a request, you must also set the Tagkey parameter in the request.
|
|
7431
|
+
* * If you set both the Tagkey and Tagvalue parameters, only tags that contain the specified keys and values are returned.
|
|
7432
|
+
*
|
|
7433
|
+
* @param request DescribeTagsRequest
|
|
7434
|
+
* @return DescribeTagsResponse
|
|
7435
|
+
*/
|
|
5922
7436
|
describeTags(request: DescribeTagsRequest): Promise<DescribeTagsResponse>;
|
|
5923
7437
|
describeVServerGroupAttributeWithOptions(request: DescribeVServerGroupAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeVServerGroupAttributeResponse>;
|
|
5924
7438
|
describeVServerGroupAttribute(request: DescribeVServerGroupAttributeRequest): Promise<DescribeVServerGroupAttributeResponse>;
|
|
@@ -5926,43 +7440,188 @@ export default class Client extends OpenApi {
|
|
|
5926
7440
|
describeVServerGroups(request: DescribeVServerGroupsRequest): Promise<DescribeVServerGroupsResponse>;
|
|
5927
7441
|
describeZonesWithOptions(request: DescribeZonesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeZonesResponse>;
|
|
5928
7442
|
describeZones(request: DescribeZonesRequest): Promise<DescribeZonesResponse>;
|
|
7443
|
+
enableHighDefinationMonitorWithOptions(request: EnableHighDefinationMonitorRequest, runtime: $Util.RuntimeOptions): Promise<EnableHighDefinationMonitorResponse>;
|
|
7444
|
+
enableHighDefinationMonitor(request: EnableHighDefinationMonitorRequest): Promise<EnableHighDefinationMonitorResponse>;
|
|
5929
7445
|
listTLSCipherPoliciesWithOptions(request: ListTLSCipherPoliciesRequest, runtime: $Util.RuntimeOptions): Promise<ListTLSCipherPoliciesResponse>;
|
|
5930
7446
|
listTLSCipherPolicies(request: ListTLSCipherPoliciesRequest): Promise<ListTLSCipherPoliciesResponse>;
|
|
7447
|
+
/**
|
|
7448
|
+
* * 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.
|
|
7449
|
+
* * **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.
|
|
7450
|
+
* * If you set **Tag.N** and **ResourceId.N** to filter tags, **ResourceId.N** must match all specified key-value pairs.
|
|
7451
|
+
* * If you specify multiple key-value pairs, resources that contain these key-value pairs are returned.
|
|
7452
|
+
*
|
|
7453
|
+
* @param request ListTagResourcesRequest
|
|
7454
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7455
|
+
* @return ListTagResourcesResponse
|
|
7456
|
+
*/
|
|
5931
7457
|
listTagResourcesWithOptions(request: ListTagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<ListTagResourcesResponse>;
|
|
7458
|
+
/**
|
|
7459
|
+
* * 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.
|
|
7460
|
+
* * **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.
|
|
7461
|
+
* * If you set **Tag.N** and **ResourceId.N** to filter tags, **ResourceId.N** must match all specified key-value pairs.
|
|
7462
|
+
* * If you specify multiple key-value pairs, resources that contain these key-value pairs are returned.
|
|
7463
|
+
*
|
|
7464
|
+
* @param request ListTagResourcesRequest
|
|
7465
|
+
* @return ListTagResourcesResponse
|
|
7466
|
+
*/
|
|
5932
7467
|
listTagResources(request: ListTagResourcesRequest): Promise<ListTagResourcesResponse>;
|
|
7468
|
+
modifyHighDefinationMonitorWithOptions(request: ModifyHighDefinationMonitorRequest, runtime: $Util.RuntimeOptions): Promise<ModifyHighDefinationMonitorResponse>;
|
|
7469
|
+
modifyHighDefinationMonitor(request: ModifyHighDefinationMonitorRequest): Promise<ModifyHighDefinationMonitorResponse>;
|
|
7470
|
+
/**
|
|
7471
|
+
* > * 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.
|
|
7472
|
+
* >* This operation can change the metering method of only one instance at a time.
|
|
7473
|
+
*
|
|
7474
|
+
* @param request ModifyLoadBalancerInstanceChargeTypeRequest
|
|
7475
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7476
|
+
* @return ModifyLoadBalancerInstanceChargeTypeResponse
|
|
7477
|
+
*/
|
|
7478
|
+
modifyLoadBalancerInstanceChargeTypeWithOptions(request: ModifyLoadBalancerInstanceChargeTypeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyLoadBalancerInstanceChargeTypeResponse>;
|
|
7479
|
+
/**
|
|
7480
|
+
* > * 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.
|
|
7481
|
+
* >* This operation can change the metering method of only one instance at a time.
|
|
7482
|
+
*
|
|
7483
|
+
* @param request ModifyLoadBalancerInstanceChargeTypeRequest
|
|
7484
|
+
* @return ModifyLoadBalancerInstanceChargeTypeResponse
|
|
7485
|
+
*/
|
|
7486
|
+
modifyLoadBalancerInstanceChargeType(request: ModifyLoadBalancerInstanceChargeTypeRequest): Promise<ModifyLoadBalancerInstanceChargeTypeResponse>;
|
|
5933
7487
|
modifyLoadBalancerInstanceSpecWithOptions(request: ModifyLoadBalancerInstanceSpecRequest, runtime: $Util.RuntimeOptions): Promise<ModifyLoadBalancerInstanceSpecResponse>;
|
|
5934
7488
|
modifyLoadBalancerInstanceSpec(request: ModifyLoadBalancerInstanceSpecRequest): Promise<ModifyLoadBalancerInstanceSpecResponse>;
|
|
7489
|
+
/**
|
|
7490
|
+
* ## Description
|
|
7491
|
+
* * If you modify only the maximum bandwidth of a pay-by-bandwidth CLB instance, the new bandwidth immediately takes effect.
|
|
7492
|
+
* * 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.
|
|
7493
|
+
*
|
|
7494
|
+
* @param request ModifyLoadBalancerInternetSpecRequest
|
|
7495
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7496
|
+
* @return ModifyLoadBalancerInternetSpecResponse
|
|
7497
|
+
*/
|
|
5935
7498
|
modifyLoadBalancerInternetSpecWithOptions(request: ModifyLoadBalancerInternetSpecRequest, runtime: $Util.RuntimeOptions): Promise<ModifyLoadBalancerInternetSpecResponse>;
|
|
7499
|
+
/**
|
|
7500
|
+
* ## Description
|
|
7501
|
+
* * If you modify only the maximum bandwidth of a pay-by-bandwidth CLB instance, the new bandwidth immediately takes effect.
|
|
7502
|
+
* * 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.
|
|
7503
|
+
*
|
|
7504
|
+
* @param request ModifyLoadBalancerInternetSpecRequest
|
|
7505
|
+
* @return ModifyLoadBalancerInternetSpecResponse
|
|
7506
|
+
*/
|
|
5936
7507
|
modifyLoadBalancerInternetSpec(request: ModifyLoadBalancerInternetSpecRequest): Promise<ModifyLoadBalancerInternetSpecResponse>;
|
|
5937
7508
|
modifyLoadBalancerPayTypeWithOptions(request: ModifyLoadBalancerPayTypeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyLoadBalancerPayTypeResponse>;
|
|
5938
7509
|
modifyLoadBalancerPayType(request: ModifyLoadBalancerPayTypeRequest): Promise<ModifyLoadBalancerPayTypeResponse>;
|
|
7510
|
+
/**
|
|
7511
|
+
* 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.
|
|
7512
|
+
*
|
|
7513
|
+
* @param request ModifyVServerGroupBackendServersRequest
|
|
7514
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7515
|
+
* @return ModifyVServerGroupBackendServersResponse
|
|
7516
|
+
*/
|
|
5939
7517
|
modifyVServerGroupBackendServersWithOptions(request: ModifyVServerGroupBackendServersRequest, runtime: $Util.RuntimeOptions): Promise<ModifyVServerGroupBackendServersResponse>;
|
|
7518
|
+
/**
|
|
7519
|
+
* 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.
|
|
7520
|
+
*
|
|
7521
|
+
* @param request ModifyVServerGroupBackendServersRequest
|
|
7522
|
+
* @return ModifyVServerGroupBackendServersResponse
|
|
7523
|
+
*/
|
|
5940
7524
|
modifyVServerGroupBackendServers(request: ModifyVServerGroupBackendServersRequest): Promise<ModifyVServerGroupBackendServersResponse>;
|
|
7525
|
+
moveResourceGroupWithOptions(request: MoveResourceGroupRequest, runtime: $Util.RuntimeOptions): Promise<MoveResourceGroupResponse>;
|
|
7526
|
+
moveResourceGroup(request: MoveResourceGroupRequest): Promise<MoveResourceGroupResponse>;
|
|
5941
7527
|
removeAccessControlListEntryWithOptions(request: RemoveAccessControlListEntryRequest, runtime: $Util.RuntimeOptions): Promise<RemoveAccessControlListEntryResponse>;
|
|
5942
7528
|
removeAccessControlListEntry(request: RemoveAccessControlListEntryRequest): Promise<RemoveAccessControlListEntryResponse>;
|
|
7529
|
+
/**
|
|
7530
|
+
* > 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.
|
|
7531
|
+
*
|
|
7532
|
+
* @param request RemoveBackendServersRequest
|
|
7533
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7534
|
+
* @return RemoveBackendServersResponse
|
|
7535
|
+
*/
|
|
5943
7536
|
removeBackendServersWithOptions(request: RemoveBackendServersRequest, runtime: $Util.RuntimeOptions): Promise<RemoveBackendServersResponse>;
|
|
7537
|
+
/**
|
|
7538
|
+
* > 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.
|
|
7539
|
+
*
|
|
7540
|
+
* @param request RemoveBackendServersRequest
|
|
7541
|
+
* @return RemoveBackendServersResponse
|
|
7542
|
+
*/
|
|
5944
7543
|
removeBackendServers(request: RemoveBackendServersRequest): Promise<RemoveBackendServersResponse>;
|
|
5945
7544
|
removeListenerWhiteListItemWithOptions(request: RemoveListenerWhiteListItemRequest, runtime: $Util.RuntimeOptions): Promise<RemoveListenerWhiteListItemResponse>;
|
|
5946
7545
|
removeListenerWhiteListItem(request: RemoveListenerWhiteListItemRequest): Promise<RemoveListenerWhiteListItemResponse>;
|
|
5947
7546
|
removeTagsWithOptions(request: RemoveTagsRequest, runtime: $Util.RuntimeOptions): Promise<RemoveTagsResponse>;
|
|
5948
7547
|
removeTags(request: RemoveTagsRequest): Promise<RemoveTagsResponse>;
|
|
7548
|
+
/**
|
|
7549
|
+
* > 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.
|
|
7550
|
+
*
|
|
7551
|
+
* @param request RemoveVServerGroupBackendServersRequest
|
|
7552
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7553
|
+
* @return RemoveVServerGroupBackendServersResponse
|
|
7554
|
+
*/
|
|
5949
7555
|
removeVServerGroupBackendServersWithOptions(request: RemoveVServerGroupBackendServersRequest, runtime: $Util.RuntimeOptions): Promise<RemoveVServerGroupBackendServersResponse>;
|
|
7556
|
+
/**
|
|
7557
|
+
* > 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.
|
|
7558
|
+
*
|
|
7559
|
+
* @param request RemoveVServerGroupBackendServersRequest
|
|
7560
|
+
* @return RemoveVServerGroupBackendServersResponse
|
|
7561
|
+
*/
|
|
5950
7562
|
removeVServerGroupBackendServers(request: RemoveVServerGroupBackendServersRequest): Promise<RemoveVServerGroupBackendServersResponse>;
|
|
5951
7563
|
setAccessControlListAttributeWithOptions(request: SetAccessControlListAttributeRequest, runtime: $Util.RuntimeOptions): Promise<SetAccessControlListAttributeResponse>;
|
|
5952
7564
|
setAccessControlListAttribute(request: SetAccessControlListAttributeRequest): Promise<SetAccessControlListAttributeResponse>;
|
|
7565
|
+
setAccessLogsDownloadAttributeWithOptions(request: SetAccessLogsDownloadAttributeRequest, runtime: $Util.RuntimeOptions): Promise<SetAccessLogsDownloadAttributeResponse>;
|
|
7566
|
+
setAccessLogsDownloadAttribute(request: SetAccessLogsDownloadAttributeRequest): Promise<SetAccessLogsDownloadAttributeResponse>;
|
|
5953
7567
|
setBackendServersWithOptions(request: SetBackendServersRequest, runtime: $Util.RuntimeOptions): Promise<SetBackendServersResponse>;
|
|
5954
7568
|
setBackendServers(request: SetBackendServersRequest): Promise<SetBackendServersResponse>;
|
|
5955
7569
|
setCACertificateNameWithOptions(request: SetCACertificateNameRequest, runtime: $Util.RuntimeOptions): Promise<SetCACertificateNameResponse>;
|
|
5956
7570
|
setCACertificateName(request: SetCACertificateNameRequest): Promise<SetCACertificateNameResponse>;
|
|
7571
|
+
/**
|
|
7572
|
+
* > You cannot replace an additional certificate for a listener that is added to a shared-resource Server Load Balancer (SLB) instance.
|
|
7573
|
+
*
|
|
7574
|
+
* @param request SetDomainExtensionAttributeRequest
|
|
7575
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7576
|
+
* @return SetDomainExtensionAttributeResponse
|
|
7577
|
+
*/
|
|
5957
7578
|
setDomainExtensionAttributeWithOptions(request: SetDomainExtensionAttributeRequest, runtime: $Util.RuntimeOptions): Promise<SetDomainExtensionAttributeResponse>;
|
|
7579
|
+
/**
|
|
7580
|
+
* > You cannot replace an additional certificate for a listener that is added to a shared-resource Server Load Balancer (SLB) instance.
|
|
7581
|
+
*
|
|
7582
|
+
* @param request SetDomainExtensionAttributeRequest
|
|
7583
|
+
* @return SetDomainExtensionAttributeResponse
|
|
7584
|
+
*/
|
|
5958
7585
|
setDomainExtensionAttribute(request: SetDomainExtensionAttributeRequest): Promise<SetDomainExtensionAttributeResponse>;
|
|
5959
7586
|
setListenerAccessControlStatusWithOptions(request: SetListenerAccessControlStatusRequest, runtime: $Util.RuntimeOptions): Promise<SetListenerAccessControlStatusResponse>;
|
|
5960
7587
|
setListenerAccessControlStatus(request: SetListenerAccessControlStatusRequest): Promise<SetListenerAccessControlStatusResponse>;
|
|
5961
7588
|
setLoadBalancerDeleteProtectionWithOptions(request: SetLoadBalancerDeleteProtectionRequest, runtime: $Util.RuntimeOptions): Promise<SetLoadBalancerDeleteProtectionResponse>;
|
|
5962
7589
|
setLoadBalancerDeleteProtection(request: SetLoadBalancerDeleteProtectionRequest): Promise<SetLoadBalancerDeleteProtectionResponse>;
|
|
7590
|
+
/**
|
|
7591
|
+
* ### Prerequisites
|
|
7592
|
+
* * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](~~27577~~).
|
|
7593
|
+
* * An HTTP listener is created. For more information about how to create an HTTP listener, see [CreateLoadBalancerHTTPListener](~~27592~~).
|
|
7594
|
+
*
|
|
7595
|
+
* @param request SetLoadBalancerHTTPListenerAttributeRequest
|
|
7596
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7597
|
+
* @return SetLoadBalancerHTTPListenerAttributeResponse
|
|
7598
|
+
*/
|
|
5963
7599
|
setLoadBalancerHTTPListenerAttributeWithOptions(request: SetLoadBalancerHTTPListenerAttributeRequest, runtime: $Util.RuntimeOptions): Promise<SetLoadBalancerHTTPListenerAttributeResponse>;
|
|
7600
|
+
/**
|
|
7601
|
+
* ### Prerequisites
|
|
7602
|
+
* * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](~~27577~~).
|
|
7603
|
+
* * An HTTP listener is created. For more information about how to create an HTTP listener, see [CreateLoadBalancerHTTPListener](~~27592~~).
|
|
7604
|
+
*
|
|
7605
|
+
* @param request SetLoadBalancerHTTPListenerAttributeRequest
|
|
7606
|
+
* @return SetLoadBalancerHTTPListenerAttributeResponse
|
|
7607
|
+
*/
|
|
5964
7608
|
setLoadBalancerHTTPListenerAttribute(request: SetLoadBalancerHTTPListenerAttributeRequest): Promise<SetLoadBalancerHTTPListenerAttributeResponse>;
|
|
7609
|
+
/**
|
|
7610
|
+
* * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](~~27577~~).
|
|
7611
|
+
* * An HTTPS listener is created. For more information about how to create an HTTPS listener, see [CreateLoadBalancerHTTPSListener](~~27593~~).
|
|
7612
|
+
*
|
|
7613
|
+
* @param request SetLoadBalancerHTTPSListenerAttributeRequest
|
|
7614
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7615
|
+
* @return SetLoadBalancerHTTPSListenerAttributeResponse
|
|
7616
|
+
*/
|
|
5965
7617
|
setLoadBalancerHTTPSListenerAttributeWithOptions(request: SetLoadBalancerHTTPSListenerAttributeRequest, runtime: $Util.RuntimeOptions): Promise<SetLoadBalancerHTTPSListenerAttributeResponse>;
|
|
7618
|
+
/**
|
|
7619
|
+
* * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](~~27577~~).
|
|
7620
|
+
* * An HTTPS listener is created. For more information about how to create an HTTPS listener, see [CreateLoadBalancerHTTPSListener](~~27593~~).
|
|
7621
|
+
*
|
|
7622
|
+
* @param request SetLoadBalancerHTTPSListenerAttributeRequest
|
|
7623
|
+
* @return SetLoadBalancerHTTPSListenerAttributeResponse
|
|
7624
|
+
*/
|
|
5966
7625
|
setLoadBalancerHTTPSListenerAttribute(request: SetLoadBalancerHTTPSListenerAttributeRequest): Promise<SetLoadBalancerHTTPSListenerAttributeResponse>;
|
|
5967
7626
|
setLoadBalancerModificationProtectionWithOptions(request: SetLoadBalancerModificationProtectionRequest, runtime: $Util.RuntimeOptions): Promise<SetLoadBalancerModificationProtectionResponse>;
|
|
5968
7627
|
setLoadBalancerModificationProtection(request: SetLoadBalancerModificationProtectionRequest): Promise<SetLoadBalancerModificationProtectionResponse>;
|
|
@@ -5970,9 +7629,39 @@ export default class Client extends OpenApi {
|
|
|
5970
7629
|
setLoadBalancerName(request: SetLoadBalancerNameRequest): Promise<SetLoadBalancerNameResponse>;
|
|
5971
7630
|
setLoadBalancerStatusWithOptions(request: SetLoadBalancerStatusRequest, runtime: $Util.RuntimeOptions): Promise<SetLoadBalancerStatusResponse>;
|
|
5972
7631
|
setLoadBalancerStatus(request: SetLoadBalancerStatusRequest): Promise<SetLoadBalancerStatusResponse>;
|
|
7632
|
+
/**
|
|
7633
|
+
* * A CLB instance is created. For more information, see [CreateLoadBalancer](~~2401685~~).
|
|
7634
|
+
* * A TCP listener is created. For more information, see [CreateLoadBalancerTCPListener](~~CreateLoadBalancerTCPListener~~).
|
|
7635
|
+
*
|
|
7636
|
+
* @param request SetLoadBalancerTCPListenerAttributeRequest
|
|
7637
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7638
|
+
* @return SetLoadBalancerTCPListenerAttributeResponse
|
|
7639
|
+
*/
|
|
5973
7640
|
setLoadBalancerTCPListenerAttributeWithOptions(request: SetLoadBalancerTCPListenerAttributeRequest, runtime: $Util.RuntimeOptions): Promise<SetLoadBalancerTCPListenerAttributeResponse>;
|
|
7641
|
+
/**
|
|
7642
|
+
* * A CLB instance is created. For more information, see [CreateLoadBalancer](~~2401685~~).
|
|
7643
|
+
* * A TCP listener is created. For more information, see [CreateLoadBalancerTCPListener](~~CreateLoadBalancerTCPListener~~).
|
|
7644
|
+
*
|
|
7645
|
+
* @param request SetLoadBalancerTCPListenerAttributeRequest
|
|
7646
|
+
* @return SetLoadBalancerTCPListenerAttributeResponse
|
|
7647
|
+
*/
|
|
5974
7648
|
setLoadBalancerTCPListenerAttribute(request: SetLoadBalancerTCPListenerAttributeRequest): Promise<SetLoadBalancerTCPListenerAttributeResponse>;
|
|
7649
|
+
/**
|
|
7650
|
+
* * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](~~27577~~).
|
|
7651
|
+
* * A UDP listener is created. For more information, see [CreateLoadBalancerUDPListener](~~27595~~).
|
|
7652
|
+
*
|
|
7653
|
+
* @param request SetLoadBalancerUDPListenerAttributeRequest
|
|
7654
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7655
|
+
* @return SetLoadBalancerUDPListenerAttributeResponse
|
|
7656
|
+
*/
|
|
5975
7657
|
setLoadBalancerUDPListenerAttributeWithOptions(request: SetLoadBalancerUDPListenerAttributeRequest, runtime: $Util.RuntimeOptions): Promise<SetLoadBalancerUDPListenerAttributeResponse>;
|
|
7658
|
+
/**
|
|
7659
|
+
* * A Classic Load Balancer (CLB) instance is created. For more information, see [CreateLoadBalancer](~~27577~~).
|
|
7660
|
+
* * A UDP listener is created. For more information, see [CreateLoadBalancerUDPListener](~~27595~~).
|
|
7661
|
+
*
|
|
7662
|
+
* @param request SetLoadBalancerUDPListenerAttributeRequest
|
|
7663
|
+
* @return SetLoadBalancerUDPListenerAttributeResponse
|
|
7664
|
+
*/
|
|
5976
7665
|
setLoadBalancerUDPListenerAttribute(request: SetLoadBalancerUDPListenerAttributeRequest): Promise<SetLoadBalancerUDPListenerAttributeResponse>;
|
|
5977
7666
|
setRuleWithOptions(request: SetRuleRequest, runtime: $Util.RuntimeOptions): Promise<SetRuleResponse>;
|
|
5978
7667
|
setRule(request: SetRuleRequest): Promise<SetRuleResponse>;
|
|
@@ -5980,18 +7669,114 @@ export default class Client extends OpenApi {
|
|
|
5980
7669
|
setServerCertificateName(request: SetServerCertificateNameRequest): Promise<SetServerCertificateNameResponse>;
|
|
5981
7670
|
setTLSCipherPolicyAttributeWithOptions(request: SetTLSCipherPolicyAttributeRequest, runtime: $Util.RuntimeOptions): Promise<SetTLSCipherPolicyAttributeResponse>;
|
|
5982
7671
|
setTLSCipherPolicyAttribute(request: SetTLSCipherPolicyAttributeRequest): Promise<SetTLSCipherPolicyAttributeResponse>;
|
|
7672
|
+
/**
|
|
7673
|
+
* This operation allows you to modify only the name of a vServer group and the weights of the backend servers in the vServer group.
|
|
7674
|
+
* * If you want to modify backend servers in a specified vServer group, call the [ModifyVServerGroupBackendServers](~~35220~~) operation.
|
|
7675
|
+
* * If you want to add backend servers to a specified vServer group, call the [AddVServerGroupBackendServers](~~35218~~) operation.
|
|
7676
|
+
*
|
|
7677
|
+
* @param request SetVServerGroupAttributeRequest
|
|
7678
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7679
|
+
* @return SetVServerGroupAttributeResponse
|
|
7680
|
+
*/
|
|
5983
7681
|
setVServerGroupAttributeWithOptions(request: SetVServerGroupAttributeRequest, runtime: $Util.RuntimeOptions): Promise<SetVServerGroupAttributeResponse>;
|
|
7682
|
+
/**
|
|
7683
|
+
* This operation allows you to modify only the name of a vServer group and the weights of the backend servers in the vServer group.
|
|
7684
|
+
* * If you want to modify backend servers in a specified vServer group, call the [ModifyVServerGroupBackendServers](~~35220~~) operation.
|
|
7685
|
+
* * If you want to add backend servers to a specified vServer group, call the [AddVServerGroupBackendServers](~~35218~~) operation.
|
|
7686
|
+
*
|
|
7687
|
+
* @param request SetVServerGroupAttributeRequest
|
|
7688
|
+
* @return SetVServerGroupAttributeResponse
|
|
7689
|
+
*/
|
|
5984
7690
|
setVServerGroupAttribute(request: SetVServerGroupAttributeRequest): Promise<SetVServerGroupAttributeResponse>;
|
|
7691
|
+
/**
|
|
7692
|
+
* When you call this operation, note the following items:
|
|
7693
|
+
* * You can call the operation only when the listener is in the Stopped state.
|
|
7694
|
+
* * After the operation is called, the status of the listener changes to Starting.
|
|
7695
|
+
* * You cannot call this operation when the SLB instance to which the listener is bound is in the Locked state.
|
|
7696
|
+
*
|
|
7697
|
+
* @param request StartLoadBalancerListenerRequest
|
|
7698
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7699
|
+
* @return StartLoadBalancerListenerResponse
|
|
7700
|
+
*/
|
|
5985
7701
|
startLoadBalancerListenerWithOptions(request: StartLoadBalancerListenerRequest, runtime: $Util.RuntimeOptions): Promise<StartLoadBalancerListenerResponse>;
|
|
7702
|
+
/**
|
|
7703
|
+
* When you call this operation, note the following items:
|
|
7704
|
+
* * You can call the operation only when the listener is in the Stopped state.
|
|
7705
|
+
* * After the operation is called, the status of the listener changes to Starting.
|
|
7706
|
+
* * You cannot call this operation when the SLB instance to which the listener is bound is in the Locked state.
|
|
7707
|
+
*
|
|
7708
|
+
* @param request StartLoadBalancerListenerRequest
|
|
7709
|
+
* @return StartLoadBalancerListenerResponse
|
|
7710
|
+
*/
|
|
5986
7711
|
startLoadBalancerListener(request: StartLoadBalancerListenerRequest): Promise<StartLoadBalancerListenerResponse>;
|
|
7712
|
+
/**
|
|
7713
|
+
* Before you make this API call, note the following:
|
|
7714
|
+
* * After the API call is successfully made, the listener enters the stopped state.
|
|
7715
|
+
* * 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.
|
|
7716
|
+
* > If you stop the listener, your services will be disrupted. Exercise caution when you perform this action.
|
|
7717
|
+
*
|
|
7718
|
+
* @param request StopLoadBalancerListenerRequest
|
|
7719
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7720
|
+
* @return StopLoadBalancerListenerResponse
|
|
7721
|
+
*/
|
|
5987
7722
|
stopLoadBalancerListenerWithOptions(request: StopLoadBalancerListenerRequest, runtime: $Util.RuntimeOptions): Promise<StopLoadBalancerListenerResponse>;
|
|
7723
|
+
/**
|
|
7724
|
+
* Before you make this API call, note the following:
|
|
7725
|
+
* * After the API call is successfully made, the listener enters the stopped state.
|
|
7726
|
+
* * 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.
|
|
7727
|
+
* > If you stop the listener, your services will be disrupted. Exercise caution when you perform this action.
|
|
7728
|
+
*
|
|
7729
|
+
* @param request StopLoadBalancerListenerRequest
|
|
7730
|
+
* @return StopLoadBalancerListenerResponse
|
|
7731
|
+
*/
|
|
5988
7732
|
stopLoadBalancerListener(request: StopLoadBalancerListenerRequest): Promise<StopLoadBalancerListenerResponse>;
|
|
7733
|
+
/**
|
|
7734
|
+
* > 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.
|
|
7735
|
+
*
|
|
7736
|
+
* @param request TagResourcesRequest
|
|
7737
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7738
|
+
* @return TagResourcesResponse
|
|
7739
|
+
*/
|
|
5989
7740
|
tagResourcesWithOptions(request: TagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<TagResourcesResponse>;
|
|
7741
|
+
/**
|
|
7742
|
+
* > 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.
|
|
7743
|
+
*
|
|
7744
|
+
* @param request TagResourcesRequest
|
|
7745
|
+
* @return TagResourcesResponse
|
|
7746
|
+
*/
|
|
5990
7747
|
tagResources(request: TagResourcesRequest): Promise<TagResourcesResponse>;
|
|
5991
7748
|
untagResourcesWithOptions(request: UntagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<UntagResourcesResponse>;
|
|
5992
7749
|
untagResources(request: UntagResourcesRequest): Promise<UntagResourcesResponse>;
|
|
7750
|
+
/**
|
|
7751
|
+
* You can upload only one CA certificate at a time. After a CA certificate is uploaded, the certificate ID, name, and fingerprint are returned.
|
|
7752
|
+
*
|
|
7753
|
+
* @param request UploadCACertificateRequest
|
|
7754
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7755
|
+
* @return UploadCACertificateResponse
|
|
7756
|
+
*/
|
|
5993
7757
|
uploadCACertificateWithOptions(request: UploadCACertificateRequest, runtime: $Util.RuntimeOptions): Promise<UploadCACertificateResponse>;
|
|
7758
|
+
/**
|
|
7759
|
+
* You can upload only one CA certificate at a time. After a CA certificate is uploaded, the certificate ID, name, and fingerprint are returned.
|
|
7760
|
+
*
|
|
7761
|
+
* @param request UploadCACertificateRequest
|
|
7762
|
+
* @return UploadCACertificateResponse
|
|
7763
|
+
*/
|
|
5994
7764
|
uploadCACertificate(request: UploadCACertificateRequest): Promise<UploadCACertificateResponse>;
|
|
7765
|
+
/**
|
|
7766
|
+
* * You can upload only one server certificate and its private key in each call.
|
|
7767
|
+
* * 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.
|
|
7768
|
+
*
|
|
7769
|
+
* @param request UploadServerCertificateRequest
|
|
7770
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7771
|
+
* @return UploadServerCertificateResponse
|
|
7772
|
+
*/
|
|
5995
7773
|
uploadServerCertificateWithOptions(request: UploadServerCertificateRequest, runtime: $Util.RuntimeOptions): Promise<UploadServerCertificateResponse>;
|
|
7774
|
+
/**
|
|
7775
|
+
* * You can upload only one server certificate and its private key in each call.
|
|
7776
|
+
* * 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.
|
|
7777
|
+
*
|
|
7778
|
+
* @param request UploadServerCertificateRequest
|
|
7779
|
+
* @return UploadServerCertificateResponse
|
|
7780
|
+
*/
|
|
5996
7781
|
uploadServerCertificate(request: UploadServerCertificateRequest): Promise<UploadServerCertificateResponse>;
|
|
5997
7782
|
}
|