@alicloud/ga20191120 2.1.6 → 2.1.7
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 +35 -22
- package/dist/client.js +2068 -2030
- package/dist/client.js.map +1 -1
- package/package.json +4 -4
- package/src/client.ts +57 -30
package/dist/client.d.ts
CHANGED
|
@@ -10824,20 +10824,20 @@ export default class Client extends OpenApi {
|
|
|
10824
10824
|
*/
|
|
10825
10825
|
createCustomRoutingEndpointGroups(request: CreateCustomRoutingEndpointGroupsRequest): Promise<CreateCustomRoutingEndpointGroupsResponse>;
|
|
10826
10826
|
/**
|
|
10827
|
-
* 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.
|
|
10827
|
+
* 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. This operation takes effect only if the value of **TrafficToEndpointPolicy** is set to **AllowCustom**, which allows traffic to specific destinations.
|
|
10828
10828
|
* When you call this operation, take note of the following items:
|
|
10829
|
-
* * **CreateCustomRoutingEndpointTrafficPolicies** is an asynchronous operation. After
|
|
10830
|
-
* * If the endpoint group is in the **updating** state, traffic destinations are being created. In this
|
|
10831
|
-
* * If the endpoint group is in the **active** state, traffic destinations are created.
|
|
10832
|
-
* * You cannot
|
|
10833
|
-
* ### Prerequisites
|
|
10829
|
+
* * **CreateCustomRoutingEndpointTrafficPolicies** is an asynchronous operation. After a request is sent, 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 the task.
|
|
10830
|
+
* * If the endpoint group is in the **updating** state, the traffic destinations are being created. In this state, you can only query the traffic destinations.
|
|
10831
|
+
* * If the endpoint group is in the **active** state, the traffic destinations are created.
|
|
10832
|
+
* * You cannot call the **CreateCustomRoutingEndpointTrafficPolicies** operation repeatedly for the same GA instance in a specific period of time.
|
|
10833
|
+
* ### [](#)Prerequisites
|
|
10834
10834
|
* Before you call this operation, make sure that the following requirements are met:
|
|
10835
10835
|
* * A standard GA instance is created. For more information, see [CreateAccelerator](~~206786~~).
|
|
10836
|
-
* *
|
|
10837
|
-
* * An application is deployed to receive requests that are forwarded from GA. You can specify only vSwitches as endpoints for custom routing listeners.
|
|
10838
|
-
* * The permissions to use custom routing listeners are acquired and a custom routing listener is created
|
|
10839
|
-
* *
|
|
10840
|
-
* *
|
|
10836
|
+
* * If the bandwidth metering method of the standard GA instance is **pay-by-bandwidth**, a bandwidth plan must be associated with the standard GA instance. For more information, see [BandwidthPackageAddAccelerator](~~153239~~).
|
|
10837
|
+
* * An application that serves as the endpoint of the standard GA instance is deployed to receive requests that are forwarded from GA. You can specify only vSwitches as endpoints for custom routing listeners.
|
|
10838
|
+
* * The permissions to use custom routing listeners are acquired, and a custom routing listener is created. 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~~).
|
|
10839
|
+
* * Endpoint groups are created for the custom routing listener. For more information, see [CreateCustomRoutingEndpointGroups](~~449363~~).
|
|
10840
|
+
* * Endpoints are created for the custom routing listener. For more information, see [CreateCustomRoutingEndpoints](~~449382~~).
|
|
10841
10841
|
*
|
|
10842
10842
|
* @param request CreateCustomRoutingEndpointTrafficPoliciesRequest
|
|
10843
10843
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -10845,20 +10845,20 @@ export default class Client extends OpenApi {
|
|
|
10845
10845
|
*/
|
|
10846
10846
|
createCustomRoutingEndpointTrafficPoliciesWithOptions(request: CreateCustomRoutingEndpointTrafficPoliciesRequest, runtime: $Util.RuntimeOptions): Promise<CreateCustomRoutingEndpointTrafficPoliciesResponse>;
|
|
10847
10847
|
/**
|
|
10848
|
-
* 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.
|
|
10848
|
+
* 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. This operation takes effect only if the value of **TrafficToEndpointPolicy** is set to **AllowCustom**, which allows traffic to specific destinations.
|
|
10849
10849
|
* When you call this operation, take note of the following items:
|
|
10850
|
-
* * **CreateCustomRoutingEndpointTrafficPolicies** is an asynchronous operation. After
|
|
10851
|
-
* * If the endpoint group is in the **updating** state, traffic destinations are being created. In this
|
|
10852
|
-
* * If the endpoint group is in the **active** state, traffic destinations are created.
|
|
10853
|
-
* * You cannot
|
|
10854
|
-
* ### Prerequisites
|
|
10850
|
+
* * **CreateCustomRoutingEndpointTrafficPolicies** is an asynchronous operation. After a request is sent, 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 the task.
|
|
10851
|
+
* * If the endpoint group is in the **updating** state, the traffic destinations are being created. In this state, you can only query the traffic destinations.
|
|
10852
|
+
* * If the endpoint group is in the **active** state, the traffic destinations are created.
|
|
10853
|
+
* * You cannot call the **CreateCustomRoutingEndpointTrafficPolicies** operation repeatedly for the same GA instance in a specific period of time.
|
|
10854
|
+
* ### [](#)Prerequisites
|
|
10855
10855
|
* Before you call this operation, make sure that the following requirements are met:
|
|
10856
10856
|
* * A standard GA instance is created. For more information, see [CreateAccelerator](~~206786~~).
|
|
10857
|
-
* *
|
|
10858
|
-
* * An application is deployed to receive requests that are forwarded from GA. You can specify only vSwitches as endpoints for custom routing listeners.
|
|
10859
|
-
* * The permissions to use custom routing listeners are acquired and a custom routing listener is created
|
|
10860
|
-
* *
|
|
10861
|
-
* *
|
|
10857
|
+
* * If the bandwidth metering method of the standard GA instance is **pay-by-bandwidth**, a bandwidth plan must be associated with the standard GA instance. For more information, see [BandwidthPackageAddAccelerator](~~153239~~).
|
|
10858
|
+
* * An application that serves as the endpoint of the standard GA instance is deployed to receive requests that are forwarded from GA. You can specify only vSwitches as endpoints for custom routing listeners.
|
|
10859
|
+
* * The permissions to use custom routing listeners are acquired, and a custom routing listener is created. 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~~).
|
|
10860
|
+
* * Endpoint groups are created for the custom routing listener. For more information, see [CreateCustomRoutingEndpointGroups](~~449363~~).
|
|
10861
|
+
* * Endpoints are created for the custom routing listener. For more information, see [CreateCustomRoutingEndpoints](~~449382~~).
|
|
10862
10862
|
*
|
|
10863
10863
|
* @param request CreateCustomRoutingEndpointTrafficPoliciesRequest
|
|
10864
10864
|
* @return CreateCustomRoutingEndpointTrafficPoliciesResponse
|
|
@@ -11744,7 +11744,20 @@ export default class Client extends OpenApi {
|
|
|
11744
11744
|
listAvailableBusiRegions(request: ListAvailableBusiRegionsRequest): Promise<ListAvailableBusiRegionsResponse>;
|
|
11745
11745
|
listBandwidthPackagesWithOptions(request: ListBandwidthPackagesRequest, runtime: $Util.RuntimeOptions): Promise<ListBandwidthPackagesResponse>;
|
|
11746
11746
|
listBandwidthPackages(request: ListBandwidthPackagesRequest): Promise<ListBandwidthPackagesResponse>;
|
|
11747
|
+
/**
|
|
11748
|
+
* To query the detailed information about a bandwidth plan, call the **ListBandwidthPackages** operation. For more information, see [ListBandwidthPackages](~~2253239~~).
|
|
11749
|
+
*
|
|
11750
|
+
* @param request ListBandwidthackagesRequest
|
|
11751
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
11752
|
+
* @return ListBandwidthackagesResponse
|
|
11753
|
+
*/
|
|
11747
11754
|
listBandwidthackagesWithOptions(request: ListBandwidthackagesRequest, runtime: $Util.RuntimeOptions): Promise<ListBandwidthackagesResponse>;
|
|
11755
|
+
/**
|
|
11756
|
+
* To query the detailed information about a bandwidth plan, call the **ListBandwidthPackages** operation. For more information, see [ListBandwidthPackages](~~2253239~~).
|
|
11757
|
+
*
|
|
11758
|
+
* @param request ListBandwidthackagesRequest
|
|
11759
|
+
* @return ListBandwidthackagesResponse
|
|
11760
|
+
*/
|
|
11748
11761
|
listBandwidthackages(request: ListBandwidthackagesRequest): Promise<ListBandwidthackagesResponse>;
|
|
11749
11762
|
listBasicAccelerateIpEndpointRelationsWithOptions(request: ListBasicAccelerateIpEndpointRelationsRequest, runtime: $Util.RuntimeOptions): Promise<ListBasicAccelerateIpEndpointRelationsResponse>;
|
|
11750
11763
|
listBasicAccelerateIpEndpointRelations(request: ListBasicAccelerateIpEndpointRelationsRequest): Promise<ListBasicAccelerateIpEndpointRelationsResponse>;
|