@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/dist/client.d.ts
CHANGED
|
@@ -427,6 +427,7 @@ export declare class CreateAcceleratorRequest extends $tea.Model {
|
|
|
427
427
|
regionId?: string;
|
|
428
428
|
resourceGroupId?: string;
|
|
429
429
|
spec?: string;
|
|
430
|
+
tag?: CreateAcceleratorRequestTag[];
|
|
430
431
|
static names(): {
|
|
431
432
|
[key: string]: string;
|
|
432
433
|
};
|
|
@@ -475,6 +476,7 @@ export declare class CreateAclRequest extends $tea.Model {
|
|
|
475
476
|
dryRun?: boolean;
|
|
476
477
|
regionId?: string;
|
|
477
478
|
resourceGroupId?: string;
|
|
479
|
+
tag?: CreateAclRequestTag[];
|
|
478
480
|
static names(): {
|
|
479
481
|
[key: string]: string;
|
|
480
482
|
};
|
|
@@ -583,6 +585,7 @@ export declare class CreateBandwidthPackageRequest extends $tea.Model {
|
|
|
583
585
|
ratio?: number;
|
|
584
586
|
regionId?: string;
|
|
585
587
|
resourceGroupId?: string;
|
|
588
|
+
tag?: CreateBandwidthPackageRequestTag[];
|
|
586
589
|
type?: string;
|
|
587
590
|
static names(): {
|
|
588
591
|
[key: string]: string;
|
|
@@ -778,6 +781,7 @@ export declare class CreateBasicAcceleratorRequest extends $tea.Model {
|
|
|
778
781
|
promotionOptionNo?: string;
|
|
779
782
|
regionId?: string;
|
|
780
783
|
resourceGroupId?: string;
|
|
784
|
+
tag?: CreateBasicAcceleratorRequestTag[];
|
|
781
785
|
static names(): {
|
|
782
786
|
[key: string]: string;
|
|
783
787
|
};
|
|
@@ -1248,6 +1252,7 @@ export declare class CreateEndpointGroupRequest extends $tea.Model {
|
|
|
1248
1252
|
name?: string;
|
|
1249
1253
|
portOverrides?: CreateEndpointGroupRequestPortOverrides[];
|
|
1250
1254
|
regionId?: string;
|
|
1255
|
+
tag?: CreateEndpointGroupRequestTag[];
|
|
1251
1256
|
thresholdCount?: number;
|
|
1252
1257
|
trafficPercentage?: number;
|
|
1253
1258
|
static names(): {
|
|
@@ -2491,6 +2496,7 @@ export declare class DescribeAcceleratorResponseBody extends $tea.Model {
|
|
|
2491
2496
|
cenId?: string;
|
|
2492
2497
|
createTime?: number;
|
|
2493
2498
|
crossBorderMode?: string;
|
|
2499
|
+
crossBorderStatus?: boolean;
|
|
2494
2500
|
crossDomainBandwidthPackage?: DescribeAcceleratorResponseBodyCrossDomainBandwidthPackage;
|
|
2495
2501
|
crossPrivateState?: string;
|
|
2496
2502
|
ddosId?: string;
|
|
@@ -3077,7 +3083,6 @@ export declare class DescribeEndpointGroupResponseBody extends $tea.Model {
|
|
|
3077
3083
|
state?: string;
|
|
3078
3084
|
tags?: DescribeEndpointGroupResponseBodyTags[];
|
|
3079
3085
|
thresholdCount?: number;
|
|
3080
|
-
totalCount?: number;
|
|
3081
3086
|
trafficPercentage?: number;
|
|
3082
3087
|
static names(): {
|
|
3083
3088
|
[key: string]: string;
|
|
@@ -3770,6 +3775,7 @@ export declare class GetBasicAcceleratorResponseBody extends $tea.Model {
|
|
|
3770
3775
|
basicIpSetId?: string;
|
|
3771
3776
|
cenId?: string;
|
|
3772
3777
|
createTime?: number;
|
|
3778
|
+
crossBorderStatus?: boolean;
|
|
3773
3779
|
crossDomainBandwidthPackage?: GetBasicAcceleratorResponseBodyCrossDomainBandwidthPackage;
|
|
3774
3780
|
crossPrivateState?: string;
|
|
3775
3781
|
description?: string;
|
|
@@ -5337,6 +5343,7 @@ export declare class ListIpSetsResponse extends $tea.Model {
|
|
|
5337
5343
|
});
|
|
5338
5344
|
}
|
|
5339
5345
|
export declare class ListIspTypesRequest extends $tea.Model {
|
|
5346
|
+
acceleratorId?: string;
|
|
5340
5347
|
acceleratorType?: string;
|
|
5341
5348
|
businessRegionId?: string;
|
|
5342
5349
|
static names(): {
|
|
@@ -5612,47 +5619,6 @@ export declare class ListTagResourcesResponse extends $tea.Model {
|
|
|
5612
5619
|
[key: string]: any;
|
|
5613
5620
|
});
|
|
5614
5621
|
}
|
|
5615
|
-
export declare class QueryCrossPrivatePermissionRequest extends $tea.Model {
|
|
5616
|
-
regionId?: string;
|
|
5617
|
-
static names(): {
|
|
5618
|
-
[key: string]: string;
|
|
5619
|
-
};
|
|
5620
|
-
static types(): {
|
|
5621
|
-
[key: string]: any;
|
|
5622
|
-
};
|
|
5623
|
-
constructor(map?: {
|
|
5624
|
-
[key: string]: any;
|
|
5625
|
-
});
|
|
5626
|
-
}
|
|
5627
|
-
export declare class QueryCrossPrivatePermissionResponseBody extends $tea.Model {
|
|
5628
|
-
crossPrivatePermission?: boolean;
|
|
5629
|
-
requestId?: string;
|
|
5630
|
-
static names(): {
|
|
5631
|
-
[key: string]: string;
|
|
5632
|
-
};
|
|
5633
|
-
static types(): {
|
|
5634
|
-
[key: string]: any;
|
|
5635
|
-
};
|
|
5636
|
-
constructor(map?: {
|
|
5637
|
-
[key: string]: any;
|
|
5638
|
-
});
|
|
5639
|
-
}
|
|
5640
|
-
export declare class QueryCrossPrivatePermissionResponse extends $tea.Model {
|
|
5641
|
-
headers: {
|
|
5642
|
-
[key: string]: string;
|
|
5643
|
-
};
|
|
5644
|
-
statusCode: number;
|
|
5645
|
-
body: QueryCrossPrivatePermissionResponseBody;
|
|
5646
|
-
static names(): {
|
|
5647
|
-
[key: string]: string;
|
|
5648
|
-
};
|
|
5649
|
-
static types(): {
|
|
5650
|
-
[key: string]: any;
|
|
5651
|
-
};
|
|
5652
|
-
constructor(map?: {
|
|
5653
|
-
[key: string]: any;
|
|
5654
|
-
});
|
|
5655
|
-
}
|
|
5656
5622
|
export declare class RemoveEntriesFromAclRequest extends $tea.Model {
|
|
5657
5623
|
aclEntries?: RemoveEntriesFromAclRequestAclEntries[];
|
|
5658
5624
|
aclId?: string;
|
|
@@ -5965,6 +5931,49 @@ export declare class UpdateAcceleratorConfirmResponse extends $tea.Model {
|
|
|
5965
5931
|
[key: string]: any;
|
|
5966
5932
|
});
|
|
5967
5933
|
}
|
|
5934
|
+
export declare class UpdateAcceleratorCrossBorderModeRequest extends $tea.Model {
|
|
5935
|
+
acceleratorId?: string;
|
|
5936
|
+
clientToken?: string;
|
|
5937
|
+
crossBorderMode?: string;
|
|
5938
|
+
regionId?: string;
|
|
5939
|
+
static names(): {
|
|
5940
|
+
[key: string]: string;
|
|
5941
|
+
};
|
|
5942
|
+
static types(): {
|
|
5943
|
+
[key: string]: any;
|
|
5944
|
+
};
|
|
5945
|
+
constructor(map?: {
|
|
5946
|
+
[key: string]: any;
|
|
5947
|
+
});
|
|
5948
|
+
}
|
|
5949
|
+
export declare class UpdateAcceleratorCrossBorderModeResponseBody extends $tea.Model {
|
|
5950
|
+
requestId?: string;
|
|
5951
|
+
static names(): {
|
|
5952
|
+
[key: string]: string;
|
|
5953
|
+
};
|
|
5954
|
+
static types(): {
|
|
5955
|
+
[key: string]: any;
|
|
5956
|
+
};
|
|
5957
|
+
constructor(map?: {
|
|
5958
|
+
[key: string]: any;
|
|
5959
|
+
});
|
|
5960
|
+
}
|
|
5961
|
+
export declare class UpdateAcceleratorCrossBorderModeResponse extends $tea.Model {
|
|
5962
|
+
headers: {
|
|
5963
|
+
[key: string]: string;
|
|
5964
|
+
};
|
|
5965
|
+
statusCode: number;
|
|
5966
|
+
body: UpdateAcceleratorCrossBorderModeResponseBody;
|
|
5967
|
+
static names(): {
|
|
5968
|
+
[key: string]: string;
|
|
5969
|
+
};
|
|
5970
|
+
static types(): {
|
|
5971
|
+
[key: string]: any;
|
|
5972
|
+
};
|
|
5973
|
+
constructor(map?: {
|
|
5974
|
+
[key: string]: any;
|
|
5975
|
+
});
|
|
5976
|
+
}
|
|
5968
5977
|
export declare class UpdateAclAttributeRequest extends $tea.Model {
|
|
5969
5978
|
aclId?: string;
|
|
5970
5979
|
aclName?: string;
|
|
@@ -6385,49 +6394,6 @@ export declare class UpdateBasicIpSetResponse extends $tea.Model {
|
|
|
6385
6394
|
[key: string]: any;
|
|
6386
6395
|
});
|
|
6387
6396
|
}
|
|
6388
|
-
export declare class UpdateCrossPrivateStateRequest extends $tea.Model {
|
|
6389
|
-
acceleratorId?: string;
|
|
6390
|
-
crossPrivateState?: boolean;
|
|
6391
|
-
regionId?: string;
|
|
6392
|
-
static names(): {
|
|
6393
|
-
[key: string]: string;
|
|
6394
|
-
};
|
|
6395
|
-
static types(): {
|
|
6396
|
-
[key: string]: any;
|
|
6397
|
-
};
|
|
6398
|
-
constructor(map?: {
|
|
6399
|
-
[key: string]: any;
|
|
6400
|
-
});
|
|
6401
|
-
}
|
|
6402
|
-
export declare class UpdateCrossPrivateStateResponseBody extends $tea.Model {
|
|
6403
|
-
crossPrivateState?: boolean;
|
|
6404
|
-
requestId?: string;
|
|
6405
|
-
static names(): {
|
|
6406
|
-
[key: string]: string;
|
|
6407
|
-
};
|
|
6408
|
-
static types(): {
|
|
6409
|
-
[key: string]: any;
|
|
6410
|
-
};
|
|
6411
|
-
constructor(map?: {
|
|
6412
|
-
[key: string]: any;
|
|
6413
|
-
});
|
|
6414
|
-
}
|
|
6415
|
-
export declare class UpdateCrossPrivateStateResponse extends $tea.Model {
|
|
6416
|
-
headers: {
|
|
6417
|
-
[key: string]: string;
|
|
6418
|
-
};
|
|
6419
|
-
statusCode: number;
|
|
6420
|
-
body: UpdateCrossPrivateStateResponseBody;
|
|
6421
|
-
static names(): {
|
|
6422
|
-
[key: string]: string;
|
|
6423
|
-
};
|
|
6424
|
-
static types(): {
|
|
6425
|
-
[key: string]: any;
|
|
6426
|
-
};
|
|
6427
|
-
constructor(map?: {
|
|
6428
|
-
[key: string]: any;
|
|
6429
|
-
});
|
|
6430
|
-
}
|
|
6431
6397
|
export declare class UpdateCustomRoutingEndpointGroupAttributeRequest extends $tea.Model {
|
|
6432
6398
|
clientToken?: string;
|
|
6433
6399
|
description?: string;
|
|
@@ -7052,6 +7018,19 @@ export declare class CreateAcceleratorRequestIpSetConfig extends $tea.Model {
|
|
|
7052
7018
|
[key: string]: any;
|
|
7053
7019
|
});
|
|
7054
7020
|
}
|
|
7021
|
+
export declare class CreateAcceleratorRequestTag extends $tea.Model {
|
|
7022
|
+
key?: string;
|
|
7023
|
+
value?: string;
|
|
7024
|
+
static names(): {
|
|
7025
|
+
[key: string]: string;
|
|
7026
|
+
};
|
|
7027
|
+
static types(): {
|
|
7028
|
+
[key: string]: any;
|
|
7029
|
+
};
|
|
7030
|
+
constructor(map?: {
|
|
7031
|
+
[key: string]: any;
|
|
7032
|
+
});
|
|
7033
|
+
}
|
|
7055
7034
|
export declare class CreateAclRequestAclEntries extends $tea.Model {
|
|
7056
7035
|
entry?: string;
|
|
7057
7036
|
entryDescription?: string;
|
|
@@ -7065,6 +7044,32 @@ export declare class CreateAclRequestAclEntries extends $tea.Model {
|
|
|
7065
7044
|
[key: string]: any;
|
|
7066
7045
|
});
|
|
7067
7046
|
}
|
|
7047
|
+
export declare class CreateAclRequestTag extends $tea.Model {
|
|
7048
|
+
key?: string;
|
|
7049
|
+
value?: string;
|
|
7050
|
+
static names(): {
|
|
7051
|
+
[key: string]: string;
|
|
7052
|
+
};
|
|
7053
|
+
static types(): {
|
|
7054
|
+
[key: string]: any;
|
|
7055
|
+
};
|
|
7056
|
+
constructor(map?: {
|
|
7057
|
+
[key: string]: any;
|
|
7058
|
+
});
|
|
7059
|
+
}
|
|
7060
|
+
export declare class CreateBandwidthPackageRequestTag extends $tea.Model {
|
|
7061
|
+
key?: string;
|
|
7062
|
+
value?: string;
|
|
7063
|
+
static names(): {
|
|
7064
|
+
[key: string]: string;
|
|
7065
|
+
};
|
|
7066
|
+
static types(): {
|
|
7067
|
+
[key: string]: any;
|
|
7068
|
+
};
|
|
7069
|
+
constructor(map?: {
|
|
7070
|
+
[key: string]: any;
|
|
7071
|
+
});
|
|
7072
|
+
}
|
|
7068
7073
|
export declare class CreateBasicAccelerateIpEndpointRelationsRequestAccelerateIpEndpointRelations extends $tea.Model {
|
|
7069
7074
|
accelerateIpId?: string;
|
|
7070
7075
|
endpointId?: string;
|
|
@@ -7078,6 +7083,19 @@ export declare class CreateBasicAccelerateIpEndpointRelationsRequestAccelerateIp
|
|
|
7078
7083
|
[key: string]: any;
|
|
7079
7084
|
});
|
|
7080
7085
|
}
|
|
7086
|
+
export declare class CreateBasicAcceleratorRequestTag extends $tea.Model {
|
|
7087
|
+
key?: string;
|
|
7088
|
+
value?: string;
|
|
7089
|
+
static names(): {
|
|
7090
|
+
[key: string]: string;
|
|
7091
|
+
};
|
|
7092
|
+
static types(): {
|
|
7093
|
+
[key: string]: any;
|
|
7094
|
+
};
|
|
7095
|
+
constructor(map?: {
|
|
7096
|
+
[key: string]: any;
|
|
7097
|
+
});
|
|
7098
|
+
}
|
|
7081
7099
|
export declare class CreateBasicEndpointsRequestEndpoints extends $tea.Model {
|
|
7082
7100
|
endpointAddress?: string;
|
|
7083
7101
|
endpointSubAddress?: string;
|
|
@@ -7290,6 +7308,19 @@ export declare class CreateEndpointGroupRequestPortOverrides extends $tea.Model
|
|
|
7290
7308
|
[key: string]: any;
|
|
7291
7309
|
});
|
|
7292
7310
|
}
|
|
7311
|
+
export declare class CreateEndpointGroupRequestTag extends $tea.Model {
|
|
7312
|
+
key?: string;
|
|
7313
|
+
value?: string;
|
|
7314
|
+
static names(): {
|
|
7315
|
+
[key: string]: string;
|
|
7316
|
+
};
|
|
7317
|
+
static types(): {
|
|
7318
|
+
[key: string]: any;
|
|
7319
|
+
};
|
|
7320
|
+
constructor(map?: {
|
|
7321
|
+
[key: string]: any;
|
|
7322
|
+
});
|
|
7323
|
+
}
|
|
7293
7324
|
export declare class CreateEndpointGroupsRequestEndpointGroupConfigurationsEndpointConfigurations extends $tea.Model {
|
|
7294
7325
|
endpoint?: string;
|
|
7295
7326
|
type?: string;
|
|
@@ -7921,6 +7952,7 @@ export declare class DescribeCustomRoutingEndPointTrafficPolicyResponseBodyPortR
|
|
|
7921
7952
|
}
|
|
7922
7953
|
export declare class DescribeEndpointGroupResponseBodyEndpointConfigurations extends $tea.Model {
|
|
7923
7954
|
enableClientIPPreservation?: boolean;
|
|
7955
|
+
enableProxyProtocol?: boolean;
|
|
7924
7956
|
endpoint?: string;
|
|
7925
7957
|
probePort?: number;
|
|
7926
7958
|
probeProtocol?: string;
|
|
@@ -8256,6 +8288,7 @@ export declare class ListAcceleratorsResponseBodyAccelerators extends $tea.Model
|
|
|
8256
8288
|
cenId?: string;
|
|
8257
8289
|
createTime?: number;
|
|
8258
8290
|
crossBorderMode?: string;
|
|
8291
|
+
crossBorderStatus?: boolean;
|
|
8259
8292
|
crossDomainBandwidthPackage?: ListAcceleratorsResponseBodyAcceleratorsCrossDomainBandwidthPackage;
|
|
8260
8293
|
ddosId?: string;
|
|
8261
8294
|
description?: string;
|
|
@@ -8597,6 +8630,7 @@ export declare class ListBasicAcceleratorsResponseBodyAccelerators extends $tea.
|
|
|
8597
8630
|
basicEndpointGroupId?: string;
|
|
8598
8631
|
basicIpSetId?: string;
|
|
8599
8632
|
createTime?: number;
|
|
8633
|
+
crossBorderStatus?: boolean;
|
|
8600
8634
|
crossDomainBandwidthPackage?: ListBasicAcceleratorsResponseBodyAcceleratorsCrossDomainBandwidthPackage;
|
|
8601
8635
|
description?: string;
|
|
8602
8636
|
expiredTime?: number;
|
|
@@ -9755,7 +9789,7 @@ export default class Client extends OpenApi {
|
|
|
9755
9789
|
*/
|
|
9756
9790
|
bandwidthPackageRemoveAccelerator(request: BandwidthPackageRemoveAcceleratorRequest): Promise<BandwidthPackageRemoveAcceleratorResponse>;
|
|
9757
9791
|
/**
|
|
9758
|
-
*
|
|
9792
|
+
* You cannot call the **ChangeResourceGroup** operation again on the same GA instance before the previous operation is complete.
|
|
9759
9793
|
*
|
|
9760
9794
|
* @param request ChangeResourceGroupRequest
|
|
9761
9795
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -9763,7 +9797,7 @@ export default class Client extends OpenApi {
|
|
|
9763
9797
|
*/
|
|
9764
9798
|
changeResourceGroupWithOptions(request: ChangeResourceGroupRequest, runtime: $Util.RuntimeOptions): Promise<ChangeResourceGroupResponse>;
|
|
9765
9799
|
/**
|
|
9766
|
-
*
|
|
9800
|
+
* You cannot call the **ChangeResourceGroup** operation again on the same GA instance before the previous operation is complete.
|
|
9767
9801
|
*
|
|
9768
9802
|
* @param request ChangeResourceGroupRequest
|
|
9769
9803
|
* @return ChangeResourceGroupResponse
|
|
@@ -9791,8 +9825,8 @@ export default class Client extends OpenApi {
|
|
|
9791
9825
|
*/
|
|
9792
9826
|
configEndpointProbe(request: ConfigEndpointProbeRequest): Promise<ConfigEndpointProbeResponse>;
|
|
9793
9827
|
/**
|
|
9794
|
-
* **CreateAccelerator** is an asynchronous operation. After you send a request, the system returns
|
|
9795
|
-
* * If the GA instance is in the **init** state, it indicates that the GA instance is being created. In this case, you can perform
|
|
9828
|
+
* **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.
|
|
9829
|
+
* * 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.
|
|
9796
9830
|
* * If the GA instance is in the **active** state, it indicates that the GA instance is created.
|
|
9797
9831
|
*
|
|
9798
9832
|
* @param request CreateAcceleratorRequest
|
|
@@ -9801,8 +9835,8 @@ export default class Client extends OpenApi {
|
|
|
9801
9835
|
*/
|
|
9802
9836
|
createAcceleratorWithOptions(request: CreateAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<CreateAcceleratorResponse>;
|
|
9803
9837
|
/**
|
|
9804
|
-
* **CreateAccelerator** is an asynchronous operation. After you send a request, the system returns
|
|
9805
|
-
* * If the GA instance is in the **init** state, it indicates that the GA instance is being created. In this case, you can perform
|
|
9838
|
+
* **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.
|
|
9839
|
+
* * 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.
|
|
9806
9840
|
* * If the GA instance is in the **active** state, it indicates that the GA instance is created.
|
|
9807
9841
|
*
|
|
9808
9842
|
* @param request CreateAcceleratorRequest
|
|
@@ -9854,12 +9888,13 @@ export default class Client extends OpenApi {
|
|
|
9854
9888
|
*/
|
|
9855
9889
|
createApplicationMonitor(request: CreateApplicationMonitorRequest): Promise<CreateApplicationMonitorResponse>;
|
|
9856
9890
|
/**
|
|
9891
|
+
* ##
|
|
9857
9892
|
* To use Global Accelerator (GA) for acceleration, you must purchase a basic bandwidth plan. A basic bandwidth plan supports the following bandwidth types:
|
|
9858
9893
|
* * **Basic**: Both the default acceleration region and the default service region are in the Chinese mainland. The accelerated service is deployed on Alibaba Cloud.
|
|
9859
9894
|
* * **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.
|
|
9860
9895
|
* * **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.
|
|
9861
9896
|
* When you call this operation, take note of the following items:
|
|
9862
|
-
* * **CreateBandwidthPackage** is an asynchronous operation. After you send a request, the system returns
|
|
9897
|
+
* * 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.
|
|
9863
9898
|
* * 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.
|
|
9864
9899
|
* * If the bandwidth plan is in the **active** state, it indicates that the bandwidth plan is created.
|
|
9865
9900
|
* * The **CreateBandwidthPackage** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
@@ -9870,12 +9905,13 @@ export default class Client extends OpenApi {
|
|
|
9870
9905
|
*/
|
|
9871
9906
|
createBandwidthPackageWithOptions(request: CreateBandwidthPackageRequest, runtime: $Util.RuntimeOptions): Promise<CreateBandwidthPackageResponse>;
|
|
9872
9907
|
/**
|
|
9908
|
+
* ##
|
|
9873
9909
|
* To use Global Accelerator (GA) for acceleration, you must purchase a basic bandwidth plan. A basic bandwidth plan supports the following bandwidth types:
|
|
9874
9910
|
* * **Basic**: Both the default acceleration region and the default service region are in the Chinese mainland. The accelerated service is deployed on Alibaba Cloud.
|
|
9875
9911
|
* * **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.
|
|
9876
9912
|
* * **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.
|
|
9877
9913
|
* When you call this operation, take note of the following items:
|
|
9878
|
-
* * **CreateBandwidthPackage** is an asynchronous operation. After you send a request, the system returns
|
|
9914
|
+
* * 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.
|
|
9879
9915
|
* * 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.
|
|
9880
9916
|
* * If the bandwidth plan is in the **active** state, it indicates that the bandwidth plan is created.
|
|
9881
9917
|
* * The **CreateBandwidthPackage** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
@@ -9948,10 +9984,11 @@ export default class Client extends OpenApi {
|
|
|
9948
9984
|
*/
|
|
9949
9985
|
createBasicAccelerateIpEndpointRelations(request: CreateBasicAccelerateIpEndpointRelationsRequest): Promise<CreateBasicAccelerateIpEndpointRelationsResponse>;
|
|
9950
9986
|
/**
|
|
9987
|
+
* ## Usage notes
|
|
9951
9988
|
* 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~~).
|
|
9952
|
-
*
|
|
9953
|
-
* * If
|
|
9954
|
-
* * If
|
|
9989
|
+
* **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:
|
|
9990
|
+
* * 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.
|
|
9991
|
+
* * If the basic GA instance is in the **active** state, it indicates that the basic GA instance is created.
|
|
9955
9992
|
*
|
|
9956
9993
|
* @param request CreateBasicAcceleratorRequest
|
|
9957
9994
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -9959,10 +9996,11 @@ export default class Client extends OpenApi {
|
|
|
9959
9996
|
*/
|
|
9960
9997
|
createBasicAcceleratorWithOptions(request: CreateBasicAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<CreateBasicAcceleratorResponse>;
|
|
9961
9998
|
/**
|
|
9999
|
+
* ## Usage notes
|
|
9962
10000
|
* 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~~).
|
|
9963
|
-
*
|
|
9964
|
-
* * If
|
|
9965
|
-
* * If
|
|
10001
|
+
* **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:
|
|
10002
|
+
* * 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.
|
|
10003
|
+
* * If the basic GA instance is in the **active** state, it indicates that the basic GA instance is created.
|
|
9966
10004
|
*
|
|
9967
10005
|
* @param request CreateBasicAcceleratorRequest
|
|
9968
10006
|
* @return CreateBasicAcceleratorResponse
|
|
@@ -9990,13 +10028,11 @@ export default class Client extends OpenApi {
|
|
|
9990
10028
|
*/
|
|
9991
10029
|
createBasicEndpoint(request: CreateBasicEndpointRequest): Promise<CreateBasicEndpointResponse>;
|
|
9992
10030
|
/**
|
|
9993
|
-
*
|
|
9994
|
-
* *
|
|
9995
|
-
* * 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).
|
|
9996
|
-
* * **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.
|
|
10031
|
+
* ##
|
|
10032
|
+
* * 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.
|
|
9997
10033
|
* * If the endpoint group is in the **init** state, the endpoint is being created. In this case, you can perform only query operations.
|
|
9998
10034
|
* * If the endpoint group is in the **active** state, the endpoint group is created.
|
|
9999
|
-
* * The **CreateBasicEndpointGroup** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
10035
|
+
* * The **CreateBasicEndpointGroup** operation cannot be repeatedly called for the same basic GA instance within a specific period of time.
|
|
10000
10036
|
*
|
|
10001
10037
|
* @param request CreateBasicEndpointGroupRequest
|
|
10002
10038
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -10004,23 +10040,20 @@ export default class Client extends OpenApi {
|
|
|
10004
10040
|
*/
|
|
10005
10041
|
createBasicEndpointGroupWithOptions(request: CreateBasicEndpointGroupRequest, runtime: $Util.RuntimeOptions): Promise<CreateBasicEndpointGroupResponse>;
|
|
10006
10042
|
/**
|
|
10007
|
-
*
|
|
10008
|
-
* *
|
|
10009
|
-
* * 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).
|
|
10010
|
-
* * **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.
|
|
10043
|
+
* ##
|
|
10044
|
+
* * 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.
|
|
10011
10045
|
* * If the endpoint group is in the **init** state, the endpoint is being created. In this case, you can perform only query operations.
|
|
10012
10046
|
* * If the endpoint group is in the **active** state, the endpoint group is created.
|
|
10013
|
-
* * The **CreateBasicEndpointGroup** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
10047
|
+
* * The **CreateBasicEndpointGroup** operation cannot be repeatedly called for the same basic GA instance within a specific period of time.
|
|
10014
10048
|
*
|
|
10015
10049
|
* @param request CreateBasicEndpointGroupRequest
|
|
10016
10050
|
* @return CreateBasicEndpointGroupResponse
|
|
10017
10051
|
*/
|
|
10018
10052
|
createBasicEndpointGroup(request: CreateBasicEndpointGroupRequest): Promise<CreateBasicEndpointGroupResponse>;
|
|
10019
10053
|
/**
|
|
10020
|
-
*
|
|
10021
|
-
*
|
|
10022
|
-
*
|
|
10023
|
-
* * The **CreateBasicEndpointGroup** API operation cannot be repeatedly called for the same basic GA instance within a period of time.
|
|
10054
|
+
* ### Usage notes
|
|
10055
|
+
* * **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.
|
|
10056
|
+
* * The **CreateBasicEndpoints** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
10024
10057
|
*
|
|
10025
10058
|
* @param request CreateBasicEndpointsRequest
|
|
10026
10059
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -10028,19 +10061,18 @@ export default class Client extends OpenApi {
|
|
|
10028
10061
|
*/
|
|
10029
10062
|
createBasicEndpointsWithOptions(request: CreateBasicEndpointsRequest, runtime: $Util.RuntimeOptions): Promise<CreateBasicEndpointsResponse>;
|
|
10030
10063
|
/**
|
|
10031
|
-
*
|
|
10032
|
-
*
|
|
10033
|
-
*
|
|
10034
|
-
* * The **CreateBasicEndpointGroup** API operation cannot be repeatedly called for the same basic GA instance within a period of time.
|
|
10064
|
+
* ### Usage notes
|
|
10065
|
+
* * **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.
|
|
10066
|
+
* * The **CreateBasicEndpoints** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
10035
10067
|
*
|
|
10036
10068
|
* @param request CreateBasicEndpointsRequest
|
|
10037
10069
|
* @return CreateBasicEndpointsResponse
|
|
10038
10070
|
*/
|
|
10039
10071
|
createBasicEndpoints(request: CreateBasicEndpointsRequest): Promise<CreateBasicEndpointsResponse>;
|
|
10040
10072
|
/**
|
|
10041
|
-
* Before you call this operation, take note of the following
|
|
10073
|
+
* Before you call this operation, take note of the following limits:
|
|
10042
10074
|
* * You can add only one acceleration region for each basic GA instance, and only IPv4 clients can connect to basic GA instances.
|
|
10043
|
-
* * **CreateBasicIpSet** is an asynchronous operation. After you send a request, the system returns a request ID
|
|
10075
|
+
* * **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.
|
|
10044
10076
|
* * If the acceleration region is in the **init** state, the acceleration region is being created. In this case, you can perform only query operations.
|
|
10045
10077
|
* * If the acceleration region is in the **active** state, the acceleration region is created.
|
|
10046
10078
|
* * The **CreateBasicIpSet** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
@@ -10051,9 +10083,9 @@ export default class Client extends OpenApi {
|
|
|
10051
10083
|
*/
|
|
10052
10084
|
createBasicIpSetWithOptions(request: CreateBasicIpSetRequest, runtime: $Util.RuntimeOptions): Promise<CreateBasicIpSetResponse>;
|
|
10053
10085
|
/**
|
|
10054
|
-
* Before you call this operation, take note of the following
|
|
10086
|
+
* Before you call this operation, take note of the following limits:
|
|
10055
10087
|
* * You can add only one acceleration region for each basic GA instance, and only IPv4 clients can connect to basic GA instances.
|
|
10056
|
-
* * **CreateBasicIpSet** is an asynchronous operation. After you send a request, the system returns a request ID
|
|
10088
|
+
* * **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.
|
|
10057
10089
|
* * If the acceleration region is in the **init** state, the acceleration region is being created. In this case, you can perform only query operations.
|
|
10058
10090
|
* * If the acceleration region is in the **active** state, the acceleration region is created.
|
|
10059
10091
|
* * The **CreateBasicIpSet** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
@@ -10063,20 +10095,19 @@ export default class Client extends OpenApi {
|
|
|
10063
10095
|
*/
|
|
10064
10096
|
createBasicIpSet(request: CreateBasicIpSetRequest): Promise<CreateBasicIpSetResponse>;
|
|
10065
10097
|
/**
|
|
10066
|
-
* 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.
|
|
10067
|
-
*
|
|
10068
|
-
*
|
|
10069
|
-
*
|
|
10070
|
-
*
|
|
10071
|
-
*
|
|
10072
|
-
*
|
|
10073
|
-
*
|
|
10074
|
-
*
|
|
10075
|
-
*
|
|
10076
|
-
*
|
|
10077
|
-
*
|
|
10078
|
-
*
|
|
10079
|
-
* - Create an endpoint group for the custom routing listener. For more information, see [CreateCustomRoutingEndpointGroups](https://www.alibabacloud.com/help/en/global-accelerator/latest/createcustomroutingendpointgroups).
|
|
10098
|
+
* 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.
|
|
10099
|
+
* 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:
|
|
10100
|
+
* * **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.
|
|
10101
|
+
* * 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.
|
|
10102
|
+
* * If the endpoint group is in the **active** state, it indicates that mapping configurations are created for the endpoint group.
|
|
10103
|
+
* * The **CreateCustomRoutingEndpointGroupDestinations** operation cannot be called repeatedly for the same GA instance within a specific period of time.
|
|
10104
|
+
* ### Prerequisites
|
|
10105
|
+
* Make sure that the following operations are performed before you call this operation:
|
|
10106
|
+
* * A standard GA instance is created. For more information, see [CreateAccelerator](~~206786~~).
|
|
10107
|
+
* * A bandwidth plan is associated with the standard GA instance. For more information, see [BandwidthPackageAddAccelerator](~~153239~~).
|
|
10108
|
+
* * An application is deployed to receive requests that are forwarded from GA. You can specify only vSwitches as endpoints for custom routing listeners.
|
|
10109
|
+
* * 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~~).
|
|
10110
|
+
* * An endpoint group is created for the custom routing listener. For more information, see [CreateCustomRoutingEndpointGroups](~~449363~~).
|
|
10080
10111
|
*
|
|
10081
10112
|
* @param request CreateCustomRoutingEndpointGroupDestinationsRequest
|
|
10082
10113
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -10084,42 +10115,40 @@ export default class Client extends OpenApi {
|
|
|
10084
10115
|
*/
|
|
10085
10116
|
createCustomRoutingEndpointGroupDestinationsWithOptions(request: CreateCustomRoutingEndpointGroupDestinationsRequest, runtime: $Util.RuntimeOptions): Promise<CreateCustomRoutingEndpointGroupDestinationsResponse>;
|
|
10086
10117
|
/**
|
|
10087
|
-
* 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.
|
|
10088
|
-
*
|
|
10089
|
-
*
|
|
10090
|
-
*
|
|
10091
|
-
*
|
|
10092
|
-
*
|
|
10093
|
-
*
|
|
10094
|
-
*
|
|
10095
|
-
*
|
|
10096
|
-
*
|
|
10097
|
-
*
|
|
10098
|
-
*
|
|
10099
|
-
*
|
|
10100
|
-
* - Create an endpoint group for the custom routing listener. For more information, see [CreateCustomRoutingEndpointGroups](https://www.alibabacloud.com/help/en/global-accelerator/latest/createcustomroutingendpointgroups).
|
|
10118
|
+
* 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.
|
|
10119
|
+
* 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:
|
|
10120
|
+
* * **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.
|
|
10121
|
+
* * 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.
|
|
10122
|
+
* * If the endpoint group is in the **active** state, it indicates that mapping configurations are created for the endpoint group.
|
|
10123
|
+
* * The **CreateCustomRoutingEndpointGroupDestinations** operation cannot be called repeatedly for the same GA instance within a specific period of time.
|
|
10124
|
+
* ### Prerequisites
|
|
10125
|
+
* Make sure that the following operations are performed before you call this operation:
|
|
10126
|
+
* * A standard GA instance is created. For more information, see [CreateAccelerator](~~206786~~).
|
|
10127
|
+
* * A bandwidth plan is associated with the standard GA instance. For more information, see [BandwidthPackageAddAccelerator](~~153239~~).
|
|
10128
|
+
* * An application is deployed to receive requests that are forwarded from GA. You can specify only vSwitches as endpoints for custom routing listeners.
|
|
10129
|
+
* * 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~~).
|
|
10130
|
+
* * An endpoint group is created for the custom routing listener. For more information, see [CreateCustomRoutingEndpointGroups](~~449363~~).
|
|
10101
10131
|
*
|
|
10102
10132
|
* @param request CreateCustomRoutingEndpointGroupDestinationsRequest
|
|
10103
10133
|
* @return CreateCustomRoutingEndpointGroupDestinationsResponse
|
|
10104
10134
|
*/
|
|
10105
10135
|
createCustomRoutingEndpointGroupDestinations(request: CreateCustomRoutingEndpointGroupDestinationsRequest): Promise<CreateCustomRoutingEndpointGroupDestinationsResponse>;
|
|
10106
10136
|
/**
|
|
10107
|
-
* 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.
|
|
10108
|
-
*
|
|
10109
|
-
*
|
|
10110
|
-
*
|
|
10137
|
+
* 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.
|
|
10138
|
+
* * 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.
|
|
10139
|
+
* * 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.
|
|
10140
|
+
* 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~~).
|
|
10111
10141
|
* When you call this operation, take note of the following items:
|
|
10112
|
-
*
|
|
10113
|
-
*
|
|
10114
|
-
*
|
|
10115
|
-
*
|
|
10116
|
-
*
|
|
10117
|
-
*
|
|
10118
|
-
*
|
|
10119
|
-
*
|
|
10120
|
-
*
|
|
10121
|
-
*
|
|
10122
|
-
* - 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).
|
|
10142
|
+
* * **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.
|
|
10143
|
+
* * 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.
|
|
10144
|
+
* * If all endpoint groups are in the **active** state, it indicates that the endpoint groups are created.
|
|
10145
|
+
* * The **CreateCustomRoutingEndpointGroups** operation cannot be called repeatedly for the same GA instance within a specific period of time.
|
|
10146
|
+
* ### Prerequisites
|
|
10147
|
+
* Make sure that the following requirements are met before you call this operation:
|
|
10148
|
+
* * A standard GA instance is created. For more information, see [CreateAccelerator](~~206786~~).
|
|
10149
|
+
* * A bandwidth plan is associated with the standard GA instance. For more information, see [BandwidthPackageAddAccelerator](~~153239~~).
|
|
10150
|
+
* * An application is deployed to receive requests that are forwarded from GA. You can specify only vSwitches as endpoints for custom routing listeners.
|
|
10151
|
+
* * 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~~).
|
|
10123
10152
|
*
|
|
10124
10153
|
* @param request CreateCustomRoutingEndpointGroupsRequest
|
|
10125
10154
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -10127,43 +10156,41 @@ export default class Client extends OpenApi {
|
|
|
10127
10156
|
*/
|
|
10128
10157
|
createCustomRoutingEndpointGroupsWithOptions(request: CreateCustomRoutingEndpointGroupsRequest, runtime: $Util.RuntimeOptions): Promise<CreateCustomRoutingEndpointGroupsResponse>;
|
|
10129
10158
|
/**
|
|
10130
|
-
* 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.
|
|
10131
|
-
*
|
|
10132
|
-
*
|
|
10133
|
-
*
|
|
10159
|
+
* 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.
|
|
10160
|
+
* * 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.
|
|
10161
|
+
* * 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.
|
|
10162
|
+
* 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~~).
|
|
10134
10163
|
* When you call this operation, take note of the following items:
|
|
10135
|
-
*
|
|
10136
|
-
*
|
|
10137
|
-
*
|
|
10138
|
-
*
|
|
10139
|
-
*
|
|
10140
|
-
*
|
|
10141
|
-
*
|
|
10142
|
-
*
|
|
10143
|
-
*
|
|
10144
|
-
*
|
|
10145
|
-
* - 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).
|
|
10164
|
+
* * **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.
|
|
10165
|
+
* * 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.
|
|
10166
|
+
* * If all endpoint groups are in the **active** state, it indicates that the endpoint groups are created.
|
|
10167
|
+
* * The **CreateCustomRoutingEndpointGroups** operation cannot be called repeatedly for the same GA instance within a specific period of time.
|
|
10168
|
+
* ### Prerequisites
|
|
10169
|
+
* Make sure that the following requirements are met before you call this operation:
|
|
10170
|
+
* * A standard GA instance is created. For more information, see [CreateAccelerator](~~206786~~).
|
|
10171
|
+
* * A bandwidth plan is associated with the standard GA instance. For more information, see [BandwidthPackageAddAccelerator](~~153239~~).
|
|
10172
|
+
* * An application is deployed to receive requests that are forwarded from GA. You can specify only vSwitches as endpoints for custom routing listeners.
|
|
10173
|
+
* * 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~~).
|
|
10146
10174
|
*
|
|
10147
10175
|
* @param request CreateCustomRoutingEndpointGroupsRequest
|
|
10148
10176
|
* @return CreateCustomRoutingEndpointGroupsResponse
|
|
10149
10177
|
*/
|
|
10150
10178
|
createCustomRoutingEndpointGroups(request: CreateCustomRoutingEndpointGroupsRequest): Promise<CreateCustomRoutingEndpointGroupsResponse>;
|
|
10151
10179
|
/**
|
|
10152
|
-
* This operation takes effect only when traffic
|
|
10180
|
+
* 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**.
|
|
10153
10181
|
* When you call this operation, take note of the following items:
|
|
10154
|
-
*
|
|
10155
|
-
*
|
|
10156
|
-
*
|
|
10157
|
-
*
|
|
10158
|
-
*
|
|
10159
|
-
*
|
|
10160
|
-
*
|
|
10161
|
-
*
|
|
10162
|
-
*
|
|
10163
|
-
*
|
|
10164
|
-
*
|
|
10165
|
-
*
|
|
10166
|
-
* - Create endpoints for the custom routing listeners. For more information, see [CreateCustomRoutingEndpoints](https://www.alibabacloud.com/help/en/global-accelerator/latest/createcustomroutingendpoints).
|
|
10182
|
+
* * **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.
|
|
10183
|
+
* * If the endpoint group is in the **updating** state, traffic destinations are being created. In this case, you can perform only query operations.
|
|
10184
|
+
* * If the endpoint group is in the **active** state, traffic destinations are created.
|
|
10185
|
+
* * You cannot repeatedly call the **CreateCustomRoutingEndpointTrafficPolicies** operation for the same Global Accelerator (GA) instance within a specific period of time.
|
|
10186
|
+
* ### Prerequisites
|
|
10187
|
+
* Before you call this operation, make sure that the following requirements are met:
|
|
10188
|
+
* * A standard GA instance is created. For more information, see [CreateAccelerator](~~206786~~).
|
|
10189
|
+
* * A bandwidth plan is associated with the standard GA instance. For more information, see [BandwidthPackageAddAccelerator](~~153239~~).
|
|
10190
|
+
* * An application is deployed to receive requests that are forwarded from GA. You can specify only vSwitches as endpoints for custom routing listeners.
|
|
10191
|
+
* * 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~~).
|
|
10192
|
+
* * An endpoint group is created for the custom routing listener. For more information, see [CreateCustomRoutingEndpointGroups](~~449363~~).
|
|
10193
|
+
* * An endpoint is created for the custom routing listener. For more information, see [CreateCustomRoutingEndpoints](~~449382~~).
|
|
10167
10194
|
*
|
|
10168
10195
|
* @param request CreateCustomRoutingEndpointTrafficPoliciesRequest
|
|
10169
10196
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -10171,41 +10198,39 @@ export default class Client extends OpenApi {
|
|
|
10171
10198
|
*/
|
|
10172
10199
|
createCustomRoutingEndpointTrafficPoliciesWithOptions(request: CreateCustomRoutingEndpointTrafficPoliciesRequest, runtime: $Util.RuntimeOptions): Promise<CreateCustomRoutingEndpointTrafficPoliciesResponse>;
|
|
10173
10200
|
/**
|
|
10174
|
-
* This operation takes effect only when traffic
|
|
10201
|
+
* 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**.
|
|
10175
10202
|
* When you call this operation, take note of the following items:
|
|
10176
|
-
*
|
|
10177
|
-
*
|
|
10178
|
-
*
|
|
10179
|
-
*
|
|
10180
|
-
*
|
|
10181
|
-
*
|
|
10182
|
-
*
|
|
10183
|
-
*
|
|
10184
|
-
*
|
|
10185
|
-
*
|
|
10186
|
-
*
|
|
10187
|
-
*
|
|
10188
|
-
* - Create endpoints for the custom routing listeners. For more information, see [CreateCustomRoutingEndpoints](https://www.alibabacloud.com/help/en/global-accelerator/latest/createcustomroutingendpoints).
|
|
10203
|
+
* * **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.
|
|
10204
|
+
* * If the endpoint group is in the **updating** state, traffic destinations are being created. In this case, you can perform only query operations.
|
|
10205
|
+
* * If the endpoint group is in the **active** state, traffic destinations are created.
|
|
10206
|
+
* * You cannot repeatedly call the **CreateCustomRoutingEndpointTrafficPolicies** operation for the same Global Accelerator (GA) instance within a specific period of time.
|
|
10207
|
+
* ### Prerequisites
|
|
10208
|
+
* Before you call this operation, make sure that the following requirements are met:
|
|
10209
|
+
* * A standard GA instance is created. For more information, see [CreateAccelerator](~~206786~~).
|
|
10210
|
+
* * A bandwidth plan is associated with the standard GA instance. For more information, see [BandwidthPackageAddAccelerator](~~153239~~).
|
|
10211
|
+
* * An application is deployed to receive requests that are forwarded from GA. You can specify only vSwitches as endpoints for custom routing listeners.
|
|
10212
|
+
* * 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~~).
|
|
10213
|
+
* * An endpoint group is created for the custom routing listener. For more information, see [CreateCustomRoutingEndpointGroups](~~449363~~).
|
|
10214
|
+
* * An endpoint is created for the custom routing listener. For more information, see [CreateCustomRoutingEndpoints](~~449382~~).
|
|
10189
10215
|
*
|
|
10190
10216
|
* @param request CreateCustomRoutingEndpointTrafficPoliciesRequest
|
|
10191
10217
|
* @return CreateCustomRoutingEndpointTrafficPoliciesResponse
|
|
10192
10218
|
*/
|
|
10193
10219
|
createCustomRoutingEndpointTrafficPolicies(request: CreateCustomRoutingEndpointTrafficPoliciesRequest): Promise<CreateCustomRoutingEndpointTrafficPoliciesResponse>;
|
|
10194
10220
|
/**
|
|
10195
|
-
* After you configure a custom routing listener for a GA instance, the instance generates a port mapping table based on the listener port range,
|
|
10196
|
-
* This operation is used to create endpoints for custom routing listeners. When you call this operation
|
|
10197
|
-
*
|
|
10198
|
-
*
|
|
10199
|
-
*
|
|
10200
|
-
*
|
|
10201
|
-
*
|
|
10202
|
-
* ## Prerequisites
|
|
10221
|
+
* 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.
|
|
10222
|
+
* This operation is used to create endpoints for custom routing listeners. When you call this operation, take note of the following items:
|
|
10223
|
+
* * **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.
|
|
10224
|
+
* * 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.
|
|
10225
|
+
* * If the endpoint group is in the **active** state, it indicates that endpoints are created.
|
|
10226
|
+
* * The **CreateCustomRoutingEndpoints** operation cannot be called repeatedly for the same GA instance within a specific period of time.
|
|
10227
|
+
* ### Prerequisites
|
|
10203
10228
|
* The following operations are complete before you call this operation:
|
|
10204
|
-
*
|
|
10205
|
-
*
|
|
10206
|
-
*
|
|
10207
|
-
*
|
|
10208
|
-
*
|
|
10229
|
+
* * Create a standard GA instance. For more information, see [CreateAccelerator](~~206786~~).
|
|
10230
|
+
* * Associate a bandwidth plan with the standard GA instance. For more information, see [BandwidthPackageAddAccelerator](~~153239~~).
|
|
10231
|
+
* * 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.
|
|
10232
|
+
* * 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~~).
|
|
10233
|
+
* * Create an endpoint group for the custom routing listener. For more information, see [CreateCustomRoutingEndpointGroups](~~449363~~).
|
|
10209
10234
|
*
|
|
10210
10235
|
* @param request CreateCustomRoutingEndpointsRequest
|
|
10211
10236
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -10213,27 +10238,26 @@ export default class Client extends OpenApi {
|
|
|
10213
10238
|
*/
|
|
10214
10239
|
createCustomRoutingEndpointsWithOptions(request: CreateCustomRoutingEndpointsRequest, runtime: $Util.RuntimeOptions): Promise<CreateCustomRoutingEndpointsResponse>;
|
|
10215
10240
|
/**
|
|
10216
|
-
* After you configure a custom routing listener for a GA instance, the instance generates a port mapping table based on the listener port range,
|
|
10217
|
-
* This operation is used to create endpoints for custom routing listeners. When you call this operation
|
|
10218
|
-
*
|
|
10219
|
-
*
|
|
10220
|
-
*
|
|
10221
|
-
*
|
|
10222
|
-
*
|
|
10223
|
-
* ## Prerequisites
|
|
10241
|
+
* 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.
|
|
10242
|
+
* This operation is used to create endpoints for custom routing listeners. When you call this operation, take note of the following items:
|
|
10243
|
+
* * **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.
|
|
10244
|
+
* * 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.
|
|
10245
|
+
* * If the endpoint group is in the **active** state, it indicates that endpoints are created.
|
|
10246
|
+
* * The **CreateCustomRoutingEndpoints** operation cannot be called repeatedly for the same GA instance within a specific period of time.
|
|
10247
|
+
* ### Prerequisites
|
|
10224
10248
|
* The following operations are complete before you call this operation:
|
|
10225
|
-
*
|
|
10226
|
-
*
|
|
10227
|
-
*
|
|
10228
|
-
*
|
|
10229
|
-
*
|
|
10249
|
+
* * Create a standard GA instance. For more information, see [CreateAccelerator](~~206786~~).
|
|
10250
|
+
* * Associate a bandwidth plan with the standard GA instance. For more information, see [BandwidthPackageAddAccelerator](~~153239~~).
|
|
10251
|
+
* * 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.
|
|
10252
|
+
* * 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~~).
|
|
10253
|
+
* * Create an endpoint group for the custom routing listener. For more information, see [CreateCustomRoutingEndpointGroups](~~449363~~).
|
|
10230
10254
|
*
|
|
10231
10255
|
* @param request CreateCustomRoutingEndpointsRequest
|
|
10232
10256
|
* @return CreateCustomRoutingEndpointsResponse
|
|
10233
10257
|
*/
|
|
10234
10258
|
createCustomRoutingEndpoints(request: CreateCustomRoutingEndpointsRequest): Promise<CreateCustomRoutingEndpointsResponse>;
|
|
10235
10259
|
/**
|
|
10236
|
-
* After you associate an accelerated domain name
|
|
10260
|
+
* 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.
|
|
10237
10261
|
* 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:
|
|
10238
10262
|
* * If your accelerated domain name is hosted in the Chinese mainland, you must obtain an ICP number for the domain name.
|
|
10239
10263
|
* * The same accelerated domain name cannot be repeatedly associated with the same GA instance.
|
|
@@ -10245,7 +10269,7 @@ export default class Client extends OpenApi {
|
|
|
10245
10269
|
*/
|
|
10246
10270
|
createDomainWithOptions(request: CreateDomainRequest, runtime: $Util.RuntimeOptions): Promise<CreateDomainResponse>;
|
|
10247
10271
|
/**
|
|
10248
|
-
* After you associate an accelerated domain name
|
|
10272
|
+
* 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.
|
|
10249
10273
|
* 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:
|
|
10250
10274
|
* * If your accelerated domain name is hosted in the Chinese mainland, you must obtain an ICP number for the domain name.
|
|
10251
10275
|
* * The same accelerated domain name cannot be repeatedly associated with the same GA instance.
|
|
@@ -10323,7 +10347,8 @@ export default class Client extends OpenApi {
|
|
|
10323
10347
|
*/
|
|
10324
10348
|
createForwardingRules(request: CreateForwardingRulesRequest): Promise<CreateForwardingRulesResponse>;
|
|
10325
10349
|
/**
|
|
10326
|
-
*
|
|
10350
|
+
* ## Usage notes
|
|
10351
|
+
* * **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.
|
|
10327
10352
|
* * 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.
|
|
10328
10353
|
* * If acceleration regions are in the **active** state, it indicates that the acceleration regions are created.
|
|
10329
10354
|
* * The **CreateIpSets** operation cannot be called repeatedly for the same Global Accelerator (GA) instance within a specific period of time.
|
|
@@ -10334,7 +10359,8 @@ export default class Client extends OpenApi {
|
|
|
10334
10359
|
*/
|
|
10335
10360
|
createIpSetsWithOptions(request: CreateIpSetsRequest, runtime: $Util.RuntimeOptions): Promise<CreateIpSetsResponse>;
|
|
10336
10361
|
/**
|
|
10337
|
-
*
|
|
10362
|
+
* ## Usage notes
|
|
10363
|
+
* * **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.
|
|
10338
10364
|
* * 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.
|
|
10339
10365
|
* * If acceleration regions are in the **active** state, it indicates that the acceleration regions are created.
|
|
10340
10366
|
* * The **CreateIpSets** operation cannot be called repeatedly for the same Global Accelerator (GA) instance within a specific period of time.
|
|
@@ -10346,10 +10372,10 @@ export default class Client extends OpenApi {
|
|
|
10346
10372
|
/**
|
|
10347
10373
|
* 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.
|
|
10348
10374
|
* Before you call this operation, take note of the following limits:
|
|
10349
|
-
* *
|
|
10375
|
+
* * **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:
|
|
10350
10376
|
* * If a listener is in the **init** state, the listener is being created. In this case, you can perform only query operations.
|
|
10351
10377
|
* * If a listener is in the **active** state, the listener is created.
|
|
10352
|
-
* *
|
|
10378
|
+
* * The **CreateListener** operation cannot be repeatedly called to create listeners for the same GA instance in a specific period of time.
|
|
10353
10379
|
*
|
|
10354
10380
|
* @param request CreateListenerRequest
|
|
10355
10381
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -10359,10 +10385,10 @@ export default class Client extends OpenApi {
|
|
|
10359
10385
|
/**
|
|
10360
10386
|
* 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.
|
|
10361
10387
|
* Before you call this operation, take note of the following limits:
|
|
10362
|
-
* *
|
|
10388
|
+
* * **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:
|
|
10363
10389
|
* * If a listener is in the **init** state, the listener is being created. In this case, you can perform only query operations.
|
|
10364
10390
|
* * If a listener is in the **active** state, the listener is created.
|
|
10365
|
-
* *
|
|
10391
|
+
* * The **CreateListener** operation cannot be repeatedly called to create listeners for the same GA instance in a specific period of time.
|
|
10366
10392
|
*
|
|
10367
10393
|
* @param request CreateListenerRequest
|
|
10368
10394
|
* @return CreateListenerResponse
|
|
@@ -10455,9 +10481,9 @@ export default class Client extends OpenApi {
|
|
|
10455
10481
|
*/
|
|
10456
10482
|
deleteApplicationMonitor(request: DeleteApplicationMonitorRequest): Promise<DeleteApplicationMonitorResponse>;
|
|
10457
10483
|
/**
|
|
10458
|
-
* * By default, subscription bandwidth plans cannot be deleted.
|
|
10484
|
+
* * By default, subscription bandwidth plans cannot be deleted. If you want to delete subscription bandwidth plans, contact your account manager.
|
|
10459
10485
|
* * 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~~).
|
|
10460
|
-
* * **DeleteBandwidthPackage** is an asynchronous operation. After you send a request, the system returns a request ID
|
|
10486
|
+
* * **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.
|
|
10461
10487
|
* * 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.
|
|
10462
10488
|
* * If the bandwidth plan cannot be found, it indicates that the bandwidth plan is deleted.
|
|
10463
10489
|
* * The **DeleteBandwidthPackage** operation cannot be called repeatedly for the same bandwidth plan within a specific period of time.
|
|
@@ -10468,9 +10494,9 @@ export default class Client extends OpenApi {
|
|
|
10468
10494
|
*/
|
|
10469
10495
|
deleteBandwidthPackageWithOptions(request: DeleteBandwidthPackageRequest, runtime: $Util.RuntimeOptions): Promise<DeleteBandwidthPackageResponse>;
|
|
10470
10496
|
/**
|
|
10471
|
-
* * By default, subscription bandwidth plans cannot be deleted.
|
|
10497
|
+
* * By default, subscription bandwidth plans cannot be deleted. If you want to delete subscription bandwidth plans, contact your account manager.
|
|
10472
10498
|
* * 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~~).
|
|
10473
|
-
* * **DeleteBandwidthPackage** is an asynchronous operation. After you send a request, the system returns a request ID
|
|
10499
|
+
* * **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.
|
|
10474
10500
|
* * 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.
|
|
10475
10501
|
* * If the bandwidth plan cannot be found, it indicates that the bandwidth plan is deleted.
|
|
10476
10502
|
* * The **DeleteBandwidthPackage** operation cannot be called repeatedly for the same bandwidth plan within a specific period of time.
|
|
@@ -10604,9 +10630,10 @@ export default class Client extends OpenApi {
|
|
|
10604
10630
|
*/
|
|
10605
10631
|
deleteBasicIpSet(request: DeleteBasicIpSetRequest): Promise<DeleteBasicIpSetResponse>;
|
|
10606
10632
|
/**
|
|
10607
|
-
*
|
|
10633
|
+
* ### Usage notes
|
|
10634
|
+
* * **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.
|
|
10608
10635
|
* * 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.
|
|
10609
|
-
* * If the endpoint group is in the **active** state and no information about the mappings that you
|
|
10636
|
+
* * 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.
|
|
10610
10637
|
* * The **DeleteCustomRoutingEndpointGroupDestinations** operation cannot be called repeatedly for the same Global Accelerator (GA) instance within a specific period of time.
|
|
10611
10638
|
*
|
|
10612
10639
|
* @param request DeleteCustomRoutingEndpointGroupDestinationsRequest
|
|
@@ -10615,9 +10642,10 @@ export default class Client extends OpenApi {
|
|
|
10615
10642
|
*/
|
|
10616
10643
|
deleteCustomRoutingEndpointGroupDestinationsWithOptions(request: DeleteCustomRoutingEndpointGroupDestinationsRequest, runtime: $Util.RuntimeOptions): Promise<DeleteCustomRoutingEndpointGroupDestinationsResponse>;
|
|
10617
10644
|
/**
|
|
10618
|
-
*
|
|
10645
|
+
* ### Usage notes
|
|
10646
|
+
* * **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.
|
|
10619
10647
|
* * 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.
|
|
10620
|
-
* * If the endpoint group is in the **active** state and no information about the mappings that you
|
|
10648
|
+
* * 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.
|
|
10621
10649
|
* * The **DeleteCustomRoutingEndpointGroupDestinations** operation cannot be called repeatedly for the same Global Accelerator (GA) instance within a specific period of time.
|
|
10622
10650
|
*
|
|
10623
10651
|
* @param request DeleteCustomRoutingEndpointGroupDestinationsRequest
|
|
@@ -10628,7 +10656,7 @@ export default class Client extends OpenApi {
|
|
|
10628
10656
|
* * **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.
|
|
10629
10657
|
* * If the endpoint groups are in the **deleting** state, the endpoint groups are being deleted. In this case, you can perform only query operations.
|
|
10630
10658
|
* * If the endpoint groups cannot be queried, the endpoint groups are deleted.
|
|
10631
|
-
* *
|
|
10659
|
+
* * You cannot use the **DeleteCustomRoutingEndpointGroups** operation on the same Global Accelerator (GA) instance before the previous operation is complete.
|
|
10632
10660
|
*
|
|
10633
10661
|
* @param request DeleteCustomRoutingEndpointGroupsRequest
|
|
10634
10662
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -10639,16 +10667,16 @@ export default class Client extends OpenApi {
|
|
|
10639
10667
|
* * **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.
|
|
10640
10668
|
* * If the endpoint groups are in the **deleting** state, the endpoint groups are being deleted. In this case, you can perform only query operations.
|
|
10641
10669
|
* * If the endpoint groups cannot be queried, the endpoint groups are deleted.
|
|
10642
|
-
* *
|
|
10670
|
+
* * You cannot use the **DeleteCustomRoutingEndpointGroups** operation on the same Global Accelerator (GA) instance before the previous operation is complete.
|
|
10643
10671
|
*
|
|
10644
10672
|
* @param request DeleteCustomRoutingEndpointGroupsRequest
|
|
10645
10673
|
* @return DeleteCustomRoutingEndpointGroupsResponse
|
|
10646
10674
|
*/
|
|
10647
10675
|
deleteCustomRoutingEndpointGroups(request: DeleteCustomRoutingEndpointGroupsRequest): Promise<DeleteCustomRoutingEndpointGroupsResponse>;
|
|
10648
10676
|
/**
|
|
10649
|
-
* * **DeleteCustomRoutingEndpointTrafficPolicies** is an asynchronous operation. After you send a request, the system returns a request ID
|
|
10650
|
-
* * If the endpoint group is in the **updating** state,
|
|
10651
|
-
* * If the endpoint group is in the **active** state and
|
|
10677
|
+
* * **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.
|
|
10678
|
+
* * If the endpoint group is in the **updating** state, the traffic destinations are being deleted. In this case, you can perform only query operations.
|
|
10679
|
+
* * 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.
|
|
10652
10680
|
* * The **DeleteCustomRoutingEndpointTrafficPolicies** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
|
|
10653
10681
|
*
|
|
10654
10682
|
* @param request DeleteCustomRoutingEndpointTrafficPoliciesRequest
|
|
@@ -10657,9 +10685,9 @@ export default class Client extends OpenApi {
|
|
|
10657
10685
|
*/
|
|
10658
10686
|
deleteCustomRoutingEndpointTrafficPoliciesWithOptions(request: DeleteCustomRoutingEndpointTrafficPoliciesRequest, runtime: $Util.RuntimeOptions): Promise<DeleteCustomRoutingEndpointTrafficPoliciesResponse>;
|
|
10659
10687
|
/**
|
|
10660
|
-
* * **DeleteCustomRoutingEndpointTrafficPolicies** is an asynchronous operation. After you send a request, the system returns a request ID
|
|
10661
|
-
* * If the endpoint group is in the **updating** state,
|
|
10662
|
-
* * If the endpoint group is in the **active** state and
|
|
10688
|
+
* * **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.
|
|
10689
|
+
* * If the endpoint group is in the **updating** state, the traffic destinations are being deleted. In this case, you can perform only query operations.
|
|
10690
|
+
* * 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.
|
|
10663
10691
|
* * The **DeleteCustomRoutingEndpointTrafficPolicies** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
|
|
10664
10692
|
*
|
|
10665
10693
|
* @param request DeleteCustomRoutingEndpointTrafficPoliciesRequest
|
|
@@ -10667,9 +10695,10 @@ export default class Client extends OpenApi {
|
|
|
10667
10695
|
*/
|
|
10668
10696
|
deleteCustomRoutingEndpointTrafficPolicies(request: DeleteCustomRoutingEndpointTrafficPoliciesRequest): Promise<DeleteCustomRoutingEndpointTrafficPoliciesResponse>;
|
|
10669
10697
|
/**
|
|
10670
|
-
*
|
|
10671
|
-
*
|
|
10672
|
-
* * If an endpoint group is in the **
|
|
10698
|
+
* ### Usage notes
|
|
10699
|
+
* * **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.
|
|
10700
|
+
* * If an endpoint group is in the **updating** state, the endpoints are being deleted. In this case, you can perform only query operations.
|
|
10701
|
+
* * 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.
|
|
10673
10702
|
* * You cannot repeatedly call the **DeleteCustomRoutingEndpoints** operation for the same Global Accelerator (GA) instance within the specified period of time.
|
|
10674
10703
|
*
|
|
10675
10704
|
* @param request DeleteCustomRoutingEndpointsRequest
|
|
@@ -10678,9 +10707,10 @@ export default class Client extends OpenApi {
|
|
|
10678
10707
|
*/
|
|
10679
10708
|
deleteCustomRoutingEndpointsWithOptions(request: DeleteCustomRoutingEndpointsRequest, runtime: $Util.RuntimeOptions): Promise<DeleteCustomRoutingEndpointsResponse>;
|
|
10680
10709
|
/**
|
|
10681
|
-
*
|
|
10682
|
-
*
|
|
10683
|
-
* * If an endpoint group is in the **
|
|
10710
|
+
* ### Usage notes
|
|
10711
|
+
* * **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.
|
|
10712
|
+
* * If an endpoint group is in the **updating** state, the endpoints are being deleted. In this case, you can perform only query operations.
|
|
10713
|
+
* * 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.
|
|
10684
10714
|
* * You cannot repeatedly call the **DeleteCustomRoutingEndpoints** operation for the same Global Accelerator (GA) instance within the specified period of time.
|
|
10685
10715
|
*
|
|
10686
10716
|
* @param request DeleteCustomRoutingEndpointsRequest
|
|
@@ -10688,7 +10718,7 @@ export default class Client extends OpenApi {
|
|
|
10688
10718
|
*/
|
|
10689
10719
|
deleteCustomRoutingEndpoints(request: DeleteCustomRoutingEndpointsRequest): Promise<DeleteCustomRoutingEndpointsResponse>;
|
|
10690
10720
|
/**
|
|
10691
|
-
* You cannot
|
|
10721
|
+
* You cannot call the **DeleteDomainAcceleratorRelation** operation again by using the same Alibaba Cloud account before the previous operation is complete.
|
|
10692
10722
|
*
|
|
10693
10723
|
* @param request DeleteDomainAcceleratorRelationRequest
|
|
10694
10724
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -10696,7 +10726,7 @@ export default class Client extends OpenApi {
|
|
|
10696
10726
|
*/
|
|
10697
10727
|
deleteDomainAcceleratorRelationWithOptions(request: DeleteDomainAcceleratorRelationRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDomainAcceleratorRelationResponse>;
|
|
10698
10728
|
/**
|
|
10699
|
-
* You cannot
|
|
10729
|
+
* You cannot call the **DeleteDomainAcceleratorRelation** operation again by using the same Alibaba Cloud account before the previous operation is complete.
|
|
10700
10730
|
*
|
|
10701
10731
|
* @param request DeleteDomainAcceleratorRelationRequest
|
|
10702
10732
|
* @return DeleteDomainAcceleratorRelationResponse
|
|
@@ -11036,7 +11066,20 @@ export default class Client extends OpenApi {
|
|
|
11036
11066
|
listBasicEndpoints(request: ListBasicEndpointsRequest): Promise<ListBasicEndpointsResponse>;
|
|
11037
11067
|
listBusiRegionsWithOptions(request: ListBusiRegionsRequest, runtime: $Util.RuntimeOptions): Promise<ListBusiRegionsResponse>;
|
|
11038
11068
|
listBusiRegions(request: ListBusiRegionsRequest): Promise<ListBusiRegionsResponse>;
|
|
11069
|
+
/**
|
|
11070
|
+
* 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.
|
|
11071
|
+
*
|
|
11072
|
+
* @param request ListCommonAreasRequest
|
|
11073
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
11074
|
+
* @return ListCommonAreasResponse
|
|
11075
|
+
*/
|
|
11039
11076
|
listCommonAreasWithOptions(request: ListCommonAreasRequest, runtime: $Util.RuntimeOptions): Promise<ListCommonAreasResponse>;
|
|
11077
|
+
/**
|
|
11078
|
+
* 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.
|
|
11079
|
+
*
|
|
11080
|
+
* @param request ListCommonAreasRequest
|
|
11081
|
+
* @return ListCommonAreasResponse
|
|
11082
|
+
*/
|
|
11040
11083
|
listCommonAreas(request: ListCommonAreasRequest): Promise<ListCommonAreasResponse>;
|
|
11041
11084
|
listCustomRoutingEndpointGroupDestinationsWithOptions(request: ListCustomRoutingEndpointGroupDestinationsRequest, runtime: $Util.RuntimeOptions): Promise<ListCustomRoutingEndpointGroupDestinationsResponse>;
|
|
11042
11085
|
listCustomRoutingEndpointGroupDestinations(request: ListCustomRoutingEndpointGroupDestinationsRequest): Promise<ListCustomRoutingEndpointGroupDestinationsResponse>;
|
|
@@ -11068,7 +11111,7 @@ export default class Client extends OpenApi {
|
|
|
11068
11111
|
listEndpointGroupsWithOptions(request: ListEndpointGroupsRequest, runtime: $Util.RuntimeOptions): Promise<ListEndpointGroupsResponse>;
|
|
11069
11112
|
listEndpointGroups(request: ListEndpointGroupsRequest): Promise<ListEndpointGroupsResponse>;
|
|
11070
11113
|
/**
|
|
11071
|
-
* >
|
|
11114
|
+
* > You can call this operation to query only custom forwarding rules. You cannot call this operation to query the default forwarding rule.
|
|
11072
11115
|
*
|
|
11073
11116
|
* @param request ListForwardingRulesRequest
|
|
11074
11117
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -11076,7 +11119,7 @@ export default class Client extends OpenApi {
|
|
|
11076
11119
|
*/
|
|
11077
11120
|
listForwardingRulesWithOptions(request: ListForwardingRulesRequest, runtime: $Util.RuntimeOptions): Promise<ListForwardingRulesResponse>;
|
|
11078
11121
|
/**
|
|
11079
|
-
* >
|
|
11122
|
+
* > You can call this operation to query only custom forwarding rules. You cannot call this operation to query the default forwarding rule.
|
|
11080
11123
|
*
|
|
11081
11124
|
* @param request ListForwardingRulesRequest
|
|
11082
11125
|
* @return ListForwardingRulesResponse
|
|
@@ -11120,10 +11163,27 @@ export default class Client extends OpenApi {
|
|
|
11120
11163
|
* @return ListSystemSecurityPoliciesResponse
|
|
11121
11164
|
*/
|
|
11122
11165
|
listSystemSecurityPolicies(request: ListSystemSecurityPoliciesRequest): Promise<ListSystemSecurityPoliciesResponse>;
|
|
11166
|
+
/**
|
|
11167
|
+
* * You must specify **ResourceId.N** or **Tag.N** in the request to specify the object that you want to query.********
|
|
11168
|
+
* * **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.
|
|
11169
|
+
* * If you specify **Tag.N** and **ResourceId.N** to filter tags, **ResourceId.N** must match all specified key-value pairs.
|
|
11170
|
+
* * If you specify multiple key-value pairs, resources that contain these key-value pairs are returned.
|
|
11171
|
+
*
|
|
11172
|
+
* @param request ListTagResourcesRequest
|
|
11173
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
11174
|
+
* @return ListTagResourcesResponse
|
|
11175
|
+
*/
|
|
11123
11176
|
listTagResourcesWithOptions(request: ListTagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<ListTagResourcesResponse>;
|
|
11177
|
+
/**
|
|
11178
|
+
* * You must specify **ResourceId.N** or **Tag.N** in the request to specify the object that you want to query.********
|
|
11179
|
+
* * **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.
|
|
11180
|
+
* * If you specify **Tag.N** and **ResourceId.N** to filter tags, **ResourceId.N** must match all specified key-value pairs.
|
|
11181
|
+
* * If you specify multiple key-value pairs, resources that contain these key-value pairs are returned.
|
|
11182
|
+
*
|
|
11183
|
+
* @param request ListTagResourcesRequest
|
|
11184
|
+
* @return ListTagResourcesResponse
|
|
11185
|
+
*/
|
|
11124
11186
|
listTagResources(request: ListTagResourcesRequest): Promise<ListTagResourcesResponse>;
|
|
11125
|
-
queryCrossPrivatePermissionWithOptions(request: QueryCrossPrivatePermissionRequest, runtime: $Util.RuntimeOptions): Promise<QueryCrossPrivatePermissionResponse>;
|
|
11126
|
-
queryCrossPrivatePermission(request: QueryCrossPrivatePermissionRequest): Promise<QueryCrossPrivatePermissionResponse>;
|
|
11127
11187
|
/**
|
|
11128
11188
|
* * 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:
|
|
11129
11189
|
* * If an ACL is in the **configuring** state, the IP entries are being deleted. In this case, you can perform only query operations.
|
|
@@ -11171,7 +11231,8 @@ export default class Client extends OpenApi {
|
|
|
11171
11231
|
*/
|
|
11172
11232
|
replaceBandwidthPackage(request: ReplaceBandwidthPackageRequest): Promise<ReplaceBandwidthPackageResponse>;
|
|
11173
11233
|
/**
|
|
11174
|
-
*
|
|
11234
|
+
* ### Description
|
|
11235
|
+
* 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.
|
|
11175
11236
|
*
|
|
11176
11237
|
* @param request TagResourcesRequest
|
|
11177
11238
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -11179,7 +11240,8 @@ export default class Client extends OpenApi {
|
|
|
11179
11240
|
*/
|
|
11180
11241
|
tagResourcesWithOptions(request: TagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<TagResourcesResponse>;
|
|
11181
11242
|
/**
|
|
11182
|
-
*
|
|
11243
|
+
* ### Description
|
|
11244
|
+
* 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.
|
|
11183
11245
|
*
|
|
11184
11246
|
* @param request TagResourcesRequest
|
|
11185
11247
|
* @return TagResourcesResponse
|
|
@@ -11188,7 +11250,7 @@ export default class Client extends OpenApi {
|
|
|
11188
11250
|
untagResourcesWithOptions(request: UntagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<UntagResourcesResponse>;
|
|
11189
11251
|
untagResources(request: UntagResourcesRequest): Promise<UntagResourcesResponse>;
|
|
11190
11252
|
/**
|
|
11191
|
-
* * **UpdateAccelerator** is an asynchronous operation. After you send a request, the system returns a request ID
|
|
11253
|
+
* * **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.
|
|
11192
11254
|
* * If the GA instance is in the **configuring** state, the GA instance is being modified. In this case, you can perform only query operations.
|
|
11193
11255
|
* * If the GA instance is in the **active** state, the GA instance is modified.
|
|
11194
11256
|
* * The **UpdateAccelerator** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
@@ -11199,7 +11261,7 @@ export default class Client extends OpenApi {
|
|
|
11199
11261
|
*/
|
|
11200
11262
|
updateAcceleratorWithOptions(request: UpdateAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<UpdateAcceleratorResponse>;
|
|
11201
11263
|
/**
|
|
11202
|
-
* * **UpdateAccelerator** is an asynchronous operation. After you send a request, the system returns a request ID
|
|
11264
|
+
* * **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.
|
|
11203
11265
|
* * If the GA instance is in the **configuring** state, the GA instance is being modified. In this case, you can perform only query operations.
|
|
11204
11266
|
* * If the GA instance is in the **active** state, the GA instance is modified.
|
|
11205
11267
|
* * The **UpdateAccelerator** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
@@ -11246,14 +11308,16 @@ export default class Client extends OpenApi {
|
|
|
11246
11308
|
* @return UpdateAcceleratorConfirmResponse
|
|
11247
11309
|
*/
|
|
11248
11310
|
updateAcceleratorConfirm(request: UpdateAcceleratorConfirmRequest): Promise<UpdateAcceleratorConfirmResponse>;
|
|
11311
|
+
updateAcceleratorCrossBorderModeWithOptions(request: UpdateAcceleratorCrossBorderModeRequest, runtime: $Util.RuntimeOptions): Promise<UpdateAcceleratorCrossBorderModeResponse>;
|
|
11312
|
+
updateAcceleratorCrossBorderMode(request: UpdateAcceleratorCrossBorderModeRequest): Promise<UpdateAcceleratorCrossBorderModeResponse>;
|
|
11249
11313
|
updateAclAttributeWithOptions(request: UpdateAclAttributeRequest, runtime: $Util.RuntimeOptions): Promise<UpdateAclAttributeResponse>;
|
|
11250
11314
|
updateAclAttribute(request: UpdateAclAttributeRequest): Promise<UpdateAclAttributeResponse>;
|
|
11251
11315
|
/**
|
|
11252
|
-
* The UpdateAdditionalCertificateWithListener operation is used to replace an additional certificate. You can
|
|
11253
|
-
* * **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
|
|
11254
|
-
* * If the certificate that you want to replace is in the **updating** state, it
|
|
11316
|
+
* 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.
|
|
11317
|
+
* * **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:
|
|
11318
|
+
* * 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.
|
|
11255
11319
|
* * 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.
|
|
11256
|
-
* *
|
|
11320
|
+
* * You cannot perform the **UpdateAdditionalCertificateWithListener** operation again on the same Global Accelerator (GA) instance before the previous operation is complete.
|
|
11257
11321
|
*
|
|
11258
11322
|
* @param request UpdateAdditionalCertificateWithListenerRequest
|
|
11259
11323
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -11261,11 +11325,11 @@ export default class Client extends OpenApi {
|
|
|
11261
11325
|
*/
|
|
11262
11326
|
updateAdditionalCertificateWithListenerWithOptions(request: UpdateAdditionalCertificateWithListenerRequest, runtime: $Util.RuntimeOptions): Promise<UpdateAdditionalCertificateWithListenerResponse>;
|
|
11263
11327
|
/**
|
|
11264
|
-
* The UpdateAdditionalCertificateWithListener operation is used to replace an additional certificate. You can
|
|
11265
|
-
* * **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
|
|
11266
|
-
* * If the certificate that you want to replace is in the **updating** state, it
|
|
11328
|
+
* 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.
|
|
11329
|
+
* * **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:
|
|
11330
|
+
* * 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.
|
|
11267
11331
|
* * 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.
|
|
11268
|
-
* *
|
|
11332
|
+
* * You cannot perform the **UpdateAdditionalCertificateWithListener** operation again on the same Global Accelerator (GA) instance before the previous operation is complete.
|
|
11269
11333
|
*
|
|
11270
11334
|
* @param request UpdateAdditionalCertificateWithListenerRequest
|
|
11271
11335
|
* @return UpdateAdditionalCertificateWithListenerResponse
|
|
@@ -11386,14 +11450,12 @@ export default class Client extends OpenApi {
|
|
|
11386
11450
|
* @return UpdateBasicIpSetResponse
|
|
11387
11451
|
*/
|
|
11388
11452
|
updateBasicIpSet(request: UpdateBasicIpSetRequest): Promise<UpdateBasicIpSetResponse>;
|
|
11389
|
-
updateCrossPrivateStateWithOptions(request: UpdateCrossPrivateStateRequest, runtime: $Util.RuntimeOptions): Promise<UpdateCrossPrivateStateResponse>;
|
|
11390
|
-
updateCrossPrivateState(request: UpdateCrossPrivateStateRequest): Promise<UpdateCrossPrivateStateResponse>;
|
|
11391
11453
|
updateCustomRoutingEndpointGroupAttributeWithOptions(request: UpdateCustomRoutingEndpointGroupAttributeRequest, runtime: $Util.RuntimeOptions): Promise<UpdateCustomRoutingEndpointGroupAttributeResponse>;
|
|
11392
11454
|
updateCustomRoutingEndpointGroupAttribute(request: UpdateCustomRoutingEndpointGroupAttributeRequest): Promise<UpdateCustomRoutingEndpointGroupAttributeResponse>;
|
|
11393
11455
|
/**
|
|
11394
|
-
* * **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
|
|
11395
|
-
* * If the endpoint group is in the **updating** state, the
|
|
11396
|
-
* * If the endpoint group is in the **active** state, the
|
|
11456
|
+
* * **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.
|
|
11457
|
+
* * 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.
|
|
11458
|
+
* * If the endpoint group is in the **active** state, the mapping configurations of the endpoint group are modified.
|
|
11397
11459
|
* * The **UpdateCustomRoutingEndpointGroupDestinations** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
|
|
11398
11460
|
*
|
|
11399
11461
|
* @param request UpdateCustomRoutingEndpointGroupDestinationsRequest
|
|
@@ -11402,9 +11464,9 @@ export default class Client extends OpenApi {
|
|
|
11402
11464
|
*/
|
|
11403
11465
|
updateCustomRoutingEndpointGroupDestinationsWithOptions(request: UpdateCustomRoutingEndpointGroupDestinationsRequest, runtime: $Util.RuntimeOptions): Promise<UpdateCustomRoutingEndpointGroupDestinationsResponse>;
|
|
11404
11466
|
/**
|
|
11405
|
-
* * **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
|
|
11406
|
-
* * If the endpoint group is in the **updating** state, the
|
|
11407
|
-
* * If the endpoint group is in the **active** state, the
|
|
11467
|
+
* * **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.
|
|
11468
|
+
* * 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.
|
|
11469
|
+
* * If the endpoint group is in the **active** state, the mapping configurations of the endpoint group are modified.
|
|
11408
11470
|
* * The **UpdateCustomRoutingEndpointGroupDestinations** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
|
|
11409
11471
|
*
|
|
11410
11472
|
* @param request UpdateCustomRoutingEndpointGroupDestinationsRequest
|
|
@@ -11453,15 +11515,47 @@ export default class Client extends OpenApi {
|
|
|
11453
11515
|
* @return UpdateCustomRoutingEndpointsResponse
|
|
11454
11516
|
*/
|
|
11455
11517
|
updateCustomRoutingEndpoints(request: UpdateCustomRoutingEndpointsRequest): Promise<UpdateCustomRoutingEndpointsResponse>;
|
|
11518
|
+
/**
|
|
11519
|
+
* ### Usage notes
|
|
11520
|
+
* 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.
|
|
11521
|
+
* You cannot repeatedly call the \\*\\* UpdateDomain\\*\\* operation by using the same Alibaba Cloud account within a specific period of time.
|
|
11522
|
+
*
|
|
11523
|
+
* @param request UpdateDomainRequest
|
|
11524
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
11525
|
+
* @return UpdateDomainResponse
|
|
11526
|
+
*/
|
|
11456
11527
|
updateDomainWithOptions(request: UpdateDomainRequest, runtime: $Util.RuntimeOptions): Promise<UpdateDomainResponse>;
|
|
11528
|
+
/**
|
|
11529
|
+
* ### Usage notes
|
|
11530
|
+
* 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.
|
|
11531
|
+
* You cannot repeatedly call the \\*\\* UpdateDomain\\*\\* operation by using the same Alibaba Cloud account within a specific period of time.
|
|
11532
|
+
*
|
|
11533
|
+
* @param request UpdateDomainRequest
|
|
11534
|
+
* @return UpdateDomainResponse
|
|
11535
|
+
*/
|
|
11457
11536
|
updateDomain(request: UpdateDomainRequest): Promise<UpdateDomainResponse>;
|
|
11537
|
+
/**
|
|
11538
|
+
* You can call this operation to obtain and update the ICP filing status of an accelerated domain name.
|
|
11539
|
+
* You cannot repeatedly call the **UpdateDomainState** operation by using the same Alibaba Cloud account within a specific period of time.
|
|
11540
|
+
*
|
|
11541
|
+
* @param request UpdateDomainStateRequest
|
|
11542
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
11543
|
+
* @return UpdateDomainStateResponse
|
|
11544
|
+
*/
|
|
11458
11545
|
updateDomainStateWithOptions(request: UpdateDomainStateRequest, runtime: $Util.RuntimeOptions): Promise<UpdateDomainStateResponse>;
|
|
11546
|
+
/**
|
|
11547
|
+
* You can call this operation to obtain and update the ICP filing status of an accelerated domain name.
|
|
11548
|
+
* You cannot repeatedly call the **UpdateDomainState** operation by using the same Alibaba Cloud account within a specific period of time.
|
|
11549
|
+
*
|
|
11550
|
+
* @param request UpdateDomainStateRequest
|
|
11551
|
+
* @return UpdateDomainStateResponse
|
|
11552
|
+
*/
|
|
11459
11553
|
updateDomainState(request: UpdateDomainStateRequest): Promise<UpdateDomainStateResponse>;
|
|
11460
11554
|
/**
|
|
11461
11555
|
* * **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.
|
|
11462
|
-
* * If the endpoint group is in the **updating** state,
|
|
11463
|
-
* * If the endpoint group is in the **active** state,
|
|
11464
|
-
* * The **UpdateEndpointGroup** operation cannot be repeatedly called for the same
|
|
11556
|
+
* * 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.
|
|
11557
|
+
* * If the endpoint group is in the **active** state, the configurations of the endpoint group are modified.
|
|
11558
|
+
* * The **UpdateEndpointGroup** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
11465
11559
|
*
|
|
11466
11560
|
* @param request UpdateEndpointGroupRequest
|
|
11467
11561
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -11470,9 +11564,9 @@ export default class Client extends OpenApi {
|
|
|
11470
11564
|
updateEndpointGroupWithOptions(request: UpdateEndpointGroupRequest, runtime: $Util.RuntimeOptions): Promise<UpdateEndpointGroupResponse>;
|
|
11471
11565
|
/**
|
|
11472
11566
|
* * **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.
|
|
11473
|
-
* * If the endpoint group is in the **updating** state,
|
|
11474
|
-
* * If the endpoint group is in the **active** state,
|
|
11475
|
-
* * The **UpdateEndpointGroup** operation cannot be repeatedly called for the same
|
|
11567
|
+
* * 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.
|
|
11568
|
+
* * If the endpoint group is in the **active** state, the configurations of the endpoint group are modified.
|
|
11569
|
+
* * The **UpdateEndpointGroup** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
11476
11570
|
*
|
|
11477
11571
|
* @param request UpdateEndpointGroupRequest
|
|
11478
11572
|
* @return UpdateEndpointGroupResponse
|
|
@@ -11523,7 +11617,8 @@ export default class Client extends OpenApi {
|
|
|
11523
11617
|
*/
|
|
11524
11618
|
updateForwardingRules(request: UpdateForwardingRulesRequest): Promise<UpdateForwardingRulesResponse>;
|
|
11525
11619
|
/**
|
|
11526
|
-
*
|
|
11620
|
+
* ## Usage notes
|
|
11621
|
+
* * **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.
|
|
11527
11622
|
* * If the acceleration region is in the **updating** state, the acceleration region is being modified. In this case, you can perform only query operations.
|
|
11528
11623
|
* * If the acceleration region is in the **active** state, the acceleration region is modified.
|
|
11529
11624
|
* * The **UpdateIpSet** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
@@ -11534,7 +11629,8 @@ export default class Client extends OpenApi {
|
|
|
11534
11629
|
*/
|
|
11535
11630
|
updateIpSetWithOptions(request: UpdateIpSetRequest, runtime: $Util.RuntimeOptions): Promise<UpdateIpSetResponse>;
|
|
11536
11631
|
/**
|
|
11537
|
-
*
|
|
11632
|
+
* ## Usage notes
|
|
11633
|
+
* * **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.
|
|
11538
11634
|
* * If the acceleration region is in the **updating** state, the acceleration region is being modified. In this case, you can perform only query operations.
|
|
11539
11635
|
* * If the acceleration region is in the **active** state, the acceleration region is modified.
|
|
11540
11636
|
* * The **UpdateIpSet** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|