@alicloud/ga20191120 1.0.18 → 1.0.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +393 -297
- package/dist/client.js +495 -380
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +552 -415
package/src/client.ts
CHANGED
|
@@ -734,6 +734,7 @@ export class CreateAcceleratorRequest extends $tea.Model {
|
|
|
734
734
|
regionId?: string;
|
|
735
735
|
resourceGroupId?: string;
|
|
736
736
|
spec?: string;
|
|
737
|
+
tag?: CreateAcceleratorRequestTag[];
|
|
737
738
|
static names(): { [key: string]: string } {
|
|
738
739
|
return {
|
|
739
740
|
autoPay: 'AutoPay',
|
|
@@ -750,6 +751,7 @@ export class CreateAcceleratorRequest extends $tea.Model {
|
|
|
750
751
|
regionId: 'RegionId',
|
|
751
752
|
resourceGroupId: 'ResourceGroupId',
|
|
752
753
|
spec: 'Spec',
|
|
754
|
+
tag: 'Tag',
|
|
753
755
|
};
|
|
754
756
|
}
|
|
755
757
|
|
|
@@ -769,6 +771,7 @@ export class CreateAcceleratorRequest extends $tea.Model {
|
|
|
769
771
|
regionId: 'string',
|
|
770
772
|
resourceGroupId: 'string',
|
|
771
773
|
spec: 'string',
|
|
774
|
+
tag: { 'type': 'array', 'itemType': CreateAcceleratorRequestTag },
|
|
772
775
|
};
|
|
773
776
|
}
|
|
774
777
|
|
|
@@ -835,6 +838,7 @@ export class CreateAclRequest extends $tea.Model {
|
|
|
835
838
|
dryRun?: boolean;
|
|
836
839
|
regionId?: string;
|
|
837
840
|
resourceGroupId?: string;
|
|
841
|
+
tag?: CreateAclRequestTag[];
|
|
838
842
|
static names(): { [key: string]: string } {
|
|
839
843
|
return {
|
|
840
844
|
aclEntries: 'AclEntries',
|
|
@@ -844,6 +848,7 @@ export class CreateAclRequest extends $tea.Model {
|
|
|
844
848
|
dryRun: 'DryRun',
|
|
845
849
|
regionId: 'RegionId',
|
|
846
850
|
resourceGroupId: 'ResourceGroupId',
|
|
851
|
+
tag: 'Tag',
|
|
847
852
|
};
|
|
848
853
|
}
|
|
849
854
|
|
|
@@ -856,6 +861,7 @@ export class CreateAclRequest extends $tea.Model {
|
|
|
856
861
|
dryRun: 'boolean',
|
|
857
862
|
regionId: 'string',
|
|
858
863
|
resourceGroupId: 'string',
|
|
864
|
+
tag: { 'type': 'array', 'itemType': CreateAclRequestTag },
|
|
859
865
|
};
|
|
860
866
|
}
|
|
861
867
|
|
|
@@ -1025,6 +1031,7 @@ export class CreateBandwidthPackageRequest extends $tea.Model {
|
|
|
1025
1031
|
ratio?: number;
|
|
1026
1032
|
regionId?: string;
|
|
1027
1033
|
resourceGroupId?: string;
|
|
1034
|
+
tag?: CreateBandwidthPackageRequestTag[];
|
|
1028
1035
|
type?: string;
|
|
1029
1036
|
static names(): { [key: string]: string } {
|
|
1030
1037
|
return {
|
|
@@ -1045,6 +1052,7 @@ export class CreateBandwidthPackageRequest extends $tea.Model {
|
|
|
1045
1052
|
ratio: 'Ratio',
|
|
1046
1053
|
regionId: 'RegionId',
|
|
1047
1054
|
resourceGroupId: 'ResourceGroupId',
|
|
1055
|
+
tag: 'Tag',
|
|
1048
1056
|
type: 'Type',
|
|
1049
1057
|
};
|
|
1050
1058
|
}
|
|
@@ -1068,6 +1076,7 @@ export class CreateBandwidthPackageRequest extends $tea.Model {
|
|
|
1068
1076
|
ratio: 'number',
|
|
1069
1077
|
regionId: 'string',
|
|
1070
1078
|
resourceGroupId: 'string',
|
|
1079
|
+
tag: { 'type': 'array', 'itemType': CreateBandwidthPackageRequestTag },
|
|
1071
1080
|
type: 'string',
|
|
1072
1081
|
};
|
|
1073
1082
|
}
|
|
@@ -1390,6 +1399,7 @@ export class CreateBasicAcceleratorRequest extends $tea.Model {
|
|
|
1390
1399
|
promotionOptionNo?: string;
|
|
1391
1400
|
regionId?: string;
|
|
1392
1401
|
resourceGroupId?: string;
|
|
1402
|
+
tag?: CreateBasicAcceleratorRequestTag[];
|
|
1393
1403
|
static names(): { [key: string]: string } {
|
|
1394
1404
|
return {
|
|
1395
1405
|
autoPay: 'AutoPay',
|
|
@@ -1405,6 +1415,7 @@ export class CreateBasicAcceleratorRequest extends $tea.Model {
|
|
|
1405
1415
|
promotionOptionNo: 'PromotionOptionNo',
|
|
1406
1416
|
regionId: 'RegionId',
|
|
1407
1417
|
resourceGroupId: 'ResourceGroupId',
|
|
1418
|
+
tag: 'Tag',
|
|
1408
1419
|
};
|
|
1409
1420
|
}
|
|
1410
1421
|
|
|
@@ -1423,6 +1434,7 @@ export class CreateBasicAcceleratorRequest extends $tea.Model {
|
|
|
1423
1434
|
promotionOptionNo: 'string',
|
|
1424
1435
|
regionId: 'string',
|
|
1425
1436
|
resourceGroupId: 'string',
|
|
1437
|
+
tag: { 'type': 'array', 'itemType': CreateBasicAcceleratorRequestTag },
|
|
1426
1438
|
};
|
|
1427
1439
|
}
|
|
1428
1440
|
|
|
@@ -2224,6 +2236,7 @@ export class CreateEndpointGroupRequest extends $tea.Model {
|
|
|
2224
2236
|
name?: string;
|
|
2225
2237
|
portOverrides?: CreateEndpointGroupRequestPortOverrides[];
|
|
2226
2238
|
regionId?: string;
|
|
2239
|
+
tag?: CreateEndpointGroupRequestTag[];
|
|
2227
2240
|
thresholdCount?: number;
|
|
2228
2241
|
trafficPercentage?: number;
|
|
2229
2242
|
static names(): { [key: string]: string } {
|
|
@@ -2244,6 +2257,7 @@ export class CreateEndpointGroupRequest extends $tea.Model {
|
|
|
2244
2257
|
name: 'Name',
|
|
2245
2258
|
portOverrides: 'PortOverrides',
|
|
2246
2259
|
regionId: 'RegionId',
|
|
2260
|
+
tag: 'Tag',
|
|
2247
2261
|
thresholdCount: 'ThresholdCount',
|
|
2248
2262
|
trafficPercentage: 'TrafficPercentage',
|
|
2249
2263
|
};
|
|
@@ -2267,6 +2281,7 @@ export class CreateEndpointGroupRequest extends $tea.Model {
|
|
|
2267
2281
|
name: 'string',
|
|
2268
2282
|
portOverrides: { 'type': 'array', 'itemType': CreateEndpointGroupRequestPortOverrides },
|
|
2269
2283
|
regionId: 'string',
|
|
2284
|
+
tag: { 'type': 'array', 'itemType': CreateEndpointGroupRequestTag },
|
|
2270
2285
|
thresholdCount: 'number',
|
|
2271
2286
|
trafficPercentage: 'number',
|
|
2272
2287
|
};
|
|
@@ -4360,6 +4375,7 @@ export class DescribeAcceleratorResponseBody extends $tea.Model {
|
|
|
4360
4375
|
cenId?: string;
|
|
4361
4376
|
createTime?: number;
|
|
4362
4377
|
crossBorderMode?: string;
|
|
4378
|
+
crossBorderStatus?: boolean;
|
|
4363
4379
|
crossDomainBandwidthPackage?: DescribeAcceleratorResponseBodyCrossDomainBandwidthPackage;
|
|
4364
4380
|
crossPrivateState?: string;
|
|
4365
4381
|
ddosId?: string;
|
|
@@ -4384,6 +4400,7 @@ export class DescribeAcceleratorResponseBody extends $tea.Model {
|
|
|
4384
4400
|
cenId: 'CenId',
|
|
4385
4401
|
createTime: 'CreateTime',
|
|
4386
4402
|
crossBorderMode: 'CrossBorderMode',
|
|
4403
|
+
crossBorderStatus: 'CrossBorderStatus',
|
|
4387
4404
|
crossDomainBandwidthPackage: 'CrossDomainBandwidthPackage',
|
|
4388
4405
|
crossPrivateState: 'CrossPrivateState',
|
|
4389
4406
|
ddosId: 'DdosId',
|
|
@@ -4411,6 +4428,7 @@ export class DescribeAcceleratorResponseBody extends $tea.Model {
|
|
|
4411
4428
|
cenId: 'string',
|
|
4412
4429
|
createTime: 'number',
|
|
4413
4430
|
crossBorderMode: 'string',
|
|
4431
|
+
crossBorderStatus: 'boolean',
|
|
4414
4432
|
crossDomainBandwidthPackage: DescribeAcceleratorResponseBodyCrossDomainBandwidthPackage,
|
|
4415
4433
|
crossPrivateState: 'string',
|
|
4416
4434
|
ddosId: 'string',
|
|
@@ -5449,7 +5467,6 @@ export class DescribeEndpointGroupResponseBody extends $tea.Model {
|
|
|
5449
5467
|
state?: string;
|
|
5450
5468
|
tags?: DescribeEndpointGroupResponseBodyTags[];
|
|
5451
5469
|
thresholdCount?: number;
|
|
5452
|
-
totalCount?: number;
|
|
5453
5470
|
trafficPercentage?: number;
|
|
5454
5471
|
static names(): { [key: string]: string } {
|
|
5455
5472
|
return {
|
|
@@ -5480,7 +5497,6 @@ export class DescribeEndpointGroupResponseBody extends $tea.Model {
|
|
|
5480
5497
|
state: 'State',
|
|
5481
5498
|
tags: 'Tags',
|
|
5482
5499
|
thresholdCount: 'ThresholdCount',
|
|
5483
|
-
totalCount: 'TotalCount',
|
|
5484
5500
|
trafficPercentage: 'TrafficPercentage',
|
|
5485
5501
|
};
|
|
5486
5502
|
}
|
|
@@ -5514,7 +5530,6 @@ export class DescribeEndpointGroupResponseBody extends $tea.Model {
|
|
|
5514
5530
|
state: 'string',
|
|
5515
5531
|
tags: { 'type': 'array', 'itemType': DescribeEndpointGroupResponseBodyTags },
|
|
5516
5532
|
thresholdCount: 'number',
|
|
5517
|
-
totalCount: 'number',
|
|
5518
5533
|
trafficPercentage: 'number',
|
|
5519
5534
|
};
|
|
5520
5535
|
}
|
|
@@ -6713,6 +6728,7 @@ export class GetBasicAcceleratorResponseBody extends $tea.Model {
|
|
|
6713
6728
|
basicIpSetId?: string;
|
|
6714
6729
|
cenId?: string;
|
|
6715
6730
|
createTime?: number;
|
|
6731
|
+
crossBorderStatus?: boolean;
|
|
6716
6732
|
crossDomainBandwidthPackage?: GetBasicAcceleratorResponseBodyCrossDomainBandwidthPackage;
|
|
6717
6733
|
crossPrivateState?: string;
|
|
6718
6734
|
description?: string;
|
|
@@ -6733,6 +6749,7 @@ export class GetBasicAcceleratorResponseBody extends $tea.Model {
|
|
|
6733
6749
|
basicIpSetId: 'BasicIpSetId',
|
|
6734
6750
|
cenId: 'CenId',
|
|
6735
6751
|
createTime: 'CreateTime',
|
|
6752
|
+
crossBorderStatus: 'CrossBorderStatus',
|
|
6736
6753
|
crossDomainBandwidthPackage: 'CrossDomainBandwidthPackage',
|
|
6737
6754
|
crossPrivateState: 'CrossPrivateState',
|
|
6738
6755
|
description: 'Description',
|
|
@@ -6756,6 +6773,7 @@ export class GetBasicAcceleratorResponseBody extends $tea.Model {
|
|
|
6756
6773
|
basicIpSetId: 'string',
|
|
6757
6774
|
cenId: 'string',
|
|
6758
6775
|
createTime: 'number',
|
|
6776
|
+
crossBorderStatus: 'boolean',
|
|
6759
6777
|
crossDomainBandwidthPackage: GetBasicAcceleratorResponseBodyCrossDomainBandwidthPackage,
|
|
6760
6778
|
crossPrivateState: 'string',
|
|
6761
6779
|
description: 'string',
|
|
@@ -9564,10 +9582,12 @@ export class ListIpSetsResponse extends $tea.Model {
|
|
|
9564
9582
|
}
|
|
9565
9583
|
|
|
9566
9584
|
export class ListIspTypesRequest extends $tea.Model {
|
|
9585
|
+
acceleratorId?: string;
|
|
9567
9586
|
acceleratorType?: string;
|
|
9568
9587
|
businessRegionId?: string;
|
|
9569
9588
|
static names(): { [key: string]: string } {
|
|
9570
9589
|
return {
|
|
9590
|
+
acceleratorId: 'AcceleratorId',
|
|
9571
9591
|
acceleratorType: 'AcceleratorType',
|
|
9572
9592
|
businessRegionId: 'BusinessRegionId',
|
|
9573
9593
|
};
|
|
@@ -9575,6 +9595,7 @@ export class ListIspTypesRequest extends $tea.Model {
|
|
|
9575
9595
|
|
|
9576
9596
|
static types(): { [key: string]: any } {
|
|
9577
9597
|
return {
|
|
9598
|
+
acceleratorId: 'string',
|
|
9578
9599
|
acceleratorType: 'string',
|
|
9579
9600
|
businessRegionId: 'string',
|
|
9580
9601
|
};
|
|
@@ -10049,72 +10070,6 @@ export class ListTagResourcesResponse extends $tea.Model {
|
|
|
10049
10070
|
}
|
|
10050
10071
|
}
|
|
10051
10072
|
|
|
10052
|
-
export class QueryCrossPrivatePermissionRequest extends $tea.Model {
|
|
10053
|
-
regionId?: string;
|
|
10054
|
-
static names(): { [key: string]: string } {
|
|
10055
|
-
return {
|
|
10056
|
-
regionId: 'RegionId',
|
|
10057
|
-
};
|
|
10058
|
-
}
|
|
10059
|
-
|
|
10060
|
-
static types(): { [key: string]: any } {
|
|
10061
|
-
return {
|
|
10062
|
-
regionId: 'string',
|
|
10063
|
-
};
|
|
10064
|
-
}
|
|
10065
|
-
|
|
10066
|
-
constructor(map?: { [key: string]: any }) {
|
|
10067
|
-
super(map);
|
|
10068
|
-
}
|
|
10069
|
-
}
|
|
10070
|
-
|
|
10071
|
-
export class QueryCrossPrivatePermissionResponseBody extends $tea.Model {
|
|
10072
|
-
crossPrivatePermission?: boolean;
|
|
10073
|
-
requestId?: string;
|
|
10074
|
-
static names(): { [key: string]: string } {
|
|
10075
|
-
return {
|
|
10076
|
-
crossPrivatePermission: 'CrossPrivatePermission',
|
|
10077
|
-
requestId: 'RequestId',
|
|
10078
|
-
};
|
|
10079
|
-
}
|
|
10080
|
-
|
|
10081
|
-
static types(): { [key: string]: any } {
|
|
10082
|
-
return {
|
|
10083
|
-
crossPrivatePermission: 'boolean',
|
|
10084
|
-
requestId: 'string',
|
|
10085
|
-
};
|
|
10086
|
-
}
|
|
10087
|
-
|
|
10088
|
-
constructor(map?: { [key: string]: any }) {
|
|
10089
|
-
super(map);
|
|
10090
|
-
}
|
|
10091
|
-
}
|
|
10092
|
-
|
|
10093
|
-
export class QueryCrossPrivatePermissionResponse extends $tea.Model {
|
|
10094
|
-
headers: { [key: string]: string };
|
|
10095
|
-
statusCode: number;
|
|
10096
|
-
body: QueryCrossPrivatePermissionResponseBody;
|
|
10097
|
-
static names(): { [key: string]: string } {
|
|
10098
|
-
return {
|
|
10099
|
-
headers: 'headers',
|
|
10100
|
-
statusCode: 'statusCode',
|
|
10101
|
-
body: 'body',
|
|
10102
|
-
};
|
|
10103
|
-
}
|
|
10104
|
-
|
|
10105
|
-
static types(): { [key: string]: any } {
|
|
10106
|
-
return {
|
|
10107
|
-
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
10108
|
-
statusCode: 'number',
|
|
10109
|
-
body: QueryCrossPrivatePermissionResponseBody,
|
|
10110
|
-
};
|
|
10111
|
-
}
|
|
10112
|
-
|
|
10113
|
-
constructor(map?: { [key: string]: any }) {
|
|
10114
|
-
super(map);
|
|
10115
|
-
}
|
|
10116
|
-
}
|
|
10117
|
-
|
|
10118
10073
|
export class RemoveEntriesFromAclRequest extends $tea.Model {
|
|
10119
10074
|
aclEntries?: RemoveEntriesFromAclRequestAclEntries[];
|
|
10120
10075
|
aclId?: string;
|
|
@@ -10652,6 +10607,78 @@ export class UpdateAcceleratorConfirmResponse extends $tea.Model {
|
|
|
10652
10607
|
}
|
|
10653
10608
|
}
|
|
10654
10609
|
|
|
10610
|
+
export class UpdateAcceleratorCrossBorderModeRequest extends $tea.Model {
|
|
10611
|
+
acceleratorId?: string;
|
|
10612
|
+
clientToken?: string;
|
|
10613
|
+
crossBorderMode?: string;
|
|
10614
|
+
regionId?: string;
|
|
10615
|
+
static names(): { [key: string]: string } {
|
|
10616
|
+
return {
|
|
10617
|
+
acceleratorId: 'AcceleratorId',
|
|
10618
|
+
clientToken: 'ClientToken',
|
|
10619
|
+
crossBorderMode: 'CrossBorderMode',
|
|
10620
|
+
regionId: 'RegionId',
|
|
10621
|
+
};
|
|
10622
|
+
}
|
|
10623
|
+
|
|
10624
|
+
static types(): { [key: string]: any } {
|
|
10625
|
+
return {
|
|
10626
|
+
acceleratorId: 'string',
|
|
10627
|
+
clientToken: 'string',
|
|
10628
|
+
crossBorderMode: 'string',
|
|
10629
|
+
regionId: 'string',
|
|
10630
|
+
};
|
|
10631
|
+
}
|
|
10632
|
+
|
|
10633
|
+
constructor(map?: { [key: string]: any }) {
|
|
10634
|
+
super(map);
|
|
10635
|
+
}
|
|
10636
|
+
}
|
|
10637
|
+
|
|
10638
|
+
export class UpdateAcceleratorCrossBorderModeResponseBody extends $tea.Model {
|
|
10639
|
+
requestId?: string;
|
|
10640
|
+
static names(): { [key: string]: string } {
|
|
10641
|
+
return {
|
|
10642
|
+
requestId: 'RequestId',
|
|
10643
|
+
};
|
|
10644
|
+
}
|
|
10645
|
+
|
|
10646
|
+
static types(): { [key: string]: any } {
|
|
10647
|
+
return {
|
|
10648
|
+
requestId: 'string',
|
|
10649
|
+
};
|
|
10650
|
+
}
|
|
10651
|
+
|
|
10652
|
+
constructor(map?: { [key: string]: any }) {
|
|
10653
|
+
super(map);
|
|
10654
|
+
}
|
|
10655
|
+
}
|
|
10656
|
+
|
|
10657
|
+
export class UpdateAcceleratorCrossBorderModeResponse extends $tea.Model {
|
|
10658
|
+
headers: { [key: string]: string };
|
|
10659
|
+
statusCode: number;
|
|
10660
|
+
body: UpdateAcceleratorCrossBorderModeResponseBody;
|
|
10661
|
+
static names(): { [key: string]: string } {
|
|
10662
|
+
return {
|
|
10663
|
+
headers: 'headers',
|
|
10664
|
+
statusCode: 'statusCode',
|
|
10665
|
+
body: 'body',
|
|
10666
|
+
};
|
|
10667
|
+
}
|
|
10668
|
+
|
|
10669
|
+
static types(): { [key: string]: any } {
|
|
10670
|
+
return {
|
|
10671
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
10672
|
+
statusCode: 'number',
|
|
10673
|
+
body: UpdateAcceleratorCrossBorderModeResponseBody,
|
|
10674
|
+
};
|
|
10675
|
+
}
|
|
10676
|
+
|
|
10677
|
+
constructor(map?: { [key: string]: any }) {
|
|
10678
|
+
super(map);
|
|
10679
|
+
}
|
|
10680
|
+
}
|
|
10681
|
+
|
|
10655
10682
|
export class UpdateAclAttributeRequest extends $tea.Model {
|
|
10656
10683
|
aclId?: string;
|
|
10657
10684
|
aclName?: string;
|
|
@@ -11399,78 +11426,6 @@ export class UpdateBasicIpSetResponse extends $tea.Model {
|
|
|
11399
11426
|
}
|
|
11400
11427
|
}
|
|
11401
11428
|
|
|
11402
|
-
export class UpdateCrossPrivateStateRequest extends $tea.Model {
|
|
11403
|
-
acceleratorId?: string;
|
|
11404
|
-
crossPrivateState?: boolean;
|
|
11405
|
-
regionId?: string;
|
|
11406
|
-
static names(): { [key: string]: string } {
|
|
11407
|
-
return {
|
|
11408
|
-
acceleratorId: 'AcceleratorId',
|
|
11409
|
-
crossPrivateState: 'CrossPrivateState',
|
|
11410
|
-
regionId: 'RegionId',
|
|
11411
|
-
};
|
|
11412
|
-
}
|
|
11413
|
-
|
|
11414
|
-
static types(): { [key: string]: any } {
|
|
11415
|
-
return {
|
|
11416
|
-
acceleratorId: 'string',
|
|
11417
|
-
crossPrivateState: 'boolean',
|
|
11418
|
-
regionId: 'string',
|
|
11419
|
-
};
|
|
11420
|
-
}
|
|
11421
|
-
|
|
11422
|
-
constructor(map?: { [key: string]: any }) {
|
|
11423
|
-
super(map);
|
|
11424
|
-
}
|
|
11425
|
-
}
|
|
11426
|
-
|
|
11427
|
-
export class UpdateCrossPrivateStateResponseBody extends $tea.Model {
|
|
11428
|
-
crossPrivateState?: boolean;
|
|
11429
|
-
requestId?: string;
|
|
11430
|
-
static names(): { [key: string]: string } {
|
|
11431
|
-
return {
|
|
11432
|
-
crossPrivateState: 'CrossPrivateState',
|
|
11433
|
-
requestId: 'RequestId',
|
|
11434
|
-
};
|
|
11435
|
-
}
|
|
11436
|
-
|
|
11437
|
-
static types(): { [key: string]: any } {
|
|
11438
|
-
return {
|
|
11439
|
-
crossPrivateState: 'boolean',
|
|
11440
|
-
requestId: 'string',
|
|
11441
|
-
};
|
|
11442
|
-
}
|
|
11443
|
-
|
|
11444
|
-
constructor(map?: { [key: string]: any }) {
|
|
11445
|
-
super(map);
|
|
11446
|
-
}
|
|
11447
|
-
}
|
|
11448
|
-
|
|
11449
|
-
export class UpdateCrossPrivateStateResponse extends $tea.Model {
|
|
11450
|
-
headers: { [key: string]: string };
|
|
11451
|
-
statusCode: number;
|
|
11452
|
-
body: UpdateCrossPrivateStateResponseBody;
|
|
11453
|
-
static names(): { [key: string]: string } {
|
|
11454
|
-
return {
|
|
11455
|
-
headers: 'headers',
|
|
11456
|
-
statusCode: 'statusCode',
|
|
11457
|
-
body: 'body',
|
|
11458
|
-
};
|
|
11459
|
-
}
|
|
11460
|
-
|
|
11461
|
-
static types(): { [key: string]: any } {
|
|
11462
|
-
return {
|
|
11463
|
-
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
11464
|
-
statusCode: 'number',
|
|
11465
|
-
body: UpdateCrossPrivateStateResponseBody,
|
|
11466
|
-
};
|
|
11467
|
-
}
|
|
11468
|
-
|
|
11469
|
-
constructor(map?: { [key: string]: any }) {
|
|
11470
|
-
super(map);
|
|
11471
|
-
}
|
|
11472
|
-
}
|
|
11473
|
-
|
|
11474
11429
|
export class UpdateCustomRoutingEndpointGroupAttributeRequest extends $tea.Model {
|
|
11475
11430
|
clientToken?: string;
|
|
11476
11431
|
description?: string;
|
|
@@ -12551,6 +12506,28 @@ export class CreateAcceleratorRequestIpSetConfig extends $tea.Model {
|
|
|
12551
12506
|
}
|
|
12552
12507
|
}
|
|
12553
12508
|
|
|
12509
|
+
export class CreateAcceleratorRequestTag extends $tea.Model {
|
|
12510
|
+
key?: string;
|
|
12511
|
+
value?: string;
|
|
12512
|
+
static names(): { [key: string]: string } {
|
|
12513
|
+
return {
|
|
12514
|
+
key: 'Key',
|
|
12515
|
+
value: 'Value',
|
|
12516
|
+
};
|
|
12517
|
+
}
|
|
12518
|
+
|
|
12519
|
+
static types(): { [key: string]: any } {
|
|
12520
|
+
return {
|
|
12521
|
+
key: 'string',
|
|
12522
|
+
value: 'string',
|
|
12523
|
+
};
|
|
12524
|
+
}
|
|
12525
|
+
|
|
12526
|
+
constructor(map?: { [key: string]: any }) {
|
|
12527
|
+
super(map);
|
|
12528
|
+
}
|
|
12529
|
+
}
|
|
12530
|
+
|
|
12554
12531
|
export class CreateAclRequestAclEntries extends $tea.Model {
|
|
12555
12532
|
entry?: string;
|
|
12556
12533
|
entryDescription?: string;
|
|
@@ -12573,6 +12550,50 @@ export class CreateAclRequestAclEntries extends $tea.Model {
|
|
|
12573
12550
|
}
|
|
12574
12551
|
}
|
|
12575
12552
|
|
|
12553
|
+
export class CreateAclRequestTag extends $tea.Model {
|
|
12554
|
+
key?: string;
|
|
12555
|
+
value?: string;
|
|
12556
|
+
static names(): { [key: string]: string } {
|
|
12557
|
+
return {
|
|
12558
|
+
key: 'Key',
|
|
12559
|
+
value: 'Value',
|
|
12560
|
+
};
|
|
12561
|
+
}
|
|
12562
|
+
|
|
12563
|
+
static types(): { [key: string]: any } {
|
|
12564
|
+
return {
|
|
12565
|
+
key: 'string',
|
|
12566
|
+
value: 'string',
|
|
12567
|
+
};
|
|
12568
|
+
}
|
|
12569
|
+
|
|
12570
|
+
constructor(map?: { [key: string]: any }) {
|
|
12571
|
+
super(map);
|
|
12572
|
+
}
|
|
12573
|
+
}
|
|
12574
|
+
|
|
12575
|
+
export class CreateBandwidthPackageRequestTag extends $tea.Model {
|
|
12576
|
+
key?: string;
|
|
12577
|
+
value?: string;
|
|
12578
|
+
static names(): { [key: string]: string } {
|
|
12579
|
+
return {
|
|
12580
|
+
key: 'Key',
|
|
12581
|
+
value: 'Value',
|
|
12582
|
+
};
|
|
12583
|
+
}
|
|
12584
|
+
|
|
12585
|
+
static types(): { [key: string]: any } {
|
|
12586
|
+
return {
|
|
12587
|
+
key: 'string',
|
|
12588
|
+
value: 'string',
|
|
12589
|
+
};
|
|
12590
|
+
}
|
|
12591
|
+
|
|
12592
|
+
constructor(map?: { [key: string]: any }) {
|
|
12593
|
+
super(map);
|
|
12594
|
+
}
|
|
12595
|
+
}
|
|
12596
|
+
|
|
12576
12597
|
export class CreateBasicAccelerateIpEndpointRelationsRequestAccelerateIpEndpointRelations extends $tea.Model {
|
|
12577
12598
|
accelerateIpId?: string;
|
|
12578
12599
|
endpointId?: string;
|
|
@@ -12595,6 +12616,28 @@ export class CreateBasicAccelerateIpEndpointRelationsRequestAccelerateIpEndpoint
|
|
|
12595
12616
|
}
|
|
12596
12617
|
}
|
|
12597
12618
|
|
|
12619
|
+
export class CreateBasicAcceleratorRequestTag extends $tea.Model {
|
|
12620
|
+
key?: string;
|
|
12621
|
+
value?: string;
|
|
12622
|
+
static names(): { [key: string]: string } {
|
|
12623
|
+
return {
|
|
12624
|
+
key: 'Key',
|
|
12625
|
+
value: 'Value',
|
|
12626
|
+
};
|
|
12627
|
+
}
|
|
12628
|
+
|
|
12629
|
+
static types(): { [key: string]: any } {
|
|
12630
|
+
return {
|
|
12631
|
+
key: 'string',
|
|
12632
|
+
value: 'string',
|
|
12633
|
+
};
|
|
12634
|
+
}
|
|
12635
|
+
|
|
12636
|
+
constructor(map?: { [key: string]: any }) {
|
|
12637
|
+
super(map);
|
|
12638
|
+
}
|
|
12639
|
+
}
|
|
12640
|
+
|
|
12598
12641
|
export class CreateBasicEndpointsRequestEndpoints extends $tea.Model {
|
|
12599
12642
|
endpointAddress?: string;
|
|
12600
12643
|
endpointSubAddress?: string;
|
|
@@ -12976,6 +13019,28 @@ export class CreateEndpointGroupRequestPortOverrides extends $tea.Model {
|
|
|
12976
13019
|
}
|
|
12977
13020
|
}
|
|
12978
13021
|
|
|
13022
|
+
export class CreateEndpointGroupRequestTag extends $tea.Model {
|
|
13023
|
+
key?: string;
|
|
13024
|
+
value?: string;
|
|
13025
|
+
static names(): { [key: string]: string } {
|
|
13026
|
+
return {
|
|
13027
|
+
key: 'Key',
|
|
13028
|
+
value: 'Value',
|
|
13029
|
+
};
|
|
13030
|
+
}
|
|
13031
|
+
|
|
13032
|
+
static types(): { [key: string]: any } {
|
|
13033
|
+
return {
|
|
13034
|
+
key: 'string',
|
|
13035
|
+
value: 'string',
|
|
13036
|
+
};
|
|
13037
|
+
}
|
|
13038
|
+
|
|
13039
|
+
constructor(map?: { [key: string]: any }) {
|
|
13040
|
+
super(map);
|
|
13041
|
+
}
|
|
13042
|
+
}
|
|
13043
|
+
|
|
12979
13044
|
export class CreateEndpointGroupsRequestEndpointGroupConfigurationsEndpointConfigurations extends $tea.Model {
|
|
12980
13045
|
endpoint?: string;
|
|
12981
13046
|
type?: string;
|
|
@@ -14134,6 +14199,7 @@ export class DescribeCustomRoutingEndPointTrafficPolicyResponseBodyPortRanges ex
|
|
|
14134
14199
|
|
|
14135
14200
|
export class DescribeEndpointGroupResponseBodyEndpointConfigurations extends $tea.Model {
|
|
14136
14201
|
enableClientIPPreservation?: boolean;
|
|
14202
|
+
enableProxyProtocol?: boolean;
|
|
14137
14203
|
endpoint?: string;
|
|
14138
14204
|
probePort?: number;
|
|
14139
14205
|
probeProtocol?: string;
|
|
@@ -14142,6 +14208,7 @@ export class DescribeEndpointGroupResponseBodyEndpointConfigurations extends $te
|
|
|
14142
14208
|
static names(): { [key: string]: string } {
|
|
14143
14209
|
return {
|
|
14144
14210
|
enableClientIPPreservation: 'EnableClientIPPreservation',
|
|
14211
|
+
enableProxyProtocol: 'EnableProxyProtocol',
|
|
14145
14212
|
endpoint: 'Endpoint',
|
|
14146
14213
|
probePort: 'ProbePort',
|
|
14147
14214
|
probeProtocol: 'ProbeProtocol',
|
|
@@ -14153,6 +14220,7 @@ export class DescribeEndpointGroupResponseBodyEndpointConfigurations extends $te
|
|
|
14153
14220
|
static types(): { [key: string]: any } {
|
|
14154
14221
|
return {
|
|
14155
14222
|
enableClientIPPreservation: 'boolean',
|
|
14223
|
+
enableProxyProtocol: 'boolean',
|
|
14156
14224
|
endpoint: 'string',
|
|
14157
14225
|
probePort: 'number',
|
|
14158
14226
|
probeProtocol: 'string',
|
|
@@ -14719,6 +14787,7 @@ export class ListAcceleratorsResponseBodyAccelerators extends $tea.Model {
|
|
|
14719
14787
|
cenId?: string;
|
|
14720
14788
|
createTime?: number;
|
|
14721
14789
|
crossBorderMode?: string;
|
|
14790
|
+
crossBorderStatus?: boolean;
|
|
14722
14791
|
crossDomainBandwidthPackage?: ListAcceleratorsResponseBodyAcceleratorsCrossDomainBandwidthPackage;
|
|
14723
14792
|
ddosId?: string;
|
|
14724
14793
|
description?: string;
|
|
@@ -14743,6 +14812,7 @@ export class ListAcceleratorsResponseBodyAccelerators extends $tea.Model {
|
|
|
14743
14812
|
cenId: 'CenId',
|
|
14744
14813
|
createTime: 'CreateTime',
|
|
14745
14814
|
crossBorderMode: 'CrossBorderMode',
|
|
14815
|
+
crossBorderStatus: 'CrossBorderStatus',
|
|
14746
14816
|
crossDomainBandwidthPackage: 'CrossDomainBandwidthPackage',
|
|
14747
14817
|
ddosId: 'DdosId',
|
|
14748
14818
|
description: 'Description',
|
|
@@ -14770,6 +14840,7 @@ export class ListAcceleratorsResponseBodyAccelerators extends $tea.Model {
|
|
|
14770
14840
|
cenId: 'string',
|
|
14771
14841
|
createTime: 'number',
|
|
14772
14842
|
crossBorderMode: 'string',
|
|
14843
|
+
crossBorderStatus: 'boolean',
|
|
14773
14844
|
crossDomainBandwidthPackage: ListAcceleratorsResponseBodyAcceleratorsCrossDomainBandwidthPackage,
|
|
14774
14845
|
ddosId: 'string',
|
|
14775
14846
|
description: 'string',
|
|
@@ -15404,6 +15475,7 @@ export class ListBasicAcceleratorsResponseBodyAccelerators extends $tea.Model {
|
|
|
15404
15475
|
basicEndpointGroupId?: string;
|
|
15405
15476
|
basicIpSetId?: string;
|
|
15406
15477
|
createTime?: number;
|
|
15478
|
+
crossBorderStatus?: boolean;
|
|
15407
15479
|
crossDomainBandwidthPackage?: ListBasicAcceleratorsResponseBodyAcceleratorsCrossDomainBandwidthPackage;
|
|
15408
15480
|
description?: string;
|
|
15409
15481
|
expiredTime?: number;
|
|
@@ -15422,6 +15494,7 @@ export class ListBasicAcceleratorsResponseBodyAccelerators extends $tea.Model {
|
|
|
15422
15494
|
basicEndpointGroupId: 'BasicEndpointGroupId',
|
|
15423
15495
|
basicIpSetId: 'BasicIpSetId',
|
|
15424
15496
|
createTime: 'CreateTime',
|
|
15497
|
+
crossBorderStatus: 'CrossBorderStatus',
|
|
15425
15498
|
crossDomainBandwidthPackage: 'CrossDomainBandwidthPackage',
|
|
15426
15499
|
description: 'Description',
|
|
15427
15500
|
expiredTime: 'ExpiredTime',
|
|
@@ -15443,6 +15516,7 @@ export class ListBasicAcceleratorsResponseBodyAccelerators extends $tea.Model {
|
|
|
15443
15516
|
basicEndpointGroupId: 'string',
|
|
15444
15517
|
basicIpSetId: 'string',
|
|
15445
15518
|
createTime: 'number',
|
|
15519
|
+
crossBorderStatus: 'boolean',
|
|
15446
15520
|
crossDomainBandwidthPackage: ListBasicAcceleratorsResponseBodyAcceleratorsCrossDomainBandwidthPackage,
|
|
15447
15521
|
description: 'string',
|
|
15448
15522
|
expiredTime: 'number',
|
|
@@ -17755,7 +17829,7 @@ export default class Client extends OpenApi {
|
|
|
17755
17829
|
}
|
|
17756
17830
|
|
|
17757
17831
|
/**
|
|
17758
|
-
*
|
|
17832
|
+
* You cannot call the **ChangeResourceGroup** operation again on the same GA instance before the previous operation is complete.
|
|
17759
17833
|
*
|
|
17760
17834
|
* @param request ChangeResourceGroupRequest
|
|
17761
17835
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -17802,7 +17876,7 @@ export default class Client extends OpenApi {
|
|
|
17802
17876
|
}
|
|
17803
17877
|
|
|
17804
17878
|
/**
|
|
17805
|
-
*
|
|
17879
|
+
* You cannot call the **ChangeResourceGroup** operation again on the same GA instance before the previous operation is complete.
|
|
17806
17880
|
*
|
|
17807
17881
|
* @param request ChangeResourceGroupRequest
|
|
17808
17882
|
* @return ChangeResourceGroupResponse
|
|
@@ -17889,8 +17963,8 @@ export default class Client extends OpenApi {
|
|
|
17889
17963
|
}
|
|
17890
17964
|
|
|
17891
17965
|
/**
|
|
17892
|
-
* **CreateAccelerator** is an asynchronous operation. After you send a request, the system returns
|
|
17893
|
-
* * If the GA instance is in the **init** state, it indicates that the GA instance is being created. In this case, you can perform
|
|
17966
|
+
* **CreateAccelerator** is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [DescribeAccelerator](~~153235~~) operation to query the status of a GA instance.
|
|
17967
|
+
* * If the GA instance is in the **init** state, it indicates that the GA instance is being created. In this case, you can continue to perform query operations on the GA instance.
|
|
17894
17968
|
* * If the GA instance is in the **active** state, it indicates that the GA instance is created.
|
|
17895
17969
|
*
|
|
17896
17970
|
* @param request CreateAcceleratorRequest
|
|
@@ -17956,6 +18030,10 @@ export default class Client extends OpenApi {
|
|
|
17956
18030
|
query["Spec"] = request.spec;
|
|
17957
18031
|
}
|
|
17958
18032
|
|
|
18033
|
+
if (!Util.isUnset(request.tag)) {
|
|
18034
|
+
query["Tag"] = request.tag;
|
|
18035
|
+
}
|
|
18036
|
+
|
|
17959
18037
|
let req = new $OpenApi.OpenApiRequest({
|
|
17960
18038
|
query: OpenApiUtil.query(query),
|
|
17961
18039
|
});
|
|
@@ -17974,8 +18052,8 @@ export default class Client extends OpenApi {
|
|
|
17974
18052
|
}
|
|
17975
18053
|
|
|
17976
18054
|
/**
|
|
17977
|
-
* **CreateAccelerator** is an asynchronous operation. After you send a request, the system returns
|
|
17978
|
-
* * If the GA instance is in the **init** state, it indicates that the GA instance is being created. In this case, you can perform
|
|
18055
|
+
* **CreateAccelerator** is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [DescribeAccelerator](~~153235~~) operation to query the status of a GA instance.
|
|
18056
|
+
* * If the GA instance is in the **init** state, it indicates that the GA instance is being created. In this case, you can continue to perform query operations on the GA instance.
|
|
17979
18057
|
* * If the GA instance is in the **active** state, it indicates that the GA instance is created.
|
|
17980
18058
|
*
|
|
17981
18059
|
* @param request CreateAcceleratorRequest
|
|
@@ -18026,6 +18104,10 @@ export default class Client extends OpenApi {
|
|
|
18026
18104
|
query["ResourceGroupId"] = request.resourceGroupId;
|
|
18027
18105
|
}
|
|
18028
18106
|
|
|
18107
|
+
if (!Util.isUnset(request.tag)) {
|
|
18108
|
+
query["Tag"] = request.tag;
|
|
18109
|
+
}
|
|
18110
|
+
|
|
18029
18111
|
let req = new $OpenApi.OpenApiRequest({
|
|
18030
18112
|
query: OpenApiUtil.query(query),
|
|
18031
18113
|
});
|
|
@@ -18149,12 +18231,13 @@ export default class Client extends OpenApi {
|
|
|
18149
18231
|
}
|
|
18150
18232
|
|
|
18151
18233
|
/**
|
|
18234
|
+
* ##
|
|
18152
18235
|
* To use Global Accelerator (GA) for acceleration, you must purchase a basic bandwidth plan. A basic bandwidth plan supports the following bandwidth types:
|
|
18153
18236
|
* * **Basic**: Both the default acceleration region and the default service region are in the Chinese mainland. The accelerated service is deployed on Alibaba Cloud.
|
|
18154
18237
|
* * **Enhanced**: Both the default acceleration region and the default service region are in the Chinese mainland. The accelerated service can be deployed on and off Alibaba Cloud.
|
|
18155
18238
|
* * **Premium**: Both the default acceleration region and the default service region are in the Chinese mainland. The accelerated service can be deployed on and off Alibaba Cloud. If you want to accelerate data transfer for clients in the Chinese mainland, you must select China (Hong Kong) as the acceleration region.
|
|
18156
18239
|
* When you call this operation, take note of the following items:
|
|
18157
|
-
* * **CreateBandwidthPackage** is an asynchronous operation. After you send a request, the system returns
|
|
18240
|
+
* * The **CreateBandwidthPackage** operation is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [DescribeBandwidthPackage](~~153241~~) operation to query the status of the bandwidth plan.
|
|
18158
18241
|
* * If the bandwidth plan is in the **init** state, it indicates that the bandwidth plan is being created. In this case, you can perform only query operations.
|
|
18159
18242
|
* * If the bandwidth plan is in the **active** state, it indicates that the bandwidth plan is created.
|
|
18160
18243
|
* * The **CreateBandwidthPackage** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
@@ -18234,6 +18317,10 @@ export default class Client extends OpenApi {
|
|
|
18234
18317
|
query["ResourceGroupId"] = request.resourceGroupId;
|
|
18235
18318
|
}
|
|
18236
18319
|
|
|
18320
|
+
if (!Util.isUnset(request.tag)) {
|
|
18321
|
+
query["Tag"] = request.tag;
|
|
18322
|
+
}
|
|
18323
|
+
|
|
18237
18324
|
if (!Util.isUnset(request.type)) {
|
|
18238
18325
|
query["Type"] = request.type;
|
|
18239
18326
|
}
|
|
@@ -18256,12 +18343,13 @@ export default class Client extends OpenApi {
|
|
|
18256
18343
|
}
|
|
18257
18344
|
|
|
18258
18345
|
/**
|
|
18346
|
+
* ##
|
|
18259
18347
|
* To use Global Accelerator (GA) for acceleration, you must purchase a basic bandwidth plan. A basic bandwidth plan supports the following bandwidth types:
|
|
18260
18348
|
* * **Basic**: Both the default acceleration region and the default service region are in the Chinese mainland. The accelerated service is deployed on Alibaba Cloud.
|
|
18261
18349
|
* * **Enhanced**: Both the default acceleration region and the default service region are in the Chinese mainland. The accelerated service can be deployed on and off Alibaba Cloud.
|
|
18262
18350
|
* * **Premium**: Both the default acceleration region and the default service region are in the Chinese mainland. The accelerated service can be deployed on and off Alibaba Cloud. If you want to accelerate data transfer for clients in the Chinese mainland, you must select China (Hong Kong) as the acceleration region.
|
|
18263
18351
|
* When you call this operation, take note of the following items:
|
|
18264
|
-
* * **CreateBandwidthPackage** is an asynchronous operation. After you send a request, the system returns
|
|
18352
|
+
* * The **CreateBandwidthPackage** operation is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [DescribeBandwidthPackage](~~153241~~) operation to query the status of the bandwidth plan.
|
|
18265
18353
|
* * If the bandwidth plan is in the **init** state, it indicates that the bandwidth plan is being created. In this case, you can perform only query operations.
|
|
18266
18354
|
* * If the bandwidth plan is in the **active** state, it indicates that the bandwidth plan is created.
|
|
18267
18355
|
* * The **CreateBandwidthPackage** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
@@ -18459,10 +18547,11 @@ export default class Client extends OpenApi {
|
|
|
18459
18547
|
}
|
|
18460
18548
|
|
|
18461
18549
|
/**
|
|
18550
|
+
* ## Usage notes
|
|
18462
18551
|
* Basic GA instances use high-quality global network bandwidth and the transmission network of Alibaba Cloud to provide users with point-to-point acceleration services. You can use basic GA instances to accelerate content delivery at Layer 3 (IP protocols). For more information, see [Overview of GA instances](~~153127~~).
|
|
18463
|
-
*
|
|
18464
|
-
* * If
|
|
18465
|
-
* * If
|
|
18552
|
+
* **CreateBasicAccelerator** is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [GetBasicAccelerator](~~353188~~) or [ListBasicAccelerators](~~353189~~) operation to query the status of a basic GA instance:
|
|
18553
|
+
* * If the basic GA instance is in the **init** state, it indicates the basic GA instance is being created. In this case, you can perform only query operations.
|
|
18554
|
+
* * If the basic GA instance is in the **active** state, it indicates that the basic GA instance is created.
|
|
18466
18555
|
*
|
|
18467
18556
|
* @param request CreateBasicAcceleratorRequest
|
|
18468
18557
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -18523,6 +18612,10 @@ export default class Client extends OpenApi {
|
|
|
18523
18612
|
query["ResourceGroupId"] = request.resourceGroupId;
|
|
18524
18613
|
}
|
|
18525
18614
|
|
|
18615
|
+
if (!Util.isUnset(request.tag)) {
|
|
18616
|
+
query["Tag"] = request.tag;
|
|
18617
|
+
}
|
|
18618
|
+
|
|
18526
18619
|
let req = new $OpenApi.OpenApiRequest({
|
|
18527
18620
|
query: OpenApiUtil.query(query),
|
|
18528
18621
|
});
|
|
@@ -18541,10 +18634,11 @@ export default class Client extends OpenApi {
|
|
|
18541
18634
|
}
|
|
18542
18635
|
|
|
18543
18636
|
/**
|
|
18637
|
+
* ## Usage notes
|
|
18544
18638
|
* Basic GA instances use high-quality global network bandwidth and the transmission network of Alibaba Cloud to provide users with point-to-point acceleration services. You can use basic GA instances to accelerate content delivery at Layer 3 (IP protocols). For more information, see [Overview of GA instances](~~153127~~).
|
|
18545
|
-
*
|
|
18546
|
-
* * If
|
|
18547
|
-
* * If
|
|
18639
|
+
* **CreateBasicAccelerator** is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [GetBasicAccelerator](~~353188~~) or [ListBasicAccelerators](~~353189~~) operation to query the status of a basic GA instance:
|
|
18640
|
+
* * If the basic GA instance is in the **init** state, it indicates the basic GA instance is being created. In this case, you can perform only query operations.
|
|
18641
|
+
* * If the basic GA instance is in the **active** state, it indicates that the basic GA instance is created.
|
|
18548
18642
|
*
|
|
18549
18643
|
* @param request CreateBasicAcceleratorRequest
|
|
18550
18644
|
* @return CreateBasicAcceleratorResponse
|
|
@@ -18639,13 +18733,11 @@ export default class Client extends OpenApi {
|
|
|
18639
18733
|
}
|
|
18640
18734
|
|
|
18641
18735
|
/**
|
|
18642
|
-
*
|
|
18643
|
-
* *
|
|
18644
|
-
* * You cannot add a secondary ENI or CLB instance as an endpoint for a basic GA instance if the secondary ENI or CLB instance is associated with an elastic IP address (EIP).
|
|
18645
|
-
* * **CreateBasicEndpointGroup** is an asynchronous operation. After you send a request, the system returns a request ID, but the operation is still being performed in the system background. You can call the [GetBasicEndpointGroup](~~362984~~) operation to query the state of an endpoint group.
|
|
18736
|
+
* ##
|
|
18737
|
+
* * The **CreateBasicEndpointGroup** operation is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [GetBasicEndpointGroup](~~362984~~) operation to query the status of an endpoint group.
|
|
18646
18738
|
* * If the endpoint group is in the **init** state, the endpoint is being created. In this case, you can perform only query operations.
|
|
18647
18739
|
* * If the endpoint group is in the **active** state, the endpoint group is created.
|
|
18648
|
-
* * The **CreateBasicEndpointGroup** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
18740
|
+
* * The **CreateBasicEndpointGroup** operation cannot be repeatedly called for the same basic GA instance within a specific period of time.
|
|
18649
18741
|
*
|
|
18650
18742
|
* @param request CreateBasicEndpointGroupRequest
|
|
18651
18743
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -18708,13 +18800,11 @@ export default class Client extends OpenApi {
|
|
|
18708
18800
|
}
|
|
18709
18801
|
|
|
18710
18802
|
/**
|
|
18711
|
-
*
|
|
18712
|
-
* *
|
|
18713
|
-
* * You cannot add a secondary ENI or CLB instance as an endpoint for a basic GA instance if the secondary ENI or CLB instance is associated with an elastic IP address (EIP).
|
|
18714
|
-
* * **CreateBasicEndpointGroup** is an asynchronous operation. After you send a request, the system returns a request ID, but the operation is still being performed in the system background. You can call the [GetBasicEndpointGroup](~~362984~~) operation to query the state of an endpoint group.
|
|
18803
|
+
* ##
|
|
18804
|
+
* * The **CreateBasicEndpointGroup** operation is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [GetBasicEndpointGroup](~~362984~~) operation to query the status of an endpoint group.
|
|
18715
18805
|
* * If the endpoint group is in the **init** state, the endpoint is being created. In this case, you can perform only query operations.
|
|
18716
18806
|
* * If the endpoint group is in the **active** state, the endpoint group is created.
|
|
18717
|
-
* * The **CreateBasicEndpointGroup** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
18807
|
+
* * The **CreateBasicEndpointGroup** operation cannot be repeatedly called for the same basic GA instance within a specific period of time.
|
|
18718
18808
|
*
|
|
18719
18809
|
* @param request CreateBasicEndpointGroupRequest
|
|
18720
18810
|
* @return CreateBasicEndpointGroupResponse
|
|
@@ -18725,10 +18815,9 @@ export default class Client extends OpenApi {
|
|
|
18725
18815
|
}
|
|
18726
18816
|
|
|
18727
18817
|
/**
|
|
18728
|
-
*
|
|
18729
|
-
*
|
|
18730
|
-
*
|
|
18731
|
-
* * The **CreateBasicEndpointGroup** API operation cannot be repeatedly called for the same basic GA instance within a period of time.
|
|
18818
|
+
* ### Usage notes
|
|
18819
|
+
* * **CreateBasicEndpoints** is an asynchronous operation. After you call this operation, the system returns a request ID and runs the task in the background. You can call the [ListBasicEndpoints](~~466831~~) operation to query the status of endpoints. - If one or more endpoints are in the **init** state, the endpoints are being created. In this case, you can perform only query operations. - If all endpoints are in the **active** state, the endpoints are created.
|
|
18820
|
+
* * The **CreateBasicEndpoints** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
18732
18821
|
*
|
|
18733
18822
|
* @param request CreateBasicEndpointsRequest
|
|
18734
18823
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -18775,10 +18864,9 @@ export default class Client extends OpenApi {
|
|
|
18775
18864
|
}
|
|
18776
18865
|
|
|
18777
18866
|
/**
|
|
18778
|
-
*
|
|
18779
|
-
*
|
|
18780
|
-
*
|
|
18781
|
-
* * The **CreateBasicEndpointGroup** API operation cannot be repeatedly called for the same basic GA instance within a period of time.
|
|
18867
|
+
* ### Usage notes
|
|
18868
|
+
* * **CreateBasicEndpoints** is an asynchronous operation. After you call this operation, the system returns a request ID and runs the task in the background. You can call the [ListBasicEndpoints](~~466831~~) operation to query the status of endpoints. - If one or more endpoints are in the **init** state, the endpoints are being created. In this case, you can perform only query operations. - If all endpoints are in the **active** state, the endpoints are created.
|
|
18869
|
+
* * The **CreateBasicEndpoints** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
18782
18870
|
*
|
|
18783
18871
|
* @param request CreateBasicEndpointsRequest
|
|
18784
18872
|
* @return CreateBasicEndpointsResponse
|
|
@@ -18789,9 +18877,9 @@ export default class Client extends OpenApi {
|
|
|
18789
18877
|
}
|
|
18790
18878
|
|
|
18791
18879
|
/**
|
|
18792
|
-
* Before you call this operation, take note of the following
|
|
18880
|
+
* Before you call this operation, take note of the following limits:
|
|
18793
18881
|
* * You can add only one acceleration region for each basic GA instance, and only IPv4 clients can connect to basic GA instances.
|
|
18794
|
-
* * **CreateBasicIpSet** is an asynchronous operation. After you send a request, the system returns a request ID
|
|
18882
|
+
* * **CreateBasicIpSet** is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [GetBasicIpSet](~~362987~~) operation to query the status of an acceleration region.
|
|
18795
18883
|
* * If the acceleration region is in the **init** state, the acceleration region is being created. In this case, you can perform only query operations.
|
|
18796
18884
|
* * If the acceleration region is in the **active** state, the acceleration region is created.
|
|
18797
18885
|
* * The **CreateBasicIpSet** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
@@ -18845,9 +18933,9 @@ export default class Client extends OpenApi {
|
|
|
18845
18933
|
}
|
|
18846
18934
|
|
|
18847
18935
|
/**
|
|
18848
|
-
* Before you call this operation, take note of the following
|
|
18936
|
+
* Before you call this operation, take note of the following limits:
|
|
18849
18937
|
* * You can add only one acceleration region for each basic GA instance, and only IPv4 clients can connect to basic GA instances.
|
|
18850
|
-
* * **CreateBasicIpSet** is an asynchronous operation. After you send a request, the system returns a request ID
|
|
18938
|
+
* * **CreateBasicIpSet** is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [GetBasicIpSet](~~362987~~) operation to query the status of an acceleration region.
|
|
18851
18939
|
* * If the acceleration region is in the **init** state, the acceleration region is being created. In this case, you can perform only query operations.
|
|
18852
18940
|
* * If the acceleration region is in the **active** state, the acceleration region is created.
|
|
18853
18941
|
* * The **CreateBasicIpSet** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
@@ -18861,20 +18949,19 @@ export default class Client extends OpenApi {
|
|
|
18861
18949
|
}
|
|
18862
18950
|
|
|
18863
18951
|
/**
|
|
18864
|
-
* After you configure a custom routing listener for a Global Accelerator (GA) instance, the instance generates a port mapping table based on the listener port range, mapping information (protocols and port ranges) of the associated endpoint groups, and IP addresses of endpoints (vSwitches) and forwards client requests to specified IP addresses and ports in the vSwitches.
|
|
18865
|
-
*
|
|
18866
|
-
*
|
|
18867
|
-
*
|
|
18868
|
-
*
|
|
18869
|
-
*
|
|
18870
|
-
*
|
|
18871
|
-
*
|
|
18872
|
-
*
|
|
18873
|
-
*
|
|
18874
|
-
*
|
|
18875
|
-
*
|
|
18876
|
-
*
|
|
18877
|
-
* - Create an endpoint group for the custom routing listener. For more information, see [CreateCustomRoutingEndpointGroups](https://www.alibabacloud.com/help/en/global-accelerator/latest/createcustomroutingendpointgroups).
|
|
18952
|
+
* After you configure a custom routing listener for a Global Accelerator (GA) instance, the GA instance generates a port mapping table based on the listener port range, mapping information (protocols and port ranges) of the associated endpoint groups, and IP addresses of endpoints (vSwitches), and forwards client requests to the specified IP addresses and ports in the vSwitches.
|
|
18953
|
+
* You can call this operation to create mapping configurations for an endpoint group of a custom routing listener. When you call this operation, take note of the following items:
|
|
18954
|
+
* * **CreateCustomRoutingEndpointGroupDestinations** is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [DescribeCustomRoutingEndpointGroup](~~449373~~) operation to query the status of an endpoint group and determine whether mapping configurations are created for the endpoint group.
|
|
18955
|
+
* * If the endpoint group is in the **updating** state, it indicates that mapping configurations are being created for the endpoint group. In this case, you can perform only query operations.
|
|
18956
|
+
* * If the endpoint group is in the **active** state, it indicates that mapping configurations are created for the endpoint group.
|
|
18957
|
+
* * The **CreateCustomRoutingEndpointGroupDestinations** operation cannot be called repeatedly for the same GA instance within a specific period of time.
|
|
18958
|
+
* ### Prerequisites
|
|
18959
|
+
* Make sure that the following operations are performed before you call this operation:
|
|
18960
|
+
* * A standard GA instance is created. For more information, see [CreateAccelerator](~~206786~~).
|
|
18961
|
+
* * A bandwidth plan is associated with the standard GA instance. For more information, see [BandwidthPackageAddAccelerator](~~153239~~).
|
|
18962
|
+
* * An application is deployed to receive requests that are forwarded from GA. You can specify only vSwitches as endpoints for custom routing listeners.
|
|
18963
|
+
* * The permissions to use custom routing listeners are acquired and a custom routing listener is created for the GA instance. Custom routing listeners are in invitational preview. To use custom routing listeners, contact your account manager. For more information about how to create a custom routing listener, see [CreateListener](~~153253~~).
|
|
18964
|
+
* * An endpoint group is created for the custom routing listener. For more information, see [CreateCustomRoutingEndpointGroups](~~449363~~).
|
|
18878
18965
|
*
|
|
18879
18966
|
* @param request CreateCustomRoutingEndpointGroupDestinationsRequest
|
|
18880
18967
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -18921,20 +19008,19 @@ export default class Client extends OpenApi {
|
|
|
18921
19008
|
}
|
|
18922
19009
|
|
|
18923
19010
|
/**
|
|
18924
|
-
* After you configure a custom routing listener for a Global Accelerator (GA) instance, the instance generates a port mapping table based on the listener port range, mapping information (protocols and port ranges) of the associated endpoint groups, and IP addresses of endpoints (vSwitches) and forwards client requests to specified IP addresses and ports in the vSwitches.
|
|
18925
|
-
*
|
|
18926
|
-
*
|
|
18927
|
-
*
|
|
18928
|
-
*
|
|
18929
|
-
*
|
|
18930
|
-
*
|
|
18931
|
-
*
|
|
18932
|
-
*
|
|
18933
|
-
*
|
|
18934
|
-
*
|
|
18935
|
-
*
|
|
18936
|
-
*
|
|
18937
|
-
* - Create an endpoint group for the custom routing listener. For more information, see [CreateCustomRoutingEndpointGroups](https://www.alibabacloud.com/help/en/global-accelerator/latest/createcustomroutingendpointgroups).
|
|
19011
|
+
* After you configure a custom routing listener for a Global Accelerator (GA) instance, the GA instance generates a port mapping table based on the listener port range, mapping information (protocols and port ranges) of the associated endpoint groups, and IP addresses of endpoints (vSwitches), and forwards client requests to the specified IP addresses and ports in the vSwitches.
|
|
19012
|
+
* You can call this operation to create mapping configurations for an endpoint group of a custom routing listener. When you call this operation, take note of the following items:
|
|
19013
|
+
* * **CreateCustomRoutingEndpointGroupDestinations** is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [DescribeCustomRoutingEndpointGroup](~~449373~~) operation to query the status of an endpoint group and determine whether mapping configurations are created for the endpoint group.
|
|
19014
|
+
* * If the endpoint group is in the **updating** state, it indicates that mapping configurations are being created for the endpoint group. In this case, you can perform only query operations.
|
|
19015
|
+
* * If the endpoint group is in the **active** state, it indicates that mapping configurations are created for the endpoint group.
|
|
19016
|
+
* * The **CreateCustomRoutingEndpointGroupDestinations** operation cannot be called repeatedly for the same GA instance within a specific period of time.
|
|
19017
|
+
* ### Prerequisites
|
|
19018
|
+
* Make sure that the following operations are performed before you call this operation:
|
|
19019
|
+
* * A standard GA instance is created. For more information, see [CreateAccelerator](~~206786~~).
|
|
19020
|
+
* * A bandwidth plan is associated with the standard GA instance. For more information, see [BandwidthPackageAddAccelerator](~~153239~~).
|
|
19021
|
+
* * An application is deployed to receive requests that are forwarded from GA. You can specify only vSwitches as endpoints for custom routing listeners.
|
|
19022
|
+
* * The permissions to use custom routing listeners are acquired and a custom routing listener is created for the GA instance. Custom routing listeners are in invitational preview. To use custom routing listeners, contact your account manager. For more information about how to create a custom routing listener, see [CreateListener](~~153253~~).
|
|
19023
|
+
* * An endpoint group is created for the custom routing listener. For more information, see [CreateCustomRoutingEndpointGroups](~~449363~~).
|
|
18938
19024
|
*
|
|
18939
19025
|
* @param request CreateCustomRoutingEndpointGroupDestinationsRequest
|
|
18940
19026
|
* @return CreateCustomRoutingEndpointGroupDestinationsResponse
|
|
@@ -18945,22 +19031,21 @@ export default class Client extends OpenApi {
|
|
|
18945
19031
|
}
|
|
18946
19032
|
|
|
18947
19033
|
/**
|
|
18948
|
-
* GA forwards client requests to endpoints in an endpoint group based on the routing type of the listener that is associated with the endpoint group.
|
|
18949
|
-
*
|
|
18950
|
-
*
|
|
18951
|
-
*
|
|
19034
|
+
* Global Accelerator (GA) forwards client requests to endpoints in an endpoint group based on the routing type of the listener that is associated with the endpoint group.
|
|
19035
|
+
* * After you configure an intelligent routing listener for a GA instance, the GA instance selects a nearby and healthy endpoint group and forwards client requests to a healthy endpoint in the endpoint group.
|
|
19036
|
+
* * After you configure a custom routing listener for a GA instance, the instance generates a port mapping table based on the listener port range, protocols and port ranges of the associated endpoint groups, and IP addresses of endpoints (vSwitches), and forwards client requests to specified IP addresses and ports in the vSwitches.
|
|
19037
|
+
* You can call this operation to create endpoint groups for custom routing listeners. For information about how to create endpoint groups for intelligent routing listeners, see [CreateEndpointGroup](~~153259~~).
|
|
18952
19038
|
* When you call this operation, take note of the following items:
|
|
18953
|
-
*
|
|
18954
|
-
*
|
|
18955
|
-
*
|
|
18956
|
-
*
|
|
18957
|
-
*
|
|
18958
|
-
*
|
|
18959
|
-
*
|
|
18960
|
-
*
|
|
18961
|
-
*
|
|
18962
|
-
*
|
|
18963
|
-
* - Apply for permissions to use custom routing listeners, and create a custom routing listener for the GA instance. The custom routing listener feature is in invitational preview. To use the feature, [submit a ticket](https://workorder-intl.console.aliyun.com/?spm=5176.11182188.console-base-top.dworkorder.18ae4882n3v6ZW#/ticket/createIndex). For information about how to create a custom routing listener, see [CreateListener](https://www.alibabacloud.com/help/en/global-accelerator/latest/createlistener).
|
|
19039
|
+
* * **CreateCustomRoutingEndpointGroups** is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [DescribeCustomRoutingEndpointGroup](~~449373~~) or [ListCustomRoutingEndpointGroups](~~449374~~) operation to query the status of the endpoint groups that are associated with custom routing listeners.
|
|
19040
|
+
* * If one or more endpoint groups are in the **init** state, it indicates that the endpoint groups are being created. In this case, you can perform only query operations.
|
|
19041
|
+
* * If all endpoint groups are in the **active** state, it indicates that the endpoint groups are created.
|
|
19042
|
+
* * The **CreateCustomRoutingEndpointGroups** operation cannot be called repeatedly for the same GA instance within a specific period of time.
|
|
19043
|
+
* ### Prerequisites
|
|
19044
|
+
* Make sure that the following requirements are met before you call this operation:
|
|
19045
|
+
* * A standard GA instance is created. For more information, see [CreateAccelerator](~~206786~~).
|
|
19046
|
+
* * A bandwidth plan is associated with the standard GA instance. For more information, see [BandwidthPackageAddAccelerator](~~153239~~).
|
|
19047
|
+
* * An application is deployed to receive requests that are forwarded from GA. You can specify only vSwitches as endpoints for custom routing listeners.
|
|
19048
|
+
* * The permissions to use custom routing listeners are acquired and a custom routing listener is created for the GA instance. Custom routing listeners are in invitational preview. To use custom routing listeners, contact your account manager. For more information about how to create a custom routing listener, see [CreateListener](~~153253~~).
|
|
18964
19049
|
*
|
|
18965
19050
|
* @param request CreateCustomRoutingEndpointGroupsRequest
|
|
18966
19051
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -19011,22 +19096,21 @@ export default class Client extends OpenApi {
|
|
|
19011
19096
|
}
|
|
19012
19097
|
|
|
19013
19098
|
/**
|
|
19014
|
-
* GA forwards client requests to endpoints in an endpoint group based on the routing type of the listener that is associated with the endpoint group.
|
|
19015
|
-
*
|
|
19016
|
-
*
|
|
19017
|
-
*
|
|
19099
|
+
* Global Accelerator (GA) forwards client requests to endpoints in an endpoint group based on the routing type of the listener that is associated with the endpoint group.
|
|
19100
|
+
* * After you configure an intelligent routing listener for a GA instance, the GA instance selects a nearby and healthy endpoint group and forwards client requests to a healthy endpoint in the endpoint group.
|
|
19101
|
+
* * After you configure a custom routing listener for a GA instance, the instance generates a port mapping table based on the listener port range, protocols and port ranges of the associated endpoint groups, and IP addresses of endpoints (vSwitches), and forwards client requests to specified IP addresses and ports in the vSwitches.
|
|
19102
|
+
* You can call this operation to create endpoint groups for custom routing listeners. For information about how to create endpoint groups for intelligent routing listeners, see [CreateEndpointGroup](~~153259~~).
|
|
19018
19103
|
* When you call this operation, take note of the following items:
|
|
19019
|
-
*
|
|
19020
|
-
*
|
|
19021
|
-
*
|
|
19022
|
-
*
|
|
19023
|
-
*
|
|
19024
|
-
*
|
|
19025
|
-
*
|
|
19026
|
-
*
|
|
19027
|
-
*
|
|
19028
|
-
*
|
|
19029
|
-
* - Apply for permissions to use custom routing listeners, and create a custom routing listener for the GA instance. The custom routing listener feature is in invitational preview. To use the feature, [submit a ticket](https://workorder-intl.console.aliyun.com/?spm=5176.11182188.console-base-top.dworkorder.18ae4882n3v6ZW#/ticket/createIndex). For information about how to create a custom routing listener, see [CreateListener](https://www.alibabacloud.com/help/en/global-accelerator/latest/createlistener).
|
|
19104
|
+
* * **CreateCustomRoutingEndpointGroups** is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [DescribeCustomRoutingEndpointGroup](~~449373~~) or [ListCustomRoutingEndpointGroups](~~449374~~) operation to query the status of the endpoint groups that are associated with custom routing listeners.
|
|
19105
|
+
* * If one or more endpoint groups are in the **init** state, it indicates that the endpoint groups are being created. In this case, you can perform only query operations.
|
|
19106
|
+
* * If all endpoint groups are in the **active** state, it indicates that the endpoint groups are created.
|
|
19107
|
+
* * The **CreateCustomRoutingEndpointGroups** operation cannot be called repeatedly for the same GA instance within a specific period of time.
|
|
19108
|
+
* ### Prerequisites
|
|
19109
|
+
* Make sure that the following requirements are met before you call this operation:
|
|
19110
|
+
* * A standard GA instance is created. For more information, see [CreateAccelerator](~~206786~~).
|
|
19111
|
+
* * A bandwidth plan is associated with the standard GA instance. For more information, see [BandwidthPackageAddAccelerator](~~153239~~).
|
|
19112
|
+
* * An application is deployed to receive requests that are forwarded from GA. You can specify only vSwitches as endpoints for custom routing listeners.
|
|
19113
|
+
* * The permissions to use custom routing listeners are acquired and a custom routing listener is created for the GA instance. Custom routing listeners are in invitational preview. To use custom routing listeners, contact your account manager. For more information about how to create a custom routing listener, see [CreateListener](~~153253~~).
|
|
19030
19114
|
*
|
|
19031
19115
|
* @param request CreateCustomRoutingEndpointGroupsRequest
|
|
19032
19116
|
* @return CreateCustomRoutingEndpointGroupsResponse
|
|
@@ -19037,21 +19121,20 @@ export default class Client extends OpenApi {
|
|
|
19037
19121
|
}
|
|
19038
19122
|
|
|
19039
19123
|
/**
|
|
19040
|
-
* This operation takes effect only when traffic
|
|
19124
|
+
* This operation takes effect only when the traffic access policy of an endpoint allows traffic to specified destinations. You can call the [DescribeCustomRoutingEndpoint](~~449386~~) operation to query the traffic access policy of an endpoint. The CreateCustomRoutingEndpointTrafficPolicies operation takes effect only when **TrafficToEndpointPolicy** of an endpoint is set to **AllowCustom**.
|
|
19041
19125
|
* When you call this operation, take note of the following items:
|
|
19042
|
-
*
|
|
19043
|
-
*
|
|
19044
|
-
*
|
|
19045
|
-
*
|
|
19046
|
-
*
|
|
19047
|
-
*
|
|
19048
|
-
*
|
|
19049
|
-
*
|
|
19050
|
-
*
|
|
19051
|
-
*
|
|
19052
|
-
*
|
|
19053
|
-
*
|
|
19054
|
-
* - Create endpoints for the custom routing listeners. For more information, see [CreateCustomRoutingEndpoints](https://www.alibabacloud.com/help/en/global-accelerator/latest/createcustomroutingendpoints).
|
|
19126
|
+
* * **CreateCustomRoutingEndpointTrafficPolicies** is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [DescribeCustomRoutingEndpointGroup](~~449373~~) operation to query the status of an endpoint group to check whether traffic destinations are created for an endpoint in the endpoint group.
|
|
19127
|
+
* * If the endpoint group is in the **updating** state, traffic destinations are being created. In this case, you can perform only query operations.
|
|
19128
|
+
* * If the endpoint group is in the **active** state, traffic destinations are created.
|
|
19129
|
+
* * You cannot repeatedly call the **CreateCustomRoutingEndpointTrafficPolicies** operation for the same Global Accelerator (GA) instance within a specific period of time.
|
|
19130
|
+
* ### Prerequisites
|
|
19131
|
+
* Before you call this operation, make sure that the following requirements are met:
|
|
19132
|
+
* * A standard GA instance is created. For more information, see [CreateAccelerator](~~206786~~).
|
|
19133
|
+
* * A bandwidth plan is associated with the standard GA instance. For more information, see [BandwidthPackageAddAccelerator](~~153239~~).
|
|
19134
|
+
* * An application is deployed to receive requests that are forwarded from GA. You can specify only vSwitches as endpoints for custom routing listeners.
|
|
19135
|
+
* * The permissions to use custom routing listeners are acquired and a custom routing listener is created for the GA instance. Custom routing listeners are in invitational preview. To use custom routing listeners, contact your account manager. For more information about how to create a custom routing listener, see [CreateListener](~~153253~~).
|
|
19136
|
+
* * An endpoint group is created for the custom routing listener. For more information, see [CreateCustomRoutingEndpointGroups](~~449363~~).
|
|
19137
|
+
* * An endpoint is created for the custom routing listener. For more information, see [CreateCustomRoutingEndpoints](~~449382~~).
|
|
19055
19138
|
*
|
|
19056
19139
|
* @param request CreateCustomRoutingEndpointTrafficPoliciesRequest
|
|
19057
19140
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -19094,21 +19177,20 @@ export default class Client extends OpenApi {
|
|
|
19094
19177
|
}
|
|
19095
19178
|
|
|
19096
19179
|
/**
|
|
19097
|
-
* This operation takes effect only when traffic
|
|
19180
|
+
* This operation takes effect only when the traffic access policy of an endpoint allows traffic to specified destinations. You can call the [DescribeCustomRoutingEndpoint](~~449386~~) operation to query the traffic access policy of an endpoint. The CreateCustomRoutingEndpointTrafficPolicies operation takes effect only when **TrafficToEndpointPolicy** of an endpoint is set to **AllowCustom**.
|
|
19098
19181
|
* When you call this operation, take note of the following items:
|
|
19099
|
-
*
|
|
19100
|
-
*
|
|
19101
|
-
*
|
|
19102
|
-
*
|
|
19103
|
-
*
|
|
19104
|
-
*
|
|
19105
|
-
*
|
|
19106
|
-
*
|
|
19107
|
-
*
|
|
19108
|
-
*
|
|
19109
|
-
*
|
|
19110
|
-
*
|
|
19111
|
-
* - Create endpoints for the custom routing listeners. For more information, see [CreateCustomRoutingEndpoints](https://www.alibabacloud.com/help/en/global-accelerator/latest/createcustomroutingendpoints).
|
|
19182
|
+
* * **CreateCustomRoutingEndpointTrafficPolicies** is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [DescribeCustomRoutingEndpointGroup](~~449373~~) operation to query the status of an endpoint group to check whether traffic destinations are created for an endpoint in the endpoint group.
|
|
19183
|
+
* * If the endpoint group is in the **updating** state, traffic destinations are being created. In this case, you can perform only query operations.
|
|
19184
|
+
* * If the endpoint group is in the **active** state, traffic destinations are created.
|
|
19185
|
+
* * You cannot repeatedly call the **CreateCustomRoutingEndpointTrafficPolicies** operation for the same Global Accelerator (GA) instance within a specific period of time.
|
|
19186
|
+
* ### Prerequisites
|
|
19187
|
+
* Before you call this operation, make sure that the following requirements are met:
|
|
19188
|
+
* * A standard GA instance is created. For more information, see [CreateAccelerator](~~206786~~).
|
|
19189
|
+
* * A bandwidth plan is associated with the standard GA instance. For more information, see [BandwidthPackageAddAccelerator](~~153239~~).
|
|
19190
|
+
* * An application is deployed to receive requests that are forwarded from GA. You can specify only vSwitches as endpoints for custom routing listeners.
|
|
19191
|
+
* * The permissions to use custom routing listeners are acquired and a custom routing listener is created for the GA instance. Custom routing listeners are in invitational preview. To use custom routing listeners, contact your account manager. For more information about how to create a custom routing listener, see [CreateListener](~~153253~~).
|
|
19192
|
+
* * An endpoint group is created for the custom routing listener. For more information, see [CreateCustomRoutingEndpointGroups](~~449363~~).
|
|
19193
|
+
* * An endpoint is created for the custom routing listener. For more information, see [CreateCustomRoutingEndpoints](~~449382~~).
|
|
19112
19194
|
*
|
|
19113
19195
|
* @param request CreateCustomRoutingEndpointTrafficPoliciesRequest
|
|
19114
19196
|
* @return CreateCustomRoutingEndpointTrafficPoliciesResponse
|
|
@@ -19119,20 +19201,19 @@ export default class Client extends OpenApi {
|
|
|
19119
19201
|
}
|
|
19120
19202
|
|
|
19121
19203
|
/**
|
|
19122
|
-
* After you configure a custom routing listener for a GA instance, the instance generates a port mapping table based on the listener port range,
|
|
19123
|
-
* This operation is used to create endpoints for custom routing listeners. When you call this operation
|
|
19124
|
-
*
|
|
19125
|
-
*
|
|
19126
|
-
*
|
|
19127
|
-
*
|
|
19128
|
-
*
|
|
19129
|
-
* ## Prerequisites
|
|
19204
|
+
* After you configure a custom routing listener for a Global Accelerator (GA) instance, the instance generates a port mapping table based on the listener port range, the protocols and port ranges of the associated endpoint groups, and the IP addresses of endpoints (vSwitches), and forwards client requests to specified IP addresses and ports in the vSwitches.
|
|
19205
|
+
* This operation is used to create endpoints for custom routing listeners. When you call this operation, take note of the following items:
|
|
19206
|
+
* * **CreateCustomRoutingEndpoints** is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [DescribeCustomRoutingEndpointGroup](~~449373~~) operation to query the status of an endpoint group and determine whether endpoints are created in the endpoint group.
|
|
19207
|
+
* * If the endpoint group is in the **updating** state, it indicates that endpoints are being created. In this case, you can perform only query operations.
|
|
19208
|
+
* * If the endpoint group is in the **active** state, it indicates that endpoints are created.
|
|
19209
|
+
* * The **CreateCustomRoutingEndpoints** operation cannot be called repeatedly for the same GA instance within a specific period of time.
|
|
19210
|
+
* ### Prerequisites
|
|
19130
19211
|
* The following operations are complete before you call this operation:
|
|
19131
|
-
*
|
|
19132
|
-
*
|
|
19133
|
-
*
|
|
19134
|
-
*
|
|
19135
|
-
*
|
|
19212
|
+
* * Create a standard GA instance. For more information, see [CreateAccelerator](~~206786~~).
|
|
19213
|
+
* * Associate a bandwidth plan with the standard GA instance. For more information, see [BandwidthPackageAddAccelerator](~~153239~~).
|
|
19214
|
+
* * Deploy an application that serves as the endpoint of the GA instance. The application is used to receive requests that are forwarded from GA. You can specify only vSwitches as endpoints for custom routing listeners.
|
|
19215
|
+
* * Apply for permissions to use custom routing listeners and create a custom routing listener for the standard GA instance. Custom routing listeners are in invitational preview. To use custom routing listeners, contact your account manager. For more information about how to create a custom routing listener, see [CreateListener](~~153253~~).
|
|
19216
|
+
* * Create an endpoint group for the custom routing listener. For more information, see [CreateCustomRoutingEndpointGroups](~~449363~~).
|
|
19136
19217
|
*
|
|
19137
19218
|
* @param request CreateCustomRoutingEndpointsRequest
|
|
19138
19219
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -19175,20 +19256,19 @@ export default class Client extends OpenApi {
|
|
|
19175
19256
|
}
|
|
19176
19257
|
|
|
19177
19258
|
/**
|
|
19178
|
-
* After you configure a custom routing listener for a GA instance, the instance generates a port mapping table based on the listener port range,
|
|
19179
|
-
* This operation is used to create endpoints for custom routing listeners. When you call this operation
|
|
19180
|
-
*
|
|
19181
|
-
*
|
|
19182
|
-
*
|
|
19183
|
-
*
|
|
19184
|
-
*
|
|
19185
|
-
* ## Prerequisites
|
|
19259
|
+
* After you configure a custom routing listener for a Global Accelerator (GA) instance, the instance generates a port mapping table based on the listener port range, the protocols and port ranges of the associated endpoint groups, and the IP addresses of endpoints (vSwitches), and forwards client requests to specified IP addresses and ports in the vSwitches.
|
|
19260
|
+
* This operation is used to create endpoints for custom routing listeners. When you call this operation, take note of the following items:
|
|
19261
|
+
* * **CreateCustomRoutingEndpoints** is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [DescribeCustomRoutingEndpointGroup](~~449373~~) operation to query the status of an endpoint group and determine whether endpoints are created in the endpoint group.
|
|
19262
|
+
* * If the endpoint group is in the **updating** state, it indicates that endpoints are being created. In this case, you can perform only query operations.
|
|
19263
|
+
* * If the endpoint group is in the **active** state, it indicates that endpoints are created.
|
|
19264
|
+
* * The **CreateCustomRoutingEndpoints** operation cannot be called repeatedly for the same GA instance within a specific period of time.
|
|
19265
|
+
* ### Prerequisites
|
|
19186
19266
|
* The following operations are complete before you call this operation:
|
|
19187
|
-
*
|
|
19188
|
-
*
|
|
19189
|
-
*
|
|
19190
|
-
*
|
|
19191
|
-
*
|
|
19267
|
+
* * Create a standard GA instance. For more information, see [CreateAccelerator](~~206786~~).
|
|
19268
|
+
* * Associate a bandwidth plan with the standard GA instance. For more information, see [BandwidthPackageAddAccelerator](~~153239~~).
|
|
19269
|
+
* * Deploy an application that serves as the endpoint of the GA instance. The application is used to receive requests that are forwarded from GA. You can specify only vSwitches as endpoints for custom routing listeners.
|
|
19270
|
+
* * Apply for permissions to use custom routing listeners and create a custom routing listener for the standard GA instance. Custom routing listeners are in invitational preview. To use custom routing listeners, contact your account manager. For more information about how to create a custom routing listener, see [CreateListener](~~153253~~).
|
|
19271
|
+
* * Create an endpoint group for the custom routing listener. For more information, see [CreateCustomRoutingEndpointGroups](~~449363~~).
|
|
19192
19272
|
*
|
|
19193
19273
|
* @param request CreateCustomRoutingEndpointsRequest
|
|
19194
19274
|
* @return CreateCustomRoutingEndpointsResponse
|
|
@@ -19199,7 +19279,7 @@ export default class Client extends OpenApi {
|
|
|
19199
19279
|
}
|
|
19200
19280
|
|
|
19201
19281
|
/**
|
|
19202
|
-
* After you associate an accelerated domain name
|
|
19282
|
+
* After you associate an accelerated domain name that has obtained an ICP number with a Global Accelerator (GA) instance, you do not need to complete filing for the accelerated domain name or its subdomains on Alibaba Cloud.
|
|
19203
19283
|
* You can call this operation to add an accelerated domain name and associate the accelerated domain name with GA instances. When you call this operation, take note of the following items:
|
|
19204
19284
|
* * If your accelerated domain name is hosted in the Chinese mainland, you must obtain an ICP number for the domain name.
|
|
19205
19285
|
* * The same accelerated domain name cannot be repeatedly associated with the same GA instance.
|
|
@@ -19242,7 +19322,7 @@ export default class Client extends OpenApi {
|
|
|
19242
19322
|
}
|
|
19243
19323
|
|
|
19244
19324
|
/**
|
|
19245
|
-
* After you associate an accelerated domain name
|
|
19325
|
+
* After you associate an accelerated domain name that has obtained an ICP number with a Global Accelerator (GA) instance, you do not need to complete filing for the accelerated domain name or its subdomains on Alibaba Cloud.
|
|
19246
19326
|
* You can call this operation to add an accelerated domain name and associate the accelerated domain name with GA instances. When you call this operation, take note of the following items:
|
|
19247
19327
|
* * If your accelerated domain name is hosted in the Chinese mainland, you must obtain an ICP number for the domain name.
|
|
19248
19328
|
* * The same accelerated domain name cannot be repeatedly associated with the same GA instance.
|
|
@@ -19333,6 +19413,10 @@ export default class Client extends OpenApi {
|
|
|
19333
19413
|
query["RegionId"] = request.regionId;
|
|
19334
19414
|
}
|
|
19335
19415
|
|
|
19416
|
+
if (!Util.isUnset(request.tag)) {
|
|
19417
|
+
query["Tag"] = request.tag;
|
|
19418
|
+
}
|
|
19419
|
+
|
|
19336
19420
|
if (!Util.isUnset(request.thresholdCount)) {
|
|
19337
19421
|
query["ThresholdCount"] = request.thresholdCount;
|
|
19338
19422
|
}
|
|
@@ -19509,7 +19593,8 @@ export default class Client extends OpenApi {
|
|
|
19509
19593
|
}
|
|
19510
19594
|
|
|
19511
19595
|
/**
|
|
19512
|
-
*
|
|
19596
|
+
* ## Usage notes
|
|
19597
|
+
* * **CreateIpSets** is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [DescribeIpSet](~~153246~~) operation to query the status of acceleration regions.
|
|
19513
19598
|
* * If acceleration regions are in the **init** state, it indicates that the acceleration regions are being created. In this case, you can perform only query operations.
|
|
19514
19599
|
* * If acceleration regions are in the **active** state, it indicates that the acceleration regions are created.
|
|
19515
19600
|
* * The **CreateIpSets** operation cannot be called repeatedly for the same Global Accelerator (GA) instance within a specific period of time.
|
|
@@ -19555,7 +19640,8 @@ export default class Client extends OpenApi {
|
|
|
19555
19640
|
}
|
|
19556
19641
|
|
|
19557
19642
|
/**
|
|
19558
|
-
*
|
|
19643
|
+
* ## Usage notes
|
|
19644
|
+
* * **CreateIpSets** is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [DescribeIpSet](~~153246~~) operation to query the status of acceleration regions.
|
|
19559
19645
|
* * If acceleration regions are in the **init** state, it indicates that the acceleration regions are being created. In this case, you can perform only query operations.
|
|
19560
19646
|
* * If acceleration regions are in the **active** state, it indicates that the acceleration regions are created.
|
|
19561
19647
|
* * The **CreateIpSets** operation cannot be called repeatedly for the same Global Accelerator (GA) instance within a specific period of time.
|
|
@@ -19571,10 +19657,10 @@ export default class Client extends OpenApi {
|
|
|
19571
19657
|
/**
|
|
19572
19658
|
* A listener listens for connection requests and then distributes the requests to endpoints based on the forwarding rules that are defined by a specified scheduling algorithm. You can call this operation to create a listener for a standard GA instance.
|
|
19573
19659
|
* Before you call this operation, take note of the following limits:
|
|
19574
|
-
* *
|
|
19660
|
+
* * **CreateListener** is an asynchronous operation. After you send a request, the system returns a listener ID and runs the task in the background. You can call the [DescribeListener](~~153254~~) operation to query the status of a listener:
|
|
19575
19661
|
* * If a listener is in the **init** state, the listener is being created. In this case, you can perform only query operations.
|
|
19576
19662
|
* * If a listener is in the **active** state, the listener is created.
|
|
19577
|
-
* *
|
|
19663
|
+
* * The **CreateListener** operation cannot be repeatedly called to create listeners for the same GA instance in a specific period of time.
|
|
19578
19664
|
*
|
|
19579
19665
|
* @param request CreateListenerRequest
|
|
19580
19666
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -19663,10 +19749,10 @@ export default class Client extends OpenApi {
|
|
|
19663
19749
|
/**
|
|
19664
19750
|
* A listener listens for connection requests and then distributes the requests to endpoints based on the forwarding rules that are defined by a specified scheduling algorithm. You can call this operation to create a listener for a standard GA instance.
|
|
19665
19751
|
* Before you call this operation, take note of the following limits:
|
|
19666
|
-
* *
|
|
19752
|
+
* * **CreateListener** is an asynchronous operation. After you send a request, the system returns a listener ID and runs the task in the background. You can call the [DescribeListener](~~153254~~) operation to query the status of a listener:
|
|
19667
19753
|
* * If a listener is in the **init** state, the listener is being created. In this case, you can perform only query operations.
|
|
19668
19754
|
* * If a listener is in the **active** state, the listener is created.
|
|
19669
|
-
* *
|
|
19755
|
+
* * The **CreateListener** operation cannot be repeatedly called to create listeners for the same GA instance in a specific period of time.
|
|
19670
19756
|
*
|
|
19671
19757
|
* @param request CreateListenerRequest
|
|
19672
19758
|
* @return CreateListenerResponse
|
|
@@ -19911,9 +19997,9 @@ export default class Client extends OpenApi {
|
|
|
19911
19997
|
}
|
|
19912
19998
|
|
|
19913
19999
|
/**
|
|
19914
|
-
* * By default, subscription bandwidth plans cannot be deleted.
|
|
20000
|
+
* * By default, subscription bandwidth plans cannot be deleted. If you want to delete subscription bandwidth plans, contact your account manager.
|
|
19915
20001
|
* * Bandwidth plans that are associated with Global Accelerator (GA) instances cannot be deleted. Before you can delete a bandwidth plan that is associated with a GA instance, you must disassociate the bandwidth plan from the GA instance. For information about how to disassociate a bandwidth plan from a GA instance, see [BandwidthPackageRemoveAccelerator](~~153240~~).
|
|
19916
|
-
* * **DeleteBandwidthPackage** is an asynchronous operation. After you send a request, the system returns a request ID
|
|
20002
|
+
* * **DeleteBandwidthPackage** is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [DescribeBandwidthPackage](~~153241~~) operation to query the status of the bandwidth plan that you want to delete.
|
|
19917
20003
|
* * If the bandwidth plan is in the **deleting** state, it indicates that the bandwidth plan is being deleted. In this case, you can perform only query operations.
|
|
19918
20004
|
* * If the bandwidth plan cannot be found, it indicates that the bandwidth plan is deleted.
|
|
19919
20005
|
* * The **DeleteBandwidthPackage** operation cannot be called repeatedly for the same bandwidth plan within a specific period of time.
|
|
@@ -19955,9 +20041,9 @@ export default class Client extends OpenApi {
|
|
|
19955
20041
|
}
|
|
19956
20042
|
|
|
19957
20043
|
/**
|
|
19958
|
-
* * By default, subscription bandwidth plans cannot be deleted.
|
|
20044
|
+
* * By default, subscription bandwidth plans cannot be deleted. If you want to delete subscription bandwidth plans, contact your account manager.
|
|
19959
20045
|
* * Bandwidth plans that are associated with Global Accelerator (GA) instances cannot be deleted. Before you can delete a bandwidth plan that is associated with a GA instance, you must disassociate the bandwidth plan from the GA instance. For information about how to disassociate a bandwidth plan from a GA instance, see [BandwidthPackageRemoveAccelerator](~~153240~~).
|
|
19960
|
-
* * **DeleteBandwidthPackage** is an asynchronous operation. After you send a request, the system returns a request ID
|
|
20046
|
+
* * **DeleteBandwidthPackage** is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [DescribeBandwidthPackage](~~153241~~) operation to query the status of the bandwidth plan that you want to delete.
|
|
19961
20047
|
* * If the bandwidth plan is in the **deleting** state, it indicates that the bandwidth plan is being deleted. In this case, you can perform only query operations.
|
|
19962
20048
|
* * If the bandwidth plan cannot be found, it indicates that the bandwidth plan is deleted.
|
|
19963
20049
|
* * The **DeleteBandwidthPackage** operation cannot be called repeatedly for the same bandwidth plan within a specific period of time.
|
|
@@ -20309,9 +20395,10 @@ export default class Client extends OpenApi {
|
|
|
20309
20395
|
}
|
|
20310
20396
|
|
|
20311
20397
|
/**
|
|
20312
|
-
*
|
|
20398
|
+
* ### Usage notes
|
|
20399
|
+
* * **DeleteCustomRoutingEndpointGroupDestinations** is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [DescribeCustomRoutingEndpointGroup](~~449373~~) to query the status of an endpoint group and verify whether mappings are deleted from the endpoint group.
|
|
20313
20400
|
* * If the endpoint group is in the **updating** state, it indicates that mappings are being deleted from the endpoint group. In this case, you can perform only query operations.
|
|
20314
|
-
* * If the endpoint group is in the **active** state and no information about the mappings that you
|
|
20401
|
+
* * If the endpoint group is in the **active** state and no information about the mappings that you want to delete is found in the response of the [DescribeCustomRoutingEndpointGroupDestinations](~~449378~~) operation, the mappings are deleted from the endpoint group.
|
|
20315
20402
|
* * The **DeleteCustomRoutingEndpointGroupDestinations** operation cannot be called repeatedly for the same Global Accelerator (GA) instance within a specific period of time.
|
|
20316
20403
|
*
|
|
20317
20404
|
* @param request DeleteCustomRoutingEndpointGroupDestinationsRequest
|
|
@@ -20359,9 +20446,10 @@ export default class Client extends OpenApi {
|
|
|
20359
20446
|
}
|
|
20360
20447
|
|
|
20361
20448
|
/**
|
|
20362
|
-
*
|
|
20449
|
+
* ### Usage notes
|
|
20450
|
+
* * **DeleteCustomRoutingEndpointGroupDestinations** is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [DescribeCustomRoutingEndpointGroup](~~449373~~) to query the status of an endpoint group and verify whether mappings are deleted from the endpoint group.
|
|
20363
20451
|
* * If the endpoint group is in the **updating** state, it indicates that mappings are being deleted from the endpoint group. In this case, you can perform only query operations.
|
|
20364
|
-
* * If the endpoint group is in the **active** state and no information about the mappings that you
|
|
20452
|
+
* * If the endpoint group is in the **active** state and no information about the mappings that you want to delete is found in the response of the [DescribeCustomRoutingEndpointGroupDestinations](~~449378~~) operation, the mappings are deleted from the endpoint group.
|
|
20365
20453
|
* * The **DeleteCustomRoutingEndpointGroupDestinations** operation cannot be called repeatedly for the same Global Accelerator (GA) instance within a specific period of time.
|
|
20366
20454
|
*
|
|
20367
20455
|
* @param request DeleteCustomRoutingEndpointGroupDestinationsRequest
|
|
@@ -20376,7 +20464,7 @@ export default class Client extends OpenApi {
|
|
|
20376
20464
|
* * **DeleteCustomRoutingEndpointGroups** is an asynchronous operation. After you send a request, the system returns a request ID, but the operation is still being performed in the system background. You can call the [DescribeCustomRoutingEndpointGroup](~~449373~~) operation to query the state of the endpoint groups associated with a custom routing listener that you attempt to delete.
|
|
20377
20465
|
* * If the endpoint groups are in the **deleting** state, the endpoint groups are being deleted. In this case, you can perform only query operations.
|
|
20378
20466
|
* * If the endpoint groups cannot be queried, the endpoint groups are deleted.
|
|
20379
|
-
* *
|
|
20467
|
+
* * You cannot use the **DeleteCustomRoutingEndpointGroups** operation on the same Global Accelerator (GA) instance before the previous operation is complete.
|
|
20380
20468
|
*
|
|
20381
20469
|
* @param request DeleteCustomRoutingEndpointGroupsRequest
|
|
20382
20470
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -20426,7 +20514,7 @@ export default class Client extends OpenApi {
|
|
|
20426
20514
|
* * **DeleteCustomRoutingEndpointGroups** is an asynchronous operation. After you send a request, the system returns a request ID, but the operation is still being performed in the system background. You can call the [DescribeCustomRoutingEndpointGroup](~~449373~~) operation to query the state of the endpoint groups associated with a custom routing listener that you attempt to delete.
|
|
20427
20515
|
* * If the endpoint groups are in the **deleting** state, the endpoint groups are being deleted. In this case, you can perform only query operations.
|
|
20428
20516
|
* * If the endpoint groups cannot be queried, the endpoint groups are deleted.
|
|
20429
|
-
* *
|
|
20517
|
+
* * You cannot use the **DeleteCustomRoutingEndpointGroups** operation on the same Global Accelerator (GA) instance before the previous operation is complete.
|
|
20430
20518
|
*
|
|
20431
20519
|
* @param request DeleteCustomRoutingEndpointGroupsRequest
|
|
20432
20520
|
* @return DeleteCustomRoutingEndpointGroupsResponse
|
|
@@ -20437,9 +20525,9 @@ export default class Client extends OpenApi {
|
|
|
20437
20525
|
}
|
|
20438
20526
|
|
|
20439
20527
|
/**
|
|
20440
|
-
* * **DeleteCustomRoutingEndpointTrafficPolicies** is an asynchronous operation. After you send a request, the system returns a request ID
|
|
20441
|
-
* * If the endpoint group is in the **updating** state,
|
|
20442
|
-
* * If the endpoint group is in the **active** state and
|
|
20528
|
+
* * **DeleteCustomRoutingEndpointTrafficPolicies** is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [DescribeCustomRoutingEndpointGroup](~~449373~~) operation to query the status of an endpoint group to check whether the traffic destinations are deleted.
|
|
20529
|
+
* * If the endpoint group is in the **updating** state, the traffic destinations are being deleted. In this case, you can perform only query operations.
|
|
20530
|
+
* * If the endpoint group is in the **active** state and the traffic destinations that you want to delete cannot be queried by calling the [DescribeCustomRoutingEndPointTrafficPolicy](~~449392~~) operation, the traffic destinations are deleted.
|
|
20443
20531
|
* * The **DeleteCustomRoutingEndpointTrafficPolicies** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
|
|
20444
20532
|
*
|
|
20445
20533
|
* @param request DeleteCustomRoutingEndpointTrafficPoliciesRequest
|
|
@@ -20483,9 +20571,9 @@ export default class Client extends OpenApi {
|
|
|
20483
20571
|
}
|
|
20484
20572
|
|
|
20485
20573
|
/**
|
|
20486
|
-
* * **DeleteCustomRoutingEndpointTrafficPolicies** is an asynchronous operation. After you send a request, the system returns a request ID
|
|
20487
|
-
* * If the endpoint group is in the **updating** state,
|
|
20488
|
-
* * If the endpoint group is in the **active** state and
|
|
20574
|
+
* * **DeleteCustomRoutingEndpointTrafficPolicies** is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [DescribeCustomRoutingEndpointGroup](~~449373~~) operation to query the status of an endpoint group to check whether the traffic destinations are deleted.
|
|
20575
|
+
* * If the endpoint group is in the **updating** state, the traffic destinations are being deleted. In this case, you can perform only query operations.
|
|
20576
|
+
* * If the endpoint group is in the **active** state and the traffic destinations that you want to delete cannot be queried by calling the [DescribeCustomRoutingEndPointTrafficPolicy](~~449392~~) operation, the traffic destinations are deleted.
|
|
20489
20577
|
* * The **DeleteCustomRoutingEndpointTrafficPolicies** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
|
|
20490
20578
|
*
|
|
20491
20579
|
* @param request DeleteCustomRoutingEndpointTrafficPoliciesRequest
|
|
@@ -20497,9 +20585,10 @@ export default class Client extends OpenApi {
|
|
|
20497
20585
|
}
|
|
20498
20586
|
|
|
20499
20587
|
/**
|
|
20500
|
-
*
|
|
20501
|
-
*
|
|
20502
|
-
* * If an endpoint group is in the **
|
|
20588
|
+
* ### Usage notes
|
|
20589
|
+
* * **DeleteCustomRoutingEndpoints** is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [DescribeCustomRoutingEndpointGroup](~~449373~~) operation to query the status of an endpoint group and check whether endpoints are deleted.
|
|
20590
|
+
* * If an endpoint group is in the **updating** state, the endpoints are being deleted. In this case, you can perform only query operations.
|
|
20591
|
+
* * If an endpoint group is in the **active** state and the endpoints cannot be found after you call the [DescribeCustomRoutingEndpoint](~~449386~~) operation, the endpoints are deleted.
|
|
20503
20592
|
* * You cannot repeatedly call the **DeleteCustomRoutingEndpoints** operation for the same Global Accelerator (GA) instance within the specified period of time.
|
|
20504
20593
|
*
|
|
20505
20594
|
* @param request DeleteCustomRoutingEndpointsRequest
|
|
@@ -20543,9 +20632,10 @@ export default class Client extends OpenApi {
|
|
|
20543
20632
|
}
|
|
20544
20633
|
|
|
20545
20634
|
/**
|
|
20546
|
-
*
|
|
20547
|
-
*
|
|
20548
|
-
* * If an endpoint group is in the **
|
|
20635
|
+
* ### Usage notes
|
|
20636
|
+
* * **DeleteCustomRoutingEndpoints** is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [DescribeCustomRoutingEndpointGroup](~~449373~~) operation to query the status of an endpoint group and check whether endpoints are deleted.
|
|
20637
|
+
* * If an endpoint group is in the **updating** state, the endpoints are being deleted. In this case, you can perform only query operations.
|
|
20638
|
+
* * If an endpoint group is in the **active** state and the endpoints cannot be found after you call the [DescribeCustomRoutingEndpoint](~~449386~~) operation, the endpoints are deleted.
|
|
20549
20639
|
* * You cannot repeatedly call the **DeleteCustomRoutingEndpoints** operation for the same Global Accelerator (GA) instance within the specified period of time.
|
|
20550
20640
|
*
|
|
20551
20641
|
* @param request DeleteCustomRoutingEndpointsRequest
|
|
@@ -20557,7 +20647,7 @@ export default class Client extends OpenApi {
|
|
|
20557
20647
|
}
|
|
20558
20648
|
|
|
20559
20649
|
/**
|
|
20560
|
-
* You cannot
|
|
20650
|
+
* You cannot call the **DeleteDomainAcceleratorRelation** operation again by using the same Alibaba Cloud account before the previous operation is complete.
|
|
20561
20651
|
*
|
|
20562
20652
|
* @param request DeleteDomainAcceleratorRelationRequest
|
|
20563
20653
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -20596,7 +20686,7 @@ export default class Client extends OpenApi {
|
|
|
20596
20686
|
}
|
|
20597
20687
|
|
|
20598
20688
|
/**
|
|
20599
|
-
* You cannot
|
|
20689
|
+
* You cannot call the **DeleteDomainAcceleratorRelation** operation again by using the same Alibaba Cloud account before the previous operation is complete.
|
|
20600
20690
|
*
|
|
20601
20691
|
* @param request DeleteDomainAcceleratorRelationRequest
|
|
20602
20692
|
* @return DeleteDomainAcceleratorRelationResponse
|
|
@@ -22985,6 +23075,13 @@ export default class Client extends OpenApi {
|
|
|
22985
23075
|
return await this.listBusiRegionsWithOptions(request, runtime);
|
|
22986
23076
|
}
|
|
22987
23077
|
|
|
23078
|
+
/**
|
|
23079
|
+
* You can call this operation to query the acceleration areas and regions that you can specify on the wizard page of Global Accelerator (GA) and for free-trial GA instances. You can filter acceleration areas and regions based on specified conditions.
|
|
23080
|
+
*
|
|
23081
|
+
* @param request ListCommonAreasRequest
|
|
23082
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
23083
|
+
* @return ListCommonAreasResponse
|
|
23084
|
+
*/
|
|
22988
23085
|
async listCommonAreasWithOptions(request: ListCommonAreasRequest, runtime: $Util.RuntimeOptions): Promise<ListCommonAreasResponse> {
|
|
22989
23086
|
Util.validateModel(request);
|
|
22990
23087
|
let query = { };
|
|
@@ -23017,6 +23114,12 @@ export default class Client extends OpenApi {
|
|
|
23017
23114
|
return $tea.cast<ListCommonAreasResponse>(await this.callApi(params, req, runtime), new ListCommonAreasResponse({}));
|
|
23018
23115
|
}
|
|
23019
23116
|
|
|
23117
|
+
/**
|
|
23118
|
+
* You can call this operation to query the acceleration areas and regions that you can specify on the wizard page of Global Accelerator (GA) and for free-trial GA instances. You can filter acceleration areas and regions based on specified conditions.
|
|
23119
|
+
*
|
|
23120
|
+
* @param request ListCommonAreasRequest
|
|
23121
|
+
* @return ListCommonAreasResponse
|
|
23122
|
+
*/
|
|
23020
23123
|
async listCommonAreas(request: ListCommonAreasRequest): Promise<ListCommonAreasResponse> {
|
|
23021
23124
|
let runtime = new $Util.RuntimeOptions({ });
|
|
23022
23125
|
return await this.listCommonAreasWithOptions(request, runtime);
|
|
@@ -23456,7 +23559,7 @@ export default class Client extends OpenApi {
|
|
|
23456
23559
|
}
|
|
23457
23560
|
|
|
23458
23561
|
/**
|
|
23459
|
-
* >
|
|
23562
|
+
* > You can call this operation to query only custom forwarding rules. You cannot call this operation to query the default forwarding rule.
|
|
23460
23563
|
*
|
|
23461
23564
|
* @param request ListForwardingRulesRequest
|
|
23462
23565
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -23511,7 +23614,7 @@ export default class Client extends OpenApi {
|
|
|
23511
23614
|
}
|
|
23512
23615
|
|
|
23513
23616
|
/**
|
|
23514
|
-
* >
|
|
23617
|
+
* > You can call this operation to query only custom forwarding rules. You cannot call this operation to query the default forwarding rule.
|
|
23515
23618
|
*
|
|
23516
23619
|
* @param request ListForwardingRulesRequest
|
|
23517
23620
|
* @return ListForwardingRulesResponse
|
|
@@ -23565,6 +23668,10 @@ export default class Client extends OpenApi {
|
|
|
23565
23668
|
async listIspTypesWithOptions(request: ListIspTypesRequest, runtime: $Util.RuntimeOptions): Promise<ListIspTypesResponse> {
|
|
23566
23669
|
Util.validateModel(request);
|
|
23567
23670
|
let query = { };
|
|
23671
|
+
if (!Util.isUnset(request.acceleratorId)) {
|
|
23672
|
+
query["AcceleratorId"] = request.acceleratorId;
|
|
23673
|
+
}
|
|
23674
|
+
|
|
23568
23675
|
if (!Util.isUnset(request.acceleratorType)) {
|
|
23569
23676
|
query["AcceleratorType"] = request.acceleratorType;
|
|
23570
23677
|
}
|
|
@@ -23789,6 +23896,16 @@ export default class Client extends OpenApi {
|
|
|
23789
23896
|
return await this.listSystemSecurityPoliciesWithOptions(request, runtime);
|
|
23790
23897
|
}
|
|
23791
23898
|
|
|
23899
|
+
/**
|
|
23900
|
+
* * You must specify **ResourceId.N** or **Tag.N** in the request to specify the object that you want to query.********
|
|
23901
|
+
* * **Tag.N** is a resource tag that consists of a key-value pair (Tag.N.Key and Tag.N.Value). If you specify only **Tag.N.Key**, all tag values that are associated with the specified tag key are returned. If you specify only **Tag.N.Value**, an error message is returned.
|
|
23902
|
+
* * If you specify **Tag.N** and **ResourceId.N** to filter tags, **ResourceId.N** must match all specified key-value pairs.
|
|
23903
|
+
* * If you specify multiple key-value pairs, resources that contain these key-value pairs are returned.
|
|
23904
|
+
*
|
|
23905
|
+
* @param request ListTagResourcesRequest
|
|
23906
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
23907
|
+
* @return ListTagResourcesResponse
|
|
23908
|
+
*/
|
|
23792
23909
|
async listTagResourcesWithOptions(request: ListTagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<ListTagResourcesResponse> {
|
|
23793
23910
|
Util.validateModel(request);
|
|
23794
23911
|
let query = { };
|
|
@@ -23833,40 +23950,20 @@ export default class Client extends OpenApi {
|
|
|
23833
23950
|
return $tea.cast<ListTagResourcesResponse>(await this.callApi(params, req, runtime), new ListTagResourcesResponse({}));
|
|
23834
23951
|
}
|
|
23835
23952
|
|
|
23953
|
+
/**
|
|
23954
|
+
* * You must specify **ResourceId.N** or **Tag.N** in the request to specify the object that you want to query.********
|
|
23955
|
+
* * **Tag.N** is a resource tag that consists of a key-value pair (Tag.N.Key and Tag.N.Value). If you specify only **Tag.N.Key**, all tag values that are associated with the specified tag key are returned. If you specify only **Tag.N.Value**, an error message is returned.
|
|
23956
|
+
* * If you specify **Tag.N** and **ResourceId.N** to filter tags, **ResourceId.N** must match all specified key-value pairs.
|
|
23957
|
+
* * If you specify multiple key-value pairs, resources that contain these key-value pairs are returned.
|
|
23958
|
+
*
|
|
23959
|
+
* @param request ListTagResourcesRequest
|
|
23960
|
+
* @return ListTagResourcesResponse
|
|
23961
|
+
*/
|
|
23836
23962
|
async listTagResources(request: ListTagResourcesRequest): Promise<ListTagResourcesResponse> {
|
|
23837
23963
|
let runtime = new $Util.RuntimeOptions({ });
|
|
23838
23964
|
return await this.listTagResourcesWithOptions(request, runtime);
|
|
23839
23965
|
}
|
|
23840
23966
|
|
|
23841
|
-
async queryCrossPrivatePermissionWithOptions(request: QueryCrossPrivatePermissionRequest, runtime: $Util.RuntimeOptions): Promise<QueryCrossPrivatePermissionResponse> {
|
|
23842
|
-
Util.validateModel(request);
|
|
23843
|
-
let query = { };
|
|
23844
|
-
if (!Util.isUnset(request.regionId)) {
|
|
23845
|
-
query["RegionId"] = request.regionId;
|
|
23846
|
-
}
|
|
23847
|
-
|
|
23848
|
-
let req = new $OpenApi.OpenApiRequest({
|
|
23849
|
-
query: OpenApiUtil.query(query),
|
|
23850
|
-
});
|
|
23851
|
-
let params = new $OpenApi.Params({
|
|
23852
|
-
action: "QueryCrossPrivatePermission",
|
|
23853
|
-
version: "2019-11-20",
|
|
23854
|
-
protocol: "HTTPS",
|
|
23855
|
-
pathname: "/",
|
|
23856
|
-
method: "POST",
|
|
23857
|
-
authType: "AK",
|
|
23858
|
-
style: "RPC",
|
|
23859
|
-
reqBodyType: "formData",
|
|
23860
|
-
bodyType: "json",
|
|
23861
|
-
});
|
|
23862
|
-
return $tea.cast<QueryCrossPrivatePermissionResponse>(await this.callApi(params, req, runtime), new QueryCrossPrivatePermissionResponse({}));
|
|
23863
|
-
}
|
|
23864
|
-
|
|
23865
|
-
async queryCrossPrivatePermission(request: QueryCrossPrivatePermissionRequest): Promise<QueryCrossPrivatePermissionResponse> {
|
|
23866
|
-
let runtime = new $Util.RuntimeOptions({ });
|
|
23867
|
-
return await this.queryCrossPrivatePermissionWithOptions(request, runtime);
|
|
23868
|
-
}
|
|
23869
|
-
|
|
23870
23967
|
/**
|
|
23871
23968
|
* * The **RemoveEntriesFromAcl** operation is asynchronous. After you send a request, the system returns the request ID, but the operation is still being performed in the system background. You can call the [GetAcl](~~258292~~) or [ListAcls](~~258291~~) operation to query the status of an ACL:
|
|
23872
23969
|
* * If an ACL is in the **configuring** state, the IP entries are being deleted. In this case, you can perform only query operations.
|
|
@@ -23996,7 +24093,8 @@ export default class Client extends OpenApi {
|
|
|
23996
24093
|
}
|
|
23997
24094
|
|
|
23998
24095
|
/**
|
|
23999
|
-
*
|
|
24096
|
+
* ### Description
|
|
24097
|
+
* You can add up to 20 tags to each GA resource. When you call this operation, Alibaba Cloud first checks the number of existing tags attached to the resource. If the quota is reached, an error message is returned.
|
|
24000
24098
|
*
|
|
24001
24099
|
* @param request TagResourcesRequest
|
|
24002
24100
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -24043,7 +24141,8 @@ export default class Client extends OpenApi {
|
|
|
24043
24141
|
}
|
|
24044
24142
|
|
|
24045
24143
|
/**
|
|
24046
|
-
*
|
|
24144
|
+
* ### Description
|
|
24145
|
+
* You can add up to 20 tags to each GA resource. When you call this operation, Alibaba Cloud first checks the number of existing tags attached to the resource. If the quota is reached, an error message is returned.
|
|
24047
24146
|
*
|
|
24048
24147
|
* @param request TagResourcesRequest
|
|
24049
24148
|
* @return TagResourcesResponse
|
|
@@ -24103,7 +24202,7 @@ export default class Client extends OpenApi {
|
|
|
24103
24202
|
}
|
|
24104
24203
|
|
|
24105
24204
|
/**
|
|
24106
|
-
* * **UpdateAccelerator** is an asynchronous operation. After you send a request, the system returns a request ID
|
|
24205
|
+
* * **UpdateAccelerator** is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [DescribeAccelerator](~~153235~~) operation to query the status of a GA instance.
|
|
24107
24206
|
* * If the GA instance is in the **configuring** state, the GA instance is being modified. In this case, you can perform only query operations.
|
|
24108
24207
|
* * If the GA instance is in the **active** state, the GA instance is modified.
|
|
24109
24208
|
* * The **UpdateAccelerator** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
@@ -24165,7 +24264,7 @@ export default class Client extends OpenApi {
|
|
|
24165
24264
|
}
|
|
24166
24265
|
|
|
24167
24266
|
/**
|
|
24168
|
-
* * **UpdateAccelerator** is an asynchronous operation. After you send a request, the system returns a request ID
|
|
24267
|
+
* * **UpdateAccelerator** is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [DescribeAccelerator](~~153235~~) operation to query the status of a GA instance.
|
|
24169
24268
|
* * If the GA instance is in the **configuring** state, the GA instance is being modified. In this case, you can perform only query operations.
|
|
24170
24269
|
* * If the GA instance is in the **active** state, the GA instance is modified.
|
|
24171
24270
|
* * The **UpdateAccelerator** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
@@ -24298,6 +24397,47 @@ export default class Client extends OpenApi {
|
|
|
24298
24397
|
return await this.updateAcceleratorConfirmWithOptions(request, runtime);
|
|
24299
24398
|
}
|
|
24300
24399
|
|
|
24400
|
+
async updateAcceleratorCrossBorderModeWithOptions(request: UpdateAcceleratorCrossBorderModeRequest, runtime: $Util.RuntimeOptions): Promise<UpdateAcceleratorCrossBorderModeResponse> {
|
|
24401
|
+
Util.validateModel(request);
|
|
24402
|
+
let query = { };
|
|
24403
|
+
if (!Util.isUnset(request.acceleratorId)) {
|
|
24404
|
+
query["AcceleratorId"] = request.acceleratorId;
|
|
24405
|
+
}
|
|
24406
|
+
|
|
24407
|
+
if (!Util.isUnset(request.clientToken)) {
|
|
24408
|
+
query["ClientToken"] = request.clientToken;
|
|
24409
|
+
}
|
|
24410
|
+
|
|
24411
|
+
if (!Util.isUnset(request.crossBorderMode)) {
|
|
24412
|
+
query["CrossBorderMode"] = request.crossBorderMode;
|
|
24413
|
+
}
|
|
24414
|
+
|
|
24415
|
+
if (!Util.isUnset(request.regionId)) {
|
|
24416
|
+
query["RegionId"] = request.regionId;
|
|
24417
|
+
}
|
|
24418
|
+
|
|
24419
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
24420
|
+
query: OpenApiUtil.query(query),
|
|
24421
|
+
});
|
|
24422
|
+
let params = new $OpenApi.Params({
|
|
24423
|
+
action: "UpdateAcceleratorCrossBorderMode",
|
|
24424
|
+
version: "2019-11-20",
|
|
24425
|
+
protocol: "HTTPS",
|
|
24426
|
+
pathname: "/",
|
|
24427
|
+
method: "POST",
|
|
24428
|
+
authType: "AK",
|
|
24429
|
+
style: "RPC",
|
|
24430
|
+
reqBodyType: "formData",
|
|
24431
|
+
bodyType: "json",
|
|
24432
|
+
});
|
|
24433
|
+
return $tea.cast<UpdateAcceleratorCrossBorderModeResponse>(await this.callApi(params, req, runtime), new UpdateAcceleratorCrossBorderModeResponse({}));
|
|
24434
|
+
}
|
|
24435
|
+
|
|
24436
|
+
async updateAcceleratorCrossBorderMode(request: UpdateAcceleratorCrossBorderModeRequest): Promise<UpdateAcceleratorCrossBorderModeResponse> {
|
|
24437
|
+
let runtime = new $Util.RuntimeOptions({ });
|
|
24438
|
+
return await this.updateAcceleratorCrossBorderModeWithOptions(request, runtime);
|
|
24439
|
+
}
|
|
24440
|
+
|
|
24301
24441
|
async updateAclAttributeWithOptions(request: UpdateAclAttributeRequest, runtime: $Util.RuntimeOptions): Promise<UpdateAclAttributeResponse> {
|
|
24302
24442
|
Util.validateModel(request);
|
|
24303
24443
|
let query = { };
|
|
@@ -24344,11 +24484,11 @@ export default class Client extends OpenApi {
|
|
|
24344
24484
|
}
|
|
24345
24485
|
|
|
24346
24486
|
/**
|
|
24347
|
-
* The UpdateAdditionalCertificateWithListener operation is used to replace an additional certificate. You can
|
|
24348
|
-
* * **UpdateAdditionalCertificateWithListener** is an asynchronous operation. After you send a request, the system returns a request ID, but the operation is still being performed in the system background. You can
|
|
24349
|
-
* * If the certificate that you want to replace is in the **updating** state, it
|
|
24487
|
+
* The UpdateAdditionalCertificateWithListener operation is used to replace an additional certificate. You can use this operation when you want to replace an expired additional certificate with a new additional certificate without changing the associated domain name.
|
|
24488
|
+
* * **UpdateAdditionalCertificateWithListener** is an asynchronous operation. After you send a request, the system returns a request ID, but the operation is still being performed in the system background. You can use the [ListListenerCertificates](~~307743~~) operation to query the state of the additional certificate that is associated with an HTTP listener:
|
|
24489
|
+
* * If the certificate that you want to replace is in the **updating** state, it is being replaced for the HTTP listener. In this case, you can perform only query operations.
|
|
24350
24490
|
* * If the replacement certificate is in the **active** state, it indicates that the replacement operation is complete and the replacement certificate is associated with the HTTP listener.
|
|
24351
|
-
* *
|
|
24491
|
+
* * You cannot perform the **UpdateAdditionalCertificateWithListener** operation again on the same Global Accelerator (GA) instance before the previous operation is complete.
|
|
24352
24492
|
*
|
|
24353
24493
|
* @param request UpdateAdditionalCertificateWithListenerRequest
|
|
24354
24494
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -24403,11 +24543,11 @@ export default class Client extends OpenApi {
|
|
|
24403
24543
|
}
|
|
24404
24544
|
|
|
24405
24545
|
/**
|
|
24406
|
-
* The UpdateAdditionalCertificateWithListener operation is used to replace an additional certificate. You can
|
|
24407
|
-
* * **UpdateAdditionalCertificateWithListener** is an asynchronous operation. After you send a request, the system returns a request ID, but the operation is still being performed in the system background. You can
|
|
24408
|
-
* * If the certificate that you want to replace is in the **updating** state, it
|
|
24546
|
+
* The UpdateAdditionalCertificateWithListener operation is used to replace an additional certificate. You can use this operation when you want to replace an expired additional certificate with a new additional certificate without changing the associated domain name.
|
|
24547
|
+
* * **UpdateAdditionalCertificateWithListener** is an asynchronous operation. After you send a request, the system returns a request ID, but the operation is still being performed in the system background. You can use the [ListListenerCertificates](~~307743~~) operation to query the state of the additional certificate that is associated with an HTTP listener:
|
|
24548
|
+
* * If the certificate that you want to replace is in the **updating** state, it is being replaced for the HTTP listener. In this case, you can perform only query operations.
|
|
24409
24549
|
* * If the replacement certificate is in the **active** state, it indicates that the replacement operation is complete and the replacement certificate is associated with the HTTP listener.
|
|
24410
|
-
* *
|
|
24550
|
+
* * You cannot perform the **UpdateAdditionalCertificateWithListener** operation again on the same Global Accelerator (GA) instance before the previous operation is complete.
|
|
24411
24551
|
*
|
|
24412
24552
|
* @param request UpdateAdditionalCertificateWithListenerRequest
|
|
24413
24553
|
* @return UpdateAdditionalCertificateWithListenerResponse
|
|
@@ -24885,43 +25025,6 @@ export default class Client extends OpenApi {
|
|
|
24885
25025
|
return await this.updateBasicIpSetWithOptions(request, runtime);
|
|
24886
25026
|
}
|
|
24887
25027
|
|
|
24888
|
-
async updateCrossPrivateStateWithOptions(request: UpdateCrossPrivateStateRequest, runtime: $Util.RuntimeOptions): Promise<UpdateCrossPrivateStateResponse> {
|
|
24889
|
-
Util.validateModel(request);
|
|
24890
|
-
let query = { };
|
|
24891
|
-
if (!Util.isUnset(request.acceleratorId)) {
|
|
24892
|
-
query["AcceleratorId"] = request.acceleratorId;
|
|
24893
|
-
}
|
|
24894
|
-
|
|
24895
|
-
if (!Util.isUnset(request.crossPrivateState)) {
|
|
24896
|
-
query["CrossPrivateState"] = request.crossPrivateState;
|
|
24897
|
-
}
|
|
24898
|
-
|
|
24899
|
-
if (!Util.isUnset(request.regionId)) {
|
|
24900
|
-
query["RegionId"] = request.regionId;
|
|
24901
|
-
}
|
|
24902
|
-
|
|
24903
|
-
let req = new $OpenApi.OpenApiRequest({
|
|
24904
|
-
query: OpenApiUtil.query(query),
|
|
24905
|
-
});
|
|
24906
|
-
let params = new $OpenApi.Params({
|
|
24907
|
-
action: "UpdateCrossPrivateState",
|
|
24908
|
-
version: "2019-11-20",
|
|
24909
|
-
protocol: "HTTPS",
|
|
24910
|
-
pathname: "/",
|
|
24911
|
-
method: "POST",
|
|
24912
|
-
authType: "AK",
|
|
24913
|
-
style: "RPC",
|
|
24914
|
-
reqBodyType: "formData",
|
|
24915
|
-
bodyType: "json",
|
|
24916
|
-
});
|
|
24917
|
-
return $tea.cast<UpdateCrossPrivateStateResponse>(await this.callApi(params, req, runtime), new UpdateCrossPrivateStateResponse({}));
|
|
24918
|
-
}
|
|
24919
|
-
|
|
24920
|
-
async updateCrossPrivateState(request: UpdateCrossPrivateStateRequest): Promise<UpdateCrossPrivateStateResponse> {
|
|
24921
|
-
let runtime = new $Util.RuntimeOptions({ });
|
|
24922
|
-
return await this.updateCrossPrivateStateWithOptions(request, runtime);
|
|
24923
|
-
}
|
|
24924
|
-
|
|
24925
25028
|
async updateCustomRoutingEndpointGroupAttributeWithOptions(request: UpdateCustomRoutingEndpointGroupAttributeRequest, runtime: $Util.RuntimeOptions): Promise<UpdateCustomRoutingEndpointGroupAttributeResponse> {
|
|
24926
25029
|
Util.validateModel(request);
|
|
24927
25030
|
let query = { };
|
|
@@ -24968,9 +25071,9 @@ export default class Client extends OpenApi {
|
|
|
24968
25071
|
}
|
|
24969
25072
|
|
|
24970
25073
|
/**
|
|
24971
|
-
* * **UpdateCustomRoutingEndpointGroupDestinations** is an asynchronous operation. After you send a request, the system returns a request ID, but the operation is still being performed in the system background. You can call the [DescribeCustomRoutingEndpointGroup](~~449373~~) operation to query the
|
|
24972
|
-
* * If the endpoint group is in the **updating** state, the
|
|
24973
|
-
* * If the endpoint group is in the **active** state, the
|
|
25074
|
+
* * **UpdateCustomRoutingEndpointGroupDestinations** is an asynchronous operation. After you send a request, the system returns a request ID, but the operation is still being performed in the system background. You can call the [DescribeCustomRoutingEndpointGroup](~~449373~~) operation to query the status of an endpoint group associated with a custom routing listener to check whether the mapping configurations of the endpoint group are modified.
|
|
25075
|
+
* * If the endpoint group is in the **updating** state, the mapping configurations of the endpoint group are being modified. In this case, you can perform only query operations.
|
|
25076
|
+
* * If the endpoint group is in the **active** state, the mapping configurations of the endpoint group are modified.
|
|
24974
25077
|
* * The **UpdateCustomRoutingEndpointGroupDestinations** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
|
|
24975
25078
|
*
|
|
24976
25079
|
* @param request UpdateCustomRoutingEndpointGroupDestinationsRequest
|
|
@@ -25018,9 +25121,9 @@ export default class Client extends OpenApi {
|
|
|
25018
25121
|
}
|
|
25019
25122
|
|
|
25020
25123
|
/**
|
|
25021
|
-
* * **UpdateCustomRoutingEndpointGroupDestinations** is an asynchronous operation. After you send a request, the system returns a request ID, but the operation is still being performed in the system background. You can call the [DescribeCustomRoutingEndpointGroup](~~449373~~) operation to query the
|
|
25022
|
-
* * If the endpoint group is in the **updating** state, the
|
|
25023
|
-
* * If the endpoint group is in the **active** state, the
|
|
25124
|
+
* * **UpdateCustomRoutingEndpointGroupDestinations** is an asynchronous operation. After you send a request, the system returns a request ID, but the operation is still being performed in the system background. You can call the [DescribeCustomRoutingEndpointGroup](~~449373~~) operation to query the status of an endpoint group associated with a custom routing listener to check whether the mapping configurations of the endpoint group are modified.
|
|
25125
|
+
* * If the endpoint group is in the **updating** state, the mapping configurations of the endpoint group are being modified. In this case, you can perform only query operations.
|
|
25126
|
+
* * If the endpoint group is in the **active** state, the mapping configurations of the endpoint group are modified.
|
|
25024
25127
|
* * The **UpdateCustomRoutingEndpointGroupDestinations** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
|
|
25025
25128
|
*
|
|
25026
25129
|
* @param request UpdateCustomRoutingEndpointGroupDestinationsRequest
|
|
@@ -25151,6 +25254,15 @@ export default class Client extends OpenApi {
|
|
|
25151
25254
|
return await this.updateCustomRoutingEndpointsWithOptions(request, runtime);
|
|
25152
25255
|
}
|
|
25153
25256
|
|
|
25257
|
+
/**
|
|
25258
|
+
* ### Usage notes
|
|
25259
|
+
* You can call this operation to modify an accelerated domain name. If the new accelerated domain name is hosted in the Chinese mainland, you must obtain an ICP number for the domain name.
|
|
25260
|
+
* You cannot repeatedly call the \\*\\* UpdateDomain\\*\\* operation by using the same Alibaba Cloud account within a specific period of time.
|
|
25261
|
+
*
|
|
25262
|
+
* @param request UpdateDomainRequest
|
|
25263
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
25264
|
+
* @return UpdateDomainResponse
|
|
25265
|
+
*/
|
|
25154
25266
|
async updateDomainWithOptions(request: UpdateDomainRequest, runtime: $Util.RuntimeOptions): Promise<UpdateDomainResponse> {
|
|
25155
25267
|
Util.validateModel(request);
|
|
25156
25268
|
let query = { };
|
|
@@ -25183,11 +25295,27 @@ export default class Client extends OpenApi {
|
|
|
25183
25295
|
return $tea.cast<UpdateDomainResponse>(await this.callApi(params, req, runtime), new UpdateDomainResponse({}));
|
|
25184
25296
|
}
|
|
25185
25297
|
|
|
25298
|
+
/**
|
|
25299
|
+
* ### Usage notes
|
|
25300
|
+
* You can call this operation to modify an accelerated domain name. If the new accelerated domain name is hosted in the Chinese mainland, you must obtain an ICP number for the domain name.
|
|
25301
|
+
* You cannot repeatedly call the \\*\\* UpdateDomain\\*\\* operation by using the same Alibaba Cloud account within a specific period of time.
|
|
25302
|
+
*
|
|
25303
|
+
* @param request UpdateDomainRequest
|
|
25304
|
+
* @return UpdateDomainResponse
|
|
25305
|
+
*/
|
|
25186
25306
|
async updateDomain(request: UpdateDomainRequest): Promise<UpdateDomainResponse> {
|
|
25187
25307
|
let runtime = new $Util.RuntimeOptions({ });
|
|
25188
25308
|
return await this.updateDomainWithOptions(request, runtime);
|
|
25189
25309
|
}
|
|
25190
25310
|
|
|
25311
|
+
/**
|
|
25312
|
+
* You can call this operation to obtain and update the ICP filing status of an accelerated domain name.
|
|
25313
|
+
* You cannot repeatedly call the **UpdateDomainState** operation by using the same Alibaba Cloud account within a specific period of time.
|
|
25314
|
+
*
|
|
25315
|
+
* @param request UpdateDomainStateRequest
|
|
25316
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
25317
|
+
* @return UpdateDomainStateResponse
|
|
25318
|
+
*/
|
|
25191
25319
|
async updateDomainStateWithOptions(request: UpdateDomainStateRequest, runtime: $Util.RuntimeOptions): Promise<UpdateDomainStateResponse> {
|
|
25192
25320
|
Util.validateModel(request);
|
|
25193
25321
|
let query = { };
|
|
@@ -25216,6 +25344,13 @@ export default class Client extends OpenApi {
|
|
|
25216
25344
|
return $tea.cast<UpdateDomainStateResponse>(await this.callApi(params, req, runtime), new UpdateDomainStateResponse({}));
|
|
25217
25345
|
}
|
|
25218
25346
|
|
|
25347
|
+
/**
|
|
25348
|
+
* You can call this operation to obtain and update the ICP filing status of an accelerated domain name.
|
|
25349
|
+
* You cannot repeatedly call the **UpdateDomainState** operation by using the same Alibaba Cloud account within a specific period of time.
|
|
25350
|
+
*
|
|
25351
|
+
* @param request UpdateDomainStateRequest
|
|
25352
|
+
* @return UpdateDomainStateResponse
|
|
25353
|
+
*/
|
|
25219
25354
|
async updateDomainState(request: UpdateDomainStateRequest): Promise<UpdateDomainStateResponse> {
|
|
25220
25355
|
let runtime = new $Util.RuntimeOptions({ });
|
|
25221
25356
|
return await this.updateDomainStateWithOptions(request, runtime);
|
|
@@ -25223,9 +25358,9 @@ export default class Client extends OpenApi {
|
|
|
25223
25358
|
|
|
25224
25359
|
/**
|
|
25225
25360
|
* * **UpdateEndpointGroup** is an asynchronous operation. After you send a request, the system returns a request ID, but the operation is still being performed in the system background. You can call the [DescribeEndpointGroup](~~153260~~) operation to query the state of an endpoint group.
|
|
25226
|
-
* * If the endpoint group is in the **updating** state,
|
|
25227
|
-
* * If the endpoint group is in the **active** state,
|
|
25228
|
-
* * The **UpdateEndpointGroup** operation cannot be repeatedly called for the same
|
|
25361
|
+
* * If the endpoint group is in the **updating** state, the configurations of the endpoint group are being modified. In this case, you can perform only query operations.
|
|
25362
|
+
* * If the endpoint group is in the **active** state, the configurations of the endpoint group are modified.
|
|
25363
|
+
* * The **UpdateEndpointGroup** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
25229
25364
|
*
|
|
25230
25365
|
* @param request UpdateEndpointGroupRequest
|
|
25231
25366
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -25317,9 +25452,9 @@ export default class Client extends OpenApi {
|
|
|
25317
25452
|
|
|
25318
25453
|
/**
|
|
25319
25454
|
* * **UpdateEndpointGroup** is an asynchronous operation. After you send a request, the system returns a request ID, but the operation is still being performed in the system background. You can call the [DescribeEndpointGroup](~~153260~~) operation to query the state of an endpoint group.
|
|
25320
|
-
* * If the endpoint group is in the **updating** state,
|
|
25321
|
-
* * If the endpoint group is in the **active** state,
|
|
25322
|
-
* * The **UpdateEndpointGroup** operation cannot be repeatedly called for the same
|
|
25455
|
+
* * If the endpoint group is in the **updating** state, the configurations of the endpoint group are being modified. In this case, you can perform only query operations.
|
|
25456
|
+
* * If the endpoint group is in the **active** state, the configurations of the endpoint group are modified.
|
|
25457
|
+
* * The **UpdateEndpointGroup** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
25323
25458
|
*
|
|
25324
25459
|
* @param request UpdateEndpointGroupRequest
|
|
25325
25460
|
* @return UpdateEndpointGroupResponse
|
|
@@ -25503,7 +25638,8 @@ export default class Client extends OpenApi {
|
|
|
25503
25638
|
}
|
|
25504
25639
|
|
|
25505
25640
|
/**
|
|
25506
|
-
*
|
|
25641
|
+
* ## Usage notes
|
|
25642
|
+
* * **UpdateIpSet** is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [DescribeIpSet](~~153246~~) operation to query the status of an acceleration region.
|
|
25507
25643
|
* * If the acceleration region is in the **updating** state, the acceleration region is being modified. In this case, you can perform only query operations.
|
|
25508
25644
|
* * If the acceleration region is in the **active** state, the acceleration region is modified.
|
|
25509
25645
|
* * The **UpdateIpSet** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
@@ -25549,7 +25685,8 @@ export default class Client extends OpenApi {
|
|
|
25549
25685
|
}
|
|
25550
25686
|
|
|
25551
25687
|
/**
|
|
25552
|
-
*
|
|
25688
|
+
* ## Usage notes
|
|
25689
|
+
* * **UpdateIpSet** is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the [DescribeIpSet](~~153246~~) operation to query the status of an acceleration region.
|
|
25553
25690
|
* * If the acceleration region is in the **updating** state, the acceleration region is being modified. In this case, you can perform only query operations.
|
|
25554
25691
|
* * If the acceleration region is in the **active** state, the acceleration region is modified.
|
|
25555
25692
|
* * The **UpdateIpSet** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|