@alicloud/ga20191120 1.0.18 → 1.0.19
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 +369 -285
- package/dist/client.js +462 -368
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +513 -403
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;
|
|
@@ -1248,6 +1251,7 @@ export declare class CreateEndpointGroupRequest extends $tea.Model {
|
|
|
1248
1251
|
name?: string;
|
|
1249
1252
|
portOverrides?: CreateEndpointGroupRequestPortOverrides[];
|
|
1250
1253
|
regionId?: string;
|
|
1254
|
+
tag?: CreateEndpointGroupRequestTag[];
|
|
1251
1255
|
thresholdCount?: number;
|
|
1252
1256
|
trafficPercentage?: number;
|
|
1253
1257
|
static names(): {
|
|
@@ -2491,6 +2495,7 @@ export declare class DescribeAcceleratorResponseBody extends $tea.Model {
|
|
|
2491
2495
|
cenId?: string;
|
|
2492
2496
|
createTime?: number;
|
|
2493
2497
|
crossBorderMode?: string;
|
|
2498
|
+
crossBorderStatus?: boolean;
|
|
2494
2499
|
crossDomainBandwidthPackage?: DescribeAcceleratorResponseBodyCrossDomainBandwidthPackage;
|
|
2495
2500
|
crossPrivateState?: string;
|
|
2496
2501
|
ddosId?: string;
|
|
@@ -3077,7 +3082,6 @@ export declare class DescribeEndpointGroupResponseBody extends $tea.Model {
|
|
|
3077
3082
|
state?: string;
|
|
3078
3083
|
tags?: DescribeEndpointGroupResponseBodyTags[];
|
|
3079
3084
|
thresholdCount?: number;
|
|
3080
|
-
totalCount?: number;
|
|
3081
3085
|
trafficPercentage?: number;
|
|
3082
3086
|
static names(): {
|
|
3083
3087
|
[key: string]: string;
|
|
@@ -3770,6 +3774,7 @@ export declare class GetBasicAcceleratorResponseBody extends $tea.Model {
|
|
|
3770
3774
|
basicIpSetId?: string;
|
|
3771
3775
|
cenId?: string;
|
|
3772
3776
|
createTime?: number;
|
|
3777
|
+
crossBorderStatus?: boolean;
|
|
3773
3778
|
crossDomainBandwidthPackage?: GetBasicAcceleratorResponseBodyCrossDomainBandwidthPackage;
|
|
3774
3779
|
crossPrivateState?: string;
|
|
3775
3780
|
description?: string;
|
|
@@ -5337,6 +5342,7 @@ export declare class ListIpSetsResponse extends $tea.Model {
|
|
|
5337
5342
|
});
|
|
5338
5343
|
}
|
|
5339
5344
|
export declare class ListIspTypesRequest extends $tea.Model {
|
|
5345
|
+
acceleratorId?: string;
|
|
5340
5346
|
acceleratorType?: string;
|
|
5341
5347
|
businessRegionId?: string;
|
|
5342
5348
|
static names(): {
|
|
@@ -5612,47 +5618,6 @@ export declare class ListTagResourcesResponse extends $tea.Model {
|
|
|
5612
5618
|
[key: string]: any;
|
|
5613
5619
|
});
|
|
5614
5620
|
}
|
|
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
5621
|
export declare class RemoveEntriesFromAclRequest extends $tea.Model {
|
|
5657
5622
|
aclEntries?: RemoveEntriesFromAclRequestAclEntries[];
|
|
5658
5623
|
aclId?: string;
|
|
@@ -5965,6 +5930,49 @@ export declare class UpdateAcceleratorConfirmResponse extends $tea.Model {
|
|
|
5965
5930
|
[key: string]: any;
|
|
5966
5931
|
});
|
|
5967
5932
|
}
|
|
5933
|
+
export declare class UpdateAcceleratorCrossBorderModeRequest extends $tea.Model {
|
|
5934
|
+
acceleratorId?: string;
|
|
5935
|
+
clientToken?: string;
|
|
5936
|
+
crossBorderMode?: string;
|
|
5937
|
+
regionId?: string;
|
|
5938
|
+
static names(): {
|
|
5939
|
+
[key: string]: string;
|
|
5940
|
+
};
|
|
5941
|
+
static types(): {
|
|
5942
|
+
[key: string]: any;
|
|
5943
|
+
};
|
|
5944
|
+
constructor(map?: {
|
|
5945
|
+
[key: string]: any;
|
|
5946
|
+
});
|
|
5947
|
+
}
|
|
5948
|
+
export declare class UpdateAcceleratorCrossBorderModeResponseBody extends $tea.Model {
|
|
5949
|
+
requestId?: string;
|
|
5950
|
+
static names(): {
|
|
5951
|
+
[key: string]: string;
|
|
5952
|
+
};
|
|
5953
|
+
static types(): {
|
|
5954
|
+
[key: string]: any;
|
|
5955
|
+
};
|
|
5956
|
+
constructor(map?: {
|
|
5957
|
+
[key: string]: any;
|
|
5958
|
+
});
|
|
5959
|
+
}
|
|
5960
|
+
export declare class UpdateAcceleratorCrossBorderModeResponse extends $tea.Model {
|
|
5961
|
+
headers: {
|
|
5962
|
+
[key: string]: string;
|
|
5963
|
+
};
|
|
5964
|
+
statusCode: number;
|
|
5965
|
+
body: UpdateAcceleratorCrossBorderModeResponseBody;
|
|
5966
|
+
static names(): {
|
|
5967
|
+
[key: string]: string;
|
|
5968
|
+
};
|
|
5969
|
+
static types(): {
|
|
5970
|
+
[key: string]: any;
|
|
5971
|
+
};
|
|
5972
|
+
constructor(map?: {
|
|
5973
|
+
[key: string]: any;
|
|
5974
|
+
});
|
|
5975
|
+
}
|
|
5968
5976
|
export declare class UpdateAclAttributeRequest extends $tea.Model {
|
|
5969
5977
|
aclId?: string;
|
|
5970
5978
|
aclName?: string;
|
|
@@ -6385,49 +6393,6 @@ export declare class UpdateBasicIpSetResponse extends $tea.Model {
|
|
|
6385
6393
|
[key: string]: any;
|
|
6386
6394
|
});
|
|
6387
6395
|
}
|
|
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
6396
|
export declare class UpdateCustomRoutingEndpointGroupAttributeRequest extends $tea.Model {
|
|
6432
6397
|
clientToken?: string;
|
|
6433
6398
|
description?: string;
|
|
@@ -7052,6 +7017,19 @@ export declare class CreateAcceleratorRequestIpSetConfig extends $tea.Model {
|
|
|
7052
7017
|
[key: string]: any;
|
|
7053
7018
|
});
|
|
7054
7019
|
}
|
|
7020
|
+
export declare class CreateAcceleratorRequestTag extends $tea.Model {
|
|
7021
|
+
key?: string;
|
|
7022
|
+
value?: string;
|
|
7023
|
+
static names(): {
|
|
7024
|
+
[key: string]: string;
|
|
7025
|
+
};
|
|
7026
|
+
static types(): {
|
|
7027
|
+
[key: string]: any;
|
|
7028
|
+
};
|
|
7029
|
+
constructor(map?: {
|
|
7030
|
+
[key: string]: any;
|
|
7031
|
+
});
|
|
7032
|
+
}
|
|
7055
7033
|
export declare class CreateAclRequestAclEntries extends $tea.Model {
|
|
7056
7034
|
entry?: string;
|
|
7057
7035
|
entryDescription?: string;
|
|
@@ -7065,6 +7043,32 @@ export declare class CreateAclRequestAclEntries extends $tea.Model {
|
|
|
7065
7043
|
[key: string]: any;
|
|
7066
7044
|
});
|
|
7067
7045
|
}
|
|
7046
|
+
export declare class CreateAclRequestTag extends $tea.Model {
|
|
7047
|
+
key?: string;
|
|
7048
|
+
value?: string;
|
|
7049
|
+
static names(): {
|
|
7050
|
+
[key: string]: string;
|
|
7051
|
+
};
|
|
7052
|
+
static types(): {
|
|
7053
|
+
[key: string]: any;
|
|
7054
|
+
};
|
|
7055
|
+
constructor(map?: {
|
|
7056
|
+
[key: string]: any;
|
|
7057
|
+
});
|
|
7058
|
+
}
|
|
7059
|
+
export declare class CreateBandwidthPackageRequestTag extends $tea.Model {
|
|
7060
|
+
key?: string;
|
|
7061
|
+
value?: string;
|
|
7062
|
+
static names(): {
|
|
7063
|
+
[key: string]: string;
|
|
7064
|
+
};
|
|
7065
|
+
static types(): {
|
|
7066
|
+
[key: string]: any;
|
|
7067
|
+
};
|
|
7068
|
+
constructor(map?: {
|
|
7069
|
+
[key: string]: any;
|
|
7070
|
+
});
|
|
7071
|
+
}
|
|
7068
7072
|
export declare class CreateBasicAccelerateIpEndpointRelationsRequestAccelerateIpEndpointRelations extends $tea.Model {
|
|
7069
7073
|
accelerateIpId?: string;
|
|
7070
7074
|
endpointId?: string;
|
|
@@ -7290,6 +7294,19 @@ export declare class CreateEndpointGroupRequestPortOverrides extends $tea.Model
|
|
|
7290
7294
|
[key: string]: any;
|
|
7291
7295
|
});
|
|
7292
7296
|
}
|
|
7297
|
+
export declare class CreateEndpointGroupRequestTag extends $tea.Model {
|
|
7298
|
+
key?: string;
|
|
7299
|
+
value?: string;
|
|
7300
|
+
static names(): {
|
|
7301
|
+
[key: string]: string;
|
|
7302
|
+
};
|
|
7303
|
+
static types(): {
|
|
7304
|
+
[key: string]: any;
|
|
7305
|
+
};
|
|
7306
|
+
constructor(map?: {
|
|
7307
|
+
[key: string]: any;
|
|
7308
|
+
});
|
|
7309
|
+
}
|
|
7293
7310
|
export declare class CreateEndpointGroupsRequestEndpointGroupConfigurationsEndpointConfigurations extends $tea.Model {
|
|
7294
7311
|
endpoint?: string;
|
|
7295
7312
|
type?: string;
|
|
@@ -7921,6 +7938,7 @@ export declare class DescribeCustomRoutingEndPointTrafficPolicyResponseBodyPortR
|
|
|
7921
7938
|
}
|
|
7922
7939
|
export declare class DescribeEndpointGroupResponseBodyEndpointConfigurations extends $tea.Model {
|
|
7923
7940
|
enableClientIPPreservation?: boolean;
|
|
7941
|
+
enableProxyProtocol?: boolean;
|
|
7924
7942
|
endpoint?: string;
|
|
7925
7943
|
probePort?: number;
|
|
7926
7944
|
probeProtocol?: string;
|
|
@@ -8256,6 +8274,7 @@ export declare class ListAcceleratorsResponseBodyAccelerators extends $tea.Model
|
|
|
8256
8274
|
cenId?: string;
|
|
8257
8275
|
createTime?: number;
|
|
8258
8276
|
crossBorderMode?: string;
|
|
8277
|
+
crossBorderStatus?: boolean;
|
|
8259
8278
|
crossDomainBandwidthPackage?: ListAcceleratorsResponseBodyAcceleratorsCrossDomainBandwidthPackage;
|
|
8260
8279
|
ddosId?: string;
|
|
8261
8280
|
description?: string;
|
|
@@ -8597,6 +8616,7 @@ export declare class ListBasicAcceleratorsResponseBodyAccelerators extends $tea.
|
|
|
8597
8616
|
basicEndpointGroupId?: string;
|
|
8598
8617
|
basicIpSetId?: string;
|
|
8599
8618
|
createTime?: number;
|
|
8619
|
+
crossBorderStatus?: boolean;
|
|
8600
8620
|
crossDomainBandwidthPackage?: ListBasicAcceleratorsResponseBodyAcceleratorsCrossDomainBandwidthPackage;
|
|
8601
8621
|
description?: string;
|
|
8602
8622
|
expiredTime?: number;
|
|
@@ -9755,6 +9775,7 @@ export default class Client extends OpenApi {
|
|
|
9755
9775
|
*/
|
|
9756
9776
|
bandwidthPackageRemoveAccelerator(request: BandwidthPackageRemoveAcceleratorRequest): Promise<BandwidthPackageRemoveAcceleratorResponse>;
|
|
9757
9777
|
/**
|
|
9778
|
+
* ## Usage notes
|
|
9758
9779
|
* The **ChangeResourceGroup** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
9759
9780
|
*
|
|
9760
9781
|
* @param request ChangeResourceGroupRequest
|
|
@@ -9763,6 +9784,7 @@ export default class Client extends OpenApi {
|
|
|
9763
9784
|
*/
|
|
9764
9785
|
changeResourceGroupWithOptions(request: ChangeResourceGroupRequest, runtime: $Util.RuntimeOptions): Promise<ChangeResourceGroupResponse>;
|
|
9765
9786
|
/**
|
|
9787
|
+
* ## Usage notes
|
|
9766
9788
|
* The **ChangeResourceGroup** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
9767
9789
|
*
|
|
9768
9790
|
* @param request ChangeResourceGroupRequest
|
|
@@ -9791,7 +9813,7 @@ export default class Client extends OpenApi {
|
|
|
9791
9813
|
*/
|
|
9792
9814
|
configEndpointProbe(request: ConfigEndpointProbeRequest): Promise<ConfigEndpointProbeResponse>;
|
|
9793
9815
|
/**
|
|
9794
|
-
* **CreateAccelerator** is an asynchronous operation. After you send a request, the system returns the ID of a GA instance, but the operation is still being performed in the system background. You can call the [DescribeAccelerator](~~153235~~) operation to query the
|
|
9816
|
+
* **CreateAccelerator** is an asynchronous operation. After you send a request, the system returns the ID of a GA instance, but the operation is still being performed in the system background. You can call the [DescribeAccelerator](~~153235~~) operation to query the status of a GA instance.
|
|
9795
9817
|
* * If the GA instance is in the **init** state, it indicates that the GA instance is being created. In this case, you can perform only query operations.
|
|
9796
9818
|
* * If the GA instance is in the **active** state, it indicates that the GA instance is created.
|
|
9797
9819
|
*
|
|
@@ -9801,7 +9823,7 @@ export default class Client extends OpenApi {
|
|
|
9801
9823
|
*/
|
|
9802
9824
|
createAcceleratorWithOptions(request: CreateAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<CreateAcceleratorResponse>;
|
|
9803
9825
|
/**
|
|
9804
|
-
* **CreateAccelerator** is an asynchronous operation. After you send a request, the system returns the ID of a GA instance, but the operation is still being performed in the system background. You can call the [DescribeAccelerator](~~153235~~) operation to query the
|
|
9826
|
+
* **CreateAccelerator** is an asynchronous operation. After you send a request, the system returns the ID of a GA instance, but the operation is still being performed in the system background. You can call the [DescribeAccelerator](~~153235~~) operation to query the status of a GA instance.
|
|
9805
9827
|
* * If the GA instance is in the **init** state, it indicates that the GA instance is being created. In this case, you can perform only query operations.
|
|
9806
9828
|
* * If the GA instance is in the **active** state, it indicates that the GA instance is created.
|
|
9807
9829
|
*
|
|
@@ -9854,12 +9876,13 @@ export default class Client extends OpenApi {
|
|
|
9854
9876
|
*/
|
|
9855
9877
|
createApplicationMonitor(request: CreateApplicationMonitorRequest): Promise<CreateApplicationMonitorResponse>;
|
|
9856
9878
|
/**
|
|
9879
|
+
* ##
|
|
9857
9880
|
* To use Global Accelerator (GA) for acceleration, you must purchase a basic bandwidth plan. A basic bandwidth plan supports the following bandwidth types:
|
|
9858
9881
|
* * **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
9882
|
* * **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
9883
|
* * **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
9884
|
* 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
|
|
9885
|
+
* * 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
9886
|
* * 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
9887
|
* * If the bandwidth plan is in the **active** state, it indicates that the bandwidth plan is created.
|
|
9865
9888
|
* * The **CreateBandwidthPackage** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
@@ -9870,12 +9893,13 @@ export default class Client extends OpenApi {
|
|
|
9870
9893
|
*/
|
|
9871
9894
|
createBandwidthPackageWithOptions(request: CreateBandwidthPackageRequest, runtime: $Util.RuntimeOptions): Promise<CreateBandwidthPackageResponse>;
|
|
9872
9895
|
/**
|
|
9896
|
+
* ##
|
|
9873
9897
|
* To use Global Accelerator (GA) for acceleration, you must purchase a basic bandwidth plan. A basic bandwidth plan supports the following bandwidth types:
|
|
9874
9898
|
* * **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
9899
|
* * **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
9900
|
* * **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
9901
|
* 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
|
|
9902
|
+
* * 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
9903
|
* * 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
9904
|
* * If the bandwidth plan is in the **active** state, it indicates that the bandwidth plan is created.
|
|
9881
9905
|
* * The **CreateBandwidthPackage** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
@@ -9948,10 +9972,11 @@ export default class Client extends OpenApi {
|
|
|
9948
9972
|
*/
|
|
9949
9973
|
createBasicAccelerateIpEndpointRelations(request: CreateBasicAccelerateIpEndpointRelationsRequest): Promise<CreateBasicAccelerateIpEndpointRelationsResponse>;
|
|
9950
9974
|
/**
|
|
9975
|
+
* ## Usage notes
|
|
9951
9976
|
* 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
|
|
9977
|
+
* **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:
|
|
9978
|
+
* * 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.
|
|
9979
|
+
* * If the basic GA instance is in the **active** state, it indicates that the basic GA instance is created.
|
|
9955
9980
|
*
|
|
9956
9981
|
* @param request CreateBasicAcceleratorRequest
|
|
9957
9982
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -9959,10 +9984,11 @@ export default class Client extends OpenApi {
|
|
|
9959
9984
|
*/
|
|
9960
9985
|
createBasicAcceleratorWithOptions(request: CreateBasicAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<CreateBasicAcceleratorResponse>;
|
|
9961
9986
|
/**
|
|
9987
|
+
* ## Usage notes
|
|
9962
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~~).
|
|
9963
|
-
*
|
|
9964
|
-
* * If
|
|
9965
|
-
* * 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.
|
|
9966
9992
|
*
|
|
9967
9993
|
* @param request CreateBasicAcceleratorRequest
|
|
9968
9994
|
* @return CreateBasicAcceleratorResponse
|
|
@@ -9990,13 +10016,11 @@ export default class Client extends OpenApi {
|
|
|
9990
10016
|
*/
|
|
9991
10017
|
createBasicEndpoint(request: CreateBasicEndpointRequest): Promise<CreateBasicEndpointResponse>;
|
|
9992
10018
|
/**
|
|
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.
|
|
10019
|
+
* ##
|
|
10020
|
+
* * 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
10021
|
* * If the endpoint group is in the **init** state, the endpoint is being created. In this case, you can perform only query operations.
|
|
9998
10022
|
* * 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.
|
|
10023
|
+
* * The **CreateBasicEndpointGroup** operation cannot be repeatedly called for the same basic GA instance within a specific period of time.
|
|
10000
10024
|
*
|
|
10001
10025
|
* @param request CreateBasicEndpointGroupRequest
|
|
10002
10026
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -10004,23 +10028,20 @@ export default class Client extends OpenApi {
|
|
|
10004
10028
|
*/
|
|
10005
10029
|
createBasicEndpointGroupWithOptions(request: CreateBasicEndpointGroupRequest, runtime: $Util.RuntimeOptions): Promise<CreateBasicEndpointGroupResponse>;
|
|
10006
10030
|
/**
|
|
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.
|
|
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.
|
|
10011
10033
|
* * If the endpoint group is in the **init** state, the endpoint is being created. In this case, you can perform only query operations.
|
|
10012
10034
|
* * 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.
|
|
10035
|
+
* * The **CreateBasicEndpointGroup** operation cannot be repeatedly called for the same basic GA instance within a specific period of time.
|
|
10014
10036
|
*
|
|
10015
10037
|
* @param request CreateBasicEndpointGroupRequest
|
|
10016
10038
|
* @return CreateBasicEndpointGroupResponse
|
|
10017
10039
|
*/
|
|
10018
10040
|
createBasicEndpointGroup(request: CreateBasicEndpointGroupRequest): Promise<CreateBasicEndpointGroupResponse>;
|
|
10019
10041
|
/**
|
|
10020
|
-
*
|
|
10021
|
-
*
|
|
10022
|
-
*
|
|
10023
|
-
* * The **CreateBasicEndpointGroup** API operation cannot be repeatedly called for the same basic GA instance within a period of time.
|
|
10042
|
+
* ### Usage notes
|
|
10043
|
+
* * **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.
|
|
10044
|
+
* * The **CreateBasicEndpoints** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
10024
10045
|
*
|
|
10025
10046
|
* @param request CreateBasicEndpointsRequest
|
|
10026
10047
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -10028,19 +10049,18 @@ export default class Client extends OpenApi {
|
|
|
10028
10049
|
*/
|
|
10029
10050
|
createBasicEndpointsWithOptions(request: CreateBasicEndpointsRequest, runtime: $Util.RuntimeOptions): Promise<CreateBasicEndpointsResponse>;
|
|
10030
10051
|
/**
|
|
10031
|
-
*
|
|
10032
|
-
*
|
|
10033
|
-
*
|
|
10034
|
-
* * The **CreateBasicEndpointGroup** API operation cannot be repeatedly called for the same basic GA instance within a period of time.
|
|
10052
|
+
* ### Usage notes
|
|
10053
|
+
* * **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.
|
|
10054
|
+
* * The **CreateBasicEndpoints** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
10035
10055
|
*
|
|
10036
10056
|
* @param request CreateBasicEndpointsRequest
|
|
10037
10057
|
* @return CreateBasicEndpointsResponse
|
|
10038
10058
|
*/
|
|
10039
10059
|
createBasicEndpoints(request: CreateBasicEndpointsRequest): Promise<CreateBasicEndpointsResponse>;
|
|
10040
10060
|
/**
|
|
10041
|
-
* Before you call this operation, take note of the following
|
|
10061
|
+
* Before you call this operation, take note of the following limits:
|
|
10042
10062
|
* * 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
|
|
10063
|
+
* * **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
10064
|
* * 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
10065
|
* * If the acceleration region is in the **active** state, the acceleration region is created.
|
|
10046
10066
|
* * The **CreateBasicIpSet** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
@@ -10051,9 +10071,9 @@ export default class Client extends OpenApi {
|
|
|
10051
10071
|
*/
|
|
10052
10072
|
createBasicIpSetWithOptions(request: CreateBasicIpSetRequest, runtime: $Util.RuntimeOptions): Promise<CreateBasicIpSetResponse>;
|
|
10053
10073
|
/**
|
|
10054
|
-
* Before you call this operation, take note of the following
|
|
10074
|
+
* Before you call this operation, take note of the following limits:
|
|
10055
10075
|
* * 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
|
|
10076
|
+
* * **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
10077
|
* * 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
10078
|
* * If the acceleration region is in the **active** state, the acceleration region is created.
|
|
10059
10079
|
* * The **CreateBasicIpSet** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
@@ -10063,20 +10083,19 @@ export default class Client extends OpenApi {
|
|
|
10063
10083
|
*/
|
|
10064
10084
|
createBasicIpSet(request: CreateBasicIpSetRequest): Promise<CreateBasicIpSetResponse>;
|
|
10065
10085
|
/**
|
|
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).
|
|
10086
|
+
* 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.
|
|
10087
|
+
* 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:
|
|
10088
|
+
* * **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.
|
|
10089
|
+
* * 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.
|
|
10090
|
+
* * If the endpoint group is in the **active** state, it indicates that mapping configurations are created for the endpoint group.
|
|
10091
|
+
* * The **CreateCustomRoutingEndpointGroupDestinations** operation cannot be called repeatedly for the same GA instance within a specific period of time.
|
|
10092
|
+
* ### Prerequisites
|
|
10093
|
+
* Make sure that the following operations are performed before you call this operation:
|
|
10094
|
+
* * A standard GA instance is created. For more information, see [CreateAccelerator](~~206786~~).
|
|
10095
|
+
* * A bandwidth plan is associated with the standard GA instance. For more information, see [BandwidthPackageAddAccelerator](~~153239~~).
|
|
10096
|
+
* * An application is deployed to receive requests that are forwarded from GA. You can specify only vSwitches as endpoints for custom routing listeners.
|
|
10097
|
+
* * 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~~).
|
|
10098
|
+
* * An endpoint group is created for the custom routing listener. For more information, see [CreateCustomRoutingEndpointGroups](~~449363~~).
|
|
10080
10099
|
*
|
|
10081
10100
|
* @param request CreateCustomRoutingEndpointGroupDestinationsRequest
|
|
10082
10101
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -10084,42 +10103,40 @@ export default class Client extends OpenApi {
|
|
|
10084
10103
|
*/
|
|
10085
10104
|
createCustomRoutingEndpointGroupDestinationsWithOptions(request: CreateCustomRoutingEndpointGroupDestinationsRequest, runtime: $Util.RuntimeOptions): Promise<CreateCustomRoutingEndpointGroupDestinationsResponse>;
|
|
10086
10105
|
/**
|
|
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).
|
|
10106
|
+
* 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.
|
|
10107
|
+
* 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:
|
|
10108
|
+
* * **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.
|
|
10109
|
+
* * 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.
|
|
10110
|
+
* * If the endpoint group is in the **active** state, it indicates that mapping configurations are created for the endpoint group.
|
|
10111
|
+
* * The **CreateCustomRoutingEndpointGroupDestinations** operation cannot be called repeatedly for the same GA instance within a specific period of time.
|
|
10112
|
+
* ### Prerequisites
|
|
10113
|
+
* Make sure that the following operations are performed before you call this operation:
|
|
10114
|
+
* * A standard GA instance is created. For more information, see [CreateAccelerator](~~206786~~).
|
|
10115
|
+
* * A bandwidth plan is associated with the standard GA instance. For more information, see [BandwidthPackageAddAccelerator](~~153239~~).
|
|
10116
|
+
* * An application is deployed to receive requests that are forwarded from GA. You can specify only vSwitches as endpoints for custom routing listeners.
|
|
10117
|
+
* * 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~~).
|
|
10118
|
+
* * An endpoint group is created for the custom routing listener. For more information, see [CreateCustomRoutingEndpointGroups](~~449363~~).
|
|
10101
10119
|
*
|
|
10102
10120
|
* @param request CreateCustomRoutingEndpointGroupDestinationsRequest
|
|
10103
10121
|
* @return CreateCustomRoutingEndpointGroupDestinationsResponse
|
|
10104
10122
|
*/
|
|
10105
10123
|
createCustomRoutingEndpointGroupDestinations(request: CreateCustomRoutingEndpointGroupDestinationsRequest): Promise<CreateCustomRoutingEndpointGroupDestinationsResponse>;
|
|
10106
10124
|
/**
|
|
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
|
-
*
|
|
10125
|
+
* 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.
|
|
10126
|
+
* * 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.
|
|
10127
|
+
* * 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.
|
|
10128
|
+
* 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
10129
|
* 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).
|
|
10130
|
+
* * **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.
|
|
10131
|
+
* * 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.
|
|
10132
|
+
* * If all endpoint groups are in the **active** state, it indicates that the endpoint groups are created.
|
|
10133
|
+
* * The **CreateCustomRoutingEndpointGroups** operation cannot be called repeatedly for the same GA instance within a specific period of time.
|
|
10134
|
+
* ### Prerequisites
|
|
10135
|
+
* Make sure that the following requirements are met before you call this operation:
|
|
10136
|
+
* * A standard GA instance is created. For more information, see [CreateAccelerator](~~206786~~).
|
|
10137
|
+
* * A bandwidth plan is associated with the standard GA instance. For more information, see [BandwidthPackageAddAccelerator](~~153239~~).
|
|
10138
|
+
* * An application is deployed to receive requests that are forwarded from GA. You can specify only vSwitches as endpoints for custom routing listeners.
|
|
10139
|
+
* * 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
10140
|
*
|
|
10124
10141
|
* @param request CreateCustomRoutingEndpointGroupsRequest
|
|
10125
10142
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -10127,43 +10144,41 @@ export default class Client extends OpenApi {
|
|
|
10127
10144
|
*/
|
|
10128
10145
|
createCustomRoutingEndpointGroupsWithOptions(request: CreateCustomRoutingEndpointGroupsRequest, runtime: $Util.RuntimeOptions): Promise<CreateCustomRoutingEndpointGroupsResponse>;
|
|
10129
10146
|
/**
|
|
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
|
-
*
|
|
10147
|
+
* 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.
|
|
10148
|
+
* * 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.
|
|
10149
|
+
* * 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.
|
|
10150
|
+
* 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
10151
|
* 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).
|
|
10152
|
+
* * **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.
|
|
10153
|
+
* * 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.
|
|
10154
|
+
* * If all endpoint groups are in the **active** state, it indicates that the endpoint groups are created.
|
|
10155
|
+
* * The **CreateCustomRoutingEndpointGroups** operation cannot be called repeatedly for the same GA instance within a specific period of time.
|
|
10156
|
+
* ### Prerequisites
|
|
10157
|
+
* Make sure that the following requirements are met before you call this operation:
|
|
10158
|
+
* * A standard GA instance is created. For more information, see [CreateAccelerator](~~206786~~).
|
|
10159
|
+
* * A bandwidth plan is associated with the standard GA instance. For more information, see [BandwidthPackageAddAccelerator](~~153239~~).
|
|
10160
|
+
* * An application is deployed to receive requests that are forwarded from GA. You can specify only vSwitches as endpoints for custom routing listeners.
|
|
10161
|
+
* * 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
10162
|
*
|
|
10147
10163
|
* @param request CreateCustomRoutingEndpointGroupsRequest
|
|
10148
10164
|
* @return CreateCustomRoutingEndpointGroupsResponse
|
|
10149
10165
|
*/
|
|
10150
10166
|
createCustomRoutingEndpointGroups(request: CreateCustomRoutingEndpointGroupsRequest): Promise<CreateCustomRoutingEndpointGroupsResponse>;
|
|
10151
10167
|
/**
|
|
10152
|
-
* This operation takes effect only when traffic
|
|
10168
|
+
* 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
10169
|
* 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).
|
|
10170
|
+
* * **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.
|
|
10171
|
+
* * If the endpoint group is in the **updating** state, traffic destinations are being created. In this case, you can perform only query operations.
|
|
10172
|
+
* * If the endpoint group is in the **active** state, traffic destinations are created.
|
|
10173
|
+
* * You cannot repeatedly call the **CreateCustomRoutingEndpointTrafficPolicies** operation for the same Global Accelerator (GA) instance within a specific period of time.
|
|
10174
|
+
* ### Prerequisites
|
|
10175
|
+
* Before you call this operation, make sure that the following requirements are met:
|
|
10176
|
+
* * A standard GA instance is created. For more information, see [CreateAccelerator](~~206786~~).
|
|
10177
|
+
* * A bandwidth plan is associated with the standard GA instance. For more information, see [BandwidthPackageAddAccelerator](~~153239~~).
|
|
10178
|
+
* * An application is deployed to receive requests that are forwarded from GA. You can specify only vSwitches as endpoints for custom routing listeners.
|
|
10179
|
+
* * 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~~).
|
|
10180
|
+
* * An endpoint group is created for the custom routing listener. For more information, see [CreateCustomRoutingEndpointGroups](~~449363~~).
|
|
10181
|
+
* * An endpoint is created for the custom routing listener. For more information, see [CreateCustomRoutingEndpoints](~~449382~~).
|
|
10167
10182
|
*
|
|
10168
10183
|
* @param request CreateCustomRoutingEndpointTrafficPoliciesRequest
|
|
10169
10184
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -10171,41 +10186,39 @@ export default class Client extends OpenApi {
|
|
|
10171
10186
|
*/
|
|
10172
10187
|
createCustomRoutingEndpointTrafficPoliciesWithOptions(request: CreateCustomRoutingEndpointTrafficPoliciesRequest, runtime: $Util.RuntimeOptions): Promise<CreateCustomRoutingEndpointTrafficPoliciesResponse>;
|
|
10173
10188
|
/**
|
|
10174
|
-
* This operation takes effect only when traffic
|
|
10189
|
+
* 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
10190
|
* 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).
|
|
10191
|
+
* * **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.
|
|
10192
|
+
* * If the endpoint group is in the **updating** state, traffic destinations are being created. In this case, you can perform only query operations.
|
|
10193
|
+
* * If the endpoint group is in the **active** state, traffic destinations are created.
|
|
10194
|
+
* * You cannot repeatedly call the **CreateCustomRoutingEndpointTrafficPolicies** operation for the same Global Accelerator (GA) instance within a specific period of time.
|
|
10195
|
+
* ### Prerequisites
|
|
10196
|
+
* Before you call this operation, make sure that the following requirements are met:
|
|
10197
|
+
* * A standard GA instance is created. For more information, see [CreateAccelerator](~~206786~~).
|
|
10198
|
+
* * A bandwidth plan is associated with the standard GA instance. For more information, see [BandwidthPackageAddAccelerator](~~153239~~).
|
|
10199
|
+
* * An application is deployed to receive requests that are forwarded from GA. You can specify only vSwitches as endpoints for custom routing listeners.
|
|
10200
|
+
* * 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~~).
|
|
10201
|
+
* * An endpoint group is created for the custom routing listener. For more information, see [CreateCustomRoutingEndpointGroups](~~449363~~).
|
|
10202
|
+
* * An endpoint is created for the custom routing listener. For more information, see [CreateCustomRoutingEndpoints](~~449382~~).
|
|
10189
10203
|
*
|
|
10190
10204
|
* @param request CreateCustomRoutingEndpointTrafficPoliciesRequest
|
|
10191
10205
|
* @return CreateCustomRoutingEndpointTrafficPoliciesResponse
|
|
10192
10206
|
*/
|
|
10193
10207
|
createCustomRoutingEndpointTrafficPolicies(request: CreateCustomRoutingEndpointTrafficPoliciesRequest): Promise<CreateCustomRoutingEndpointTrafficPoliciesResponse>;
|
|
10194
10208
|
/**
|
|
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
|
|
10209
|
+
* 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.
|
|
10210
|
+
* This operation is used to create endpoints for custom routing listeners. When you call this operation, take note of the following items:
|
|
10211
|
+
* * **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.
|
|
10212
|
+
* * 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.
|
|
10213
|
+
* * If the endpoint group is in the **active** state, it indicates that endpoints are created.
|
|
10214
|
+
* * The **CreateCustomRoutingEndpoints** operation cannot be called repeatedly for the same GA instance within a specific period of time.
|
|
10215
|
+
* ### Prerequisites
|
|
10203
10216
|
* The following operations are complete before you call this operation:
|
|
10204
|
-
*
|
|
10205
|
-
*
|
|
10206
|
-
*
|
|
10207
|
-
*
|
|
10208
|
-
*
|
|
10217
|
+
* * Create a standard GA instance. For more information, see [CreateAccelerator](~~206786~~).
|
|
10218
|
+
* * Associate a bandwidth plan with the standard GA instance. For more information, see [BandwidthPackageAddAccelerator](~~153239~~).
|
|
10219
|
+
* * 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.
|
|
10220
|
+
* * 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~~).
|
|
10221
|
+
* * Create an endpoint group for the custom routing listener. For more information, see [CreateCustomRoutingEndpointGroups](~~449363~~).
|
|
10209
10222
|
*
|
|
10210
10223
|
* @param request CreateCustomRoutingEndpointsRequest
|
|
10211
10224
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -10213,27 +10226,26 @@ export default class Client extends OpenApi {
|
|
|
10213
10226
|
*/
|
|
10214
10227
|
createCustomRoutingEndpointsWithOptions(request: CreateCustomRoutingEndpointsRequest, runtime: $Util.RuntimeOptions): Promise<CreateCustomRoutingEndpointsResponse>;
|
|
10215
10228
|
/**
|
|
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
|
|
10229
|
+
* 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.
|
|
10230
|
+
* This operation is used to create endpoints for custom routing listeners. When you call this operation, take note of the following items:
|
|
10231
|
+
* * **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.
|
|
10232
|
+
* * 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.
|
|
10233
|
+
* * If the endpoint group is in the **active** state, it indicates that endpoints are created.
|
|
10234
|
+
* * The **CreateCustomRoutingEndpoints** operation cannot be called repeatedly for the same GA instance within a specific period of time.
|
|
10235
|
+
* ### Prerequisites
|
|
10224
10236
|
* The following operations are complete before you call this operation:
|
|
10225
|
-
*
|
|
10226
|
-
*
|
|
10227
|
-
*
|
|
10228
|
-
*
|
|
10229
|
-
*
|
|
10237
|
+
* * Create a standard GA instance. For more information, see [CreateAccelerator](~~206786~~).
|
|
10238
|
+
* * Associate a bandwidth plan with the standard GA instance. For more information, see [BandwidthPackageAddAccelerator](~~153239~~).
|
|
10239
|
+
* * 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.
|
|
10240
|
+
* * 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~~).
|
|
10241
|
+
* * Create an endpoint group for the custom routing listener. For more information, see [CreateCustomRoutingEndpointGroups](~~449363~~).
|
|
10230
10242
|
*
|
|
10231
10243
|
* @param request CreateCustomRoutingEndpointsRequest
|
|
10232
10244
|
* @return CreateCustomRoutingEndpointsResponse
|
|
10233
10245
|
*/
|
|
10234
10246
|
createCustomRoutingEndpoints(request: CreateCustomRoutingEndpointsRequest): Promise<CreateCustomRoutingEndpointsResponse>;
|
|
10235
10247
|
/**
|
|
10236
|
-
* After you associate an accelerated domain name
|
|
10248
|
+
* 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
10249
|
* 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
10250
|
* * If your accelerated domain name is hosted in the Chinese mainland, you must obtain an ICP number for the domain name.
|
|
10239
10251
|
* * The same accelerated domain name cannot be repeatedly associated with the same GA instance.
|
|
@@ -10245,7 +10257,7 @@ export default class Client extends OpenApi {
|
|
|
10245
10257
|
*/
|
|
10246
10258
|
createDomainWithOptions(request: CreateDomainRequest, runtime: $Util.RuntimeOptions): Promise<CreateDomainResponse>;
|
|
10247
10259
|
/**
|
|
10248
|
-
* 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.
|
|
10249
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:
|
|
10250
10262
|
* * If your accelerated domain name is hosted in the Chinese mainland, you must obtain an ICP number for the domain name.
|
|
10251
10263
|
* * The same accelerated domain name cannot be repeatedly associated with the same GA instance.
|
|
@@ -10323,7 +10335,8 @@ export default class Client extends OpenApi {
|
|
|
10323
10335
|
*/
|
|
10324
10336
|
createForwardingRules(request: CreateForwardingRulesRequest): Promise<CreateForwardingRulesResponse>;
|
|
10325
10337
|
/**
|
|
10326
|
-
*
|
|
10338
|
+
* ## Usage notes
|
|
10339
|
+
* * **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
10340
|
* * 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
10341
|
* * If acceleration regions are in the **active** state, it indicates that the acceleration regions are created.
|
|
10329
10342
|
* * The **CreateIpSets** operation cannot be called repeatedly for the same Global Accelerator (GA) instance within a specific period of time.
|
|
@@ -10334,7 +10347,8 @@ export default class Client extends OpenApi {
|
|
|
10334
10347
|
*/
|
|
10335
10348
|
createIpSetsWithOptions(request: CreateIpSetsRequest, runtime: $Util.RuntimeOptions): Promise<CreateIpSetsResponse>;
|
|
10336
10349
|
/**
|
|
10337
|
-
*
|
|
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.
|
|
10338
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.
|
|
10339
10353
|
* * If acceleration regions are in the **active** state, it indicates that the acceleration regions are created.
|
|
10340
10354
|
* * The **CreateIpSets** operation cannot be called repeatedly for the same Global Accelerator (GA) instance within a specific period of time.
|
|
@@ -10346,10 +10360,10 @@ export default class Client extends OpenApi {
|
|
|
10346
10360
|
/**
|
|
10347
10361
|
* 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
10362
|
* Before you call this operation, take note of the following limits:
|
|
10349
|
-
* *
|
|
10363
|
+
* * **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
10364
|
* * If a listener is in the **init** state, the listener is being created. In this case, you can perform only query operations.
|
|
10351
10365
|
* * If a listener is in the **active** state, the listener is created.
|
|
10352
|
-
* *
|
|
10366
|
+
* * The **CreateListener** operation cannot be repeatedly called to create listeners for the same GA instance in a specific period of time.
|
|
10353
10367
|
*
|
|
10354
10368
|
* @param request CreateListenerRequest
|
|
10355
10369
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -10359,10 +10373,10 @@ export default class Client extends OpenApi {
|
|
|
10359
10373
|
/**
|
|
10360
10374
|
* 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
10375
|
* Before you call this operation, take note of the following limits:
|
|
10362
|
-
* *
|
|
10376
|
+
* * **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
10377
|
* * If a listener is in the **init** state, the listener is being created. In this case, you can perform only query operations.
|
|
10364
10378
|
* * If a listener is in the **active** state, the listener is created.
|
|
10365
|
-
* *
|
|
10379
|
+
* * The **CreateListener** operation cannot be repeatedly called to create listeners for the same GA instance in a specific period of time.
|
|
10366
10380
|
*
|
|
10367
10381
|
* @param request CreateListenerRequest
|
|
10368
10382
|
* @return CreateListenerResponse
|
|
@@ -10455,9 +10469,9 @@ export default class Client extends OpenApi {
|
|
|
10455
10469
|
*/
|
|
10456
10470
|
deleteApplicationMonitor(request: DeleteApplicationMonitorRequest): Promise<DeleteApplicationMonitorResponse>;
|
|
10457
10471
|
/**
|
|
10458
|
-
* * By default, subscription bandwidth plans cannot be deleted.
|
|
10472
|
+
* * By default, subscription bandwidth plans cannot be deleted. If you want to delete subscription bandwidth plans, contact your account manager.
|
|
10459
10473
|
* * 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
|
|
10474
|
+
* * **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
10475
|
* * 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
10476
|
* * If the bandwidth plan cannot be found, it indicates that the bandwidth plan is deleted.
|
|
10463
10477
|
* * The **DeleteBandwidthPackage** operation cannot be called repeatedly for the same bandwidth plan within a specific period of time.
|
|
@@ -10468,9 +10482,9 @@ export default class Client extends OpenApi {
|
|
|
10468
10482
|
*/
|
|
10469
10483
|
deleteBandwidthPackageWithOptions(request: DeleteBandwidthPackageRequest, runtime: $Util.RuntimeOptions): Promise<DeleteBandwidthPackageResponse>;
|
|
10470
10484
|
/**
|
|
10471
|
-
* * By default, subscription bandwidth plans cannot be deleted.
|
|
10485
|
+
* * By default, subscription bandwidth plans cannot be deleted. If you want to delete subscription bandwidth plans, contact your account manager.
|
|
10472
10486
|
* * 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
|
|
10487
|
+
* * **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
10488
|
* * 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
10489
|
* * If the bandwidth plan cannot be found, it indicates that the bandwidth plan is deleted.
|
|
10476
10490
|
* * The **DeleteBandwidthPackage** operation cannot be called repeatedly for the same bandwidth plan within a specific period of time.
|
|
@@ -10604,9 +10618,10 @@ export default class Client extends OpenApi {
|
|
|
10604
10618
|
*/
|
|
10605
10619
|
deleteBasicIpSet(request: DeleteBasicIpSetRequest): Promise<DeleteBasicIpSetResponse>;
|
|
10606
10620
|
/**
|
|
10607
|
-
*
|
|
10621
|
+
* ### Usage notes
|
|
10622
|
+
* * **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
10623
|
* * 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
|
|
10624
|
+
* * 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
10625
|
* * The **DeleteCustomRoutingEndpointGroupDestinations** operation cannot be called repeatedly for the same Global Accelerator (GA) instance within a specific period of time.
|
|
10611
10626
|
*
|
|
10612
10627
|
* @param request DeleteCustomRoutingEndpointGroupDestinationsRequest
|
|
@@ -10615,9 +10630,10 @@ export default class Client extends OpenApi {
|
|
|
10615
10630
|
*/
|
|
10616
10631
|
deleteCustomRoutingEndpointGroupDestinationsWithOptions(request: DeleteCustomRoutingEndpointGroupDestinationsRequest, runtime: $Util.RuntimeOptions): Promise<DeleteCustomRoutingEndpointGroupDestinationsResponse>;
|
|
10617
10632
|
/**
|
|
10618
|
-
*
|
|
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.
|
|
10619
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.
|
|
10620
|
-
* * 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.
|
|
10621
10637
|
* * The **DeleteCustomRoutingEndpointGroupDestinations** operation cannot be called repeatedly for the same Global Accelerator (GA) instance within a specific period of time.
|
|
10622
10638
|
*
|
|
10623
10639
|
* @param request DeleteCustomRoutingEndpointGroupDestinationsRequest
|
|
@@ -10628,7 +10644,7 @@ export default class Client extends OpenApi {
|
|
|
10628
10644
|
* * **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
10645
|
* * 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
10646
|
* * If the endpoint groups cannot be queried, the endpoint groups are deleted.
|
|
10631
|
-
* *
|
|
10647
|
+
* * You cannot use the **DeleteCustomRoutingEndpointGroups** operation on the same Global Accelerator (GA) instance before the previous operation is complete.
|
|
10632
10648
|
*
|
|
10633
10649
|
* @param request DeleteCustomRoutingEndpointGroupsRequest
|
|
10634
10650
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -10639,16 +10655,16 @@ export default class Client extends OpenApi {
|
|
|
10639
10655
|
* * **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
10656
|
* * 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
10657
|
* * If the endpoint groups cannot be queried, the endpoint groups are deleted.
|
|
10642
|
-
* *
|
|
10658
|
+
* * You cannot use the **DeleteCustomRoutingEndpointGroups** operation on the same Global Accelerator (GA) instance before the previous operation is complete.
|
|
10643
10659
|
*
|
|
10644
10660
|
* @param request DeleteCustomRoutingEndpointGroupsRequest
|
|
10645
10661
|
* @return DeleteCustomRoutingEndpointGroupsResponse
|
|
10646
10662
|
*/
|
|
10647
10663
|
deleteCustomRoutingEndpointGroups(request: DeleteCustomRoutingEndpointGroupsRequest): Promise<DeleteCustomRoutingEndpointGroupsResponse>;
|
|
10648
10664
|
/**
|
|
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
|
|
10665
|
+
* * **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.
|
|
10666
|
+
* * If the endpoint group is in the **updating** state, the traffic destinations are being deleted. In this case, you can perform only query operations.
|
|
10667
|
+
* * 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
10668
|
* * The **DeleteCustomRoutingEndpointTrafficPolicies** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
|
|
10653
10669
|
*
|
|
10654
10670
|
* @param request DeleteCustomRoutingEndpointTrafficPoliciesRequest
|
|
@@ -10657,9 +10673,9 @@ export default class Client extends OpenApi {
|
|
|
10657
10673
|
*/
|
|
10658
10674
|
deleteCustomRoutingEndpointTrafficPoliciesWithOptions(request: DeleteCustomRoutingEndpointTrafficPoliciesRequest, runtime: $Util.RuntimeOptions): Promise<DeleteCustomRoutingEndpointTrafficPoliciesResponse>;
|
|
10659
10675
|
/**
|
|
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
|
|
10676
|
+
* * **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.
|
|
10677
|
+
* * If the endpoint group is in the **updating** state, the traffic destinations are being deleted. In this case, you can perform only query operations.
|
|
10678
|
+
* * 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
10679
|
* * The **DeleteCustomRoutingEndpointTrafficPolicies** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
|
|
10664
10680
|
*
|
|
10665
10681
|
* @param request DeleteCustomRoutingEndpointTrafficPoliciesRequest
|
|
@@ -10667,9 +10683,10 @@ export default class Client extends OpenApi {
|
|
|
10667
10683
|
*/
|
|
10668
10684
|
deleteCustomRoutingEndpointTrafficPolicies(request: DeleteCustomRoutingEndpointTrafficPoliciesRequest): Promise<DeleteCustomRoutingEndpointTrafficPoliciesResponse>;
|
|
10669
10685
|
/**
|
|
10670
|
-
*
|
|
10671
|
-
*
|
|
10672
|
-
* * If an endpoint group is in the **
|
|
10686
|
+
* ### Usage notes
|
|
10687
|
+
* * **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.
|
|
10688
|
+
* * If an endpoint group is in the **updating** state, the endpoints are being deleted. In this case, you can perform only query operations.
|
|
10689
|
+
* * 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
10690
|
* * You cannot repeatedly call the **DeleteCustomRoutingEndpoints** operation for the same Global Accelerator (GA) instance within the specified period of time.
|
|
10674
10691
|
*
|
|
10675
10692
|
* @param request DeleteCustomRoutingEndpointsRequest
|
|
@@ -10678,9 +10695,10 @@ export default class Client extends OpenApi {
|
|
|
10678
10695
|
*/
|
|
10679
10696
|
deleteCustomRoutingEndpointsWithOptions(request: DeleteCustomRoutingEndpointsRequest, runtime: $Util.RuntimeOptions): Promise<DeleteCustomRoutingEndpointsResponse>;
|
|
10680
10697
|
/**
|
|
10681
|
-
*
|
|
10682
|
-
*
|
|
10683
|
-
* * 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.
|
|
10684
10702
|
* * You cannot repeatedly call the **DeleteCustomRoutingEndpoints** operation for the same Global Accelerator (GA) instance within the specified period of time.
|
|
10685
10703
|
*
|
|
10686
10704
|
* @param request DeleteCustomRoutingEndpointsRequest
|
|
@@ -10688,7 +10706,7 @@ export default class Client extends OpenApi {
|
|
|
10688
10706
|
*/
|
|
10689
10707
|
deleteCustomRoutingEndpoints(request: DeleteCustomRoutingEndpointsRequest): Promise<DeleteCustomRoutingEndpointsResponse>;
|
|
10690
10708
|
/**
|
|
10691
|
-
* You cannot
|
|
10709
|
+
* You cannot call the **DeleteDomainAcceleratorRelation** operation again by using the same Alibaba Cloud account before the previous operation is complete.
|
|
10692
10710
|
*
|
|
10693
10711
|
* @param request DeleteDomainAcceleratorRelationRequest
|
|
10694
10712
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -10696,7 +10714,7 @@ export default class Client extends OpenApi {
|
|
|
10696
10714
|
*/
|
|
10697
10715
|
deleteDomainAcceleratorRelationWithOptions(request: DeleteDomainAcceleratorRelationRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDomainAcceleratorRelationResponse>;
|
|
10698
10716
|
/**
|
|
10699
|
-
* You cannot
|
|
10717
|
+
* You cannot call the **DeleteDomainAcceleratorRelation** operation again by using the same Alibaba Cloud account before the previous operation is complete.
|
|
10700
10718
|
*
|
|
10701
10719
|
* @param request DeleteDomainAcceleratorRelationRequest
|
|
10702
10720
|
* @return DeleteDomainAcceleratorRelationResponse
|
|
@@ -11036,7 +11054,20 @@ export default class Client extends OpenApi {
|
|
|
11036
11054
|
listBasicEndpoints(request: ListBasicEndpointsRequest): Promise<ListBasicEndpointsResponse>;
|
|
11037
11055
|
listBusiRegionsWithOptions(request: ListBusiRegionsRequest, runtime: $Util.RuntimeOptions): Promise<ListBusiRegionsResponse>;
|
|
11038
11056
|
listBusiRegions(request: ListBusiRegionsRequest): Promise<ListBusiRegionsResponse>;
|
|
11057
|
+
/**
|
|
11058
|
+
* 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.
|
|
11059
|
+
*
|
|
11060
|
+
* @param request ListCommonAreasRequest
|
|
11061
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
11062
|
+
* @return ListCommonAreasResponse
|
|
11063
|
+
*/
|
|
11039
11064
|
listCommonAreasWithOptions(request: ListCommonAreasRequest, runtime: $Util.RuntimeOptions): Promise<ListCommonAreasResponse>;
|
|
11065
|
+
/**
|
|
11066
|
+
* 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.
|
|
11067
|
+
*
|
|
11068
|
+
* @param request ListCommonAreasRequest
|
|
11069
|
+
* @return ListCommonAreasResponse
|
|
11070
|
+
*/
|
|
11040
11071
|
listCommonAreas(request: ListCommonAreasRequest): Promise<ListCommonAreasResponse>;
|
|
11041
11072
|
listCustomRoutingEndpointGroupDestinationsWithOptions(request: ListCustomRoutingEndpointGroupDestinationsRequest, runtime: $Util.RuntimeOptions): Promise<ListCustomRoutingEndpointGroupDestinationsResponse>;
|
|
11042
11073
|
listCustomRoutingEndpointGroupDestinations(request: ListCustomRoutingEndpointGroupDestinationsRequest): Promise<ListCustomRoutingEndpointGroupDestinationsResponse>;
|
|
@@ -11068,7 +11099,7 @@ export default class Client extends OpenApi {
|
|
|
11068
11099
|
listEndpointGroupsWithOptions(request: ListEndpointGroupsRequest, runtime: $Util.RuntimeOptions): Promise<ListEndpointGroupsResponse>;
|
|
11069
11100
|
listEndpointGroups(request: ListEndpointGroupsRequest): Promise<ListEndpointGroupsResponse>;
|
|
11070
11101
|
/**
|
|
11071
|
-
* >
|
|
11102
|
+
* > You can call this operation to query only custom forwarding rules. You cannot call this operation to query the default forwarding rule.
|
|
11072
11103
|
*
|
|
11073
11104
|
* @param request ListForwardingRulesRequest
|
|
11074
11105
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -11076,7 +11107,7 @@ export default class Client extends OpenApi {
|
|
|
11076
11107
|
*/
|
|
11077
11108
|
listForwardingRulesWithOptions(request: ListForwardingRulesRequest, runtime: $Util.RuntimeOptions): Promise<ListForwardingRulesResponse>;
|
|
11078
11109
|
/**
|
|
11079
|
-
* >
|
|
11110
|
+
* > You can call this operation to query only custom forwarding rules. You cannot call this operation to query the default forwarding rule.
|
|
11080
11111
|
*
|
|
11081
11112
|
* @param request ListForwardingRulesRequest
|
|
11082
11113
|
* @return ListForwardingRulesResponse
|
|
@@ -11120,10 +11151,27 @@ export default class Client extends OpenApi {
|
|
|
11120
11151
|
* @return ListSystemSecurityPoliciesResponse
|
|
11121
11152
|
*/
|
|
11122
11153
|
listSystemSecurityPolicies(request: ListSystemSecurityPoliciesRequest): Promise<ListSystemSecurityPoliciesResponse>;
|
|
11154
|
+
/**
|
|
11155
|
+
* * You must specify **ResourceId.N** or **Tag.N** in the request to specify the object that you want to query.********
|
|
11156
|
+
* * **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.
|
|
11157
|
+
* * If you specify **Tag.N** and **ResourceId.N** to filter tags, **ResourceId.N** must match all specified key-value pairs.
|
|
11158
|
+
* * If you specify multiple key-value pairs, resources that contain these key-value pairs are returned.
|
|
11159
|
+
*
|
|
11160
|
+
* @param request ListTagResourcesRequest
|
|
11161
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
11162
|
+
* @return ListTagResourcesResponse
|
|
11163
|
+
*/
|
|
11123
11164
|
listTagResourcesWithOptions(request: ListTagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<ListTagResourcesResponse>;
|
|
11165
|
+
/**
|
|
11166
|
+
* * You must specify **ResourceId.N** or **Tag.N** in the request to specify the object that you want to query.********
|
|
11167
|
+
* * **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.
|
|
11168
|
+
* * If you specify **Tag.N** and **ResourceId.N** to filter tags, **ResourceId.N** must match all specified key-value pairs.
|
|
11169
|
+
* * If you specify multiple key-value pairs, resources that contain these key-value pairs are returned.
|
|
11170
|
+
*
|
|
11171
|
+
* @param request ListTagResourcesRequest
|
|
11172
|
+
* @return ListTagResourcesResponse
|
|
11173
|
+
*/
|
|
11124
11174
|
listTagResources(request: ListTagResourcesRequest): Promise<ListTagResourcesResponse>;
|
|
11125
|
-
queryCrossPrivatePermissionWithOptions(request: QueryCrossPrivatePermissionRequest, runtime: $Util.RuntimeOptions): Promise<QueryCrossPrivatePermissionResponse>;
|
|
11126
|
-
queryCrossPrivatePermission(request: QueryCrossPrivatePermissionRequest): Promise<QueryCrossPrivatePermissionResponse>;
|
|
11127
11175
|
/**
|
|
11128
11176
|
* * 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
11177
|
* * 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 +11219,8 @@ export default class Client extends OpenApi {
|
|
|
11171
11219
|
*/
|
|
11172
11220
|
replaceBandwidthPackage(request: ReplaceBandwidthPackageRequest): Promise<ReplaceBandwidthPackageResponse>;
|
|
11173
11221
|
/**
|
|
11174
|
-
*
|
|
11222
|
+
* ### Description
|
|
11223
|
+
* 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
11224
|
*
|
|
11176
11225
|
* @param request TagResourcesRequest
|
|
11177
11226
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -11179,7 +11228,8 @@ export default class Client extends OpenApi {
|
|
|
11179
11228
|
*/
|
|
11180
11229
|
tagResourcesWithOptions(request: TagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<TagResourcesResponse>;
|
|
11181
11230
|
/**
|
|
11182
|
-
*
|
|
11231
|
+
* ### Description
|
|
11232
|
+
* 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
11233
|
*
|
|
11184
11234
|
* @param request TagResourcesRequest
|
|
11185
11235
|
* @return TagResourcesResponse
|
|
@@ -11188,7 +11238,7 @@ export default class Client extends OpenApi {
|
|
|
11188
11238
|
untagResourcesWithOptions(request: UntagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<UntagResourcesResponse>;
|
|
11189
11239
|
untagResources(request: UntagResourcesRequest): Promise<UntagResourcesResponse>;
|
|
11190
11240
|
/**
|
|
11191
|
-
* * **UpdateAccelerator** is an asynchronous operation. After you send a request, the system returns a request ID
|
|
11241
|
+
* * **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
11242
|
* * 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
11243
|
* * If the GA instance is in the **active** state, the GA instance is modified.
|
|
11194
11244
|
* * The **UpdateAccelerator** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
@@ -11199,7 +11249,7 @@ export default class Client extends OpenApi {
|
|
|
11199
11249
|
*/
|
|
11200
11250
|
updateAcceleratorWithOptions(request: UpdateAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<UpdateAcceleratorResponse>;
|
|
11201
11251
|
/**
|
|
11202
|
-
* * **UpdateAccelerator** is an asynchronous operation. After you send a request, the system returns a request ID
|
|
11252
|
+
* * **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
11253
|
* * 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
11254
|
* * If the GA instance is in the **active** state, the GA instance is modified.
|
|
11205
11255
|
* * The **UpdateAccelerator** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
@@ -11246,6 +11296,8 @@ export default class Client extends OpenApi {
|
|
|
11246
11296
|
* @return UpdateAcceleratorConfirmResponse
|
|
11247
11297
|
*/
|
|
11248
11298
|
updateAcceleratorConfirm(request: UpdateAcceleratorConfirmRequest): Promise<UpdateAcceleratorConfirmResponse>;
|
|
11299
|
+
updateAcceleratorCrossBorderModeWithOptions(request: UpdateAcceleratorCrossBorderModeRequest, runtime: $Util.RuntimeOptions): Promise<UpdateAcceleratorCrossBorderModeResponse>;
|
|
11300
|
+
updateAcceleratorCrossBorderMode(request: UpdateAcceleratorCrossBorderModeRequest): Promise<UpdateAcceleratorCrossBorderModeResponse>;
|
|
11249
11301
|
updateAclAttributeWithOptions(request: UpdateAclAttributeRequest, runtime: $Util.RuntimeOptions): Promise<UpdateAclAttributeResponse>;
|
|
11250
11302
|
updateAclAttribute(request: UpdateAclAttributeRequest): Promise<UpdateAclAttributeResponse>;
|
|
11251
11303
|
/**
|
|
@@ -11386,14 +11438,12 @@ export default class Client extends OpenApi {
|
|
|
11386
11438
|
* @return UpdateBasicIpSetResponse
|
|
11387
11439
|
*/
|
|
11388
11440
|
updateBasicIpSet(request: UpdateBasicIpSetRequest): Promise<UpdateBasicIpSetResponse>;
|
|
11389
|
-
updateCrossPrivateStateWithOptions(request: UpdateCrossPrivateStateRequest, runtime: $Util.RuntimeOptions): Promise<UpdateCrossPrivateStateResponse>;
|
|
11390
|
-
updateCrossPrivateState(request: UpdateCrossPrivateStateRequest): Promise<UpdateCrossPrivateStateResponse>;
|
|
11391
11441
|
updateCustomRoutingEndpointGroupAttributeWithOptions(request: UpdateCustomRoutingEndpointGroupAttributeRequest, runtime: $Util.RuntimeOptions): Promise<UpdateCustomRoutingEndpointGroupAttributeResponse>;
|
|
11392
11442
|
updateCustomRoutingEndpointGroupAttribute(request: UpdateCustomRoutingEndpointGroupAttributeRequest): Promise<UpdateCustomRoutingEndpointGroupAttributeResponse>;
|
|
11393
11443
|
/**
|
|
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
|
|
11444
|
+
* * **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.
|
|
11445
|
+
* * 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.
|
|
11446
|
+
* * If the endpoint group is in the **active** state, the mapping configurations of the endpoint group are modified.
|
|
11397
11447
|
* * The **UpdateCustomRoutingEndpointGroupDestinations** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
|
|
11398
11448
|
*
|
|
11399
11449
|
* @param request UpdateCustomRoutingEndpointGroupDestinationsRequest
|
|
@@ -11402,9 +11452,9 @@ export default class Client extends OpenApi {
|
|
|
11402
11452
|
*/
|
|
11403
11453
|
updateCustomRoutingEndpointGroupDestinationsWithOptions(request: UpdateCustomRoutingEndpointGroupDestinationsRequest, runtime: $Util.RuntimeOptions): Promise<UpdateCustomRoutingEndpointGroupDestinationsResponse>;
|
|
11404
11454
|
/**
|
|
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
|
|
11455
|
+
* * **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.
|
|
11456
|
+
* * 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.
|
|
11457
|
+
* * If the endpoint group is in the **active** state, the mapping configurations of the endpoint group are modified.
|
|
11408
11458
|
* * The **UpdateCustomRoutingEndpointGroupDestinations** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
|
|
11409
11459
|
*
|
|
11410
11460
|
* @param request UpdateCustomRoutingEndpointGroupDestinationsRequest
|
|
@@ -11453,15 +11503,47 @@ export default class Client extends OpenApi {
|
|
|
11453
11503
|
* @return UpdateCustomRoutingEndpointsResponse
|
|
11454
11504
|
*/
|
|
11455
11505
|
updateCustomRoutingEndpoints(request: UpdateCustomRoutingEndpointsRequest): Promise<UpdateCustomRoutingEndpointsResponse>;
|
|
11506
|
+
/**
|
|
11507
|
+
* ### Usage notes
|
|
11508
|
+
* 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.
|
|
11509
|
+
* You cannot repeatedly call the \\*\\* UpdateDomain\\*\\* operation by using the same Alibaba Cloud account within a specific period of time.
|
|
11510
|
+
*
|
|
11511
|
+
* @param request UpdateDomainRequest
|
|
11512
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
11513
|
+
* @return UpdateDomainResponse
|
|
11514
|
+
*/
|
|
11456
11515
|
updateDomainWithOptions(request: UpdateDomainRequest, runtime: $Util.RuntimeOptions): Promise<UpdateDomainResponse>;
|
|
11516
|
+
/**
|
|
11517
|
+
* ### Usage notes
|
|
11518
|
+
* 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.
|
|
11519
|
+
* You cannot repeatedly call the \\*\\* UpdateDomain\\*\\* operation by using the same Alibaba Cloud account within a specific period of time.
|
|
11520
|
+
*
|
|
11521
|
+
* @param request UpdateDomainRequest
|
|
11522
|
+
* @return UpdateDomainResponse
|
|
11523
|
+
*/
|
|
11457
11524
|
updateDomain(request: UpdateDomainRequest): Promise<UpdateDomainResponse>;
|
|
11525
|
+
/**
|
|
11526
|
+
* You can call this operation to obtain and update the ICP filing status of an accelerated domain name.
|
|
11527
|
+
* You cannot repeatedly call the **UpdateDomainState** operation by using the same Alibaba Cloud account within a specific period of time.
|
|
11528
|
+
*
|
|
11529
|
+
* @param request UpdateDomainStateRequest
|
|
11530
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
11531
|
+
* @return UpdateDomainStateResponse
|
|
11532
|
+
*/
|
|
11458
11533
|
updateDomainStateWithOptions(request: UpdateDomainStateRequest, runtime: $Util.RuntimeOptions): Promise<UpdateDomainStateResponse>;
|
|
11534
|
+
/**
|
|
11535
|
+
* You can call this operation to obtain and update the ICP filing status of an accelerated domain name.
|
|
11536
|
+
* You cannot repeatedly call the **UpdateDomainState** operation by using the same Alibaba Cloud account within a specific period of time.
|
|
11537
|
+
*
|
|
11538
|
+
* @param request UpdateDomainStateRequest
|
|
11539
|
+
* @return UpdateDomainStateResponse
|
|
11540
|
+
*/
|
|
11459
11541
|
updateDomainState(request: UpdateDomainStateRequest): Promise<UpdateDomainStateResponse>;
|
|
11460
11542
|
/**
|
|
11461
11543
|
* * **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
|
|
11544
|
+
* * 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.
|
|
11545
|
+
* * If the endpoint group is in the **active** state, the configurations of the endpoint group are modified.
|
|
11546
|
+
* * The **UpdateEndpointGroup** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
11465
11547
|
*
|
|
11466
11548
|
* @param request UpdateEndpointGroupRequest
|
|
11467
11549
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -11470,9 +11552,9 @@ export default class Client extends OpenApi {
|
|
|
11470
11552
|
updateEndpointGroupWithOptions(request: UpdateEndpointGroupRequest, runtime: $Util.RuntimeOptions): Promise<UpdateEndpointGroupResponse>;
|
|
11471
11553
|
/**
|
|
11472
11554
|
* * **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
|
|
11555
|
+
* * 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.
|
|
11556
|
+
* * If the endpoint group is in the **active** state, the configurations of the endpoint group are modified.
|
|
11557
|
+
* * The **UpdateEndpointGroup** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
11476
11558
|
*
|
|
11477
11559
|
* @param request UpdateEndpointGroupRequest
|
|
11478
11560
|
* @return UpdateEndpointGroupResponse
|
|
@@ -11523,7 +11605,8 @@ export default class Client extends OpenApi {
|
|
|
11523
11605
|
*/
|
|
11524
11606
|
updateForwardingRules(request: UpdateForwardingRulesRequest): Promise<UpdateForwardingRulesResponse>;
|
|
11525
11607
|
/**
|
|
11526
|
-
*
|
|
11608
|
+
* ## Usage notes
|
|
11609
|
+
* * **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
11610
|
* * 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
11611
|
* * If the acceleration region is in the **active** state, the acceleration region is modified.
|
|
11529
11612
|
* * The **UpdateIpSet** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
@@ -11534,7 +11617,8 @@ export default class Client extends OpenApi {
|
|
|
11534
11617
|
*/
|
|
11535
11618
|
updateIpSetWithOptions(request: UpdateIpSetRequest, runtime: $Util.RuntimeOptions): Promise<UpdateIpSetResponse>;
|
|
11536
11619
|
/**
|
|
11537
|
-
*
|
|
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.
|
|
11538
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.
|
|
11539
11623
|
* * If the acceleration region is in the **active** state, the acceleration region is modified.
|
|
11540
11624
|
* * The **UpdateIpSet** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|