@alicloud/ga20191120 1.0.17 → 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 +2626 -22
- package/dist/client.js +3527 -195
- package/dist/client.js.map +1 -1
- package/package.json +2 -2
- package/src/client.ts +3945 -240
package/dist/client.d.ts
CHANGED
|
@@ -423,9 +423,11 @@ export declare class CreateAcceleratorRequest extends $tea.Model {
|
|
|
423
423
|
ipSetConfig?: CreateAcceleratorRequestIpSetConfig;
|
|
424
424
|
name?: string;
|
|
425
425
|
pricingCycle?: string;
|
|
426
|
+
promotionOptionNo?: string;
|
|
426
427
|
regionId?: string;
|
|
427
428
|
resourceGroupId?: string;
|
|
428
429
|
spec?: string;
|
|
430
|
+
tag?: CreateAcceleratorRequestTag[];
|
|
429
431
|
static names(): {
|
|
430
432
|
[key: string]: string;
|
|
431
433
|
};
|
|
@@ -474,6 +476,7 @@ export declare class CreateAclRequest extends $tea.Model {
|
|
|
474
476
|
dryRun?: boolean;
|
|
475
477
|
regionId?: string;
|
|
476
478
|
resourceGroupId?: string;
|
|
479
|
+
tag?: CreateAclRequestTag[];
|
|
477
480
|
static names(): {
|
|
478
481
|
[key: string]: string;
|
|
479
482
|
};
|
|
@@ -578,9 +581,11 @@ export declare class CreateBandwidthPackageRequest extends $tea.Model {
|
|
|
578
581
|
clientToken?: string;
|
|
579
582
|
duration?: string;
|
|
580
583
|
pricingCycle?: string;
|
|
584
|
+
promotionOptionNo?: string;
|
|
581
585
|
ratio?: number;
|
|
582
586
|
regionId?: string;
|
|
583
587
|
resourceGroupId?: string;
|
|
588
|
+
tag?: CreateBandwidthPackageRequestTag[];
|
|
584
589
|
type?: string;
|
|
585
590
|
static names(): {
|
|
586
591
|
[key: string]: string;
|
|
@@ -768,9 +773,12 @@ export declare class CreateBasicAcceleratorRequest extends $tea.Model {
|
|
|
768
773
|
autoRenewDuration?: number;
|
|
769
774
|
autoUseCoupon?: string;
|
|
770
775
|
bandwidthBillingType?: string;
|
|
776
|
+
chargeType?: string;
|
|
771
777
|
clientToken?: string;
|
|
778
|
+
dryRun?: boolean;
|
|
772
779
|
duration?: number;
|
|
773
780
|
pricingCycle?: string;
|
|
781
|
+
promotionOptionNo?: string;
|
|
774
782
|
regionId?: string;
|
|
775
783
|
resourceGroupId?: string;
|
|
776
784
|
static names(): {
|
|
@@ -1184,6 +1192,48 @@ export declare class CreateCustomRoutingEndpointsResponse extends $tea.Model {
|
|
|
1184
1192
|
[key: string]: any;
|
|
1185
1193
|
});
|
|
1186
1194
|
}
|
|
1195
|
+
export declare class CreateDomainRequest extends $tea.Model {
|
|
1196
|
+
acceleratorIds?: string[];
|
|
1197
|
+
domain?: string;
|
|
1198
|
+
regionId?: string;
|
|
1199
|
+
static names(): {
|
|
1200
|
+
[key: string]: string;
|
|
1201
|
+
};
|
|
1202
|
+
static types(): {
|
|
1203
|
+
[key: string]: any;
|
|
1204
|
+
};
|
|
1205
|
+
constructor(map?: {
|
|
1206
|
+
[key: string]: any;
|
|
1207
|
+
});
|
|
1208
|
+
}
|
|
1209
|
+
export declare class CreateDomainResponseBody extends $tea.Model {
|
|
1210
|
+
requestId?: string;
|
|
1211
|
+
static names(): {
|
|
1212
|
+
[key: string]: string;
|
|
1213
|
+
};
|
|
1214
|
+
static types(): {
|
|
1215
|
+
[key: string]: any;
|
|
1216
|
+
};
|
|
1217
|
+
constructor(map?: {
|
|
1218
|
+
[key: string]: any;
|
|
1219
|
+
});
|
|
1220
|
+
}
|
|
1221
|
+
export declare class CreateDomainResponse extends $tea.Model {
|
|
1222
|
+
headers: {
|
|
1223
|
+
[key: string]: string;
|
|
1224
|
+
};
|
|
1225
|
+
statusCode: number;
|
|
1226
|
+
body: CreateDomainResponseBody;
|
|
1227
|
+
static names(): {
|
|
1228
|
+
[key: string]: string;
|
|
1229
|
+
};
|
|
1230
|
+
static types(): {
|
|
1231
|
+
[key: string]: any;
|
|
1232
|
+
};
|
|
1233
|
+
constructor(map?: {
|
|
1234
|
+
[key: string]: any;
|
|
1235
|
+
});
|
|
1236
|
+
}
|
|
1187
1237
|
export declare class CreateEndpointGroupRequest extends $tea.Model {
|
|
1188
1238
|
acceleratorId?: string;
|
|
1189
1239
|
clientToken?: string;
|
|
@@ -1201,6 +1251,7 @@ export declare class CreateEndpointGroupRequest extends $tea.Model {
|
|
|
1201
1251
|
name?: string;
|
|
1202
1252
|
portOverrides?: CreateEndpointGroupRequestPortOverrides[];
|
|
1203
1253
|
regionId?: string;
|
|
1254
|
+
tag?: CreateEndpointGroupRequestTag[];
|
|
1204
1255
|
thresholdCount?: number;
|
|
1205
1256
|
trafficPercentage?: number;
|
|
1206
1257
|
static names(): {
|
|
@@ -2082,6 +2133,48 @@ export declare class DeleteCustomRoutingEndpointsResponse extends $tea.Model {
|
|
|
2082
2133
|
[key: string]: any;
|
|
2083
2134
|
});
|
|
2084
2135
|
}
|
|
2136
|
+
export declare class DeleteDomainAcceleratorRelationRequest extends $tea.Model {
|
|
2137
|
+
acceleratorIds?: string[];
|
|
2138
|
+
domain?: string;
|
|
2139
|
+
regionId?: string;
|
|
2140
|
+
static names(): {
|
|
2141
|
+
[key: string]: string;
|
|
2142
|
+
};
|
|
2143
|
+
static types(): {
|
|
2144
|
+
[key: string]: any;
|
|
2145
|
+
};
|
|
2146
|
+
constructor(map?: {
|
|
2147
|
+
[key: string]: any;
|
|
2148
|
+
});
|
|
2149
|
+
}
|
|
2150
|
+
export declare class DeleteDomainAcceleratorRelationResponseBody extends $tea.Model {
|
|
2151
|
+
requestId?: string;
|
|
2152
|
+
static names(): {
|
|
2153
|
+
[key: string]: string;
|
|
2154
|
+
};
|
|
2155
|
+
static types(): {
|
|
2156
|
+
[key: string]: any;
|
|
2157
|
+
};
|
|
2158
|
+
constructor(map?: {
|
|
2159
|
+
[key: string]: any;
|
|
2160
|
+
});
|
|
2161
|
+
}
|
|
2162
|
+
export declare class DeleteDomainAcceleratorRelationResponse extends $tea.Model {
|
|
2163
|
+
headers: {
|
|
2164
|
+
[key: string]: string;
|
|
2165
|
+
};
|
|
2166
|
+
statusCode: number;
|
|
2167
|
+
body: DeleteDomainAcceleratorRelationResponseBody;
|
|
2168
|
+
static names(): {
|
|
2169
|
+
[key: string]: string;
|
|
2170
|
+
};
|
|
2171
|
+
static types(): {
|
|
2172
|
+
[key: string]: any;
|
|
2173
|
+
};
|
|
2174
|
+
constructor(map?: {
|
|
2175
|
+
[key: string]: any;
|
|
2176
|
+
});
|
|
2177
|
+
}
|
|
2085
2178
|
export declare class DeleteEndpointGroupRequest extends $tea.Model {
|
|
2086
2179
|
acceleratorId?: string;
|
|
2087
2180
|
clientToken?: string;
|
|
@@ -2401,6 +2494,8 @@ export declare class DescribeAcceleratorResponseBody extends $tea.Model {
|
|
|
2401
2494
|
basicBandwidthPackage?: DescribeAcceleratorResponseBodyBasicBandwidthPackage;
|
|
2402
2495
|
cenId?: string;
|
|
2403
2496
|
createTime?: number;
|
|
2497
|
+
crossBorderMode?: string;
|
|
2498
|
+
crossBorderStatus?: boolean;
|
|
2404
2499
|
crossDomainBandwidthPackage?: DescribeAcceleratorResponseBodyCrossDomainBandwidthPackage;
|
|
2405
2500
|
crossPrivateState?: string;
|
|
2406
2501
|
ddosId?: string;
|
|
@@ -2646,7 +2741,102 @@ export declare class DescribeBandwidthPackageAutoRenewAttributeResponse extends
|
|
|
2646
2741
|
[key: string]: any;
|
|
2647
2742
|
});
|
|
2648
2743
|
}
|
|
2744
|
+
export declare class DescribeCommodityRequest extends $tea.Model {
|
|
2745
|
+
commodityCode?: string;
|
|
2746
|
+
orderType?: string;
|
|
2747
|
+
regionId?: string;
|
|
2748
|
+
static names(): {
|
|
2749
|
+
[key: string]: string;
|
|
2750
|
+
};
|
|
2751
|
+
static types(): {
|
|
2752
|
+
[key: string]: any;
|
|
2753
|
+
};
|
|
2754
|
+
constructor(map?: {
|
|
2755
|
+
[key: string]: any;
|
|
2756
|
+
});
|
|
2757
|
+
}
|
|
2758
|
+
export declare class DescribeCommodityResponseBody extends $tea.Model {
|
|
2759
|
+
commodityCode?: string;
|
|
2760
|
+
commodityName?: string;
|
|
2761
|
+
components?: DescribeCommodityResponseBodyComponents[];
|
|
2762
|
+
requestId?: string;
|
|
2763
|
+
static names(): {
|
|
2764
|
+
[key: string]: string;
|
|
2765
|
+
};
|
|
2766
|
+
static types(): {
|
|
2767
|
+
[key: string]: any;
|
|
2768
|
+
};
|
|
2769
|
+
constructor(map?: {
|
|
2770
|
+
[key: string]: any;
|
|
2771
|
+
});
|
|
2772
|
+
}
|
|
2773
|
+
export declare class DescribeCommodityResponse extends $tea.Model {
|
|
2774
|
+
headers: {
|
|
2775
|
+
[key: string]: string;
|
|
2776
|
+
};
|
|
2777
|
+
statusCode: number;
|
|
2778
|
+
body: DescribeCommodityResponseBody;
|
|
2779
|
+
static names(): {
|
|
2780
|
+
[key: string]: string;
|
|
2781
|
+
};
|
|
2782
|
+
static types(): {
|
|
2783
|
+
[key: string]: any;
|
|
2784
|
+
};
|
|
2785
|
+
constructor(map?: {
|
|
2786
|
+
[key: string]: any;
|
|
2787
|
+
});
|
|
2788
|
+
}
|
|
2789
|
+
export declare class DescribeCommodityPriceRequest extends $tea.Model {
|
|
2790
|
+
orders?: DescribeCommodityPriceRequestOrders[];
|
|
2791
|
+
promotionOptionNo?: string;
|
|
2792
|
+
regionId?: string;
|
|
2793
|
+
static names(): {
|
|
2794
|
+
[key: string]: string;
|
|
2795
|
+
};
|
|
2796
|
+
static types(): {
|
|
2797
|
+
[key: string]: any;
|
|
2798
|
+
};
|
|
2799
|
+
constructor(map?: {
|
|
2800
|
+
[key: string]: any;
|
|
2801
|
+
});
|
|
2802
|
+
}
|
|
2803
|
+
export declare class DescribeCommodityPriceResponseBody extends $tea.Model {
|
|
2804
|
+
currency?: string;
|
|
2805
|
+
discountPrice?: number;
|
|
2806
|
+
orderDetails?: DescribeCommodityPriceResponseBodyOrderDetails[];
|
|
2807
|
+
originalPrice?: number;
|
|
2808
|
+
promotions?: DescribeCommodityPriceResponseBodyPromotions[];
|
|
2809
|
+
requestId?: string;
|
|
2810
|
+
ruleDetails?: DescribeCommodityPriceResponseBodyRuleDetails[];
|
|
2811
|
+
tradePrice?: number;
|
|
2812
|
+
static names(): {
|
|
2813
|
+
[key: string]: string;
|
|
2814
|
+
};
|
|
2815
|
+
static types(): {
|
|
2816
|
+
[key: string]: any;
|
|
2817
|
+
};
|
|
2818
|
+
constructor(map?: {
|
|
2819
|
+
[key: string]: any;
|
|
2820
|
+
});
|
|
2821
|
+
}
|
|
2822
|
+
export declare class DescribeCommodityPriceResponse extends $tea.Model {
|
|
2823
|
+
headers: {
|
|
2824
|
+
[key: string]: string;
|
|
2825
|
+
};
|
|
2826
|
+
statusCode: number;
|
|
2827
|
+
body: DescribeCommodityPriceResponseBody;
|
|
2828
|
+
static names(): {
|
|
2829
|
+
[key: string]: string;
|
|
2830
|
+
};
|
|
2831
|
+
static types(): {
|
|
2832
|
+
[key: string]: any;
|
|
2833
|
+
};
|
|
2834
|
+
constructor(map?: {
|
|
2835
|
+
[key: string]: any;
|
|
2836
|
+
});
|
|
2837
|
+
}
|
|
2649
2838
|
export declare class DescribeCustomRoutingEndPointTrafficPolicyRequest extends $tea.Model {
|
|
2839
|
+
endpointId?: string;
|
|
2650
2840
|
policyId?: string;
|
|
2651
2841
|
regionId?: string;
|
|
2652
2842
|
static names(): {
|
|
@@ -2669,6 +2859,7 @@ export declare class DescribeCustomRoutingEndPointTrafficPolicyResponseBody exte
|
|
|
2669
2859
|
policyId?: string;
|
|
2670
2860
|
portRanges?: DescribeCustomRoutingEndPointTrafficPolicyResponseBodyPortRanges[];
|
|
2671
2861
|
requestId?: string;
|
|
2862
|
+
state?: string;
|
|
2672
2863
|
static names(): {
|
|
2673
2864
|
[key: string]: string;
|
|
2674
2865
|
};
|
|
@@ -2696,6 +2887,7 @@ export declare class DescribeCustomRoutingEndPointTrafficPolicyResponse extends
|
|
|
2696
2887
|
});
|
|
2697
2888
|
}
|
|
2698
2889
|
export declare class DescribeCustomRoutingEndpointRequest extends $tea.Model {
|
|
2890
|
+
endpointGroup?: string;
|
|
2699
2891
|
endpointId?: string;
|
|
2700
2892
|
regionId?: string;
|
|
2701
2893
|
static names(): {
|
|
@@ -2715,6 +2907,7 @@ export declare class DescribeCustomRoutingEndpointResponseBody extends $tea.Mode
|
|
|
2715
2907
|
endpointId?: string;
|
|
2716
2908
|
listenerId?: string;
|
|
2717
2909
|
requestId?: string;
|
|
2910
|
+
state?: string;
|
|
2718
2911
|
trafficToEndpointPolicy?: string;
|
|
2719
2912
|
type?: string;
|
|
2720
2913
|
static names(): {
|
|
@@ -2800,6 +2993,7 @@ export declare class DescribeCustomRoutingEndpointGroupResponse extends $tea.Mod
|
|
|
2800
2993
|
}
|
|
2801
2994
|
export declare class DescribeCustomRoutingEndpointGroupDestinationsRequest extends $tea.Model {
|
|
2802
2995
|
destinationId?: string;
|
|
2996
|
+
endpointGroupId?: string;
|
|
2803
2997
|
regionId?: string;
|
|
2804
2998
|
static names(): {
|
|
2805
2999
|
[key: string]: string;
|
|
@@ -2819,6 +3013,7 @@ export declare class DescribeCustomRoutingEndpointGroupDestinationsResponseBody
|
|
|
2819
3013
|
listenerId?: string;
|
|
2820
3014
|
protocols?: string[];
|
|
2821
3015
|
requestId?: string;
|
|
3016
|
+
state?: string;
|
|
2822
3017
|
toPort?: number;
|
|
2823
3018
|
static names(): {
|
|
2824
3019
|
[key: string]: string;
|
|
@@ -2887,7 +3082,6 @@ export declare class DescribeEndpointGroupResponseBody extends $tea.Model {
|
|
|
2887
3082
|
state?: string;
|
|
2888
3083
|
tags?: DescribeEndpointGroupResponseBodyTags[];
|
|
2889
3084
|
thresholdCount?: number;
|
|
2890
|
-
totalCount?: number;
|
|
2891
3085
|
trafficPercentage?: number;
|
|
2892
3086
|
static names(): {
|
|
2893
3087
|
[key: string]: string;
|
|
@@ -3580,6 +3774,7 @@ export declare class GetBasicAcceleratorResponseBody extends $tea.Model {
|
|
|
3580
3774
|
basicIpSetId?: string;
|
|
3581
3775
|
cenId?: string;
|
|
3582
3776
|
createTime?: number;
|
|
3777
|
+
crossBorderStatus?: boolean;
|
|
3583
3778
|
crossDomainBandwidthPackage?: GetBasicAcceleratorResponseBodyCrossDomainBandwidthPackage;
|
|
3584
3779
|
crossPrivateState?: string;
|
|
3585
3780
|
description?: string;
|
|
@@ -3817,6 +4012,90 @@ export declare class GetHealthStatusResponse extends $tea.Model {
|
|
|
3817
4012
|
[key: string]: any;
|
|
3818
4013
|
});
|
|
3819
4014
|
}
|
|
4015
|
+
export declare class GetInvalidDomainCountRequest extends $tea.Model {
|
|
4016
|
+
regionId?: string;
|
|
4017
|
+
static names(): {
|
|
4018
|
+
[key: string]: string;
|
|
4019
|
+
};
|
|
4020
|
+
static types(): {
|
|
4021
|
+
[key: string]: any;
|
|
4022
|
+
};
|
|
4023
|
+
constructor(map?: {
|
|
4024
|
+
[key: string]: any;
|
|
4025
|
+
});
|
|
4026
|
+
}
|
|
4027
|
+
export declare class GetInvalidDomainCountResponseBody extends $tea.Model {
|
|
4028
|
+
invalidDomainCount?: string;
|
|
4029
|
+
requestId?: string;
|
|
4030
|
+
static names(): {
|
|
4031
|
+
[key: string]: string;
|
|
4032
|
+
};
|
|
4033
|
+
static types(): {
|
|
4034
|
+
[key: string]: any;
|
|
4035
|
+
};
|
|
4036
|
+
constructor(map?: {
|
|
4037
|
+
[key: string]: any;
|
|
4038
|
+
});
|
|
4039
|
+
}
|
|
4040
|
+
export declare class GetInvalidDomainCountResponse extends $tea.Model {
|
|
4041
|
+
headers: {
|
|
4042
|
+
[key: string]: string;
|
|
4043
|
+
};
|
|
4044
|
+
statusCode: number;
|
|
4045
|
+
body: GetInvalidDomainCountResponseBody;
|
|
4046
|
+
static names(): {
|
|
4047
|
+
[key: string]: string;
|
|
4048
|
+
};
|
|
4049
|
+
static types(): {
|
|
4050
|
+
[key: string]: any;
|
|
4051
|
+
};
|
|
4052
|
+
constructor(map?: {
|
|
4053
|
+
[key: string]: any;
|
|
4054
|
+
});
|
|
4055
|
+
}
|
|
4056
|
+
export declare class GetIpsetsBandwidthLimitRequest extends $tea.Model {
|
|
4057
|
+
acceleratorId?: string;
|
|
4058
|
+
regionId?: string;
|
|
4059
|
+
static names(): {
|
|
4060
|
+
[key: string]: string;
|
|
4061
|
+
};
|
|
4062
|
+
static types(): {
|
|
4063
|
+
[key: string]: any;
|
|
4064
|
+
};
|
|
4065
|
+
constructor(map?: {
|
|
4066
|
+
[key: string]: any;
|
|
4067
|
+
});
|
|
4068
|
+
}
|
|
4069
|
+
export declare class GetIpsetsBandwidthLimitResponseBody extends $tea.Model {
|
|
4070
|
+
bandwidthAllocationType?: string;
|
|
4071
|
+
bandwidthLimit?: number;
|
|
4072
|
+
requestId?: string;
|
|
4073
|
+
static names(): {
|
|
4074
|
+
[key: string]: string;
|
|
4075
|
+
};
|
|
4076
|
+
static types(): {
|
|
4077
|
+
[key: string]: any;
|
|
4078
|
+
};
|
|
4079
|
+
constructor(map?: {
|
|
4080
|
+
[key: string]: any;
|
|
4081
|
+
});
|
|
4082
|
+
}
|
|
4083
|
+
export declare class GetIpsetsBandwidthLimitResponse extends $tea.Model {
|
|
4084
|
+
headers: {
|
|
4085
|
+
[key: string]: string;
|
|
4086
|
+
};
|
|
4087
|
+
statusCode: number;
|
|
4088
|
+
body: GetIpsetsBandwidthLimitResponseBody;
|
|
4089
|
+
static names(): {
|
|
4090
|
+
[key: string]: string;
|
|
4091
|
+
};
|
|
4092
|
+
static types(): {
|
|
4093
|
+
[key: string]: any;
|
|
4094
|
+
};
|
|
4095
|
+
constructor(map?: {
|
|
4096
|
+
[key: string]: any;
|
|
4097
|
+
});
|
|
4098
|
+
}
|
|
3820
4099
|
export declare class GetSpareIpRequest extends $tea.Model {
|
|
3821
4100
|
acceleratorId?: string;
|
|
3822
4101
|
clientToken?: string;
|
|
@@ -4523,16 +4802,10 @@ export declare class ListBusiRegionsResponse extends $tea.Model {
|
|
|
4523
4802
|
[key: string]: any;
|
|
4524
4803
|
});
|
|
4525
4804
|
}
|
|
4526
|
-
export declare class
|
|
4527
|
-
|
|
4528
|
-
|
|
4529
|
-
|
|
4530
|
-
listenerId?: string;
|
|
4531
|
-
pageNumber?: string;
|
|
4532
|
-
pageSize?: string;
|
|
4533
|
-
protocols?: string[];
|
|
4534
|
-
regionId?: string;
|
|
4535
|
-
toPort?: number;
|
|
4805
|
+
export declare class ListCommonAreasRequest extends $tea.Model {
|
|
4806
|
+
ipVersion?: string;
|
|
4807
|
+
isEpg?: boolean;
|
|
4808
|
+
isIpSet?: boolean;
|
|
4536
4809
|
static names(): {
|
|
4537
4810
|
[key: string]: string;
|
|
4538
4811
|
};
|
|
@@ -4543,12 +4816,9 @@ export declare class ListCustomRoutingEndpointGroupDestinationsRequest extends $
|
|
|
4543
4816
|
[key: string]: any;
|
|
4544
4817
|
});
|
|
4545
4818
|
}
|
|
4546
|
-
export declare class
|
|
4547
|
-
|
|
4548
|
-
pageNumber?: number;
|
|
4549
|
-
pageSize?: number;
|
|
4819
|
+
export declare class ListCommonAreasResponseBody extends $tea.Model {
|
|
4820
|
+
areas?: ListCommonAreasResponseBodyAreas[];
|
|
4550
4821
|
requestId?: string;
|
|
4551
|
-
totalCount?: number;
|
|
4552
4822
|
static names(): {
|
|
4553
4823
|
[key: string]: string;
|
|
4554
4824
|
};
|
|
@@ -4559,12 +4829,12 @@ export declare class ListCustomRoutingEndpointGroupDestinationsResponseBody exte
|
|
|
4559
4829
|
[key: string]: any;
|
|
4560
4830
|
});
|
|
4561
4831
|
}
|
|
4562
|
-
export declare class
|
|
4832
|
+
export declare class ListCommonAreasResponse extends $tea.Model {
|
|
4563
4833
|
headers: {
|
|
4564
4834
|
[key: string]: string;
|
|
4565
4835
|
};
|
|
4566
4836
|
statusCode: number;
|
|
4567
|
-
body:
|
|
4837
|
+
body: ListCommonAreasResponseBody;
|
|
4568
4838
|
static names(): {
|
|
4569
4839
|
[key: string]: string;
|
|
4570
4840
|
};
|
|
@@ -4575,13 +4845,16 @@ export declare class ListCustomRoutingEndpointGroupDestinationsResponse extends
|
|
|
4575
4845
|
[key: string]: any;
|
|
4576
4846
|
});
|
|
4577
4847
|
}
|
|
4578
|
-
export declare class
|
|
4848
|
+
export declare class ListCustomRoutingEndpointGroupDestinationsRequest extends $tea.Model {
|
|
4579
4849
|
acceleratorId?: string;
|
|
4580
4850
|
endpointGroupId?: string;
|
|
4851
|
+
fromPort?: number;
|
|
4581
4852
|
listenerId?: string;
|
|
4582
4853
|
pageNumber?: string;
|
|
4583
4854
|
pageSize?: string;
|
|
4855
|
+
protocols?: string[];
|
|
4584
4856
|
regionId?: string;
|
|
4857
|
+
toPort?: number;
|
|
4585
4858
|
static names(): {
|
|
4586
4859
|
[key: string]: string;
|
|
4587
4860
|
};
|
|
@@ -4592,8 +4865,8 @@ export declare class ListCustomRoutingEndpointGroupsRequest extends $tea.Model {
|
|
|
4592
4865
|
[key: string]: any;
|
|
4593
4866
|
});
|
|
4594
4867
|
}
|
|
4595
|
-
export declare class
|
|
4596
|
-
|
|
4868
|
+
export declare class ListCustomRoutingEndpointGroupDestinationsResponseBody extends $tea.Model {
|
|
4869
|
+
destinations?: ListCustomRoutingEndpointGroupDestinationsResponseBodyDestinations[];
|
|
4597
4870
|
pageNumber?: number;
|
|
4598
4871
|
pageSize?: number;
|
|
4599
4872
|
requestId?: string;
|
|
@@ -4608,7 +4881,56 @@ export declare class ListCustomRoutingEndpointGroupsResponseBody extends $tea.Mo
|
|
|
4608
4881
|
[key: string]: any;
|
|
4609
4882
|
});
|
|
4610
4883
|
}
|
|
4611
|
-
export declare class
|
|
4884
|
+
export declare class ListCustomRoutingEndpointGroupDestinationsResponse extends $tea.Model {
|
|
4885
|
+
headers: {
|
|
4886
|
+
[key: string]: string;
|
|
4887
|
+
};
|
|
4888
|
+
statusCode: number;
|
|
4889
|
+
body: ListCustomRoutingEndpointGroupDestinationsResponseBody;
|
|
4890
|
+
static names(): {
|
|
4891
|
+
[key: string]: string;
|
|
4892
|
+
};
|
|
4893
|
+
static types(): {
|
|
4894
|
+
[key: string]: any;
|
|
4895
|
+
};
|
|
4896
|
+
constructor(map?: {
|
|
4897
|
+
[key: string]: any;
|
|
4898
|
+
});
|
|
4899
|
+
}
|
|
4900
|
+
export declare class ListCustomRoutingEndpointGroupsRequest extends $tea.Model {
|
|
4901
|
+
acceleratorId?: string;
|
|
4902
|
+
endpointGroupId?: string;
|
|
4903
|
+
listenerId?: string;
|
|
4904
|
+
pageNumber?: string;
|
|
4905
|
+
pageSize?: string;
|
|
4906
|
+
regionId?: string;
|
|
4907
|
+
static names(): {
|
|
4908
|
+
[key: string]: string;
|
|
4909
|
+
};
|
|
4910
|
+
static types(): {
|
|
4911
|
+
[key: string]: any;
|
|
4912
|
+
};
|
|
4913
|
+
constructor(map?: {
|
|
4914
|
+
[key: string]: any;
|
|
4915
|
+
});
|
|
4916
|
+
}
|
|
4917
|
+
export declare class ListCustomRoutingEndpointGroupsResponseBody extends $tea.Model {
|
|
4918
|
+
endpointGroups?: ListCustomRoutingEndpointGroupsResponseBodyEndpointGroups[];
|
|
4919
|
+
pageNumber?: number;
|
|
4920
|
+
pageSize?: number;
|
|
4921
|
+
requestId?: string;
|
|
4922
|
+
totalCount?: number;
|
|
4923
|
+
static names(): {
|
|
4924
|
+
[key: string]: string;
|
|
4925
|
+
};
|
|
4926
|
+
static types(): {
|
|
4927
|
+
[key: string]: any;
|
|
4928
|
+
};
|
|
4929
|
+
constructor(map?: {
|
|
4930
|
+
[key: string]: any;
|
|
4931
|
+
});
|
|
4932
|
+
}
|
|
4933
|
+
export declare class ListCustomRoutingEndpointGroupsResponse extends $tea.Model {
|
|
4612
4934
|
headers: {
|
|
4613
4935
|
[key: string]: string;
|
|
4614
4936
|
};
|
|
@@ -4821,6 +5143,55 @@ export declare class ListCustomRoutingPortMappingsByDestinationResponse extends
|
|
|
4821
5143
|
[key: string]: any;
|
|
4822
5144
|
});
|
|
4823
5145
|
}
|
|
5146
|
+
export declare class ListDomainsRequest extends $tea.Model {
|
|
5147
|
+
acceleratorId?: string;
|
|
5148
|
+
domain?: string;
|
|
5149
|
+
pageNumber?: number;
|
|
5150
|
+
pageSize?: number;
|
|
5151
|
+
regionId?: string;
|
|
5152
|
+
state?: string;
|
|
5153
|
+
static names(): {
|
|
5154
|
+
[key: string]: string;
|
|
5155
|
+
};
|
|
5156
|
+
static types(): {
|
|
5157
|
+
[key: string]: any;
|
|
5158
|
+
};
|
|
5159
|
+
constructor(map?: {
|
|
5160
|
+
[key: string]: any;
|
|
5161
|
+
});
|
|
5162
|
+
}
|
|
5163
|
+
export declare class ListDomainsResponseBody extends $tea.Model {
|
|
5164
|
+
domains?: ListDomainsResponseBodyDomains[];
|
|
5165
|
+
pageNumber?: number;
|
|
5166
|
+
pageSize?: number;
|
|
5167
|
+
requestId?: string;
|
|
5168
|
+
totalCount?: number;
|
|
5169
|
+
static names(): {
|
|
5170
|
+
[key: string]: string;
|
|
5171
|
+
};
|
|
5172
|
+
static types(): {
|
|
5173
|
+
[key: string]: any;
|
|
5174
|
+
};
|
|
5175
|
+
constructor(map?: {
|
|
5176
|
+
[key: string]: any;
|
|
5177
|
+
});
|
|
5178
|
+
}
|
|
5179
|
+
export declare class ListDomainsResponse extends $tea.Model {
|
|
5180
|
+
headers: {
|
|
5181
|
+
[key: string]: string;
|
|
5182
|
+
};
|
|
5183
|
+
statusCode: number;
|
|
5184
|
+
body: ListDomainsResponseBody;
|
|
5185
|
+
static names(): {
|
|
5186
|
+
[key: string]: string;
|
|
5187
|
+
};
|
|
5188
|
+
static types(): {
|
|
5189
|
+
[key: string]: any;
|
|
5190
|
+
};
|
|
5191
|
+
constructor(map?: {
|
|
5192
|
+
[key: string]: any;
|
|
5193
|
+
});
|
|
5194
|
+
}
|
|
4824
5195
|
export declare class ListEndpointGroupsRequest extends $tea.Model {
|
|
4825
5196
|
acceleratorId?: string;
|
|
4826
5197
|
accessLogSwitch?: string;
|
|
@@ -4970,6 +5341,49 @@ export declare class ListIpSetsResponse extends $tea.Model {
|
|
|
4970
5341
|
[key: string]: any;
|
|
4971
5342
|
});
|
|
4972
5343
|
}
|
|
5344
|
+
export declare class ListIspTypesRequest extends $tea.Model {
|
|
5345
|
+
acceleratorId?: string;
|
|
5346
|
+
acceleratorType?: string;
|
|
5347
|
+
businessRegionId?: string;
|
|
5348
|
+
static names(): {
|
|
5349
|
+
[key: string]: string;
|
|
5350
|
+
};
|
|
5351
|
+
static types(): {
|
|
5352
|
+
[key: string]: any;
|
|
5353
|
+
};
|
|
5354
|
+
constructor(map?: {
|
|
5355
|
+
[key: string]: any;
|
|
5356
|
+
});
|
|
5357
|
+
}
|
|
5358
|
+
export declare class ListIspTypesResponseBody extends $tea.Model {
|
|
5359
|
+
ispTypeList?: string[];
|
|
5360
|
+
requestId?: string;
|
|
5361
|
+
static names(): {
|
|
5362
|
+
[key: string]: string;
|
|
5363
|
+
};
|
|
5364
|
+
static types(): {
|
|
5365
|
+
[key: string]: any;
|
|
5366
|
+
};
|
|
5367
|
+
constructor(map?: {
|
|
5368
|
+
[key: string]: any;
|
|
5369
|
+
});
|
|
5370
|
+
}
|
|
5371
|
+
export declare class ListIspTypesResponse extends $tea.Model {
|
|
5372
|
+
headers: {
|
|
5373
|
+
[key: string]: string;
|
|
5374
|
+
};
|
|
5375
|
+
statusCode: number;
|
|
5376
|
+
body: ListIspTypesResponseBody;
|
|
5377
|
+
static names(): {
|
|
5378
|
+
[key: string]: string;
|
|
5379
|
+
};
|
|
5380
|
+
static types(): {
|
|
5381
|
+
[key: string]: any;
|
|
5382
|
+
};
|
|
5383
|
+
constructor(map?: {
|
|
5384
|
+
[key: string]: any;
|
|
5385
|
+
});
|
|
5386
|
+
}
|
|
4973
5387
|
export declare class ListListenerCertificatesRequest extends $tea.Model {
|
|
4974
5388
|
acceleratorId?: string;
|
|
4975
5389
|
listenerId?: string;
|
|
@@ -5516,6 +5930,49 @@ export declare class UpdateAcceleratorConfirmResponse extends $tea.Model {
|
|
|
5516
5930
|
[key: string]: any;
|
|
5517
5931
|
});
|
|
5518
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
|
+
}
|
|
5519
5976
|
export declare class UpdateAclAttributeRequest extends $tea.Model {
|
|
5520
5977
|
aclId?: string;
|
|
5521
5978
|
aclName?: string;
|
|
@@ -6112,6 +6569,91 @@ export declare class UpdateCustomRoutingEndpointsResponse extends $tea.Model {
|
|
|
6112
6569
|
[key: string]: any;
|
|
6113
6570
|
});
|
|
6114
6571
|
}
|
|
6572
|
+
export declare class UpdateDomainRequest extends $tea.Model {
|
|
6573
|
+
domain?: string;
|
|
6574
|
+
regionId?: string;
|
|
6575
|
+
targetDomain?: string;
|
|
6576
|
+
static names(): {
|
|
6577
|
+
[key: string]: string;
|
|
6578
|
+
};
|
|
6579
|
+
static types(): {
|
|
6580
|
+
[key: string]: any;
|
|
6581
|
+
};
|
|
6582
|
+
constructor(map?: {
|
|
6583
|
+
[key: string]: any;
|
|
6584
|
+
});
|
|
6585
|
+
}
|
|
6586
|
+
export declare class UpdateDomainResponseBody extends $tea.Model {
|
|
6587
|
+
requestId?: string;
|
|
6588
|
+
static names(): {
|
|
6589
|
+
[key: string]: string;
|
|
6590
|
+
};
|
|
6591
|
+
static types(): {
|
|
6592
|
+
[key: string]: any;
|
|
6593
|
+
};
|
|
6594
|
+
constructor(map?: {
|
|
6595
|
+
[key: string]: any;
|
|
6596
|
+
});
|
|
6597
|
+
}
|
|
6598
|
+
export declare class UpdateDomainResponse extends $tea.Model {
|
|
6599
|
+
headers: {
|
|
6600
|
+
[key: string]: string;
|
|
6601
|
+
};
|
|
6602
|
+
statusCode: number;
|
|
6603
|
+
body: UpdateDomainResponseBody;
|
|
6604
|
+
static names(): {
|
|
6605
|
+
[key: string]: string;
|
|
6606
|
+
};
|
|
6607
|
+
static types(): {
|
|
6608
|
+
[key: string]: any;
|
|
6609
|
+
};
|
|
6610
|
+
constructor(map?: {
|
|
6611
|
+
[key: string]: any;
|
|
6612
|
+
});
|
|
6613
|
+
}
|
|
6614
|
+
export declare class UpdateDomainStateRequest extends $tea.Model {
|
|
6615
|
+
domain?: string;
|
|
6616
|
+
regionId?: string;
|
|
6617
|
+
static names(): {
|
|
6618
|
+
[key: string]: string;
|
|
6619
|
+
};
|
|
6620
|
+
static types(): {
|
|
6621
|
+
[key: string]: any;
|
|
6622
|
+
};
|
|
6623
|
+
constructor(map?: {
|
|
6624
|
+
[key: string]: any;
|
|
6625
|
+
});
|
|
6626
|
+
}
|
|
6627
|
+
export declare class UpdateDomainStateResponseBody extends $tea.Model {
|
|
6628
|
+
domain?: string;
|
|
6629
|
+
requestId?: string;
|
|
6630
|
+
state?: string;
|
|
6631
|
+
static names(): {
|
|
6632
|
+
[key: string]: string;
|
|
6633
|
+
};
|
|
6634
|
+
static types(): {
|
|
6635
|
+
[key: string]: any;
|
|
6636
|
+
};
|
|
6637
|
+
constructor(map?: {
|
|
6638
|
+
[key: string]: any;
|
|
6639
|
+
});
|
|
6640
|
+
}
|
|
6641
|
+
export declare class UpdateDomainStateResponse extends $tea.Model {
|
|
6642
|
+
headers: {
|
|
6643
|
+
[key: string]: string;
|
|
6644
|
+
};
|
|
6645
|
+
statusCode: number;
|
|
6646
|
+
body: UpdateDomainStateResponseBody;
|
|
6647
|
+
static names(): {
|
|
6648
|
+
[key: string]: string;
|
|
6649
|
+
};
|
|
6650
|
+
static types(): {
|
|
6651
|
+
[key: string]: any;
|
|
6652
|
+
};
|
|
6653
|
+
constructor(map?: {
|
|
6654
|
+
[key: string]: any;
|
|
6655
|
+
});
|
|
6656
|
+
}
|
|
6115
6657
|
export declare class UpdateEndpointGroupRequest extends $tea.Model {
|
|
6116
6658
|
clientToken?: string;
|
|
6117
6659
|
description?: string;
|
|
@@ -6475,6 +7017,19 @@ export declare class CreateAcceleratorRequestIpSetConfig extends $tea.Model {
|
|
|
6475
7017
|
[key: string]: any;
|
|
6476
7018
|
});
|
|
6477
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
|
+
}
|
|
6478
7033
|
export declare class CreateAclRequestAclEntries extends $tea.Model {
|
|
6479
7034
|
entry?: string;
|
|
6480
7035
|
entryDescription?: string;
|
|
@@ -6488,6 +7043,32 @@ export declare class CreateAclRequestAclEntries extends $tea.Model {
|
|
|
6488
7043
|
[key: string]: any;
|
|
6489
7044
|
});
|
|
6490
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
|
+
}
|
|
6491
7072
|
export declare class CreateBasicAccelerateIpEndpointRelationsRequestAccelerateIpEndpointRelations extends $tea.Model {
|
|
6492
7073
|
accelerateIpId?: string;
|
|
6493
7074
|
endpointId?: string;
|
|
@@ -6713,6 +7294,19 @@ export declare class CreateEndpointGroupRequestPortOverrides extends $tea.Model
|
|
|
6713
7294
|
[key: string]: any;
|
|
6714
7295
|
});
|
|
6715
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
|
+
}
|
|
6716
7310
|
export declare class CreateEndpointGroupsRequestEndpointGroupConfigurationsEndpointConfigurations extends $tea.Model {
|
|
6717
7311
|
endpoint?: string;
|
|
6718
7312
|
type?: string;
|
|
@@ -7161,6 +7755,174 @@ export declare class DescribeBandwidthPackageResponseBodyTags extends $tea.Model
|
|
|
7161
7755
|
[key: string]: any;
|
|
7162
7756
|
});
|
|
7163
7757
|
}
|
|
7758
|
+
export declare class DescribeCommodityResponseBodyComponentsPropertiesPropertyValueList extends $tea.Model {
|
|
7759
|
+
orderIndex?: number;
|
|
7760
|
+
text?: string;
|
|
7761
|
+
tips?: string;
|
|
7762
|
+
value?: string;
|
|
7763
|
+
static names(): {
|
|
7764
|
+
[key: string]: string;
|
|
7765
|
+
};
|
|
7766
|
+
static types(): {
|
|
7767
|
+
[key: string]: any;
|
|
7768
|
+
};
|
|
7769
|
+
constructor(map?: {
|
|
7770
|
+
[key: string]: any;
|
|
7771
|
+
});
|
|
7772
|
+
}
|
|
7773
|
+
export declare class DescribeCommodityResponseBodyComponentsProperties extends $tea.Model {
|
|
7774
|
+
code?: string;
|
|
7775
|
+
name?: string;
|
|
7776
|
+
propertyValueList?: DescribeCommodityResponseBodyComponentsPropertiesPropertyValueList[];
|
|
7777
|
+
static names(): {
|
|
7778
|
+
[key: string]: string;
|
|
7779
|
+
};
|
|
7780
|
+
static types(): {
|
|
7781
|
+
[key: string]: any;
|
|
7782
|
+
};
|
|
7783
|
+
constructor(map?: {
|
|
7784
|
+
[key: string]: any;
|
|
7785
|
+
});
|
|
7786
|
+
}
|
|
7787
|
+
export declare class DescribeCommodityResponseBodyComponents extends $tea.Model {
|
|
7788
|
+
componentCode?: string;
|
|
7789
|
+
componentName?: string;
|
|
7790
|
+
properties?: DescribeCommodityResponseBodyComponentsProperties[];
|
|
7791
|
+
static names(): {
|
|
7792
|
+
[key: string]: string;
|
|
7793
|
+
};
|
|
7794
|
+
static types(): {
|
|
7795
|
+
[key: string]: any;
|
|
7796
|
+
};
|
|
7797
|
+
constructor(map?: {
|
|
7798
|
+
[key: string]: any;
|
|
7799
|
+
});
|
|
7800
|
+
}
|
|
7801
|
+
export declare class DescribeCommodityPriceRequestOrdersComponentsProperties extends $tea.Model {
|
|
7802
|
+
code?: string;
|
|
7803
|
+
value?: string;
|
|
7804
|
+
static names(): {
|
|
7805
|
+
[key: string]: string;
|
|
7806
|
+
};
|
|
7807
|
+
static types(): {
|
|
7808
|
+
[key: string]: any;
|
|
7809
|
+
};
|
|
7810
|
+
constructor(map?: {
|
|
7811
|
+
[key: string]: any;
|
|
7812
|
+
});
|
|
7813
|
+
}
|
|
7814
|
+
export declare class DescribeCommodityPriceRequestOrdersComponents extends $tea.Model {
|
|
7815
|
+
componentCode?: string;
|
|
7816
|
+
properties?: DescribeCommodityPriceRequestOrdersComponentsProperties[];
|
|
7817
|
+
static names(): {
|
|
7818
|
+
[key: string]: string;
|
|
7819
|
+
};
|
|
7820
|
+
static types(): {
|
|
7821
|
+
[key: string]: any;
|
|
7822
|
+
};
|
|
7823
|
+
constructor(map?: {
|
|
7824
|
+
[key: string]: any;
|
|
7825
|
+
});
|
|
7826
|
+
}
|
|
7827
|
+
export declare class DescribeCommodityPriceRequestOrders extends $tea.Model {
|
|
7828
|
+
chargeType?: string;
|
|
7829
|
+
commodityCode?: string;
|
|
7830
|
+
components?: DescribeCommodityPriceRequestOrdersComponents[];
|
|
7831
|
+
duration?: number;
|
|
7832
|
+
orderType?: string;
|
|
7833
|
+
pricingCycle?: string;
|
|
7834
|
+
quantity?: number;
|
|
7835
|
+
static names(): {
|
|
7836
|
+
[key: string]: string;
|
|
7837
|
+
};
|
|
7838
|
+
static types(): {
|
|
7839
|
+
[key: string]: any;
|
|
7840
|
+
};
|
|
7841
|
+
constructor(map?: {
|
|
7842
|
+
[key: string]: any;
|
|
7843
|
+
});
|
|
7844
|
+
}
|
|
7845
|
+
export declare class DescribeCommodityPriceResponseBodyOrderDetailsModuleDetails extends $tea.Model {
|
|
7846
|
+
discountPrice?: number;
|
|
7847
|
+
moduleCode?: string;
|
|
7848
|
+
moduleName?: string;
|
|
7849
|
+
originalPrice?: number;
|
|
7850
|
+
tradePrice?: number;
|
|
7851
|
+
static names(): {
|
|
7852
|
+
[key: string]: string;
|
|
7853
|
+
};
|
|
7854
|
+
static types(): {
|
|
7855
|
+
[key: string]: any;
|
|
7856
|
+
};
|
|
7857
|
+
constructor(map?: {
|
|
7858
|
+
[key: string]: any;
|
|
7859
|
+
});
|
|
7860
|
+
}
|
|
7861
|
+
export declare class DescribeCommodityPriceResponseBodyOrderDetailsPromDetails extends $tea.Model {
|
|
7862
|
+
finalPromFee?: number;
|
|
7863
|
+
optionCode?: string;
|
|
7864
|
+
promType?: string;
|
|
7865
|
+
promotionId?: string;
|
|
7866
|
+
promotionName?: string;
|
|
7867
|
+
static names(): {
|
|
7868
|
+
[key: string]: string;
|
|
7869
|
+
};
|
|
7870
|
+
static types(): {
|
|
7871
|
+
[key: string]: any;
|
|
7872
|
+
};
|
|
7873
|
+
constructor(map?: {
|
|
7874
|
+
[key: string]: any;
|
|
7875
|
+
});
|
|
7876
|
+
}
|
|
7877
|
+
export declare class DescribeCommodityPriceResponseBodyOrderDetails extends $tea.Model {
|
|
7878
|
+
commodityCode?: string;
|
|
7879
|
+
commodityName?: string;
|
|
7880
|
+
discountPrice?: number;
|
|
7881
|
+
moduleDetails?: DescribeCommodityPriceResponseBodyOrderDetailsModuleDetails[];
|
|
7882
|
+
originalPrice?: number;
|
|
7883
|
+
promDetails?: DescribeCommodityPriceResponseBodyOrderDetailsPromDetails[];
|
|
7884
|
+
quantity?: number;
|
|
7885
|
+
ruleIds?: number[];
|
|
7886
|
+
tradePrice?: number;
|
|
7887
|
+
static names(): {
|
|
7888
|
+
[key: string]: string;
|
|
7889
|
+
};
|
|
7890
|
+
static types(): {
|
|
7891
|
+
[key: string]: any;
|
|
7892
|
+
};
|
|
7893
|
+
constructor(map?: {
|
|
7894
|
+
[key: string]: any;
|
|
7895
|
+
});
|
|
7896
|
+
}
|
|
7897
|
+
export declare class DescribeCommodityPriceResponseBodyPromotions extends $tea.Model {
|
|
7898
|
+
canPromFee?: number;
|
|
7899
|
+
optionCode?: string;
|
|
7900
|
+
promotionName?: string;
|
|
7901
|
+
promotionOptionNo?: string;
|
|
7902
|
+
selected?: boolean;
|
|
7903
|
+
static names(): {
|
|
7904
|
+
[key: string]: string;
|
|
7905
|
+
};
|
|
7906
|
+
static types(): {
|
|
7907
|
+
[key: string]: any;
|
|
7908
|
+
};
|
|
7909
|
+
constructor(map?: {
|
|
7910
|
+
[key: string]: any;
|
|
7911
|
+
});
|
|
7912
|
+
}
|
|
7913
|
+
export declare class DescribeCommodityPriceResponseBodyRuleDetails extends $tea.Model {
|
|
7914
|
+
ruleId?: string;
|
|
7915
|
+
ruleName?: string;
|
|
7916
|
+
static names(): {
|
|
7917
|
+
[key: string]: string;
|
|
7918
|
+
};
|
|
7919
|
+
static types(): {
|
|
7920
|
+
[key: string]: any;
|
|
7921
|
+
};
|
|
7922
|
+
constructor(map?: {
|
|
7923
|
+
[key: string]: any;
|
|
7924
|
+
});
|
|
7925
|
+
}
|
|
7164
7926
|
export declare class DescribeCustomRoutingEndPointTrafficPolicyResponseBodyPortRanges extends $tea.Model {
|
|
7165
7927
|
fromPort?: number;
|
|
7166
7928
|
toPort?: number;
|
|
@@ -7176,6 +7938,7 @@ export declare class DescribeCustomRoutingEndPointTrafficPolicyResponseBodyPortR
|
|
|
7176
7938
|
}
|
|
7177
7939
|
export declare class DescribeEndpointGroupResponseBodyEndpointConfigurations extends $tea.Model {
|
|
7178
7940
|
enableClientIPPreservation?: boolean;
|
|
7941
|
+
enableProxyProtocol?: boolean;
|
|
7179
7942
|
endpoint?: string;
|
|
7180
7943
|
probePort?: number;
|
|
7181
7944
|
probeProtocol?: string;
|
|
@@ -7510,6 +8273,8 @@ export declare class ListAcceleratorsResponseBodyAccelerators extends $tea.Model
|
|
|
7510
8273
|
basicBandwidthPackage?: ListAcceleratorsResponseBodyAcceleratorsBasicBandwidthPackage;
|
|
7511
8274
|
cenId?: string;
|
|
7512
8275
|
createTime?: number;
|
|
8276
|
+
crossBorderMode?: string;
|
|
8277
|
+
crossBorderStatus?: boolean;
|
|
7513
8278
|
crossDomainBandwidthPackage?: ListAcceleratorsResponseBodyAcceleratorsCrossDomainBandwidthPackage;
|
|
7514
8279
|
ddosId?: string;
|
|
7515
8280
|
description?: string;
|
|
@@ -7851,6 +8616,7 @@ export declare class ListBasicAcceleratorsResponseBodyAccelerators extends $tea.
|
|
|
7851
8616
|
basicEndpointGroupId?: string;
|
|
7852
8617
|
basicIpSetId?: string;
|
|
7853
8618
|
createTime?: number;
|
|
8619
|
+
crossBorderStatus?: boolean;
|
|
7854
8620
|
crossDomainBandwidthPackage?: ListBasicAcceleratorsResponseBodyAcceleratorsCrossDomainBandwidthPackage;
|
|
7855
8621
|
description?: string;
|
|
7856
8622
|
expiredTime?: number;
|
|
@@ -7905,6 +8671,33 @@ export declare class ListBusiRegionsResponseBodyRegions extends $tea.Model {
|
|
|
7905
8671
|
[key: string]: any;
|
|
7906
8672
|
});
|
|
7907
8673
|
}
|
|
8674
|
+
export declare class ListCommonAreasResponseBodyAreasRegionList extends $tea.Model {
|
|
8675
|
+
localName?: string;
|
|
8676
|
+
regionId?: string;
|
|
8677
|
+
static names(): {
|
|
8678
|
+
[key: string]: string;
|
|
8679
|
+
};
|
|
8680
|
+
static types(): {
|
|
8681
|
+
[key: string]: any;
|
|
8682
|
+
};
|
|
8683
|
+
constructor(map?: {
|
|
8684
|
+
[key: string]: any;
|
|
8685
|
+
});
|
|
8686
|
+
}
|
|
8687
|
+
export declare class ListCommonAreasResponseBodyAreas extends $tea.Model {
|
|
8688
|
+
areaId?: string;
|
|
8689
|
+
localName?: string;
|
|
8690
|
+
regionList?: ListCommonAreasResponseBodyAreasRegionList[];
|
|
8691
|
+
static names(): {
|
|
8692
|
+
[key: string]: string;
|
|
8693
|
+
};
|
|
8694
|
+
static types(): {
|
|
8695
|
+
[key: string]: any;
|
|
8696
|
+
};
|
|
8697
|
+
constructor(map?: {
|
|
8698
|
+
[key: string]: any;
|
|
8699
|
+
});
|
|
8700
|
+
}
|
|
7908
8701
|
export declare class ListCustomRoutingEndpointGroupDestinationsResponseBodyDestinations extends $tea.Model {
|
|
7909
8702
|
acceleratorId?: string;
|
|
7910
8703
|
destinationId?: string;
|
|
@@ -8060,6 +8853,33 @@ export declare class ListCustomRoutingPortMappingsByDestinationResponseBodyPortM
|
|
|
8060
8853
|
[key: string]: any;
|
|
8061
8854
|
});
|
|
8062
8855
|
}
|
|
8856
|
+
export declare class ListDomainsResponseBodyDomainsAccelerators extends $tea.Model {
|
|
8857
|
+
acceleratorId?: string;
|
|
8858
|
+
name?: string;
|
|
8859
|
+
static names(): {
|
|
8860
|
+
[key: string]: string;
|
|
8861
|
+
};
|
|
8862
|
+
static types(): {
|
|
8863
|
+
[key: string]: any;
|
|
8864
|
+
};
|
|
8865
|
+
constructor(map?: {
|
|
8866
|
+
[key: string]: any;
|
|
8867
|
+
});
|
|
8868
|
+
}
|
|
8869
|
+
export declare class ListDomainsResponseBodyDomains extends $tea.Model {
|
|
8870
|
+
accelerators?: ListDomainsResponseBodyDomainsAccelerators[];
|
|
8871
|
+
domain?: string;
|
|
8872
|
+
state?: string;
|
|
8873
|
+
static names(): {
|
|
8874
|
+
[key: string]: string;
|
|
8875
|
+
};
|
|
8876
|
+
static types(): {
|
|
8877
|
+
[key: string]: any;
|
|
8878
|
+
};
|
|
8879
|
+
constructor(map?: {
|
|
8880
|
+
[key: string]: any;
|
|
8881
|
+
});
|
|
8882
|
+
}
|
|
8063
8883
|
export declare class ListEndpointGroupsRequestTag extends $tea.Model {
|
|
8064
8884
|
key?: string;
|
|
8065
8885
|
value?: string;
|
|
@@ -8795,109 +9615,1257 @@ export default class Client extends OpenApi {
|
|
|
8795
9615
|
getEndpoint(productId: string, regionId: string, endpointRule: string, network: string, suffix: string, endpointMap: {
|
|
8796
9616
|
[key: string]: string;
|
|
8797
9617
|
}, endpoint: string): string;
|
|
9618
|
+
/**
|
|
9619
|
+
* * The **AddEntriesToAcl** operation is asynchronous. After you send a request, the system returns a request ID, but the operation is still being performed in the background. You can call the [GetAcl](~~258292~~) or [ListAcls](~~258291~~) operation to query the status of an ACL:
|
|
9620
|
+
* * If an ACL is in the **configuring** state, the IP entries are being added. In this case, you can perform only query operations.
|
|
9621
|
+
* * If an ACL is in the **active** state, the IP entries are added.
|
|
9622
|
+
* * You cannot repeatedly call the **AddEntriesToAcl** operation for the same Global Accelerator (GA) instance within the specified period of time.
|
|
9623
|
+
*
|
|
9624
|
+
* @param request AddEntriesToAclRequest
|
|
9625
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9626
|
+
* @return AddEntriesToAclResponse
|
|
9627
|
+
*/
|
|
8798
9628
|
addEntriesToAclWithOptions(request: AddEntriesToAclRequest, runtime: $Util.RuntimeOptions): Promise<AddEntriesToAclResponse>;
|
|
9629
|
+
/**
|
|
9630
|
+
* * The **AddEntriesToAcl** operation is asynchronous. After you send a request, the system returns a request ID, but the operation is still being performed in the background. You can call the [GetAcl](~~258292~~) or [ListAcls](~~258291~~) operation to query the status of an ACL:
|
|
9631
|
+
* * If an ACL is in the **configuring** state, the IP entries are being added. In this case, you can perform only query operations.
|
|
9632
|
+
* * If an ACL is in the **active** state, the IP entries are added.
|
|
9633
|
+
* * You cannot repeatedly call the **AddEntriesToAcl** operation for the same Global Accelerator (GA) instance within the specified period of time.
|
|
9634
|
+
*
|
|
9635
|
+
* @param request AddEntriesToAclRequest
|
|
9636
|
+
* @return AddEntriesToAclResponse
|
|
9637
|
+
*/
|
|
8799
9638
|
addEntriesToAcl(request: AddEntriesToAclRequest): Promise<AddEntriesToAclResponse>;
|
|
9639
|
+
/**
|
|
9640
|
+
* * **AssociateAclsWithListener** 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 [DescribeListener](~~153254~~) operation to query the state of the listener with which you attempt to associate an ACL.
|
|
9641
|
+
* * If the listener is in the **updating** state, it indicates that the ACL is being associated. In this case, you can perform only query operations.
|
|
9642
|
+
* * If the listener is in the **active** state, it indicates that the ACL is associated.
|
|
9643
|
+
* * The **AssociateAclsWithListener** operation cannot be called repeatedly for the same Global Accelerator (GA) instance within a specific period of time.
|
|
9644
|
+
*
|
|
9645
|
+
* @param request AssociateAclsWithListenerRequest
|
|
9646
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9647
|
+
* @return AssociateAclsWithListenerResponse
|
|
9648
|
+
*/
|
|
8800
9649
|
associateAclsWithListenerWithOptions(request: AssociateAclsWithListenerRequest, runtime: $Util.RuntimeOptions): Promise<AssociateAclsWithListenerResponse>;
|
|
9650
|
+
/**
|
|
9651
|
+
* * **AssociateAclsWithListener** 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 [DescribeListener](~~153254~~) operation to query the state of the listener with which you attempt to associate an ACL.
|
|
9652
|
+
* * If the listener is in the **updating** state, it indicates that the ACL is being associated. In this case, you can perform only query operations.
|
|
9653
|
+
* * If the listener is in the **active** state, it indicates that the ACL is associated.
|
|
9654
|
+
* * The **AssociateAclsWithListener** operation cannot be called repeatedly for the same Global Accelerator (GA) instance within a specific period of time.
|
|
9655
|
+
*
|
|
9656
|
+
* @param request AssociateAclsWithListenerRequest
|
|
9657
|
+
* @return AssociateAclsWithListenerResponse
|
|
9658
|
+
*/
|
|
8801
9659
|
associateAclsWithListener(request: AssociateAclsWithListenerRequest): Promise<AssociateAclsWithListenerResponse>;
|
|
9660
|
+
/**
|
|
9661
|
+
* * You can associate additional certificates with only HTTPS listeners.
|
|
9662
|
+
* * **AssociateAdditionalCertificatesWithListener** 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 [DescribeListener](~~153254~~) operation to query the state of the listener with which you attempt to associate an additional certificate.
|
|
9663
|
+
* * If the listener is in the **updating** state, it indicates that the additional certificate is being associated. In this case, you can perform only query operations.
|
|
9664
|
+
* * If the listener is in the **active** state, it indicates that the additional certificate is associated.
|
|
9665
|
+
* * The **AssociateAdditionalCertificatesWithListener** operation cannot be called repeatedly for the same Global Accelerator (GA) instance within a specific period of time.
|
|
9666
|
+
*
|
|
9667
|
+
* @param request AssociateAdditionalCertificatesWithListenerRequest
|
|
9668
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9669
|
+
* @return AssociateAdditionalCertificatesWithListenerResponse
|
|
9670
|
+
*/
|
|
8802
9671
|
associateAdditionalCertificatesWithListenerWithOptions(request: AssociateAdditionalCertificatesWithListenerRequest, runtime: $Util.RuntimeOptions): Promise<AssociateAdditionalCertificatesWithListenerResponse>;
|
|
9672
|
+
/**
|
|
9673
|
+
* * You can associate additional certificates with only HTTPS listeners.
|
|
9674
|
+
* * **AssociateAdditionalCertificatesWithListener** 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 [DescribeListener](~~153254~~) operation to query the state of the listener with which you attempt to associate an additional certificate.
|
|
9675
|
+
* * If the listener is in the **updating** state, it indicates that the additional certificate is being associated. In this case, you can perform only query operations.
|
|
9676
|
+
* * If the listener is in the **active** state, it indicates that the additional certificate is associated.
|
|
9677
|
+
* * The **AssociateAdditionalCertificatesWithListener** operation cannot be called repeatedly for the same Global Accelerator (GA) instance within a specific period of time.
|
|
9678
|
+
*
|
|
9679
|
+
* @param request AssociateAdditionalCertificatesWithListenerRequest
|
|
9680
|
+
* @return AssociateAdditionalCertificatesWithListenerResponse
|
|
9681
|
+
*/
|
|
8803
9682
|
associateAdditionalCertificatesWithListener(request: AssociateAdditionalCertificatesWithListenerRequest): Promise<AssociateAdditionalCertificatesWithListenerResponse>;
|
|
9683
|
+
/**
|
|
9684
|
+
* When you call this operation, take note of the following items:
|
|
9685
|
+
* * When you call this operation, the system checks whether the GA instance assumes the service-linked role AliyunServiceRoleForGaAntiDdos. In this case, the following rules apply to the GA instance:
|
|
9686
|
+
* * If the GA instance does not assume the service-linked role AliyunServiceRoleForGaAntiDdos, the system automatically creates the service-linked role and attaches the policy AliyunServiceRolePolicyForGaAntiDdos to the service-linked role. This allows GA to access the Anti-DDoS Pro/Premium instance.
|
|
9687
|
+
* * If the GA instance assumes the service-linked role AliyunServiceRoleForGaAntiDdos, the system does not create the service-linked role again.
|
|
9688
|
+
* For more information, see [AliyunServiceRoleForGaAntiDdos](~~186805~~).
|
|
9689
|
+
* * **AttachDdosToAccelerator** is an asynchronous operation. After you call the operation, the system returns a request ID and runs the task in the background. You can call the [DescribeAccelerator](~~153235~~) or [ListAccelerators](~~153236~~) operation to query the status of the GA instance.
|
|
9690
|
+
* * If the GA instance is in the **configuring** state, the Anti-DDoS Pro/Premium instance is being associated with the GA instance. In this case, you can perform only query operations.
|
|
9691
|
+
* * If the GA instance is in the **active** state, the Anti-DDoS Pro/Premium instance is associated with the GA instance.
|
|
9692
|
+
* * You cannot repeatedly call the **AttachDdosToAccelerator** operation for the same GA instance within a specific period of time.
|
|
9693
|
+
*
|
|
9694
|
+
* @param request AttachDdosToAcceleratorRequest
|
|
9695
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9696
|
+
* @return AttachDdosToAcceleratorResponse
|
|
9697
|
+
*/
|
|
8804
9698
|
attachDdosToAcceleratorWithOptions(request: AttachDdosToAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<AttachDdosToAcceleratorResponse>;
|
|
9699
|
+
/**
|
|
9700
|
+
* When you call this operation, take note of the following items:
|
|
9701
|
+
* * When you call this operation, the system checks whether the GA instance assumes the service-linked role AliyunServiceRoleForGaAntiDdos. In this case, the following rules apply to the GA instance:
|
|
9702
|
+
* * If the GA instance does not assume the service-linked role AliyunServiceRoleForGaAntiDdos, the system automatically creates the service-linked role and attaches the policy AliyunServiceRolePolicyForGaAntiDdos to the service-linked role. This allows GA to access the Anti-DDoS Pro/Premium instance.
|
|
9703
|
+
* * If the GA instance assumes the service-linked role AliyunServiceRoleForGaAntiDdos, the system does not create the service-linked role again.
|
|
9704
|
+
* For more information, see [AliyunServiceRoleForGaAntiDdos](~~186805~~).
|
|
9705
|
+
* * **AttachDdosToAccelerator** is an asynchronous operation. After you call the operation, the system returns a request ID and runs the task in the background. You can call the [DescribeAccelerator](~~153235~~) or [ListAccelerators](~~153236~~) operation to query the status of the GA instance.
|
|
9706
|
+
* * If the GA instance is in the **configuring** state, the Anti-DDoS Pro/Premium instance is being associated with the GA instance. In this case, you can perform only query operations.
|
|
9707
|
+
* * If the GA instance is in the **active** state, the Anti-DDoS Pro/Premium instance is associated with the GA instance.
|
|
9708
|
+
* * You cannot repeatedly call the **AttachDdosToAccelerator** operation for the same GA instance within a specific period of time.
|
|
9709
|
+
*
|
|
9710
|
+
* @param request AttachDdosToAcceleratorRequest
|
|
9711
|
+
* @return AttachDdosToAcceleratorResponse
|
|
9712
|
+
*/
|
|
8805
9713
|
attachDdosToAccelerator(request: AttachDdosToAcceleratorRequest): Promise<AttachDdosToAcceleratorResponse>;
|
|
9714
|
+
/**
|
|
9715
|
+
* * **AttachLogStoreToEndpointGroup** is an asynchronous operation. After you send a request, the system returns a request ID, but this operation is still being performed in the system background. You can call the [DescribeEndpointGroup](~~153260~~) operation to query the state of an endpoint group.
|
|
9716
|
+
* * If the endpoint group is in the **updating** state, it indicates that a Logstore is being associated with the group. In this case, you can perform only query operations.
|
|
9717
|
+
* * If the endpoint group is in the **active** state, it indicates that a Logstore is associated with the group.
|
|
9718
|
+
* * The **AttachLogStoreToEndpointGroup** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
|
|
9719
|
+
*
|
|
9720
|
+
* @param request AttachLogStoreToEndpointGroupRequest
|
|
9721
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9722
|
+
* @return AttachLogStoreToEndpointGroupResponse
|
|
9723
|
+
*/
|
|
8806
9724
|
attachLogStoreToEndpointGroupWithOptions(request: AttachLogStoreToEndpointGroupRequest, runtime: $Util.RuntimeOptions): Promise<AttachLogStoreToEndpointGroupResponse>;
|
|
9725
|
+
/**
|
|
9726
|
+
* * **AttachLogStoreToEndpointGroup** is an asynchronous operation. After you send a request, the system returns a request ID, but this operation is still being performed in the system background. You can call the [DescribeEndpointGroup](~~153260~~) operation to query the state of an endpoint group.
|
|
9727
|
+
* * If the endpoint group is in the **updating** state, it indicates that a Logstore is being associated with the group. In this case, you can perform only query operations.
|
|
9728
|
+
* * If the endpoint group is in the **active** state, it indicates that a Logstore is associated with the group.
|
|
9729
|
+
* * The **AttachLogStoreToEndpointGroup** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
|
|
9730
|
+
*
|
|
9731
|
+
* @param request AttachLogStoreToEndpointGroupRequest
|
|
9732
|
+
* @return AttachLogStoreToEndpointGroupResponse
|
|
9733
|
+
*/
|
|
8807
9734
|
attachLogStoreToEndpointGroup(request: AttachLogStoreToEndpointGroupRequest): Promise<AttachLogStoreToEndpointGroupResponse>;
|
|
9735
|
+
/**
|
|
9736
|
+
* * **BandwidthPackageAddAccelerator** 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 [DescribeBandwidthPackage](~~153241~~) operation to query the state of the bandwidth plan that you attempt to associate.
|
|
9737
|
+
* * If the bandwidth plan is in the **binding** state, it indicates that the bandwidth plan is being associated. In this case, you can perform only query operations.
|
|
9738
|
+
* * If the bandwidth plan is in the **active** state, it indicates that the bandwidth plan is associated.
|
|
9739
|
+
* * The **BandwidthPackageAddAccelerator** operation cannot be called repeatedly for the same GA instance.
|
|
9740
|
+
*
|
|
9741
|
+
* @param request BandwidthPackageAddAcceleratorRequest
|
|
9742
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9743
|
+
* @return BandwidthPackageAddAcceleratorResponse
|
|
9744
|
+
*/
|
|
8808
9745
|
bandwidthPackageAddAcceleratorWithOptions(request: BandwidthPackageAddAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<BandwidthPackageAddAcceleratorResponse>;
|
|
9746
|
+
/**
|
|
9747
|
+
* * **BandwidthPackageAddAccelerator** 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 [DescribeBandwidthPackage](~~153241~~) operation to query the state of the bandwidth plan that you attempt to associate.
|
|
9748
|
+
* * If the bandwidth plan is in the **binding** state, it indicates that the bandwidth plan is being associated. In this case, you can perform only query operations.
|
|
9749
|
+
* * If the bandwidth plan is in the **active** state, it indicates that the bandwidth plan is associated.
|
|
9750
|
+
* * The **BandwidthPackageAddAccelerator** operation cannot be called repeatedly for the same GA instance.
|
|
9751
|
+
*
|
|
9752
|
+
* @param request BandwidthPackageAddAcceleratorRequest
|
|
9753
|
+
* @return BandwidthPackageAddAcceleratorResponse
|
|
9754
|
+
*/
|
|
8809
9755
|
bandwidthPackageAddAccelerator(request: BandwidthPackageAddAcceleratorRequest): Promise<BandwidthPackageAddAcceleratorResponse>;
|
|
9756
|
+
/**
|
|
9757
|
+
* * **BandwidthPackageRemoveAccelerator** 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 [DescribeBandwidthPackage](~~153241~~) operation to query the state of the bandwidth plan that you attempt to disassociate.
|
|
9758
|
+
* * If the bandwidth plan is in the **unbinding** state, it indicates that the bandwidth plan is being disassociated. In this case, you can perform only query operations.
|
|
9759
|
+
* * If the bandwidth plan is in the **active** state, it indicates that the bandwidth plan is disassociated.
|
|
9760
|
+
* * The **BandwidthPackageRemoveAccelerator** cannot be called repeatedly for the same GA instance.
|
|
9761
|
+
*
|
|
9762
|
+
* @param request BandwidthPackageRemoveAcceleratorRequest
|
|
9763
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9764
|
+
* @return BandwidthPackageRemoveAcceleratorResponse
|
|
9765
|
+
*/
|
|
8810
9766
|
bandwidthPackageRemoveAcceleratorWithOptions(request: BandwidthPackageRemoveAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<BandwidthPackageRemoveAcceleratorResponse>;
|
|
9767
|
+
/**
|
|
9768
|
+
* * **BandwidthPackageRemoveAccelerator** 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 [DescribeBandwidthPackage](~~153241~~) operation to query the state of the bandwidth plan that you attempt to disassociate.
|
|
9769
|
+
* * If the bandwidth plan is in the **unbinding** state, it indicates that the bandwidth plan is being disassociated. In this case, you can perform only query operations.
|
|
9770
|
+
* * If the bandwidth plan is in the **active** state, it indicates that the bandwidth plan is disassociated.
|
|
9771
|
+
* * The **BandwidthPackageRemoveAccelerator** cannot be called repeatedly for the same GA instance.
|
|
9772
|
+
*
|
|
9773
|
+
* @param request BandwidthPackageRemoveAcceleratorRequest
|
|
9774
|
+
* @return BandwidthPackageRemoveAcceleratorResponse
|
|
9775
|
+
*/
|
|
8811
9776
|
bandwidthPackageRemoveAccelerator(request: BandwidthPackageRemoveAcceleratorRequest): Promise<BandwidthPackageRemoveAcceleratorResponse>;
|
|
9777
|
+
/**
|
|
9778
|
+
* ## Usage notes
|
|
9779
|
+
* The **ChangeResourceGroup** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
9780
|
+
*
|
|
9781
|
+
* @param request ChangeResourceGroupRequest
|
|
9782
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9783
|
+
* @return ChangeResourceGroupResponse
|
|
9784
|
+
*/
|
|
8812
9785
|
changeResourceGroupWithOptions(request: ChangeResourceGroupRequest, runtime: $Util.RuntimeOptions): Promise<ChangeResourceGroupResponse>;
|
|
9786
|
+
/**
|
|
9787
|
+
* ## Usage notes
|
|
9788
|
+
* The **ChangeResourceGroup** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
9789
|
+
*
|
|
9790
|
+
* @param request ChangeResourceGroupRequest
|
|
9791
|
+
* @return ChangeResourceGroupResponse
|
|
9792
|
+
*/
|
|
8813
9793
|
changeResourceGroup(request: ChangeResourceGroupRequest): Promise<ChangeResourceGroupResponse>;
|
|
9794
|
+
/**
|
|
9795
|
+
* * **ConfigEndpointProbe** 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 the endpoint group to which an endpoint belongs and determine whether latency monitoring is configured for the endpoint.
|
|
9796
|
+
* * If the endpoint group is in the **updating** state, it indicates that latency monitoring is being configured for the endpoint. In this case, you can perform only query operations.
|
|
9797
|
+
* * If the endpoint group is in the **active** state, it indicates that latency monitoring is configured for the endpoint.
|
|
9798
|
+
* * The **ConfigEndpointProbe** operation cannot be called repeatedly for the same Global Accelerator (GA) instance within a specific period of time.
|
|
9799
|
+
*
|
|
9800
|
+
* @param request ConfigEndpointProbeRequest
|
|
9801
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9802
|
+
* @return ConfigEndpointProbeResponse
|
|
9803
|
+
*/
|
|
8814
9804
|
configEndpointProbeWithOptions(request: ConfigEndpointProbeRequest, runtime: $Util.RuntimeOptions): Promise<ConfigEndpointProbeResponse>;
|
|
9805
|
+
/**
|
|
9806
|
+
* * **ConfigEndpointProbe** 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 the endpoint group to which an endpoint belongs and determine whether latency monitoring is configured for the endpoint.
|
|
9807
|
+
* * If the endpoint group is in the **updating** state, it indicates that latency monitoring is being configured for the endpoint. In this case, you can perform only query operations.
|
|
9808
|
+
* * If the endpoint group is in the **active** state, it indicates that latency monitoring is configured for the endpoint.
|
|
9809
|
+
* * The **ConfigEndpointProbe** operation cannot be called repeatedly for the same Global Accelerator (GA) instance within a specific period of time.
|
|
9810
|
+
*
|
|
9811
|
+
* @param request ConfigEndpointProbeRequest
|
|
9812
|
+
* @return ConfigEndpointProbeResponse
|
|
9813
|
+
*/
|
|
8815
9814
|
configEndpointProbe(request: ConfigEndpointProbeRequest): Promise<ConfigEndpointProbeResponse>;
|
|
9815
|
+
/**
|
|
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.
|
|
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.
|
|
9818
|
+
* * If the GA instance is in the **active** state, it indicates that the GA instance is created.
|
|
9819
|
+
*
|
|
9820
|
+
* @param request CreateAcceleratorRequest
|
|
9821
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9822
|
+
* @return CreateAcceleratorResponse
|
|
9823
|
+
*/
|
|
8816
9824
|
createAcceleratorWithOptions(request: CreateAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<CreateAcceleratorResponse>;
|
|
9825
|
+
/**
|
|
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.
|
|
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.
|
|
9828
|
+
* * If the GA instance is in the **active** state, it indicates that the GA instance is created.
|
|
9829
|
+
*
|
|
9830
|
+
* @param request CreateAcceleratorRequest
|
|
9831
|
+
* @return CreateAcceleratorResponse
|
|
9832
|
+
*/
|
|
8817
9833
|
createAccelerator(request: CreateAcceleratorRequest): Promise<CreateAcceleratorResponse>;
|
|
9834
|
+
/**
|
|
9835
|
+
* **CreateAcl** 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 [GetAcl](~~258292~~) or [ListAcls](~~258291~~) operation to query the state of an ACL.
|
|
9836
|
+
* * If the ACL is in the **init** state, the ACL is being created. In this case, you can only perform only query operations.
|
|
9837
|
+
* * If the ACL is in the **active** state, the ACL is created.
|
|
9838
|
+
*
|
|
9839
|
+
* @param request CreateAclRequest
|
|
9840
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9841
|
+
* @return CreateAclResponse
|
|
9842
|
+
*/
|
|
8818
9843
|
createAclWithOptions(request: CreateAclRequest, runtime: $Util.RuntimeOptions): Promise<CreateAclResponse>;
|
|
9844
|
+
/**
|
|
9845
|
+
* **CreateAcl** 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 [GetAcl](~~258292~~) or [ListAcls](~~258291~~) operation to query the state of an ACL.
|
|
9846
|
+
* * If the ACL is in the **init** state, the ACL is being created. In this case, you can only perform only query operations.
|
|
9847
|
+
* * If the ACL is in the **active** state, the ACL is created.
|
|
9848
|
+
*
|
|
9849
|
+
* @param request CreateAclRequest
|
|
9850
|
+
* @return CreateAclResponse
|
|
9851
|
+
*/
|
|
8819
9852
|
createAcl(request: CreateAclRequest): Promise<CreateAclResponse>;
|
|
9853
|
+
/**
|
|
9854
|
+
* You can call the **CreateApplicationMonitor** operation to create an origin probing task. An origin probing task monitors the network quality between the client and origin server and checks the availability of the origin.
|
|
9855
|
+
* Before you call this operation, take note of the following items:
|
|
9856
|
+
* * **CreateApplicationMonitor** is an asynchronous operation. After you send a request, the system returns the ID of an origin probing task, but the origin probing task is still being created in the system background. You can call the [DescribeApplicationMonitor](~~408463~~) or [ListApplicationMonitor](~~408462~~) operation to query the state of the origin probing task.
|
|
9857
|
+
* * If the origin probing task is in the **init** state, it indicates that the task is being created. In this case, you can only perform query operations.
|
|
9858
|
+
* * If the origin probing task is in the **active** state, it indicates that the task is created.
|
|
9859
|
+
* * The **CreateApplicationMonitor** operation cannot be called repeatedly for the same Global Accelerator (GA) instance within a specific period of time.
|
|
9860
|
+
*
|
|
9861
|
+
* @param request CreateApplicationMonitorRequest
|
|
9862
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9863
|
+
* @return CreateApplicationMonitorResponse
|
|
9864
|
+
*/
|
|
8820
9865
|
createApplicationMonitorWithOptions(request: CreateApplicationMonitorRequest, runtime: $Util.RuntimeOptions): Promise<CreateApplicationMonitorResponse>;
|
|
9866
|
+
/**
|
|
9867
|
+
* You can call the **CreateApplicationMonitor** operation to create an origin probing task. An origin probing task monitors the network quality between the client and origin server and checks the availability of the origin.
|
|
9868
|
+
* Before you call this operation, take note of the following items:
|
|
9869
|
+
* * **CreateApplicationMonitor** is an asynchronous operation. After you send a request, the system returns the ID of an origin probing task, but the origin probing task is still being created in the system background. You can call the [DescribeApplicationMonitor](~~408463~~) or [ListApplicationMonitor](~~408462~~) operation to query the state of the origin probing task.
|
|
9870
|
+
* * If the origin probing task is in the **init** state, it indicates that the task is being created. In this case, you can only perform query operations.
|
|
9871
|
+
* * If the origin probing task is in the **active** state, it indicates that the task is created.
|
|
9872
|
+
* * The **CreateApplicationMonitor** operation cannot be called repeatedly for the same Global Accelerator (GA) instance within a specific period of time.
|
|
9873
|
+
*
|
|
9874
|
+
* @param request CreateApplicationMonitorRequest
|
|
9875
|
+
* @return CreateApplicationMonitorResponse
|
|
9876
|
+
*/
|
|
8821
9877
|
createApplicationMonitor(request: CreateApplicationMonitorRequest): Promise<CreateApplicationMonitorResponse>;
|
|
9878
|
+
/**
|
|
9879
|
+
* ##
|
|
9880
|
+
* To use Global Accelerator (GA) for acceleration, you must purchase a basic bandwidth plan. A basic bandwidth plan supports the following bandwidth types:
|
|
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.
|
|
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.
|
|
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.
|
|
9884
|
+
* When you call this operation, take note of the following items:
|
|
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.
|
|
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.
|
|
9887
|
+
* * If the bandwidth plan is in the **active** state, it indicates that the bandwidth plan is created.
|
|
9888
|
+
* * The **CreateBandwidthPackage** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
9889
|
+
*
|
|
9890
|
+
* @param request CreateBandwidthPackageRequest
|
|
9891
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9892
|
+
* @return CreateBandwidthPackageResponse
|
|
9893
|
+
*/
|
|
8822
9894
|
createBandwidthPackageWithOptions(request: CreateBandwidthPackageRequest, runtime: $Util.RuntimeOptions): Promise<CreateBandwidthPackageResponse>;
|
|
9895
|
+
/**
|
|
9896
|
+
* ##
|
|
9897
|
+
* To use Global Accelerator (GA) for acceleration, you must purchase a basic bandwidth plan. A basic bandwidth plan supports the following bandwidth types:
|
|
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.
|
|
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.
|
|
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.
|
|
9901
|
+
* When you call this operation, take note of the following items:
|
|
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.
|
|
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.
|
|
9904
|
+
* * If the bandwidth plan is in the **active** state, it indicates that the bandwidth plan is created.
|
|
9905
|
+
* * The **CreateBandwidthPackage** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
9906
|
+
*
|
|
9907
|
+
* @param request CreateBandwidthPackageRequest
|
|
9908
|
+
* @return CreateBandwidthPackageResponse
|
|
9909
|
+
*/
|
|
8823
9910
|
createBandwidthPackage(request: CreateBandwidthPackageRequest): Promise<CreateBandwidthPackageResponse>;
|
|
9911
|
+
/**
|
|
9912
|
+
* * **CreateBasicAccelerateIp** 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 [GetBasicAccelerateIp](~~466794~~) operation to query the status of an accelerated IP address:
|
|
9913
|
+
* * If no status information is returned, the accelerated IP address is being created. In this case, you can perform only query operations.
|
|
9914
|
+
* * If the accelerated IP address is in the **active** state, the accelerated IP address is created.
|
|
9915
|
+
* * The **CreateBasicAccelerateIp** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
9916
|
+
*
|
|
9917
|
+
* @param request CreateBasicAccelerateIpRequest
|
|
9918
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9919
|
+
* @return CreateBasicAccelerateIpResponse
|
|
9920
|
+
*/
|
|
8824
9921
|
createBasicAccelerateIpWithOptions(request: CreateBasicAccelerateIpRequest, runtime: $Util.RuntimeOptions): Promise<CreateBasicAccelerateIpResponse>;
|
|
9922
|
+
/**
|
|
9923
|
+
* * **CreateBasicAccelerateIp** 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 [GetBasicAccelerateIp](~~466794~~) operation to query the status of an accelerated IP address:
|
|
9924
|
+
* * If no status information is returned, the accelerated IP address is being created. In this case, you can perform only query operations.
|
|
9925
|
+
* * If the accelerated IP address is in the **active** state, the accelerated IP address is created.
|
|
9926
|
+
* * The **CreateBasicAccelerateIp** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
9927
|
+
*
|
|
9928
|
+
* @param request CreateBasicAccelerateIpRequest
|
|
9929
|
+
* @return CreateBasicAccelerateIpResponse
|
|
9930
|
+
*/
|
|
8825
9931
|
createBasicAccelerateIp(request: CreateBasicAccelerateIpRequest): Promise<CreateBasicAccelerateIpResponse>;
|
|
9932
|
+
/**
|
|
9933
|
+
* * **CreateBasicAccelerateIpEndpointRelation** 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 [GetBasicAccelerateIp](~~466794~~) or [ListBasicEndpoints](~~466831~~) API operation to query the status of an accelerated IP address or an endpoint to determine the association status between the accelerated IP address and endpoint.
|
|
9934
|
+
* * If the status of the accelerated IP address and endpoint is **binding**, the accelerated IP address is being associated with the endpoint. In this case, you can query the accelerated IP address and endpoint but cannot perform other operations.
|
|
9935
|
+
* * If the status of the accelerated IP address and endpoint is **bound** and the status returned by the [ListBasicAccelerateIpEndpointRelations](~~466803~~) API operation is **active**, the accelerated IP address is associated with the endpoint.
|
|
9936
|
+
* * The **CreateBasicAccelerateIpEndpointRelation** API operation cannot be repeatedly called for the same basic GA instance within a period of time.
|
|
9937
|
+
*
|
|
9938
|
+
* @param request CreateBasicAccelerateIpEndpointRelationRequest
|
|
9939
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9940
|
+
* @return CreateBasicAccelerateIpEndpointRelationResponse
|
|
9941
|
+
*/
|
|
8826
9942
|
createBasicAccelerateIpEndpointRelationWithOptions(request: CreateBasicAccelerateIpEndpointRelationRequest, runtime: $Util.RuntimeOptions): Promise<CreateBasicAccelerateIpEndpointRelationResponse>;
|
|
9943
|
+
/**
|
|
9944
|
+
* * **CreateBasicAccelerateIpEndpointRelation** 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 [GetBasicAccelerateIp](~~466794~~) or [ListBasicEndpoints](~~466831~~) API operation to query the status of an accelerated IP address or an endpoint to determine the association status between the accelerated IP address and endpoint.
|
|
9945
|
+
* * If the status of the accelerated IP address and endpoint is **binding**, the accelerated IP address is being associated with the endpoint. In this case, you can query the accelerated IP address and endpoint but cannot perform other operations.
|
|
9946
|
+
* * If the status of the accelerated IP address and endpoint is **bound** and the status returned by the [ListBasicAccelerateIpEndpointRelations](~~466803~~) API operation is **active**, the accelerated IP address is associated with the endpoint.
|
|
9947
|
+
* * The **CreateBasicAccelerateIpEndpointRelation** API operation cannot be repeatedly called for the same basic GA instance within a period of time.
|
|
9948
|
+
*
|
|
9949
|
+
* @param request CreateBasicAccelerateIpEndpointRelationRequest
|
|
9950
|
+
* @return CreateBasicAccelerateIpEndpointRelationResponse
|
|
9951
|
+
*/
|
|
8827
9952
|
createBasicAccelerateIpEndpointRelation(request: CreateBasicAccelerateIpEndpointRelationRequest): Promise<CreateBasicAccelerateIpEndpointRelationResponse>;
|
|
9953
|
+
/**
|
|
9954
|
+
* * The **CreateBasicAccelerateIpEndpointRelations** is asynchronous. After you send a request, the system returns a request ID and runs the task in the system background. You can call the [GetBasicAccelerateIp](~~466794~~) or [ListBasicEndpoints](~~466831~~) API operation to query the status of an accelerated IP address or an endpoint to determine the association status.
|
|
9955
|
+
* * If an accelerated IP address and the endpoint are in the **binding** state, the accelerated IP address is being associated with the endpoint. In this case, you can only query the accelerated IP address and endpoint, but cannot perform other operations.
|
|
9956
|
+
* * If all the accelerated IP addresses and the endpoint are in the **bound** state, and the association status returned by the [ListBasicAccelerateIpEndpointRelations](~~466803~~) API operation is **active**, the accelerated IP addresses are associated with the endpoints.
|
|
9957
|
+
* * The **CreateBasicAccelerateIpEndpointRelations** API operation cannot be repeatedly called for the same basic GA instance within a period of time.
|
|
9958
|
+
*
|
|
9959
|
+
* @param request CreateBasicAccelerateIpEndpointRelationsRequest
|
|
9960
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9961
|
+
* @return CreateBasicAccelerateIpEndpointRelationsResponse
|
|
9962
|
+
*/
|
|
8828
9963
|
createBasicAccelerateIpEndpointRelationsWithOptions(request: CreateBasicAccelerateIpEndpointRelationsRequest, runtime: $Util.RuntimeOptions): Promise<CreateBasicAccelerateIpEndpointRelationsResponse>;
|
|
9964
|
+
/**
|
|
9965
|
+
* * The **CreateBasicAccelerateIpEndpointRelations** is asynchronous. After you send a request, the system returns a request ID and runs the task in the system background. You can call the [GetBasicAccelerateIp](~~466794~~) or [ListBasicEndpoints](~~466831~~) API operation to query the status of an accelerated IP address or an endpoint to determine the association status.
|
|
9966
|
+
* * If an accelerated IP address and the endpoint are in the **binding** state, the accelerated IP address is being associated with the endpoint. In this case, you can only query the accelerated IP address and endpoint, but cannot perform other operations.
|
|
9967
|
+
* * If all the accelerated IP addresses and the endpoint are in the **bound** state, and the association status returned by the [ListBasicAccelerateIpEndpointRelations](~~466803~~) API operation is **active**, the accelerated IP addresses are associated with the endpoints.
|
|
9968
|
+
* * The **CreateBasicAccelerateIpEndpointRelations** API operation cannot be repeatedly called for the same basic GA instance within a period of time.
|
|
9969
|
+
*
|
|
9970
|
+
* @param request CreateBasicAccelerateIpEndpointRelationsRequest
|
|
9971
|
+
* @return CreateBasicAccelerateIpEndpointRelationsResponse
|
|
9972
|
+
*/
|
|
8829
9973
|
createBasicAccelerateIpEndpointRelations(request: CreateBasicAccelerateIpEndpointRelationsRequest): Promise<CreateBasicAccelerateIpEndpointRelationsResponse>;
|
|
9974
|
+
/**
|
|
9975
|
+
* ## Usage notes
|
|
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~~).
|
|
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.
|
|
9980
|
+
*
|
|
9981
|
+
* @param request CreateBasicAcceleratorRequest
|
|
9982
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9983
|
+
* @return CreateBasicAcceleratorResponse
|
|
9984
|
+
*/
|
|
8830
9985
|
createBasicAcceleratorWithOptions(request: CreateBasicAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<CreateBasicAcceleratorResponse>;
|
|
9986
|
+
/**
|
|
9987
|
+
* ## Usage notes
|
|
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~~).
|
|
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.
|
|
9992
|
+
*
|
|
9993
|
+
* @param request CreateBasicAcceleratorRequest
|
|
9994
|
+
* @return CreateBasicAcceleratorResponse
|
|
9995
|
+
*/
|
|
8831
9996
|
createBasicAccelerator(request: CreateBasicAcceleratorRequest): Promise<CreateBasicAcceleratorResponse>;
|
|
9997
|
+
/**
|
|
9998
|
+
* * **CreateBasicEndpoint** 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 [ListBasicEndpoints](~~466831~~) API operation to query the status of an endpoint.
|
|
9999
|
+
* * If the endpoint is in the **init** state, the endpoint is being created. In this case, you can perform only query operations.
|
|
10000
|
+
* * If the endpoint is in the **active** state, the endpoint is created.
|
|
10001
|
+
* * The **CreateBasicEndpoint** API operation cannot be repeatedly called for the same basic GA instance within a specific period of time.
|
|
10002
|
+
*
|
|
10003
|
+
* @param request CreateBasicEndpointRequest
|
|
10004
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
10005
|
+
* @return CreateBasicEndpointResponse
|
|
10006
|
+
*/
|
|
8832
10007
|
createBasicEndpointWithOptions(request: CreateBasicEndpointRequest, runtime: $Util.RuntimeOptions): Promise<CreateBasicEndpointResponse>;
|
|
10008
|
+
/**
|
|
10009
|
+
* * **CreateBasicEndpoint** 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 [ListBasicEndpoints](~~466831~~) API operation to query the status of an endpoint.
|
|
10010
|
+
* * If the endpoint is in the **init** state, the endpoint is being created. In this case, you can perform only query operations.
|
|
10011
|
+
* * If the endpoint is in the **active** state, the endpoint is created.
|
|
10012
|
+
* * The **CreateBasicEndpoint** API operation cannot be repeatedly called for the same basic GA instance within a specific period of time.
|
|
10013
|
+
*
|
|
10014
|
+
* @param request CreateBasicEndpointRequest
|
|
10015
|
+
* @return CreateBasicEndpointResponse
|
|
10016
|
+
*/
|
|
8833
10017
|
createBasicEndpoint(request: CreateBasicEndpointRequest): Promise<CreateBasicEndpointResponse>;
|
|
10018
|
+
/**
|
|
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.
|
|
10021
|
+
* * If the endpoint group is in the **init** state, the endpoint is being created. In this case, you can perform only query operations.
|
|
10022
|
+
* * If the endpoint group is in the **active** state, the endpoint group is created.
|
|
10023
|
+
* * The **CreateBasicEndpointGroup** operation cannot be repeatedly called for the same basic GA instance within a specific period of time.
|
|
10024
|
+
*
|
|
10025
|
+
* @param request CreateBasicEndpointGroupRequest
|
|
10026
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
10027
|
+
* @return CreateBasicEndpointGroupResponse
|
|
10028
|
+
*/
|
|
8834
10029
|
createBasicEndpointGroupWithOptions(request: CreateBasicEndpointGroupRequest, runtime: $Util.RuntimeOptions): Promise<CreateBasicEndpointGroupResponse>;
|
|
10030
|
+
/**
|
|
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.
|
|
10033
|
+
* * If the endpoint group is in the **init** state, the endpoint is being created. In this case, you can perform only query operations.
|
|
10034
|
+
* * If the endpoint group is in the **active** state, the endpoint group is created.
|
|
10035
|
+
* * The **CreateBasicEndpointGroup** operation cannot be repeatedly called for the same basic GA instance within a specific period of time.
|
|
10036
|
+
*
|
|
10037
|
+
* @param request CreateBasicEndpointGroupRequest
|
|
10038
|
+
* @return CreateBasicEndpointGroupResponse
|
|
10039
|
+
*/
|
|
8835
10040
|
createBasicEndpointGroup(request: CreateBasicEndpointGroupRequest): Promise<CreateBasicEndpointGroupResponse>;
|
|
10041
|
+
/**
|
|
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.
|
|
10045
|
+
*
|
|
10046
|
+
* @param request CreateBasicEndpointsRequest
|
|
10047
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
10048
|
+
* @return CreateBasicEndpointsResponse
|
|
10049
|
+
*/
|
|
8836
10050
|
createBasicEndpointsWithOptions(request: CreateBasicEndpointsRequest, runtime: $Util.RuntimeOptions): Promise<CreateBasicEndpointsResponse>;
|
|
10051
|
+
/**
|
|
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.
|
|
10055
|
+
*
|
|
10056
|
+
* @param request CreateBasicEndpointsRequest
|
|
10057
|
+
* @return CreateBasicEndpointsResponse
|
|
10058
|
+
*/
|
|
8837
10059
|
createBasicEndpoints(request: CreateBasicEndpointsRequest): Promise<CreateBasicEndpointsResponse>;
|
|
10060
|
+
/**
|
|
10061
|
+
* Before you call this operation, take note of the following limits:
|
|
10062
|
+
* * You can add only one acceleration region for each basic GA instance, and only IPv4 clients can connect to basic GA instances.
|
|
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.
|
|
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.
|
|
10065
|
+
* * If the acceleration region is in the **active** state, the acceleration region is created.
|
|
10066
|
+
* * The **CreateBasicIpSet** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
10067
|
+
*
|
|
10068
|
+
* @param request CreateBasicIpSetRequest
|
|
10069
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
10070
|
+
* @return CreateBasicIpSetResponse
|
|
10071
|
+
*/
|
|
8838
10072
|
createBasicIpSetWithOptions(request: CreateBasicIpSetRequest, runtime: $Util.RuntimeOptions): Promise<CreateBasicIpSetResponse>;
|
|
10073
|
+
/**
|
|
10074
|
+
* Before you call this operation, take note of the following limits:
|
|
10075
|
+
* * You can add only one acceleration region for each basic GA instance, and only IPv4 clients can connect to basic GA instances.
|
|
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.
|
|
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.
|
|
10078
|
+
* * If the acceleration region is in the **active** state, the acceleration region is created.
|
|
10079
|
+
* * The **CreateBasicIpSet** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
10080
|
+
*
|
|
10081
|
+
* @param request CreateBasicIpSetRequest
|
|
10082
|
+
* @return CreateBasicIpSetResponse
|
|
10083
|
+
*/
|
|
8839
10084
|
createBasicIpSet(request: CreateBasicIpSetRequest): Promise<CreateBasicIpSetResponse>;
|
|
10085
|
+
/**
|
|
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~~).
|
|
10099
|
+
*
|
|
10100
|
+
* @param request CreateCustomRoutingEndpointGroupDestinationsRequest
|
|
10101
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
10102
|
+
* @return CreateCustomRoutingEndpointGroupDestinationsResponse
|
|
10103
|
+
*/
|
|
8840
10104
|
createCustomRoutingEndpointGroupDestinationsWithOptions(request: CreateCustomRoutingEndpointGroupDestinationsRequest, runtime: $Util.RuntimeOptions): Promise<CreateCustomRoutingEndpointGroupDestinationsResponse>;
|
|
10105
|
+
/**
|
|
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~~).
|
|
10119
|
+
*
|
|
10120
|
+
* @param request CreateCustomRoutingEndpointGroupDestinationsRequest
|
|
10121
|
+
* @return CreateCustomRoutingEndpointGroupDestinationsResponse
|
|
10122
|
+
*/
|
|
8841
10123
|
createCustomRoutingEndpointGroupDestinations(request: CreateCustomRoutingEndpointGroupDestinationsRequest): Promise<CreateCustomRoutingEndpointGroupDestinationsResponse>;
|
|
10124
|
+
/**
|
|
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~~).
|
|
10129
|
+
* When you call this operation, take note of the following items:
|
|
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~~).
|
|
10140
|
+
*
|
|
10141
|
+
* @param request CreateCustomRoutingEndpointGroupsRequest
|
|
10142
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
10143
|
+
* @return CreateCustomRoutingEndpointGroupsResponse
|
|
10144
|
+
*/
|
|
8842
10145
|
createCustomRoutingEndpointGroupsWithOptions(request: CreateCustomRoutingEndpointGroupsRequest, runtime: $Util.RuntimeOptions): Promise<CreateCustomRoutingEndpointGroupsResponse>;
|
|
10146
|
+
/**
|
|
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~~).
|
|
10151
|
+
* When you call this operation, take note of the following items:
|
|
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~~).
|
|
10162
|
+
*
|
|
10163
|
+
* @param request CreateCustomRoutingEndpointGroupsRequest
|
|
10164
|
+
* @return CreateCustomRoutingEndpointGroupsResponse
|
|
10165
|
+
*/
|
|
8843
10166
|
createCustomRoutingEndpointGroups(request: CreateCustomRoutingEndpointGroupsRequest): Promise<CreateCustomRoutingEndpointGroupsResponse>;
|
|
10167
|
+
/**
|
|
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**.
|
|
10169
|
+
* When you call this operation, take note of the following items:
|
|
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~~).
|
|
10182
|
+
*
|
|
10183
|
+
* @param request CreateCustomRoutingEndpointTrafficPoliciesRequest
|
|
10184
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
10185
|
+
* @return CreateCustomRoutingEndpointTrafficPoliciesResponse
|
|
10186
|
+
*/
|
|
8844
10187
|
createCustomRoutingEndpointTrafficPoliciesWithOptions(request: CreateCustomRoutingEndpointTrafficPoliciesRequest, runtime: $Util.RuntimeOptions): Promise<CreateCustomRoutingEndpointTrafficPoliciesResponse>;
|
|
10188
|
+
/**
|
|
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**.
|
|
10190
|
+
* When you call this operation, take note of the following items:
|
|
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~~).
|
|
10203
|
+
*
|
|
10204
|
+
* @param request CreateCustomRoutingEndpointTrafficPoliciesRequest
|
|
10205
|
+
* @return CreateCustomRoutingEndpointTrafficPoliciesResponse
|
|
10206
|
+
*/
|
|
8845
10207
|
createCustomRoutingEndpointTrafficPolicies(request: CreateCustomRoutingEndpointTrafficPoliciesRequest): Promise<CreateCustomRoutingEndpointTrafficPoliciesResponse>;
|
|
10208
|
+
/**
|
|
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
|
|
10216
|
+
* The following operations are complete before you call this operation:
|
|
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~~).
|
|
10222
|
+
*
|
|
10223
|
+
* @param request CreateCustomRoutingEndpointsRequest
|
|
10224
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
10225
|
+
* @return CreateCustomRoutingEndpointsResponse
|
|
10226
|
+
*/
|
|
8846
10227
|
createCustomRoutingEndpointsWithOptions(request: CreateCustomRoutingEndpointsRequest, runtime: $Util.RuntimeOptions): Promise<CreateCustomRoutingEndpointsResponse>;
|
|
10228
|
+
/**
|
|
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
|
|
10236
|
+
* The following operations are complete before you call this operation:
|
|
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~~).
|
|
10242
|
+
*
|
|
10243
|
+
* @param request CreateCustomRoutingEndpointsRequest
|
|
10244
|
+
* @return CreateCustomRoutingEndpointsResponse
|
|
10245
|
+
*/
|
|
8847
10246
|
createCustomRoutingEndpoints(request: CreateCustomRoutingEndpointsRequest): Promise<CreateCustomRoutingEndpointsResponse>;
|
|
10247
|
+
/**
|
|
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.
|
|
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:
|
|
10250
|
+
* * If your accelerated domain name is hosted in the Chinese mainland, you must obtain an ICP number for the domain name.
|
|
10251
|
+
* * The same accelerated domain name cannot be repeatedly associated with the same GA instance.
|
|
10252
|
+
* * You cannot repeatedly call the **CreateDomain** operation by using the same Alibaba Cloud account within a specific period of time.
|
|
10253
|
+
*
|
|
10254
|
+
* @param request CreateDomainRequest
|
|
10255
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
10256
|
+
* @return CreateDomainResponse
|
|
10257
|
+
*/
|
|
10258
|
+
createDomainWithOptions(request: CreateDomainRequest, runtime: $Util.RuntimeOptions): Promise<CreateDomainResponse>;
|
|
10259
|
+
/**
|
|
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.
|
|
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:
|
|
10262
|
+
* * If your accelerated domain name is hosted in the Chinese mainland, you must obtain an ICP number for the domain name.
|
|
10263
|
+
* * The same accelerated domain name cannot be repeatedly associated with the same GA instance.
|
|
10264
|
+
* * You cannot repeatedly call the **CreateDomain** operation by using the same Alibaba Cloud account within a specific period of time.
|
|
10265
|
+
*
|
|
10266
|
+
* @param request CreateDomainRequest
|
|
10267
|
+
* @return CreateDomainResponse
|
|
10268
|
+
*/
|
|
10269
|
+
createDomain(request: CreateDomainRequest): Promise<CreateDomainResponse>;
|
|
10270
|
+
/**
|
|
10271
|
+
* * **CreateEndpointGroup** is an asynchronous operation. After you send a request, the system returns the ID of an endpoint group, but the endpoint group is still being created in the system background. You can call the [DescribeEndpointGroup](~~153260~~) operation to query the state of the endpoint group.
|
|
10272
|
+
* * If the endpoint group is in the **init** state, it indicates that the endpoint group is being created. In this case, you can perform only query operations.
|
|
10273
|
+
* * If the endpoint group is in the **active** state, it indicates that the endpoint group is created.
|
|
10274
|
+
* * The **CreateEndpointGroup** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
|
|
10275
|
+
*
|
|
10276
|
+
* @param request CreateEndpointGroupRequest
|
|
10277
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
10278
|
+
* @return CreateEndpointGroupResponse
|
|
10279
|
+
*/
|
|
8848
10280
|
createEndpointGroupWithOptions(request: CreateEndpointGroupRequest, runtime: $Util.RuntimeOptions): Promise<CreateEndpointGroupResponse>;
|
|
10281
|
+
/**
|
|
10282
|
+
* * **CreateEndpointGroup** is an asynchronous operation. After you send a request, the system returns the ID of an endpoint group, but the endpoint group is still being created in the system background. You can call the [DescribeEndpointGroup](~~153260~~) operation to query the state of the endpoint group.
|
|
10283
|
+
* * If the endpoint group is in the **init** state, it indicates that the endpoint group is being created. In this case, you can perform only query operations.
|
|
10284
|
+
* * If the endpoint group is in the **active** state, it indicates that the endpoint group is created.
|
|
10285
|
+
* * The **CreateEndpointGroup** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
|
|
10286
|
+
*
|
|
10287
|
+
* @param request CreateEndpointGroupRequest
|
|
10288
|
+
* @return CreateEndpointGroupResponse
|
|
10289
|
+
*/
|
|
8849
10290
|
createEndpointGroup(request: CreateEndpointGroupRequest): Promise<CreateEndpointGroupResponse>;
|
|
10291
|
+
/**
|
|
10292
|
+
* * **CreateEndpointGroups** 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~~) or [ListEndpointGroups](~~153261~~) to query the state of an endpoint group.
|
|
10293
|
+
* * If an endpoint group is in the **init** state, the endpoint group is being created. In this case, you can perform only query operations.
|
|
10294
|
+
* * If all endpoint groups are in the **active**, endpoint groups are created.
|
|
10295
|
+
* * The **CreateEndpointGroups** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
|
|
10296
|
+
*
|
|
10297
|
+
* @param request CreateEndpointGroupsRequest
|
|
10298
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
10299
|
+
* @return CreateEndpointGroupsResponse
|
|
10300
|
+
*/
|
|
8850
10301
|
createEndpointGroupsWithOptions(request: CreateEndpointGroupsRequest, runtime: $Util.RuntimeOptions): Promise<CreateEndpointGroupsResponse>;
|
|
10302
|
+
/**
|
|
10303
|
+
* * **CreateEndpointGroups** 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~~) or [ListEndpointGroups](~~153261~~) to query the state of an endpoint group.
|
|
10304
|
+
* * If an endpoint group is in the **init** state, the endpoint group is being created. In this case, you can perform only query operations.
|
|
10305
|
+
* * If all endpoint groups are in the **active**, endpoint groups are created.
|
|
10306
|
+
* * The **CreateEndpointGroups** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
|
|
10307
|
+
*
|
|
10308
|
+
* @param request CreateEndpointGroupsRequest
|
|
10309
|
+
* @return CreateEndpointGroupsResponse
|
|
10310
|
+
*/
|
|
8851
10311
|
createEndpointGroups(request: CreateEndpointGroupsRequest): Promise<CreateEndpointGroupsResponse>;
|
|
10312
|
+
/**
|
|
10313
|
+
* HTTP and HTTPS listeners of Global Accelerator (GA) support domain name-based and path-based forwarding rules. After an HTTP or HTTPS listener receives a request, the system matches the request against the forwarding conditions in a forwarding rule and then performs the corresponding forwarding action. For example, if you set **Host** to `www.example.com` as the forwarding condition and **Forward** to `epg-bp1enpdcrqhl78g6r****` as the forwarding action in a forwarding rule, requests to the `www.example.com` domain name match this forwarding rule and are forwarded to the `epg-bp1enpdcrqhl78g6r****` endpoint group. Before you call this API operation to create a forwarding rule, we recommend that you understand forwarding rules. For more information, see [Forwarding rules](~~204224~~).
|
|
10314
|
+
* When you call this operation, take note of the following items:
|
|
10315
|
+
* * **CreateForwardingRules** is an asynchronous operation. After you send a request, the system returns the ID of a forwarding rule, but the forwarding rule is still being created in the system background. You can call the [ListForwardingRules](~~205817~~) operation to query the state of the forwarding rule.
|
|
10316
|
+
* * If the forwarding rule is in the **configuring** state, it indicates that the rule is being created. In this case, you can only perform query operations.
|
|
10317
|
+
* * If the forwarding rule is in the **active** state, it indicates that the rule is created.
|
|
10318
|
+
* * The **CreateForwardingRules** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
10319
|
+
*
|
|
10320
|
+
* @param request CreateForwardingRulesRequest
|
|
10321
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
10322
|
+
* @return CreateForwardingRulesResponse
|
|
10323
|
+
*/
|
|
8852
10324
|
createForwardingRulesWithOptions(request: CreateForwardingRulesRequest, runtime: $Util.RuntimeOptions): Promise<CreateForwardingRulesResponse>;
|
|
10325
|
+
/**
|
|
10326
|
+
* HTTP and HTTPS listeners of Global Accelerator (GA) support domain name-based and path-based forwarding rules. After an HTTP or HTTPS listener receives a request, the system matches the request against the forwarding conditions in a forwarding rule and then performs the corresponding forwarding action. For example, if you set **Host** to `www.example.com` as the forwarding condition and **Forward** to `epg-bp1enpdcrqhl78g6r****` as the forwarding action in a forwarding rule, requests to the `www.example.com` domain name match this forwarding rule and are forwarded to the `epg-bp1enpdcrqhl78g6r****` endpoint group. Before you call this API operation to create a forwarding rule, we recommend that you understand forwarding rules. For more information, see [Forwarding rules](~~204224~~).
|
|
10327
|
+
* When you call this operation, take note of the following items:
|
|
10328
|
+
* * **CreateForwardingRules** is an asynchronous operation. After you send a request, the system returns the ID of a forwarding rule, but the forwarding rule is still being created in the system background. You can call the [ListForwardingRules](~~205817~~) operation to query the state of the forwarding rule.
|
|
10329
|
+
* * If the forwarding rule is in the **configuring** state, it indicates that the rule is being created. In this case, you can only perform query operations.
|
|
10330
|
+
* * If the forwarding rule is in the **active** state, it indicates that the rule is created.
|
|
10331
|
+
* * The **CreateForwardingRules** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
10332
|
+
*
|
|
10333
|
+
* @param request CreateForwardingRulesRequest
|
|
10334
|
+
* @return CreateForwardingRulesResponse
|
|
10335
|
+
*/
|
|
8853
10336
|
createForwardingRules(request: CreateForwardingRulesRequest): Promise<CreateForwardingRulesResponse>;
|
|
10337
|
+
/**
|
|
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.
|
|
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.
|
|
10341
|
+
* * If acceleration regions are in the **active** state, it indicates that the acceleration regions are created.
|
|
10342
|
+
* * The **CreateIpSets** operation cannot be called repeatedly for the same Global Accelerator (GA) instance within a specific period of time.
|
|
10343
|
+
*
|
|
10344
|
+
* @param request CreateIpSetsRequest
|
|
10345
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
10346
|
+
* @return CreateIpSetsResponse
|
|
10347
|
+
*/
|
|
8854
10348
|
createIpSetsWithOptions(request: CreateIpSetsRequest, runtime: $Util.RuntimeOptions): Promise<CreateIpSetsResponse>;
|
|
10349
|
+
/**
|
|
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.
|
|
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.
|
|
10353
|
+
* * If acceleration regions are in the **active** state, it indicates that the acceleration regions are created.
|
|
10354
|
+
* * The **CreateIpSets** operation cannot be called repeatedly for the same Global Accelerator (GA) instance within a specific period of time.
|
|
10355
|
+
*
|
|
10356
|
+
* @param request CreateIpSetsRequest
|
|
10357
|
+
* @return CreateIpSetsResponse
|
|
10358
|
+
*/
|
|
8855
10359
|
createIpSets(request: CreateIpSetsRequest): Promise<CreateIpSetsResponse>;
|
|
10360
|
+
/**
|
|
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.
|
|
10362
|
+
* Before you call this operation, take note of the following limits:
|
|
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:
|
|
10364
|
+
* * If a listener is in the **init** state, the listener is being created. In this case, you can perform only query operations.
|
|
10365
|
+
* * If a listener is in the **active** state, the listener is created.
|
|
10366
|
+
* * The **CreateListener** operation cannot be repeatedly called to create listeners for the same GA instance in a specific period of time.
|
|
10367
|
+
*
|
|
10368
|
+
* @param request CreateListenerRequest
|
|
10369
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
10370
|
+
* @return CreateListenerResponse
|
|
10371
|
+
*/
|
|
8856
10372
|
createListenerWithOptions(request: CreateListenerRequest, runtime: $Util.RuntimeOptions): Promise<CreateListenerResponse>;
|
|
10373
|
+
/**
|
|
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.
|
|
10375
|
+
* Before you call this operation, take note of the following limits:
|
|
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:
|
|
10377
|
+
* * If a listener is in the **init** state, the listener is being created. In this case, you can perform only query operations.
|
|
10378
|
+
* * If a listener is in the **active** state, the listener is created.
|
|
10379
|
+
* * The **CreateListener** operation cannot be repeatedly called to create listeners for the same GA instance in a specific period of time.
|
|
10380
|
+
*
|
|
10381
|
+
* @param request CreateListenerRequest
|
|
10382
|
+
* @return CreateListenerResponse
|
|
10383
|
+
*/
|
|
8857
10384
|
createListener(request: CreateListenerRequest): Promise<CreateListenerResponse>;
|
|
10385
|
+
/**
|
|
10386
|
+
* * **CreateSpareIps** is an asynchronous operation. After you send a request, the system returns a request ID, but this operation is still being performed in the system background. You can call the [DescribeAccelerator](~~153235~~) operation to query the state of a GA instance.
|
|
10387
|
+
* * If the GA instance is in the **configuring** state, it indicates that spare IP addresses are being created for the CNAME that is assigned to the GA instance. In this case, you can only perform query operations.
|
|
10388
|
+
* * If the GA instance is in the **active** state, it indicates that spare IP addresses are created for the CNAME that is assigned to the GA instance.
|
|
10389
|
+
* * The **CreateSpareIps** operation cannot be called repeatedly for the same GA instance within a specific period of time.
|
|
10390
|
+
*
|
|
10391
|
+
* @param request CreateSpareIpsRequest
|
|
10392
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
10393
|
+
* @return CreateSpareIpsResponse
|
|
10394
|
+
*/
|
|
8858
10395
|
createSpareIpsWithOptions(request: CreateSpareIpsRequest, runtime: $Util.RuntimeOptions): Promise<CreateSpareIpsResponse>;
|
|
10396
|
+
/**
|
|
10397
|
+
* * **CreateSpareIps** is an asynchronous operation. After you send a request, the system returns a request ID, but this operation is still being performed in the system background. You can call the [DescribeAccelerator](~~153235~~) operation to query the state of a GA instance.
|
|
10398
|
+
* * If the GA instance is in the **configuring** state, it indicates that spare IP addresses are being created for the CNAME that is assigned to the GA instance. In this case, you can only perform query operations.
|
|
10399
|
+
* * If the GA instance is in the **active** state, it indicates that spare IP addresses are created for the CNAME that is assigned to the GA instance.
|
|
10400
|
+
* * The **CreateSpareIps** operation cannot be called repeatedly for the same GA instance within a specific period of time.
|
|
10401
|
+
*
|
|
10402
|
+
* @param request CreateSpareIpsRequest
|
|
10403
|
+
* @return CreateSpareIpsResponse
|
|
10404
|
+
*/
|
|
8859
10405
|
createSpareIps(request: CreateSpareIpsRequest): Promise<CreateSpareIpsResponse>;
|
|
10406
|
+
/**
|
|
10407
|
+
* * Subscription GA instances cannot be deleted.
|
|
10408
|
+
* * GA instances that have bandwidth plans associated cannot be deleted. To delete such GA instances, disassociate the bandwidth plans. For information about how to disassociate a bandwidth plan from a GA instance, see [BandwidthPackageRemoveAccelerator](~~153240~~).
|
|
10409
|
+
* * **DeleteAccelerator** 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 [DescribeAccelerator](~~153235~~) operation to query the state of a GA instance.
|
|
10410
|
+
* * If the GA instance is in the **deleting** state, it indicates that the GA instance is being deleted. In this case, you can perform only query operations.
|
|
10411
|
+
* * If the GA instance cannot be queried, it indicates that the GA instance is deleted.
|
|
10412
|
+
*
|
|
10413
|
+
* @param request DeleteAcceleratorRequest
|
|
10414
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
10415
|
+
* @return DeleteAcceleratorResponse
|
|
10416
|
+
*/
|
|
8860
10417
|
deleteAcceleratorWithOptions(request: DeleteAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<DeleteAcceleratorResponse>;
|
|
10418
|
+
/**
|
|
10419
|
+
* * Subscription GA instances cannot be deleted.
|
|
10420
|
+
* * GA instances that have bandwidth plans associated cannot be deleted. To delete such GA instances, disassociate the bandwidth plans. For information about how to disassociate a bandwidth plan from a GA instance, see [BandwidthPackageRemoveAccelerator](~~153240~~).
|
|
10421
|
+
* * **DeleteAccelerator** 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 [DescribeAccelerator](~~153235~~) operation to query the state of a GA instance.
|
|
10422
|
+
* * If the GA instance is in the **deleting** state, it indicates that the GA instance is being deleted. In this case, you can perform only query operations.
|
|
10423
|
+
* * If the GA instance cannot be queried, it indicates that the GA instance is deleted.
|
|
10424
|
+
*
|
|
10425
|
+
* @param request DeleteAcceleratorRequest
|
|
10426
|
+
* @return DeleteAcceleratorResponse
|
|
10427
|
+
*/
|
|
8861
10428
|
deleteAccelerator(request: DeleteAcceleratorRequest): Promise<DeleteAcceleratorResponse>;
|
|
10429
|
+
/**
|
|
10430
|
+
* **DeleteAcl** 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 [GetAcl](~~258292~~) operation to query the state of a network ACL.
|
|
10431
|
+
* * If the network ACL is in the **deleting** state, it indicates that the network ACL is being deleted. In this case, you can perform only query operations.
|
|
10432
|
+
* * If the network ACL cannot be queried, it indicates that the network ACL is deleted.
|
|
10433
|
+
*
|
|
10434
|
+
* @param request DeleteAclRequest
|
|
10435
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
10436
|
+
* @return DeleteAclResponse
|
|
10437
|
+
*/
|
|
8862
10438
|
deleteAclWithOptions(request: DeleteAclRequest, runtime: $Util.RuntimeOptions): Promise<DeleteAclResponse>;
|
|
10439
|
+
/**
|
|
10440
|
+
* **DeleteAcl** 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 [GetAcl](~~258292~~) operation to query the state of a network ACL.
|
|
10441
|
+
* * If the network ACL is in the **deleting** state, it indicates that the network ACL is being deleted. In this case, you can perform only query operations.
|
|
10442
|
+
* * If the network ACL cannot be queried, it indicates that the network ACL is deleted.
|
|
10443
|
+
*
|
|
10444
|
+
* @param request DeleteAclRequest
|
|
10445
|
+
* @return DeleteAclResponse
|
|
10446
|
+
*/
|
|
8863
10447
|
deleteAcl(request: DeleteAclRequest): Promise<DeleteAclResponse>;
|
|
10448
|
+
/**
|
|
10449
|
+
* * **DeleteApplicationMonitor** is an asynchronous operation. After you call this operation, the system returns a request ID, but the operation is still being performed in the system background. You can call the [ListApplicationMonitor](~~408462~~) operation to query the state of an origin probing task.
|
|
10450
|
+
* * If the origin probing task is in the **deleting** state, it indicates that the task is being deleted. In this case, you can perform only query operations.
|
|
10451
|
+
* <!---->
|
|
10452
|
+
* * If the origin probing task cannot be queried, it indicates that the task is deleted.
|
|
10453
|
+
* * The **DeleteApplicationMonitor** operation cannot be called repeatedly for the same Global Accelerator (GA) instance within a specific period of time.
|
|
10454
|
+
*
|
|
10455
|
+
* @param request DeleteApplicationMonitorRequest
|
|
10456
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
10457
|
+
* @return DeleteApplicationMonitorResponse
|
|
10458
|
+
*/
|
|
8864
10459
|
deleteApplicationMonitorWithOptions(request: DeleteApplicationMonitorRequest, runtime: $Util.RuntimeOptions): Promise<DeleteApplicationMonitorResponse>;
|
|
10460
|
+
/**
|
|
10461
|
+
* * **DeleteApplicationMonitor** is an asynchronous operation. After you call this operation, the system returns a request ID, but the operation is still being performed in the system background. You can call the [ListApplicationMonitor](~~408462~~) operation to query the state of an origin probing task.
|
|
10462
|
+
* * If the origin probing task is in the **deleting** state, it indicates that the task is being deleted. In this case, you can perform only query operations.
|
|
10463
|
+
* <!---->
|
|
10464
|
+
* * If the origin probing task cannot be queried, it indicates that the task is deleted.
|
|
10465
|
+
* * The **DeleteApplicationMonitor** operation cannot be called repeatedly for the same Global Accelerator (GA) instance within a specific period of time.
|
|
10466
|
+
*
|
|
10467
|
+
* @param request DeleteApplicationMonitorRequest
|
|
10468
|
+
* @return DeleteApplicationMonitorResponse
|
|
10469
|
+
*/
|
|
8865
10470
|
deleteApplicationMonitor(request: DeleteApplicationMonitorRequest): Promise<DeleteApplicationMonitorResponse>;
|
|
10471
|
+
/**
|
|
10472
|
+
* * By default, subscription bandwidth plans cannot be deleted. If you want to delete subscription bandwidth plans, contact your account manager.
|
|
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~~).
|
|
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.
|
|
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.
|
|
10476
|
+
* * If the bandwidth plan cannot be found, it indicates that the bandwidth plan is deleted.
|
|
10477
|
+
* * The **DeleteBandwidthPackage** operation cannot be called repeatedly for the same bandwidth plan within a specific period of time.
|
|
10478
|
+
*
|
|
10479
|
+
* @param request DeleteBandwidthPackageRequest
|
|
10480
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
10481
|
+
* @return DeleteBandwidthPackageResponse
|
|
10482
|
+
*/
|
|
8866
10483
|
deleteBandwidthPackageWithOptions(request: DeleteBandwidthPackageRequest, runtime: $Util.RuntimeOptions): Promise<DeleteBandwidthPackageResponse>;
|
|
10484
|
+
/**
|
|
10485
|
+
* * By default, subscription bandwidth plans cannot be deleted. If you want to delete subscription bandwidth plans, contact your account manager.
|
|
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~~).
|
|
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.
|
|
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.
|
|
10489
|
+
* * If the bandwidth plan cannot be found, it indicates that the bandwidth plan is deleted.
|
|
10490
|
+
* * The **DeleteBandwidthPackage** operation cannot be called repeatedly for the same bandwidth plan within a specific period of time.
|
|
10491
|
+
*
|
|
10492
|
+
* @param request DeleteBandwidthPackageRequest
|
|
10493
|
+
* @return DeleteBandwidthPackageResponse
|
|
10494
|
+
*/
|
|
8867
10495
|
deleteBandwidthPackage(request: DeleteBandwidthPackageRequest): Promise<DeleteBandwidthPackageResponse>;
|
|
10496
|
+
/**
|
|
10497
|
+
* * **DeleteBasicAccelerator** 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 [GetBasicAccelerateIp](~~466794~~) API operation to query the status of an accelerated IP address:
|
|
10498
|
+
* * If the accelerated IP address is in the **deleting** state, the accelerated IP address is being deleted. In this case, you can perform only query operations.
|
|
10499
|
+
* * If the system fails to return information about the accelerated IP address, the accelerated IP address is deleted.
|
|
10500
|
+
* * The **DeleteBasicAccelerateIp** API operation cannot be repeatedly called for the same basic GA instance within a period of time.
|
|
10501
|
+
*
|
|
10502
|
+
* @param request DeleteBasicAccelerateIpRequest
|
|
10503
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
10504
|
+
* @return DeleteBasicAccelerateIpResponse
|
|
10505
|
+
*/
|
|
8868
10506
|
deleteBasicAccelerateIpWithOptions(request: DeleteBasicAccelerateIpRequest, runtime: $Util.RuntimeOptions): Promise<DeleteBasicAccelerateIpResponse>;
|
|
10507
|
+
/**
|
|
10508
|
+
* * **DeleteBasicAccelerator** 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 [GetBasicAccelerateIp](~~466794~~) API operation to query the status of an accelerated IP address:
|
|
10509
|
+
* * If the accelerated IP address is in the **deleting** state, the accelerated IP address is being deleted. In this case, you can perform only query operations.
|
|
10510
|
+
* * If the system fails to return information about the accelerated IP address, the accelerated IP address is deleted.
|
|
10511
|
+
* * The **DeleteBasicAccelerateIp** API operation cannot be repeatedly called for the same basic GA instance within a period of time.
|
|
10512
|
+
*
|
|
10513
|
+
* @param request DeleteBasicAccelerateIpRequest
|
|
10514
|
+
* @return DeleteBasicAccelerateIpResponse
|
|
10515
|
+
*/
|
|
8869
10516
|
deleteBasicAccelerateIp(request: DeleteBasicAccelerateIpRequest): Promise<DeleteBasicAccelerateIpResponse>;
|
|
10517
|
+
/**
|
|
10518
|
+
* * **DeleteBasicAccelerateIpEndpointRelation** 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 following operations to check whether an accelerated IP address is disassociated from an endpoint:
|
|
10519
|
+
* * You can call the [GetBasicAccelerateIp](~~466794~~) and [ListBasicEndpoints](~~466831~~) operations to query the status of an accelerated IP address and an endpoint. If the accelerated IP address and the endpoint are in the **unbinding** state, the accelerated IP address is being disassociated from the endpoint. In this case, you can query the IP address and endpoint but cannot perform other operations.
|
|
10520
|
+
* * If the association status between the accelerated IP address and the endpoint cannot be queried by calling the [ListBasicAccelerateIpEndpointRelations](~~466803~~) operation, the accelerated IP address is disassociated from the endpoint.
|
|
10521
|
+
* * The **DeleteBasicAccelerateIpEndpointRelation** API operation cannot be repeatedly called for the same basic GA instance within a period of time.
|
|
10522
|
+
*
|
|
10523
|
+
* @param request DeleteBasicAccelerateIpEndpointRelationRequest
|
|
10524
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
10525
|
+
* @return DeleteBasicAccelerateIpEndpointRelationResponse
|
|
10526
|
+
*/
|
|
8870
10527
|
deleteBasicAccelerateIpEndpointRelationWithOptions(request: DeleteBasicAccelerateIpEndpointRelationRequest, runtime: $Util.RuntimeOptions): Promise<DeleteBasicAccelerateIpEndpointRelationResponse>;
|
|
10528
|
+
/**
|
|
10529
|
+
* * **DeleteBasicAccelerateIpEndpointRelation** 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 following operations to check whether an accelerated IP address is disassociated from an endpoint:
|
|
10530
|
+
* * You can call the [GetBasicAccelerateIp](~~466794~~) and [ListBasicEndpoints](~~466831~~) operations to query the status of an accelerated IP address and an endpoint. If the accelerated IP address and the endpoint are in the **unbinding** state, the accelerated IP address is being disassociated from the endpoint. In this case, you can query the IP address and endpoint but cannot perform other operations.
|
|
10531
|
+
* * If the association status between the accelerated IP address and the endpoint cannot be queried by calling the [ListBasicAccelerateIpEndpointRelations](~~466803~~) operation, the accelerated IP address is disassociated from the endpoint.
|
|
10532
|
+
* * The **DeleteBasicAccelerateIpEndpointRelation** API operation cannot be repeatedly called for the same basic GA instance within a period of time.
|
|
10533
|
+
*
|
|
10534
|
+
* @param request DeleteBasicAccelerateIpEndpointRelationRequest
|
|
10535
|
+
* @return DeleteBasicAccelerateIpEndpointRelationResponse
|
|
10536
|
+
*/
|
|
8871
10537
|
deleteBasicAccelerateIpEndpointRelation(request: DeleteBasicAccelerateIpEndpointRelationRequest): Promise<DeleteBasicAccelerateIpEndpointRelationResponse>;
|
|
10538
|
+
/**
|
|
10539
|
+
* **DeleteBasicAccelerator** 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 [GetBasicAccelerator](~~353188~~) operation to query the state of a basic GA instance.
|
|
10540
|
+
* * If the basic GA instance is in the **deleting** state, it indicates that the instance is being deleted. In this case, you can perform only query operations.
|
|
10541
|
+
* * If the information of the basic GA instance is not displayed in the response, it indicates that the instance is deleted.
|
|
10542
|
+
*
|
|
10543
|
+
* @param request DeleteBasicAcceleratorRequest
|
|
10544
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
10545
|
+
* @return DeleteBasicAcceleratorResponse
|
|
10546
|
+
*/
|
|
8872
10547
|
deleteBasicAcceleratorWithOptions(request: DeleteBasicAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<DeleteBasicAcceleratorResponse>;
|
|
10548
|
+
/**
|
|
10549
|
+
* **DeleteBasicAccelerator** 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 [GetBasicAccelerator](~~353188~~) operation to query the state of a basic GA instance.
|
|
10550
|
+
* * If the basic GA instance is in the **deleting** state, it indicates that the instance is being deleted. In this case, you can perform only query operations.
|
|
10551
|
+
* * If the information of the basic GA instance is not displayed in the response, it indicates that the instance is deleted.
|
|
10552
|
+
*
|
|
10553
|
+
* @param request DeleteBasicAcceleratorRequest
|
|
10554
|
+
* @return DeleteBasicAcceleratorResponse
|
|
10555
|
+
*/
|
|
8873
10556
|
deleteBasicAccelerator(request: DeleteBasicAcceleratorRequest): Promise<DeleteBasicAcceleratorResponse>;
|
|
10557
|
+
/**
|
|
10558
|
+
* * **DeleteBasicEndpoint** 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 [ListBasicEndpoints](~~466831~~) operation to query the status of endpoints.
|
|
10559
|
+
* * If the endpoint is in the **deleting** state, it indicates that the endpoint is being deleted. In this case, you can perform only query operations.
|
|
10560
|
+
* * If the endpoint cannot be found, it indicates that the endpoint is deleted.
|
|
10561
|
+
* * The **DeleteBasicEndpoint** API operation cannot be repeatedly called for the same basic GA instance within a period of time.
|
|
10562
|
+
*
|
|
10563
|
+
* @param request DeleteBasicEndpointRequest
|
|
10564
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
10565
|
+
* @return DeleteBasicEndpointResponse
|
|
10566
|
+
*/
|
|
8874
10567
|
deleteBasicEndpointWithOptions(request: DeleteBasicEndpointRequest, runtime: $Util.RuntimeOptions): Promise<DeleteBasicEndpointResponse>;
|
|
10568
|
+
/**
|
|
10569
|
+
* * **DeleteBasicEndpoint** 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 [ListBasicEndpoints](~~466831~~) operation to query the status of endpoints.
|
|
10570
|
+
* * If the endpoint is in the **deleting** state, it indicates that the endpoint is being deleted. In this case, you can perform only query operations.
|
|
10571
|
+
* * If the endpoint cannot be found, it indicates that the endpoint is deleted.
|
|
10572
|
+
* * The **DeleteBasicEndpoint** API operation cannot be repeatedly called for the same basic GA instance within a period of time.
|
|
10573
|
+
*
|
|
10574
|
+
* @param request DeleteBasicEndpointRequest
|
|
10575
|
+
* @return DeleteBasicEndpointResponse
|
|
10576
|
+
*/
|
|
8875
10577
|
deleteBasicEndpoint(request: DeleteBasicEndpointRequest): Promise<DeleteBasicEndpointResponse>;
|
|
10578
|
+
/**
|
|
10579
|
+
* * **DeleteBasicEndpointGroup** 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.
|
|
10580
|
+
* * If the endpoint group is in the **deleting** state, it indicates that the endpoint group is being deleted. In this case, you can perform only query operations.
|
|
10581
|
+
* * If the endpoint group cannot be queried, it indicates that the endpoint group is deleted.
|
|
10582
|
+
* * The **DeleteBasicEndpointGroup** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
10583
|
+
*
|
|
10584
|
+
* @param request DeleteBasicEndpointGroupRequest
|
|
10585
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
10586
|
+
* @return DeleteBasicEndpointGroupResponse
|
|
10587
|
+
*/
|
|
8876
10588
|
deleteBasicEndpointGroupWithOptions(request: DeleteBasicEndpointGroupRequest, runtime: $Util.RuntimeOptions): Promise<DeleteBasicEndpointGroupResponse>;
|
|
10589
|
+
/**
|
|
10590
|
+
* * **DeleteBasicEndpointGroup** 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.
|
|
10591
|
+
* * If the endpoint group is in the **deleting** state, it indicates that the endpoint group is being deleted. In this case, you can perform only query operations.
|
|
10592
|
+
* * If the endpoint group cannot be queried, it indicates that the endpoint group is deleted.
|
|
10593
|
+
* * The **DeleteBasicEndpointGroup** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
10594
|
+
*
|
|
10595
|
+
* @param request DeleteBasicEndpointGroupRequest
|
|
10596
|
+
* @return DeleteBasicEndpointGroupResponse
|
|
10597
|
+
*/
|
|
8877
10598
|
deleteBasicEndpointGroup(request: DeleteBasicEndpointGroupRequest): Promise<DeleteBasicEndpointGroupResponse>;
|
|
10599
|
+
/**
|
|
10600
|
+
* * **DeleteBasicIpSet** 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 [GetBasicIpSet](~~362987~~) operation to query the state of an acceleration region.
|
|
10601
|
+
* * If the acceleration region is in the **deleting** state, it indicates that the acceleration region is being deleted. In this case, you can perform only query operations.
|
|
10602
|
+
* * If the information of the acceleration region is not displayed in the response, it indicates that the acceleration region is deleted.
|
|
10603
|
+
* * The **DeleteBasicIpSet** cannot be called repeatedly for the same basic GA instance within a specific period of time.
|
|
10604
|
+
*
|
|
10605
|
+
* @param request DeleteBasicIpSetRequest
|
|
10606
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
10607
|
+
* @return DeleteBasicIpSetResponse
|
|
10608
|
+
*/
|
|
8878
10609
|
deleteBasicIpSetWithOptions(request: DeleteBasicIpSetRequest, runtime: $Util.RuntimeOptions): Promise<DeleteBasicIpSetResponse>;
|
|
10610
|
+
/**
|
|
10611
|
+
* * **DeleteBasicIpSet** 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 [GetBasicIpSet](~~362987~~) operation to query the state of an acceleration region.
|
|
10612
|
+
* * If the acceleration region is in the **deleting** state, it indicates that the acceleration region is being deleted. In this case, you can perform only query operations.
|
|
10613
|
+
* * If the information of the acceleration region is not displayed in the response, it indicates that the acceleration region is deleted.
|
|
10614
|
+
* * The **DeleteBasicIpSet** cannot be called repeatedly for the same basic GA instance within a specific period of time.
|
|
10615
|
+
*
|
|
10616
|
+
* @param request DeleteBasicIpSetRequest
|
|
10617
|
+
* @return DeleteBasicIpSetResponse
|
|
10618
|
+
*/
|
|
8879
10619
|
deleteBasicIpSet(request: DeleteBasicIpSetRequest): Promise<DeleteBasicIpSetResponse>;
|
|
10620
|
+
/**
|
|
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.
|
|
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.
|
|
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.
|
|
10625
|
+
* * The **DeleteCustomRoutingEndpointGroupDestinations** operation cannot be called repeatedly for the same Global Accelerator (GA) instance within a specific period of time.
|
|
10626
|
+
*
|
|
10627
|
+
* @param request DeleteCustomRoutingEndpointGroupDestinationsRequest
|
|
10628
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
10629
|
+
* @return DeleteCustomRoutingEndpointGroupDestinationsResponse
|
|
10630
|
+
*/
|
|
8880
10631
|
deleteCustomRoutingEndpointGroupDestinationsWithOptions(request: DeleteCustomRoutingEndpointGroupDestinationsRequest, runtime: $Util.RuntimeOptions): Promise<DeleteCustomRoutingEndpointGroupDestinationsResponse>;
|
|
10632
|
+
/**
|
|
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.
|
|
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.
|
|
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.
|
|
10637
|
+
* * The **DeleteCustomRoutingEndpointGroupDestinations** operation cannot be called repeatedly for the same Global Accelerator (GA) instance within a specific period of time.
|
|
10638
|
+
*
|
|
10639
|
+
* @param request DeleteCustomRoutingEndpointGroupDestinationsRequest
|
|
10640
|
+
* @return DeleteCustomRoutingEndpointGroupDestinationsResponse
|
|
10641
|
+
*/
|
|
8881
10642
|
deleteCustomRoutingEndpointGroupDestinations(request: DeleteCustomRoutingEndpointGroupDestinationsRequest): Promise<DeleteCustomRoutingEndpointGroupDestinationsResponse>;
|
|
10643
|
+
/**
|
|
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.
|
|
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.
|
|
10646
|
+
* * If the endpoint groups cannot be queried, the endpoint groups are deleted.
|
|
10647
|
+
* * You cannot use the **DeleteCustomRoutingEndpointGroups** operation on the same Global Accelerator (GA) instance before the previous operation is complete.
|
|
10648
|
+
*
|
|
10649
|
+
* @param request DeleteCustomRoutingEndpointGroupsRequest
|
|
10650
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
10651
|
+
* @return DeleteCustomRoutingEndpointGroupsResponse
|
|
10652
|
+
*/
|
|
8882
10653
|
deleteCustomRoutingEndpointGroupsWithOptions(request: DeleteCustomRoutingEndpointGroupsRequest, runtime: $Util.RuntimeOptions): Promise<DeleteCustomRoutingEndpointGroupsResponse>;
|
|
10654
|
+
/**
|
|
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.
|
|
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.
|
|
10657
|
+
* * If the endpoint groups cannot be queried, the endpoint groups are deleted.
|
|
10658
|
+
* * You cannot use the **DeleteCustomRoutingEndpointGroups** operation on the same Global Accelerator (GA) instance before the previous operation is complete.
|
|
10659
|
+
*
|
|
10660
|
+
* @param request DeleteCustomRoutingEndpointGroupsRequest
|
|
10661
|
+
* @return DeleteCustomRoutingEndpointGroupsResponse
|
|
10662
|
+
*/
|
|
8883
10663
|
deleteCustomRoutingEndpointGroups(request: DeleteCustomRoutingEndpointGroupsRequest): Promise<DeleteCustomRoutingEndpointGroupsResponse>;
|
|
10664
|
+
/**
|
|
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.
|
|
10668
|
+
* * The **DeleteCustomRoutingEndpointTrafficPolicies** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
|
|
10669
|
+
*
|
|
10670
|
+
* @param request DeleteCustomRoutingEndpointTrafficPoliciesRequest
|
|
10671
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
10672
|
+
* @return DeleteCustomRoutingEndpointTrafficPoliciesResponse
|
|
10673
|
+
*/
|
|
8884
10674
|
deleteCustomRoutingEndpointTrafficPoliciesWithOptions(request: DeleteCustomRoutingEndpointTrafficPoliciesRequest, runtime: $Util.RuntimeOptions): Promise<DeleteCustomRoutingEndpointTrafficPoliciesResponse>;
|
|
10675
|
+
/**
|
|
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.
|
|
10679
|
+
* * The **DeleteCustomRoutingEndpointTrafficPolicies** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
|
|
10680
|
+
*
|
|
10681
|
+
* @param request DeleteCustomRoutingEndpointTrafficPoliciesRequest
|
|
10682
|
+
* @return DeleteCustomRoutingEndpointTrafficPoliciesResponse
|
|
10683
|
+
*/
|
|
8885
10684
|
deleteCustomRoutingEndpointTrafficPolicies(request: DeleteCustomRoutingEndpointTrafficPoliciesRequest): Promise<DeleteCustomRoutingEndpointTrafficPoliciesResponse>;
|
|
10685
|
+
/**
|
|
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.
|
|
10690
|
+
* * You cannot repeatedly call the **DeleteCustomRoutingEndpoints** operation for the same Global Accelerator (GA) instance within the specified period of time.
|
|
10691
|
+
*
|
|
10692
|
+
* @param request DeleteCustomRoutingEndpointsRequest
|
|
10693
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
10694
|
+
* @return DeleteCustomRoutingEndpointsResponse
|
|
10695
|
+
*/
|
|
8886
10696
|
deleteCustomRoutingEndpointsWithOptions(request: DeleteCustomRoutingEndpointsRequest, runtime: $Util.RuntimeOptions): Promise<DeleteCustomRoutingEndpointsResponse>;
|
|
10697
|
+
/**
|
|
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.
|
|
10702
|
+
* * You cannot repeatedly call the **DeleteCustomRoutingEndpoints** operation for the same Global Accelerator (GA) instance within the specified period of time.
|
|
10703
|
+
*
|
|
10704
|
+
* @param request DeleteCustomRoutingEndpointsRequest
|
|
10705
|
+
* @return DeleteCustomRoutingEndpointsResponse
|
|
10706
|
+
*/
|
|
8887
10707
|
deleteCustomRoutingEndpoints(request: DeleteCustomRoutingEndpointsRequest): Promise<DeleteCustomRoutingEndpointsResponse>;
|
|
10708
|
+
/**
|
|
10709
|
+
* You cannot call the **DeleteDomainAcceleratorRelation** operation again by using the same Alibaba Cloud account before the previous operation is complete.
|
|
10710
|
+
*
|
|
10711
|
+
* @param request DeleteDomainAcceleratorRelationRequest
|
|
10712
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
10713
|
+
* @return DeleteDomainAcceleratorRelationResponse
|
|
10714
|
+
*/
|
|
10715
|
+
deleteDomainAcceleratorRelationWithOptions(request: DeleteDomainAcceleratorRelationRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDomainAcceleratorRelationResponse>;
|
|
10716
|
+
/**
|
|
10717
|
+
* You cannot call the **DeleteDomainAcceleratorRelation** operation again by using the same Alibaba Cloud account before the previous operation is complete.
|
|
10718
|
+
*
|
|
10719
|
+
* @param request DeleteDomainAcceleratorRelationRequest
|
|
10720
|
+
* @return DeleteDomainAcceleratorRelationResponse
|
|
10721
|
+
*/
|
|
10722
|
+
deleteDomainAcceleratorRelation(request: DeleteDomainAcceleratorRelationRequest): Promise<DeleteDomainAcceleratorRelationResponse>;
|
|
10723
|
+
/**
|
|
10724
|
+
* * **DeleteEndpointGroup** 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.
|
|
10725
|
+
* * If the endpoint group is in the **deleting** state, it indicates that the endpoint group is being deleted. In this case, you can perform only query operations.
|
|
10726
|
+
* * If the endpoint group cannot be queried, it indicates that the endpoint group is deleted.
|
|
10727
|
+
* * The **DeleteEndpointGroup** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
|
|
10728
|
+
*
|
|
10729
|
+
* @param request DeleteEndpointGroupRequest
|
|
10730
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
10731
|
+
* @return DeleteEndpointGroupResponse
|
|
10732
|
+
*/
|
|
8888
10733
|
deleteEndpointGroupWithOptions(request: DeleteEndpointGroupRequest, runtime: $Util.RuntimeOptions): Promise<DeleteEndpointGroupResponse>;
|
|
10734
|
+
/**
|
|
10735
|
+
* * **DeleteEndpointGroup** 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.
|
|
10736
|
+
* * If the endpoint group is in the **deleting** state, it indicates that the endpoint group is being deleted. In this case, you can perform only query operations.
|
|
10737
|
+
* * If the endpoint group cannot be queried, it indicates that the endpoint group is deleted.
|
|
10738
|
+
* * The **DeleteEndpointGroup** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
|
|
10739
|
+
*
|
|
10740
|
+
* @param request DeleteEndpointGroupRequest
|
|
10741
|
+
* @return DeleteEndpointGroupResponse
|
|
10742
|
+
*/
|
|
8889
10743
|
deleteEndpointGroup(request: DeleteEndpointGroupRequest): Promise<DeleteEndpointGroupResponse>;
|
|
10744
|
+
/**
|
|
10745
|
+
* * **DeleteEndpointGroups** 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.
|
|
10746
|
+
* * If the endpoint group is in the **deleting** state, it indicates that the endpoint group is being deleted. In this case, you can perform only query operations.
|
|
10747
|
+
* * If the endpoint group cannot be queried, it indicates that the endpoint group is deleted.
|
|
10748
|
+
* * The **DeleteEndpointGroups** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
|
|
10749
|
+
*
|
|
10750
|
+
* @param request DeleteEndpointGroupsRequest
|
|
10751
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
10752
|
+
* @return DeleteEndpointGroupsResponse
|
|
10753
|
+
*/
|
|
8890
10754
|
deleteEndpointGroupsWithOptions(request: DeleteEndpointGroupsRequest, runtime: $Util.RuntimeOptions): Promise<DeleteEndpointGroupsResponse>;
|
|
10755
|
+
/**
|
|
10756
|
+
* * **DeleteEndpointGroups** 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.
|
|
10757
|
+
* * If the endpoint group is in the **deleting** state, it indicates that the endpoint group is being deleted. In this case, you can perform only query operations.
|
|
10758
|
+
* * If the endpoint group cannot be queried, it indicates that the endpoint group is deleted.
|
|
10759
|
+
* * The **DeleteEndpointGroups** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
|
|
10760
|
+
*
|
|
10761
|
+
* @param request DeleteEndpointGroupsRequest
|
|
10762
|
+
* @return DeleteEndpointGroupsResponse
|
|
10763
|
+
*/
|
|
8891
10764
|
deleteEndpointGroups(request: DeleteEndpointGroupsRequest): Promise<DeleteEndpointGroupsResponse>;
|
|
10765
|
+
/**
|
|
10766
|
+
* * **DeleteForwardingRules** 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 [ListForwardingRules](~~205817~~) operation to query the state of a forwarding rule.
|
|
10767
|
+
* * If the forwarding rule is in the **deleting** state, the forwarding rule is being deleted. In this case, you can perform only query operations.
|
|
10768
|
+
* * If the forwarding rule cannot be queried, the forwarding rule is deleted.
|
|
10769
|
+
* * The **DeleteForwardingRules** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
|
|
10770
|
+
*
|
|
10771
|
+
* @param request DeleteForwardingRulesRequest
|
|
10772
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
10773
|
+
* @return DeleteForwardingRulesResponse
|
|
10774
|
+
*/
|
|
8892
10775
|
deleteForwardingRulesWithOptions(request: DeleteForwardingRulesRequest, runtime: $Util.RuntimeOptions): Promise<DeleteForwardingRulesResponse>;
|
|
10776
|
+
/**
|
|
10777
|
+
* * **DeleteForwardingRules** 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 [ListForwardingRules](~~205817~~) operation to query the state of a forwarding rule.
|
|
10778
|
+
* * If the forwarding rule is in the **deleting** state, the forwarding rule is being deleted. In this case, you can perform only query operations.
|
|
10779
|
+
* * If the forwarding rule cannot be queried, the forwarding rule is deleted.
|
|
10780
|
+
* * The **DeleteForwardingRules** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
|
|
10781
|
+
*
|
|
10782
|
+
* @param request DeleteForwardingRulesRequest
|
|
10783
|
+
* @return DeleteForwardingRulesResponse
|
|
10784
|
+
*/
|
|
8893
10785
|
deleteForwardingRules(request: DeleteForwardingRulesRequest): Promise<DeleteForwardingRulesResponse>;
|
|
10786
|
+
/**
|
|
10787
|
+
* * **DeleteIpSet** 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 [DescribeIpSet](~~153246~~) operation to query the state of an acceleration region.
|
|
10788
|
+
* * If the acceleration region is in the **deleting** state, the acceleration region is being deleted. In this case, you can perform only query operations.
|
|
10789
|
+
* * If the acceleration region cannot be queried, the acceleration region is deleted.
|
|
10790
|
+
* * The **DeleteIpSet** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
|
|
10791
|
+
*
|
|
10792
|
+
* @param request DeleteIpSetRequest
|
|
10793
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
10794
|
+
* @return DeleteIpSetResponse
|
|
10795
|
+
*/
|
|
8894
10796
|
deleteIpSetWithOptions(request: DeleteIpSetRequest, runtime: $Util.RuntimeOptions): Promise<DeleteIpSetResponse>;
|
|
10797
|
+
/**
|
|
10798
|
+
* * **DeleteIpSet** 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 [DescribeIpSet](~~153246~~) operation to query the state of an acceleration region.
|
|
10799
|
+
* * If the acceleration region is in the **deleting** state, the acceleration region is being deleted. In this case, you can perform only query operations.
|
|
10800
|
+
* * If the acceleration region cannot be queried, the acceleration region is deleted.
|
|
10801
|
+
* * The **DeleteIpSet** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
|
|
10802
|
+
*
|
|
10803
|
+
* @param request DeleteIpSetRequest
|
|
10804
|
+
* @return DeleteIpSetResponse
|
|
10805
|
+
*/
|
|
8895
10806
|
deleteIpSet(request: DeleteIpSetRequest): Promise<DeleteIpSetResponse>;
|
|
10807
|
+
/**
|
|
10808
|
+
* * **DeleteIpSets** 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 [DescribeIpSet](~~153246~~) operation to query the state of an acceleration region.
|
|
10809
|
+
* * If the acceleration region is in the **deleting** state, the acceleration region is being deleted. In this case, you can perform only query operations.
|
|
10810
|
+
* * If the acceleration region cannot be queried, the acceleration region is deleted.
|
|
10811
|
+
* * The **DeleteIpSets** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
|
|
10812
|
+
*
|
|
10813
|
+
* @param request DeleteIpSetsRequest
|
|
10814
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
10815
|
+
* @return DeleteIpSetsResponse
|
|
10816
|
+
*/
|
|
8896
10817
|
deleteIpSetsWithOptions(request: DeleteIpSetsRequest, runtime: $Util.RuntimeOptions): Promise<DeleteIpSetsResponse>;
|
|
10818
|
+
/**
|
|
10819
|
+
* * **DeleteIpSets** 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 [DescribeIpSet](~~153246~~) operation to query the state of an acceleration region.
|
|
10820
|
+
* * If the acceleration region is in the **deleting** state, the acceleration region is being deleted. In this case, you can perform only query operations.
|
|
10821
|
+
* * If the acceleration region cannot be queried, the acceleration region is deleted.
|
|
10822
|
+
* * The **DeleteIpSets** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
|
|
10823
|
+
*
|
|
10824
|
+
* @param request DeleteIpSetsRequest
|
|
10825
|
+
* @return DeleteIpSetsResponse
|
|
10826
|
+
*/
|
|
8897
10827
|
deleteIpSets(request: DeleteIpSetsRequest): Promise<DeleteIpSetsResponse>;
|
|
10828
|
+
/**
|
|
10829
|
+
* * **DeleteListener** 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 [DescribeListener](~~153254~~) operation to query the state of a listener.
|
|
10830
|
+
* * If the listener is in the **deleting** state, it indicates that the listener is being deleted. In this case, you can perform only query operations.
|
|
10831
|
+
* * If the listener cannot be queried, it indicates that the listener is deleted.
|
|
10832
|
+
* * The **DeleteListener** operation cannot be repeatedly called to delete listeners for the same Global Accelerator (GA) instance within a specific period of time.
|
|
10833
|
+
*
|
|
10834
|
+
* @param request DeleteListenerRequest
|
|
10835
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
10836
|
+
* @return DeleteListenerResponse
|
|
10837
|
+
*/
|
|
8898
10838
|
deleteListenerWithOptions(request: DeleteListenerRequest, runtime: $Util.RuntimeOptions): Promise<DeleteListenerResponse>;
|
|
10839
|
+
/**
|
|
10840
|
+
* * **DeleteListener** 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 [DescribeListener](~~153254~~) operation to query the state of a listener.
|
|
10841
|
+
* * If the listener is in the **deleting** state, it indicates that the listener is being deleted. In this case, you can perform only query operations.
|
|
10842
|
+
* * If the listener cannot be queried, it indicates that the listener is deleted.
|
|
10843
|
+
* * The **DeleteListener** operation cannot be repeatedly called to delete listeners for the same Global Accelerator (GA) instance within a specific period of time.
|
|
10844
|
+
*
|
|
10845
|
+
* @param request DeleteListenerRequest
|
|
10846
|
+
* @return DeleteListenerResponse
|
|
10847
|
+
*/
|
|
8899
10848
|
deleteListener(request: DeleteListenerRequest): Promise<DeleteListenerResponse>;
|
|
10849
|
+
/**
|
|
10850
|
+
* * **DeleteSpareIps** 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 [DescribeAccelerator](~~153235~~) operation to query the state of a GA instance.
|
|
10851
|
+
* * If the GA instance is in the **configuring** state, it indicates that the secondary IP addresses for the CNAME are being deleted. In this case, you can perform only query operations.
|
|
10852
|
+
* * If the GA instance is in the **active** state and the secondary IP addresses for the CNAME cannot be queried by calling the [ListSpareIps](~~262121~~) operation, it indicates that the IP addresses are deleted.
|
|
10853
|
+
* * The **DeleteSpareIps** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
10854
|
+
*
|
|
10855
|
+
* @param request DeleteSpareIpsRequest
|
|
10856
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
10857
|
+
* @return DeleteSpareIpsResponse
|
|
10858
|
+
*/
|
|
8900
10859
|
deleteSpareIpsWithOptions(request: DeleteSpareIpsRequest, runtime: $Util.RuntimeOptions): Promise<DeleteSpareIpsResponse>;
|
|
10860
|
+
/**
|
|
10861
|
+
* * **DeleteSpareIps** 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 [DescribeAccelerator](~~153235~~) operation to query the state of a GA instance.
|
|
10862
|
+
* * If the GA instance is in the **configuring** state, it indicates that the secondary IP addresses for the CNAME are being deleted. In this case, you can perform only query operations.
|
|
10863
|
+
* * If the GA instance is in the **active** state and the secondary IP addresses for the CNAME cannot be queried by calling the [ListSpareIps](~~262121~~) operation, it indicates that the IP addresses are deleted.
|
|
10864
|
+
* * The **DeleteSpareIps** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
10865
|
+
*
|
|
10866
|
+
* @param request DeleteSpareIpsRequest
|
|
10867
|
+
* @return DeleteSpareIpsResponse
|
|
10868
|
+
*/
|
|
8901
10869
|
deleteSpareIps(request: DeleteSpareIpsRequest): Promise<DeleteSpareIpsResponse>;
|
|
8902
10870
|
describeAcceleratorWithOptions(request: DescribeAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAcceleratorResponse>;
|
|
8903
10871
|
describeAccelerator(request: DescribeAcceleratorRequest): Promise<DescribeAcceleratorResponse>;
|
|
@@ -8909,6 +10877,10 @@ export default class Client extends OpenApi {
|
|
|
8909
10877
|
describeBandwidthPackage(request: DescribeBandwidthPackageRequest): Promise<DescribeBandwidthPackageResponse>;
|
|
8910
10878
|
describeBandwidthPackageAutoRenewAttributeWithOptions(request: DescribeBandwidthPackageAutoRenewAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBandwidthPackageAutoRenewAttributeResponse>;
|
|
8911
10879
|
describeBandwidthPackageAutoRenewAttribute(request: DescribeBandwidthPackageAutoRenewAttributeRequest): Promise<DescribeBandwidthPackageAutoRenewAttributeResponse>;
|
|
10880
|
+
describeCommodityWithOptions(request: DescribeCommodityRequest, runtime: $Util.RuntimeOptions): Promise<DescribeCommodityResponse>;
|
|
10881
|
+
describeCommodity(request: DescribeCommodityRequest): Promise<DescribeCommodityResponse>;
|
|
10882
|
+
describeCommodityPriceWithOptions(request: DescribeCommodityPriceRequest, runtime: $Util.RuntimeOptions): Promise<DescribeCommodityPriceResponse>;
|
|
10883
|
+
describeCommodityPrice(request: DescribeCommodityPriceRequest): Promise<DescribeCommodityPriceResponse>;
|
|
8912
10884
|
describeCustomRoutingEndPointTrafficPolicyWithOptions(request: DescribeCustomRoutingEndPointTrafficPolicyRequest, runtime: $Util.RuntimeOptions): Promise<DescribeCustomRoutingEndPointTrafficPolicyResponse>;
|
|
8913
10885
|
describeCustomRoutingEndPointTrafficPolicy(request: DescribeCustomRoutingEndPointTrafficPolicyRequest): Promise<DescribeCustomRoutingEndPointTrafficPolicyResponse>;
|
|
8914
10886
|
describeCustomRoutingEndpointWithOptions(request: DescribeCustomRoutingEndpointRequest, runtime: $Util.RuntimeOptions): Promise<DescribeCustomRoutingEndpointResponse>;
|
|
@@ -8921,21 +10893,112 @@ export default class Client extends OpenApi {
|
|
|
8921
10893
|
describeEndpointGroup(request: DescribeEndpointGroupRequest): Promise<DescribeEndpointGroupResponse>;
|
|
8922
10894
|
describeIpSetWithOptions(request: DescribeIpSetRequest, runtime: $Util.RuntimeOptions): Promise<DescribeIpSetResponse>;
|
|
8923
10895
|
describeIpSet(request: DescribeIpSetRequest): Promise<DescribeIpSetResponse>;
|
|
10896
|
+
/**
|
|
10897
|
+
* This operation is used to query configuration information about a specified listener of a GA instance. The information includes the routing type of the listener, the state of the listener, the timestamp that indicates when the listener was created, and the listener ports.
|
|
10898
|
+
*
|
|
10899
|
+
* @param request DescribeListenerRequest
|
|
10900
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
10901
|
+
* @return DescribeListenerResponse
|
|
10902
|
+
*/
|
|
8924
10903
|
describeListenerWithOptions(request: DescribeListenerRequest, runtime: $Util.RuntimeOptions): Promise<DescribeListenerResponse>;
|
|
10904
|
+
/**
|
|
10905
|
+
* This operation is used to query configuration information about a specified listener of a GA instance. The information includes the routing type of the listener, the state of the listener, the timestamp that indicates when the listener was created, and the listener ports.
|
|
10906
|
+
*
|
|
10907
|
+
* @param request DescribeListenerRequest
|
|
10908
|
+
* @return DescribeListenerResponse
|
|
10909
|
+
*/
|
|
8925
10910
|
describeListener(request: DescribeListenerRequest): Promise<DescribeListenerResponse>;
|
|
8926
10911
|
describeRegionsWithOptions(request: DescribeRegionsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRegionsResponse>;
|
|
8927
10912
|
describeRegions(request: DescribeRegionsRequest): Promise<DescribeRegionsResponse>;
|
|
10913
|
+
/**
|
|
10914
|
+
* * The **DetachDdosFromAccelerator** operation is asynchronous. After you send a request, the system returns a request ID and runs the task in the background. You can call the [DescribeAccelerator](~~153235~~) or [ListAccelerators](~~153236~~) operation to query the status of the GA instance.
|
|
10915
|
+
* * If the GA instance is in the **configuring** state, the Anti-DDoS Pro/Premium instance is being disassociated from the GA instance. In this case, you can perform only query operations.
|
|
10916
|
+
* * If the GA instance is in the **active** state, the Anti-DDoS Pro/Premium instance is disassociated from the GA instance.
|
|
10917
|
+
* * **DetachDdosFromAccelerator** cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
10918
|
+
*
|
|
10919
|
+
* @param request DetachDdosFromAcceleratorRequest
|
|
10920
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
10921
|
+
* @return DetachDdosFromAcceleratorResponse
|
|
10922
|
+
*/
|
|
8928
10923
|
detachDdosFromAcceleratorWithOptions(request: DetachDdosFromAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<DetachDdosFromAcceleratorResponse>;
|
|
10924
|
+
/**
|
|
10925
|
+
* * The **DetachDdosFromAccelerator** operation is asynchronous. After you send a request, the system returns a request ID and runs the task in the background. You can call the [DescribeAccelerator](~~153235~~) or [ListAccelerators](~~153236~~) operation to query the status of the GA instance.
|
|
10926
|
+
* * If the GA instance is in the **configuring** state, the Anti-DDoS Pro/Premium instance is being disassociated from the GA instance. In this case, you can perform only query operations.
|
|
10927
|
+
* * If the GA instance is in the **active** state, the Anti-DDoS Pro/Premium instance is disassociated from the GA instance.
|
|
10928
|
+
* * **DetachDdosFromAccelerator** cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
10929
|
+
*
|
|
10930
|
+
* @param request DetachDdosFromAcceleratorRequest
|
|
10931
|
+
* @return DetachDdosFromAcceleratorResponse
|
|
10932
|
+
*/
|
|
8929
10933
|
detachDdosFromAccelerator(request: DetachDdosFromAcceleratorRequest): Promise<DetachDdosFromAcceleratorResponse>;
|
|
10934
|
+
/**
|
|
10935
|
+
* * **DetachLogStoreFromEndpointGroup** 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.
|
|
10936
|
+
* * If the endpoint group is in the **updating** state, the Log Service Logstore is being disassociated from the endpoint group. In this case, you can perform only query operations.
|
|
10937
|
+
* <!---->
|
|
10938
|
+
* * If the endpoint group is in the **active** state, the Log Service Logstore is disassociated from the endpoint group.
|
|
10939
|
+
* * The **DetachLogStoreFromEndpointGroup** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
|
|
10940
|
+
*
|
|
10941
|
+
* @param request DetachLogStoreFromEndpointGroupRequest
|
|
10942
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
10943
|
+
* @return DetachLogStoreFromEndpointGroupResponse
|
|
10944
|
+
*/
|
|
8930
10945
|
detachLogStoreFromEndpointGroupWithOptions(request: DetachLogStoreFromEndpointGroupRequest, runtime: $Util.RuntimeOptions): Promise<DetachLogStoreFromEndpointGroupResponse>;
|
|
10946
|
+
/**
|
|
10947
|
+
* * **DetachLogStoreFromEndpointGroup** 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.
|
|
10948
|
+
* * If the endpoint group is in the **updating** state, the Log Service Logstore is being disassociated from the endpoint group. In this case, you can perform only query operations.
|
|
10949
|
+
* <!---->
|
|
10950
|
+
* * If the endpoint group is in the **active** state, the Log Service Logstore is disassociated from the endpoint group.
|
|
10951
|
+
* * The **DetachLogStoreFromEndpointGroup** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
|
|
10952
|
+
*
|
|
10953
|
+
* @param request DetachLogStoreFromEndpointGroupRequest
|
|
10954
|
+
* @return DetachLogStoreFromEndpointGroupResponse
|
|
10955
|
+
*/
|
|
8931
10956
|
detachLogStoreFromEndpointGroup(request: DetachLogStoreFromEndpointGroupRequest): Promise<DetachLogStoreFromEndpointGroupResponse>;
|
|
8932
10957
|
detectApplicationMonitorWithOptions(request: DetectApplicationMonitorRequest, runtime: $Util.RuntimeOptions): Promise<DetectApplicationMonitorResponse>;
|
|
8933
10958
|
detectApplicationMonitor(request: DetectApplicationMonitorRequest): Promise<DetectApplicationMonitorResponse>;
|
|
8934
10959
|
disableApplicationMonitorWithOptions(request: DisableApplicationMonitorRequest, runtime: $Util.RuntimeOptions): Promise<DisableApplicationMonitorResponse>;
|
|
8935
10960
|
disableApplicationMonitor(request: DisableApplicationMonitorRequest): Promise<DisableApplicationMonitorResponse>;
|
|
10961
|
+
/**
|
|
10962
|
+
* * **DissociateAclsFromListener** 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 [DescribeListener](~~153254~~) operation to query the state of a listener:
|
|
10963
|
+
* * If the listener is in the **updating** state, ACLs are being disassociated from the listener. In this case, you can perform only query operations.
|
|
10964
|
+
* * If the listener is in the **active** state, ACLs are disassociated from the listener.
|
|
10965
|
+
* * The **DissociateAclsFromListener** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
|
|
10966
|
+
*
|
|
10967
|
+
* @param request DissociateAclsFromListenerRequest
|
|
10968
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
10969
|
+
* @return DissociateAclsFromListenerResponse
|
|
10970
|
+
*/
|
|
8936
10971
|
dissociateAclsFromListenerWithOptions(request: DissociateAclsFromListenerRequest, runtime: $Util.RuntimeOptions): Promise<DissociateAclsFromListenerResponse>;
|
|
10972
|
+
/**
|
|
10973
|
+
* * **DissociateAclsFromListener** 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 [DescribeListener](~~153254~~) operation to query the state of a listener:
|
|
10974
|
+
* * If the listener is in the **updating** state, ACLs are being disassociated from the listener. In this case, you can perform only query operations.
|
|
10975
|
+
* * If the listener is in the **active** state, ACLs are disassociated from the listener.
|
|
10976
|
+
* * The **DissociateAclsFromListener** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
|
|
10977
|
+
*
|
|
10978
|
+
* @param request DissociateAclsFromListenerRequest
|
|
10979
|
+
* @return DissociateAclsFromListenerResponse
|
|
10980
|
+
*/
|
|
8937
10981
|
dissociateAclsFromListener(request: DissociateAclsFromListenerRequest): Promise<DissociateAclsFromListenerResponse>;
|
|
10982
|
+
/**
|
|
10983
|
+
* * **DissociateAdditionalCertificatesFromListener** is an asynchronous operation. After you send a request, the system returns a request ID, but this operation is still being performed in the system background. You can call the [DescribeListener](~~153254~~) operation to query the state of an HTTPS listener.
|
|
10984
|
+
* * If the listener is in the **updating** state, it indicates that the additional certificate is being dissociated from the listener. In this case, you can perform only query operations.
|
|
10985
|
+
* * If the listener is in the **active** state, it indicates that the additional certificate is dissociated from the listener.
|
|
10986
|
+
* * The **DissociateAdditionalCertificatesFromListener** operation cannot be repeatedly called for the same Global Accelerator (GA) instance with a specific period of time.
|
|
10987
|
+
*
|
|
10988
|
+
* @param request DissociateAdditionalCertificatesFromListenerRequest
|
|
10989
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
10990
|
+
* @return DissociateAdditionalCertificatesFromListenerResponse
|
|
10991
|
+
*/
|
|
8938
10992
|
dissociateAdditionalCertificatesFromListenerWithOptions(request: DissociateAdditionalCertificatesFromListenerRequest, runtime: $Util.RuntimeOptions): Promise<DissociateAdditionalCertificatesFromListenerResponse>;
|
|
10993
|
+
/**
|
|
10994
|
+
* * **DissociateAdditionalCertificatesFromListener** is an asynchronous operation. After you send a request, the system returns a request ID, but this operation is still being performed in the system background. You can call the [DescribeListener](~~153254~~) operation to query the state of an HTTPS listener.
|
|
10995
|
+
* * If the listener is in the **updating** state, it indicates that the additional certificate is being dissociated from the listener. In this case, you can perform only query operations.
|
|
10996
|
+
* * If the listener is in the **active** state, it indicates that the additional certificate is dissociated from the listener.
|
|
10997
|
+
* * The **DissociateAdditionalCertificatesFromListener** operation cannot be repeatedly called for the same Global Accelerator (GA) instance with a specific period of time.
|
|
10998
|
+
*
|
|
10999
|
+
* @param request DissociateAdditionalCertificatesFromListenerRequest
|
|
11000
|
+
* @return DissociateAdditionalCertificatesFromListenerResponse
|
|
11001
|
+
*/
|
|
8939
11002
|
dissociateAdditionalCertificatesFromListener(request: DissociateAdditionalCertificatesFromListenerRequest): Promise<DissociateAdditionalCertificatesFromListenerResponse>;
|
|
8940
11003
|
enableApplicationMonitorWithOptions(request: EnableApplicationMonitorRequest, runtime: $Util.RuntimeOptions): Promise<EnableApplicationMonitorResponse>;
|
|
8941
11004
|
enableApplicationMonitor(request: EnableApplicationMonitorRequest): Promise<EnableApplicationMonitorResponse>;
|
|
@@ -8957,6 +11020,10 @@ export default class Client extends OpenApi {
|
|
|
8957
11020
|
getBasicIpSet(request: GetBasicIpSetRequest): Promise<GetBasicIpSetResponse>;
|
|
8958
11021
|
getHealthStatusWithOptions(request: GetHealthStatusRequest, runtime: $Util.RuntimeOptions): Promise<GetHealthStatusResponse>;
|
|
8959
11022
|
getHealthStatus(request: GetHealthStatusRequest): Promise<GetHealthStatusResponse>;
|
|
11023
|
+
getInvalidDomainCountWithOptions(request: GetInvalidDomainCountRequest, runtime: $Util.RuntimeOptions): Promise<GetInvalidDomainCountResponse>;
|
|
11024
|
+
getInvalidDomainCount(request: GetInvalidDomainCountRequest): Promise<GetInvalidDomainCountResponse>;
|
|
11025
|
+
getIpsetsBandwidthLimitWithOptions(request: GetIpsetsBandwidthLimitRequest, runtime: $Util.RuntimeOptions): Promise<GetIpsetsBandwidthLimitResponse>;
|
|
11026
|
+
getIpsetsBandwidthLimit(request: GetIpsetsBandwidthLimitRequest): Promise<GetIpsetsBandwidthLimitResponse>;
|
|
8960
11027
|
getSpareIpWithOptions(request: GetSpareIpRequest, runtime: $Util.RuntimeOptions): Promise<GetSpareIpResponse>;
|
|
8961
11028
|
getSpareIp(request: GetSpareIpRequest): Promise<GetSpareIpResponse>;
|
|
8962
11029
|
listAccelerateAreasWithOptions(request: ListAccelerateAreasRequest, runtime: $Util.RuntimeOptions): Promise<ListAccelerateAreasResponse>;
|
|
@@ -8987,6 +11054,21 @@ export default class Client extends OpenApi {
|
|
|
8987
11054
|
listBasicEndpoints(request: ListBasicEndpointsRequest): Promise<ListBasicEndpointsResponse>;
|
|
8988
11055
|
listBusiRegionsWithOptions(request: ListBusiRegionsRequest, runtime: $Util.RuntimeOptions): Promise<ListBusiRegionsResponse>;
|
|
8989
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
|
+
*/
|
|
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
|
+
*/
|
|
11071
|
+
listCommonAreas(request: ListCommonAreasRequest): Promise<ListCommonAreasResponse>;
|
|
8990
11072
|
listCustomRoutingEndpointGroupDestinationsWithOptions(request: ListCustomRoutingEndpointGroupDestinationsRequest, runtime: $Util.RuntimeOptions): Promise<ListCustomRoutingEndpointGroupDestinationsResponse>;
|
|
8991
11073
|
listCustomRoutingEndpointGroupDestinations(request: ListCustomRoutingEndpointGroupDestinationsRequest): Promise<ListCustomRoutingEndpointGroupDestinationsResponse>;
|
|
8992
11074
|
listCustomRoutingEndpointGroupsWithOptions(request: ListCustomRoutingEndpointGroupsRequest, runtime: $Util.RuntimeOptions): Promise<ListCustomRoutingEndpointGroupsResponse>;
|
|
@@ -8995,78 +11077,600 @@ export default class Client extends OpenApi {
|
|
|
8995
11077
|
listCustomRoutingEndpointTrafficPolicies(request: ListCustomRoutingEndpointTrafficPoliciesRequest): Promise<ListCustomRoutingEndpointTrafficPoliciesResponse>;
|
|
8996
11078
|
listCustomRoutingEndpointsWithOptions(request: ListCustomRoutingEndpointsRequest, runtime: $Util.RuntimeOptions): Promise<ListCustomRoutingEndpointsResponse>;
|
|
8997
11079
|
listCustomRoutingEndpoints(request: ListCustomRoutingEndpointsRequest): Promise<ListCustomRoutingEndpointsResponse>;
|
|
11080
|
+
/**
|
|
11081
|
+
* 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, backend service protocols and port ranges of the associated endpoint groups, and IP addresses of endpoints (vSwitches). The custom routing listener forwards client requests to specified IP addresses and ports in the vSwitches based on the port mapping table. This operation is used to query the generated port mapping table.
|
|
11082
|
+
*
|
|
11083
|
+
* @param request ListCustomRoutingPortMappingsRequest
|
|
11084
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
11085
|
+
* @return ListCustomRoutingPortMappingsResponse
|
|
11086
|
+
*/
|
|
8998
11087
|
listCustomRoutingPortMappingsWithOptions(request: ListCustomRoutingPortMappingsRequest, runtime: $Util.RuntimeOptions): Promise<ListCustomRoutingPortMappingsResponse>;
|
|
11088
|
+
/**
|
|
11089
|
+
* 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, backend service protocols and port ranges of the associated endpoint groups, and IP addresses of endpoints (vSwitches). The custom routing listener forwards client requests to specified IP addresses and ports in the vSwitches based on the port mapping table. This operation is used to query the generated port mapping table.
|
|
11090
|
+
*
|
|
11091
|
+
* @param request ListCustomRoutingPortMappingsRequest
|
|
11092
|
+
* @return ListCustomRoutingPortMappingsResponse
|
|
11093
|
+
*/
|
|
8999
11094
|
listCustomRoutingPortMappings(request: ListCustomRoutingPortMappingsRequest): Promise<ListCustomRoutingPortMappingsResponse>;
|
|
9000
11095
|
listCustomRoutingPortMappingsByDestinationWithOptions(request: ListCustomRoutingPortMappingsByDestinationRequest, runtime: $Util.RuntimeOptions): Promise<ListCustomRoutingPortMappingsByDestinationResponse>;
|
|
9001
11096
|
listCustomRoutingPortMappingsByDestination(request: ListCustomRoutingPortMappingsByDestinationRequest): Promise<ListCustomRoutingPortMappingsByDestinationResponse>;
|
|
11097
|
+
listDomainsWithOptions(request: ListDomainsRequest, runtime: $Util.RuntimeOptions): Promise<ListDomainsResponse>;
|
|
11098
|
+
listDomains(request: ListDomainsRequest): Promise<ListDomainsResponse>;
|
|
9002
11099
|
listEndpointGroupsWithOptions(request: ListEndpointGroupsRequest, runtime: $Util.RuntimeOptions): Promise<ListEndpointGroupsResponse>;
|
|
9003
11100
|
listEndpointGroups(request: ListEndpointGroupsRequest): Promise<ListEndpointGroupsResponse>;
|
|
11101
|
+
/**
|
|
11102
|
+
* > You can call this operation to query only custom forwarding rules. You cannot call this operation to query the default forwarding rule.
|
|
11103
|
+
*
|
|
11104
|
+
* @param request ListForwardingRulesRequest
|
|
11105
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
11106
|
+
* @return ListForwardingRulesResponse
|
|
11107
|
+
*/
|
|
9004
11108
|
listForwardingRulesWithOptions(request: ListForwardingRulesRequest, runtime: $Util.RuntimeOptions): Promise<ListForwardingRulesResponse>;
|
|
11109
|
+
/**
|
|
11110
|
+
* > You can call this operation to query only custom forwarding rules. You cannot call this operation to query the default forwarding rule.
|
|
11111
|
+
*
|
|
11112
|
+
* @param request ListForwardingRulesRequest
|
|
11113
|
+
* @return ListForwardingRulesResponse
|
|
11114
|
+
*/
|
|
9005
11115
|
listForwardingRules(request: ListForwardingRulesRequest): Promise<ListForwardingRulesResponse>;
|
|
9006
11116
|
listIpSetsWithOptions(request: ListIpSetsRequest, runtime: $Util.RuntimeOptions): Promise<ListIpSetsResponse>;
|
|
9007
11117
|
listIpSets(request: ListIpSetsRequest): Promise<ListIpSetsResponse>;
|
|
11118
|
+
listIspTypesWithOptions(request: ListIspTypesRequest, runtime: $Util.RuntimeOptions): Promise<ListIspTypesResponse>;
|
|
11119
|
+
listIspTypes(request: ListIspTypesRequest): Promise<ListIspTypesResponse>;
|
|
9008
11120
|
listListenerCertificatesWithOptions(request: ListListenerCertificatesRequest, runtime: $Util.RuntimeOptions): Promise<ListListenerCertificatesResponse>;
|
|
9009
11121
|
listListenerCertificates(request: ListListenerCertificatesRequest): Promise<ListListenerCertificatesResponse>;
|
|
11122
|
+
/**
|
|
11123
|
+
* This operation is used to query information about the listeners of a GA instance, including the state of each listener, the timestamp that indicates when each listener was created, and the listener ports.
|
|
11124
|
+
*
|
|
11125
|
+
* @param request ListListenersRequest
|
|
11126
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
11127
|
+
* @return ListListenersResponse
|
|
11128
|
+
*/
|
|
9010
11129
|
listListenersWithOptions(request: ListListenersRequest, runtime: $Util.RuntimeOptions): Promise<ListListenersResponse>;
|
|
11130
|
+
/**
|
|
11131
|
+
* This operation is used to query information about the listeners of a GA instance, including the state of each listener, the timestamp that indicates when each listener was created, and the listener ports.
|
|
11132
|
+
*
|
|
11133
|
+
* @param request ListListenersRequest
|
|
11134
|
+
* @return ListListenersResponse
|
|
11135
|
+
*/
|
|
9011
11136
|
listListeners(request: ListListenersRequest): Promise<ListListenersResponse>;
|
|
9012
11137
|
listSpareIpsWithOptions(request: ListSpareIpsRequest, runtime: $Util.RuntimeOptions): Promise<ListSpareIpsResponse>;
|
|
9013
11138
|
listSpareIps(request: ListSpareIpsRequest): Promise<ListSpareIpsResponse>;
|
|
11139
|
+
/**
|
|
11140
|
+
* You can select a TLS security policy when you create and modify an HTTPS listener. This API operation is used to query the TLS security policies that are supported by HTTPS listeners.
|
|
11141
|
+
*
|
|
11142
|
+
* @param request ListSystemSecurityPoliciesRequest
|
|
11143
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
11144
|
+
* @return ListSystemSecurityPoliciesResponse
|
|
11145
|
+
*/
|
|
9014
11146
|
listSystemSecurityPoliciesWithOptions(request: ListSystemSecurityPoliciesRequest, runtime: $Util.RuntimeOptions): Promise<ListSystemSecurityPoliciesResponse>;
|
|
11147
|
+
/**
|
|
11148
|
+
* You can select a TLS security policy when you create and modify an HTTPS listener. This API operation is used to query the TLS security policies that are supported by HTTPS listeners.
|
|
11149
|
+
*
|
|
11150
|
+
* @param request ListSystemSecurityPoliciesRequest
|
|
11151
|
+
* @return ListSystemSecurityPoliciesResponse
|
|
11152
|
+
*/
|
|
9015
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
|
+
*/
|
|
9016
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
|
+
*/
|
|
9017
11174
|
listTagResources(request: ListTagResourcesRequest): Promise<ListTagResourcesResponse>;
|
|
11175
|
+
/**
|
|
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:
|
|
11177
|
+
* * If an ACL is in the **configuring** state, the IP entries are being deleted. In this case, you can perform only query operations.
|
|
11178
|
+
* * If an ACL is in the **active** state, the IP entries are deleted.
|
|
11179
|
+
* * You cannot repeatedly call the **RemoveEntriesFromAcl** operation for the same Global Accelerator (GA) instance within the specified period of time.
|
|
11180
|
+
*
|
|
11181
|
+
* @param request RemoveEntriesFromAclRequest
|
|
11182
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
11183
|
+
* @return RemoveEntriesFromAclResponse
|
|
11184
|
+
*/
|
|
9018
11185
|
removeEntriesFromAclWithOptions(request: RemoveEntriesFromAclRequest, runtime: $Util.RuntimeOptions): Promise<RemoveEntriesFromAclResponse>;
|
|
11186
|
+
/**
|
|
11187
|
+
* * 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:
|
|
11188
|
+
* * If an ACL is in the **configuring** state, the IP entries are being deleted. In this case, you can perform only query operations.
|
|
11189
|
+
* * If an ACL is in the **active** state, the IP entries are deleted.
|
|
11190
|
+
* * You cannot repeatedly call the **RemoveEntriesFromAcl** operation for the same Global Accelerator (GA) instance within the specified period of time.
|
|
11191
|
+
*
|
|
11192
|
+
* @param request RemoveEntriesFromAclRequest
|
|
11193
|
+
* @return RemoveEntriesFromAclResponse
|
|
11194
|
+
*/
|
|
9019
11195
|
removeEntriesFromAcl(request: RemoveEntriesFromAclRequest): Promise<RemoveEntriesFromAclResponse>;
|
|
11196
|
+
/**
|
|
11197
|
+
* When you call this operation to replace the bandwidth plan that is associated with a GA instance, take note of the following items:
|
|
11198
|
+
* * The GA instance continues to forward network traffic.
|
|
11199
|
+
* * **ReplaceBandwidthPackage** 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 [DescribeAccelerator](~~153235~~) or [ListAccelerators](~~153236~~) operation to query the state of the GA instance.
|
|
11200
|
+
* * If the GA instance is in the **configuring** state, it indicates that the associated bandwidth plan is being replaced. In this case, you can perform only query operations.
|
|
11201
|
+
* * If the GA instance is in the **active** state, it indicates that the associated bandwidth plan is replaced.
|
|
11202
|
+
* * The **ReplaceBandwidthPackage** operation cannot be called repeatedly for the same GA instance within a specific period of time.
|
|
11203
|
+
*
|
|
11204
|
+
* @param request ReplaceBandwidthPackageRequest
|
|
11205
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
11206
|
+
* @return ReplaceBandwidthPackageResponse
|
|
11207
|
+
*/
|
|
9020
11208
|
replaceBandwidthPackageWithOptions(request: ReplaceBandwidthPackageRequest, runtime: $Util.RuntimeOptions): Promise<ReplaceBandwidthPackageResponse>;
|
|
11209
|
+
/**
|
|
11210
|
+
* When you call this operation to replace the bandwidth plan that is associated with a GA instance, take note of the following items:
|
|
11211
|
+
* * The GA instance continues to forward network traffic.
|
|
11212
|
+
* * **ReplaceBandwidthPackage** 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 [DescribeAccelerator](~~153235~~) or [ListAccelerators](~~153236~~) operation to query the state of the GA instance.
|
|
11213
|
+
* * If the GA instance is in the **configuring** state, it indicates that the associated bandwidth plan is being replaced. In this case, you can perform only query operations.
|
|
11214
|
+
* * If the GA instance is in the **active** state, it indicates that the associated bandwidth plan is replaced.
|
|
11215
|
+
* * The **ReplaceBandwidthPackage** operation cannot be called repeatedly for the same GA instance within a specific period of time.
|
|
11216
|
+
*
|
|
11217
|
+
* @param request ReplaceBandwidthPackageRequest
|
|
11218
|
+
* @return ReplaceBandwidthPackageResponse
|
|
11219
|
+
*/
|
|
9021
11220
|
replaceBandwidthPackage(request: ReplaceBandwidthPackageRequest): Promise<ReplaceBandwidthPackageResponse>;
|
|
11221
|
+
/**
|
|
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.
|
|
11224
|
+
*
|
|
11225
|
+
* @param request TagResourcesRequest
|
|
11226
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
11227
|
+
* @return TagResourcesResponse
|
|
11228
|
+
*/
|
|
9022
11229
|
tagResourcesWithOptions(request: TagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<TagResourcesResponse>;
|
|
11230
|
+
/**
|
|
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.
|
|
11233
|
+
*
|
|
11234
|
+
* @param request TagResourcesRequest
|
|
11235
|
+
* @return TagResourcesResponse
|
|
11236
|
+
*/
|
|
9023
11237
|
tagResources(request: TagResourcesRequest): Promise<TagResourcesResponse>;
|
|
9024
11238
|
untagResourcesWithOptions(request: UntagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<UntagResourcesResponse>;
|
|
9025
11239
|
untagResources(request: UntagResourcesRequest): Promise<UntagResourcesResponse>;
|
|
11240
|
+
/**
|
|
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.
|
|
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.
|
|
11243
|
+
* * If the GA instance is in the **active** state, the GA instance is modified.
|
|
11244
|
+
* * The **UpdateAccelerator** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
11245
|
+
*
|
|
11246
|
+
* @param request UpdateAcceleratorRequest
|
|
11247
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
11248
|
+
* @return UpdateAcceleratorResponse
|
|
11249
|
+
*/
|
|
9026
11250
|
updateAcceleratorWithOptions(request: UpdateAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<UpdateAcceleratorResponse>;
|
|
11251
|
+
/**
|
|
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.
|
|
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.
|
|
11254
|
+
* * If the GA instance is in the **active** state, the GA instance is modified.
|
|
11255
|
+
* * The **UpdateAccelerator** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
11256
|
+
*
|
|
11257
|
+
* @param request UpdateAcceleratorRequest
|
|
11258
|
+
* @return UpdateAcceleratorResponse
|
|
11259
|
+
*/
|
|
9027
11260
|
updateAccelerator(request: UpdateAcceleratorRequest): Promise<UpdateAcceleratorResponse>;
|
|
11261
|
+
/**
|
|
11262
|
+
* The **UpdateAcceleratorAutoRenewAttribute** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
11263
|
+
*
|
|
11264
|
+
* @param request UpdateAcceleratorAutoRenewAttributeRequest
|
|
11265
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
11266
|
+
* @return UpdateAcceleratorAutoRenewAttributeResponse
|
|
11267
|
+
*/
|
|
9028
11268
|
updateAcceleratorAutoRenewAttributeWithOptions(request: UpdateAcceleratorAutoRenewAttributeRequest, runtime: $Util.RuntimeOptions): Promise<UpdateAcceleratorAutoRenewAttributeResponse>;
|
|
11269
|
+
/**
|
|
11270
|
+
* The **UpdateAcceleratorAutoRenewAttribute** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
11271
|
+
*
|
|
11272
|
+
* @param request UpdateAcceleratorAutoRenewAttributeRequest
|
|
11273
|
+
* @return UpdateAcceleratorAutoRenewAttributeResponse
|
|
11274
|
+
*/
|
|
9029
11275
|
updateAcceleratorAutoRenewAttribute(request: UpdateAcceleratorAutoRenewAttributeRequest): Promise<UpdateAcceleratorAutoRenewAttributeResponse>;
|
|
11276
|
+
/**
|
|
11277
|
+
* After you modify the specification of a GA instance, you must confirm the modification. The **UpdateAcceleratorConfirm** operation is used to confirm the specification modification to a GA instance. When you call this operation to confirm the specification modification to a GA instance, take note of the following items:
|
|
11278
|
+
* * **UpdateAcceleratorConfirm** 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 [DescribeAccelerator](~~153235~~) operation to query the state of the GA instance.
|
|
11279
|
+
* * If the GA instance is in the **configuring** state, it indicates that the specification of the instance is being modified. In this case, you can perform only query operations.
|
|
11280
|
+
* * If the GA instance is in the **active** state, it indicates that the specification of the instance is modified.
|
|
11281
|
+
* * The **UpdateAcceleratorConfirm** operation cannot be called repeatedly for the same GA instance within a specific period of time.
|
|
11282
|
+
*
|
|
11283
|
+
* @param request UpdateAcceleratorConfirmRequest
|
|
11284
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
11285
|
+
* @return UpdateAcceleratorConfirmResponse
|
|
11286
|
+
*/
|
|
9030
11287
|
updateAcceleratorConfirmWithOptions(request: UpdateAcceleratorConfirmRequest, runtime: $Util.RuntimeOptions): Promise<UpdateAcceleratorConfirmResponse>;
|
|
11288
|
+
/**
|
|
11289
|
+
* After you modify the specification of a GA instance, you must confirm the modification. The **UpdateAcceleratorConfirm** operation is used to confirm the specification modification to a GA instance. When you call this operation to confirm the specification modification to a GA instance, take note of the following items:
|
|
11290
|
+
* * **UpdateAcceleratorConfirm** 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 [DescribeAccelerator](~~153235~~) operation to query the state of the GA instance.
|
|
11291
|
+
* * If the GA instance is in the **configuring** state, it indicates that the specification of the instance is being modified. In this case, you can perform only query operations.
|
|
11292
|
+
* * If the GA instance is in the **active** state, it indicates that the specification of the instance is modified.
|
|
11293
|
+
* * The **UpdateAcceleratorConfirm** operation cannot be called repeatedly for the same GA instance within a specific period of time.
|
|
11294
|
+
*
|
|
11295
|
+
* @param request UpdateAcceleratorConfirmRequest
|
|
11296
|
+
* @return UpdateAcceleratorConfirmResponse
|
|
11297
|
+
*/
|
|
9031
11298
|
updateAcceleratorConfirm(request: UpdateAcceleratorConfirmRequest): Promise<UpdateAcceleratorConfirmResponse>;
|
|
11299
|
+
updateAcceleratorCrossBorderModeWithOptions(request: UpdateAcceleratorCrossBorderModeRequest, runtime: $Util.RuntimeOptions): Promise<UpdateAcceleratorCrossBorderModeResponse>;
|
|
11300
|
+
updateAcceleratorCrossBorderMode(request: UpdateAcceleratorCrossBorderModeRequest): Promise<UpdateAcceleratorCrossBorderModeResponse>;
|
|
9032
11301
|
updateAclAttributeWithOptions(request: UpdateAclAttributeRequest, runtime: $Util.RuntimeOptions): Promise<UpdateAclAttributeResponse>;
|
|
9033
11302
|
updateAclAttribute(request: UpdateAclAttributeRequest): Promise<UpdateAclAttributeResponse>;
|
|
11303
|
+
/**
|
|
11304
|
+
* The UpdateAdditionalCertificateWithListener operation is used to replace an additional certificate. You can call this operation when you want to replace an expired additional certificate with a new additional certificate without changing the associated domain name.
|
|
11305
|
+
* * **UpdateAdditionalCertificateWithListener** is an asynchronous operation. After you send a request, the system returns a request ID, but the operation is still being performed in the system background. You can call the [ListListenerCertificates](~~307743~~) operation to query the state of the additional certificate that is associated with an HTTP listener:
|
|
11306
|
+
* * If the certificate that you want to replace is in the **updating** state, it indicates that the additional certificate is being replaced for the HTTP listener. In this case, you can perform only query operations.
|
|
11307
|
+
* * If the replacement certificate is in the **active** state, it indicates that the replacement operation is complete and the replacement certificate is associated with the HTTP listener.
|
|
11308
|
+
* * The **UpdateAdditionalCertificateWithListener** operation cannot be called repeatedly for the same Global Accelerator (GA) instance within a specific period of time.
|
|
11309
|
+
*
|
|
11310
|
+
* @param request UpdateAdditionalCertificateWithListenerRequest
|
|
11311
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
11312
|
+
* @return UpdateAdditionalCertificateWithListenerResponse
|
|
11313
|
+
*/
|
|
9034
11314
|
updateAdditionalCertificateWithListenerWithOptions(request: UpdateAdditionalCertificateWithListenerRequest, runtime: $Util.RuntimeOptions): Promise<UpdateAdditionalCertificateWithListenerResponse>;
|
|
11315
|
+
/**
|
|
11316
|
+
* The UpdateAdditionalCertificateWithListener operation is used to replace an additional certificate. You can call this operation when you want to replace an expired additional certificate with a new additional certificate without changing the associated domain name.
|
|
11317
|
+
* * **UpdateAdditionalCertificateWithListener** is an asynchronous operation. After you send a request, the system returns a request ID, but the operation is still being performed in the system background. You can call the [ListListenerCertificates](~~307743~~) operation to query the state of the additional certificate that is associated with an HTTP listener:
|
|
11318
|
+
* * If the certificate that you want to replace is in the **updating** state, it indicates that the additional certificate is being replaced for the HTTP listener. In this case, you can perform only query operations.
|
|
11319
|
+
* * If the replacement certificate is in the **active** state, it indicates that the replacement operation is complete and the replacement certificate is associated with the HTTP listener.
|
|
11320
|
+
* * The **UpdateAdditionalCertificateWithListener** operation cannot be called repeatedly for the same Global Accelerator (GA) instance within a specific period of time.
|
|
11321
|
+
*
|
|
11322
|
+
* @param request UpdateAdditionalCertificateWithListenerRequest
|
|
11323
|
+
* @return UpdateAdditionalCertificateWithListenerResponse
|
|
11324
|
+
*/
|
|
9035
11325
|
updateAdditionalCertificateWithListener(request: UpdateAdditionalCertificateWithListenerRequest): Promise<UpdateAdditionalCertificateWithListenerResponse>;
|
|
11326
|
+
/**
|
|
11327
|
+
* **UpdateApplicationMonitor** is an asynchronous operation. After you send a request, the system returns a request ID, but this operation is still being performed in the system background. You can call the [DescribeApplicationMonitor](~~408463~~) or [ListApplicationMonitor](~~408462~~) operation to check whether the configurations of an origin probing task are modified.
|
|
11328
|
+
* * If the values of modified parameters remain unchanged, it indicates that the origin probing task is being modified. In this case, you can perform only query operations.
|
|
11329
|
+
* * If the values of modified parameters change, it indicates that the origin probing task is modified.
|
|
11330
|
+
*
|
|
11331
|
+
* @param request UpdateApplicationMonitorRequest
|
|
11332
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
11333
|
+
* @return UpdateApplicationMonitorResponse
|
|
11334
|
+
*/
|
|
9036
11335
|
updateApplicationMonitorWithOptions(request: UpdateApplicationMonitorRequest, runtime: $Util.RuntimeOptions): Promise<UpdateApplicationMonitorResponse>;
|
|
11336
|
+
/**
|
|
11337
|
+
* **UpdateApplicationMonitor** is an asynchronous operation. After you send a request, the system returns a request ID, but this operation is still being performed in the system background. You can call the [DescribeApplicationMonitor](~~408463~~) or [ListApplicationMonitor](~~408462~~) operation to check whether the configurations of an origin probing task are modified.
|
|
11338
|
+
* * If the values of modified parameters remain unchanged, it indicates that the origin probing task is being modified. In this case, you can perform only query operations.
|
|
11339
|
+
* * If the values of modified parameters change, it indicates that the origin probing task is modified.
|
|
11340
|
+
*
|
|
11341
|
+
* @param request UpdateApplicationMonitorRequest
|
|
11342
|
+
* @return UpdateApplicationMonitorResponse
|
|
11343
|
+
*/
|
|
9037
11344
|
updateApplicationMonitor(request: UpdateApplicationMonitorRequest): Promise<UpdateApplicationMonitorResponse>;
|
|
11345
|
+
/**
|
|
11346
|
+
* You cannot repeatedly call the **UpdateBandwidthPackagaAutoRenewAttribute** operation to modify the auto-renewal settings of a bandwidth plan.
|
|
11347
|
+
*
|
|
11348
|
+
* @param request UpdateBandwidthPackagaAutoRenewAttributeRequest
|
|
11349
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
11350
|
+
* @return UpdateBandwidthPackagaAutoRenewAttributeResponse
|
|
11351
|
+
*/
|
|
9038
11352
|
updateBandwidthPackagaAutoRenewAttributeWithOptions(request: UpdateBandwidthPackagaAutoRenewAttributeRequest, runtime: $Util.RuntimeOptions): Promise<UpdateBandwidthPackagaAutoRenewAttributeResponse>;
|
|
11353
|
+
/**
|
|
11354
|
+
* You cannot repeatedly call the **UpdateBandwidthPackagaAutoRenewAttribute** operation to modify the auto-renewal settings of a bandwidth plan.
|
|
11355
|
+
*
|
|
11356
|
+
* @param request UpdateBandwidthPackagaAutoRenewAttributeRequest
|
|
11357
|
+
* @return UpdateBandwidthPackagaAutoRenewAttributeResponse
|
|
11358
|
+
*/
|
|
9039
11359
|
updateBandwidthPackagaAutoRenewAttribute(request: UpdateBandwidthPackagaAutoRenewAttributeRequest): Promise<UpdateBandwidthPackagaAutoRenewAttributeResponse>;
|
|
11360
|
+
/**
|
|
11361
|
+
* When you call this operation, take note of the following items:
|
|
11362
|
+
* * **UpdateBandwidthPackage** is a synchronous operation when it is called to modify the configurations excluding the bandwidth value of a bandwidth plan. The new configurations take effect immediately after the operation is performed.
|
|
11363
|
+
* * **UpdateBandwidthPackage** is an asynchronous operation when it is called to modify the configurations including the bandwidth value of a bandwidth plan that is not associated with a Global Accelerator (GA) instance. 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 [DescribeBandwidthPackage](~~153241~~) operation to query whether the bandwidth plan is modified.
|
|
11364
|
+
* * If the parameter settings of the bandwidth plan remain unchanged, it indicates that the bandwidth plan is being modified. In this case, you can perform only query operations.
|
|
11365
|
+
* * If the parameter settings of the bandwidth plan change, it indicates that the bandwidth plan is modified.
|
|
11366
|
+
* * **UpdateBandwidthPackage** is an asynchronous operation when it is called to modify the configurations including the bandwidth value of a bandwidth plan that is associated with a GA instance. 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 [DescribeAccelerator](~~153235~~) operation to query the state of the GA instance and determine whether its associated bandwidth plan is modified.
|
|
11367
|
+
* * If the GA instance is in the **configuring** state, it indicates that the bandwidth plan is being modified. In this case, you can perform only query operations.
|
|
11368
|
+
* * If the GA instance is in the **active** state, it indicates that the bandwidth plan is modified.
|
|
11369
|
+
* * The **UpdateBandwidthPackage** operation cannot be called repeatedly for the same bandwidth plan within a specific period of time.
|
|
11370
|
+
*
|
|
11371
|
+
* @param request UpdateBandwidthPackageRequest
|
|
11372
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
11373
|
+
* @return UpdateBandwidthPackageResponse
|
|
11374
|
+
*/
|
|
9040
11375
|
updateBandwidthPackageWithOptions(request: UpdateBandwidthPackageRequest, runtime: $Util.RuntimeOptions): Promise<UpdateBandwidthPackageResponse>;
|
|
11376
|
+
/**
|
|
11377
|
+
* When you call this operation, take note of the following items:
|
|
11378
|
+
* * **UpdateBandwidthPackage** is a synchronous operation when it is called to modify the configurations excluding the bandwidth value of a bandwidth plan. The new configurations take effect immediately after the operation is performed.
|
|
11379
|
+
* * **UpdateBandwidthPackage** is an asynchronous operation when it is called to modify the configurations including the bandwidth value of a bandwidth plan that is not associated with a Global Accelerator (GA) instance. 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 [DescribeBandwidthPackage](~~153241~~) operation to query whether the bandwidth plan is modified.
|
|
11380
|
+
* * If the parameter settings of the bandwidth plan remain unchanged, it indicates that the bandwidth plan is being modified. In this case, you can perform only query operations.
|
|
11381
|
+
* * If the parameter settings of the bandwidth plan change, it indicates that the bandwidth plan is modified.
|
|
11382
|
+
* * **UpdateBandwidthPackage** is an asynchronous operation when it is called to modify the configurations including the bandwidth value of a bandwidth plan that is associated with a GA instance. 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 [DescribeAccelerator](~~153235~~) operation to query the state of the GA instance and determine whether its associated bandwidth plan is modified.
|
|
11383
|
+
* * If the GA instance is in the **configuring** state, it indicates that the bandwidth plan is being modified. In this case, you can perform only query operations.
|
|
11384
|
+
* * If the GA instance is in the **active** state, it indicates that the bandwidth plan is modified.
|
|
11385
|
+
* * The **UpdateBandwidthPackage** operation cannot be called repeatedly for the same bandwidth plan within a specific period of time.
|
|
11386
|
+
*
|
|
11387
|
+
* @param request UpdateBandwidthPackageRequest
|
|
11388
|
+
* @return UpdateBandwidthPackageResponse
|
|
11389
|
+
*/
|
|
9041
11390
|
updateBandwidthPackage(request: UpdateBandwidthPackageRequest): Promise<UpdateBandwidthPackageResponse>;
|
|
9042
11391
|
updateBasicAcceleratorWithOptions(request: UpdateBasicAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<UpdateBasicAcceleratorResponse>;
|
|
9043
11392
|
updateBasicAccelerator(request: UpdateBasicAcceleratorRequest): Promise<UpdateBasicAcceleratorResponse>;
|
|
9044
11393
|
updateBasicEndpointWithOptions(request: UpdateBasicEndpointRequest, runtime: $Util.RuntimeOptions): Promise<UpdateBasicEndpointResponse>;
|
|
9045
11394
|
updateBasicEndpoint(request: UpdateBasicEndpointRequest): Promise<UpdateBasicEndpointResponse>;
|
|
11395
|
+
/**
|
|
11396
|
+
* * **UpdateBasicEndpointGroup** 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. After you call this operation to modify an endpoint group that is associated with a basic GA instance, the system deletes the endpoint group and creates another endpoint group in the background for the basic GA instance. You can call the [GetBasicAccelerator](~~353188~~) operation to query the state of the basic GA instance.
|
|
11397
|
+
* * If the basic GA instance is in the **configuring** state, it indicates that the configurations of the endpoint group are being modified. In this case, you can perform only query operations.
|
|
11398
|
+
* * If the basic GA instance is in the **active** state, it indicates that the configurations of the endpoint group are modified.
|
|
11399
|
+
* * The **UpdateBasicEndpointGroup** operation cannot be called repeatedly for the same basic GA instance within a specific period of time.
|
|
11400
|
+
*
|
|
11401
|
+
* @param request UpdateBasicEndpointGroupRequest
|
|
11402
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
11403
|
+
* @return UpdateBasicEndpointGroupResponse
|
|
11404
|
+
*/
|
|
9046
11405
|
updateBasicEndpointGroupWithOptions(request: UpdateBasicEndpointGroupRequest, runtime: $Util.RuntimeOptions): Promise<UpdateBasicEndpointGroupResponse>;
|
|
11406
|
+
/**
|
|
11407
|
+
* * **UpdateBasicEndpointGroup** 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. After you call this operation to modify an endpoint group that is associated with a basic GA instance, the system deletes the endpoint group and creates another endpoint group in the background for the basic GA instance. You can call the [GetBasicAccelerator](~~353188~~) operation to query the state of the basic GA instance.
|
|
11408
|
+
* * If the basic GA instance is in the **configuring** state, it indicates that the configurations of the endpoint group are being modified. In this case, you can perform only query operations.
|
|
11409
|
+
* * If the basic GA instance is in the **active** state, it indicates that the configurations of the endpoint group are modified.
|
|
11410
|
+
* * The **UpdateBasicEndpointGroup** operation cannot be called repeatedly for the same basic GA instance within a specific period of time.
|
|
11411
|
+
*
|
|
11412
|
+
* @param request UpdateBasicEndpointGroupRequest
|
|
11413
|
+
* @return UpdateBasicEndpointGroupResponse
|
|
11414
|
+
*/
|
|
9047
11415
|
updateBasicEndpointGroup(request: UpdateBasicEndpointGroupRequest): Promise<UpdateBasicEndpointGroupResponse>;
|
|
11416
|
+
/**
|
|
11417
|
+
* Before you call this operation, take note of the following limits:
|
|
11418
|
+
* * You can call this operation for only basic GA instances whose bandwidth is billed by Cloud Data Transfer (CDT).
|
|
11419
|
+
* * The **UpdateBasicIpSet** operation is asynchronous. After you send a request, the system returns a request ID, but the operation is still being performed in the background. You can call the [GetBasicIpSet](~~362987~~) operation to query the status of an acceleration region:
|
|
11420
|
+
* * If an acceleration region is in the **updating** state, the bandwidth of the acceleration region is being modified. In this state, you can perform only query operations.
|
|
11421
|
+
* * If an acceleration region is in the **active** state, the bandwidth of the acceleration region is modified.
|
|
11422
|
+
* * You cannot repeatedly call the **UpdateBasicIpSet** operation for the same basic GA instance within the specified period of time.
|
|
11423
|
+
*
|
|
11424
|
+
* @param request UpdateBasicIpSetRequest
|
|
11425
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
11426
|
+
* @return UpdateBasicIpSetResponse
|
|
11427
|
+
*/
|
|
9048
11428
|
updateBasicIpSetWithOptions(request: UpdateBasicIpSetRequest, runtime: $Util.RuntimeOptions): Promise<UpdateBasicIpSetResponse>;
|
|
11429
|
+
/**
|
|
11430
|
+
* Before you call this operation, take note of the following limits:
|
|
11431
|
+
* * You can call this operation for only basic GA instances whose bandwidth is billed by Cloud Data Transfer (CDT).
|
|
11432
|
+
* * The **UpdateBasicIpSet** operation is asynchronous. After you send a request, the system returns a request ID, but the operation is still being performed in the background. You can call the [GetBasicIpSet](~~362987~~) operation to query the status of an acceleration region:
|
|
11433
|
+
* * If an acceleration region is in the **updating** state, the bandwidth of the acceleration region is being modified. In this state, you can perform only query operations.
|
|
11434
|
+
* * If an acceleration region is in the **active** state, the bandwidth of the acceleration region is modified.
|
|
11435
|
+
* * You cannot repeatedly call the **UpdateBasicIpSet** operation for the same basic GA instance within the specified period of time.
|
|
11436
|
+
*
|
|
11437
|
+
* @param request UpdateBasicIpSetRequest
|
|
11438
|
+
* @return UpdateBasicIpSetResponse
|
|
11439
|
+
*/
|
|
9049
11440
|
updateBasicIpSet(request: UpdateBasicIpSetRequest): Promise<UpdateBasicIpSetResponse>;
|
|
9050
11441
|
updateCustomRoutingEndpointGroupAttributeWithOptions(request: UpdateCustomRoutingEndpointGroupAttributeRequest, runtime: $Util.RuntimeOptions): Promise<UpdateCustomRoutingEndpointGroupAttributeResponse>;
|
|
9051
11442
|
updateCustomRoutingEndpointGroupAttribute(request: UpdateCustomRoutingEndpointGroupAttributeRequest): Promise<UpdateCustomRoutingEndpointGroupAttributeResponse>;
|
|
11443
|
+
/**
|
|
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.
|
|
11447
|
+
* * The **UpdateCustomRoutingEndpointGroupDestinations** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
|
|
11448
|
+
*
|
|
11449
|
+
* @param request UpdateCustomRoutingEndpointGroupDestinationsRequest
|
|
11450
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
11451
|
+
* @return UpdateCustomRoutingEndpointGroupDestinationsResponse
|
|
11452
|
+
*/
|
|
9052
11453
|
updateCustomRoutingEndpointGroupDestinationsWithOptions(request: UpdateCustomRoutingEndpointGroupDestinationsRequest, runtime: $Util.RuntimeOptions): Promise<UpdateCustomRoutingEndpointGroupDestinationsResponse>;
|
|
11454
|
+
/**
|
|
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.
|
|
11458
|
+
* * The **UpdateCustomRoutingEndpointGroupDestinations** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
|
|
11459
|
+
*
|
|
11460
|
+
* @param request UpdateCustomRoutingEndpointGroupDestinationsRequest
|
|
11461
|
+
* @return UpdateCustomRoutingEndpointGroupDestinationsResponse
|
|
11462
|
+
*/
|
|
9053
11463
|
updateCustomRoutingEndpointGroupDestinations(request: UpdateCustomRoutingEndpointGroupDestinationsRequest): Promise<UpdateCustomRoutingEndpointGroupDestinationsResponse>;
|
|
11464
|
+
/**
|
|
11465
|
+
* * **UpdateCustomRoutingEndpointTrafficPolicies** 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 an endpoint group associated with a custom routing listener to check whether access policies of traffic are modified for endpoints in the endpoint group.
|
|
11466
|
+
* * If the endpoint group is in the **updating** state, access policies of traffic are being modified for endpoints in the endpoint group. In this case, you can perform only query operations.
|
|
11467
|
+
* * If the endpoint group is in the **active** state, access policies of traffic are modified for endpoints in the endpoint group.
|
|
11468
|
+
* * The **UpdateCustomRoutingEndpointTrafficPolicies** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
|
|
11469
|
+
*
|
|
11470
|
+
* @param request UpdateCustomRoutingEndpointTrafficPoliciesRequest
|
|
11471
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
11472
|
+
* @return UpdateCustomRoutingEndpointTrafficPoliciesResponse
|
|
11473
|
+
*/
|
|
9054
11474
|
updateCustomRoutingEndpointTrafficPoliciesWithOptions(request: UpdateCustomRoutingEndpointTrafficPoliciesRequest, runtime: $Util.RuntimeOptions): Promise<UpdateCustomRoutingEndpointTrafficPoliciesResponse>;
|
|
11475
|
+
/**
|
|
11476
|
+
* * **UpdateCustomRoutingEndpointTrafficPolicies** 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 an endpoint group associated with a custom routing listener to check whether access policies of traffic are modified for endpoints in the endpoint group.
|
|
11477
|
+
* * If the endpoint group is in the **updating** state, access policies of traffic are being modified for endpoints in the endpoint group. In this case, you can perform only query operations.
|
|
11478
|
+
* * If the endpoint group is in the **active** state, access policies of traffic are modified for endpoints in the endpoint group.
|
|
11479
|
+
* * The **UpdateCustomRoutingEndpointTrafficPolicies** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
|
|
11480
|
+
*
|
|
11481
|
+
* @param request UpdateCustomRoutingEndpointTrafficPoliciesRequest
|
|
11482
|
+
* @return UpdateCustomRoutingEndpointTrafficPoliciesResponse
|
|
11483
|
+
*/
|
|
9055
11484
|
updateCustomRoutingEndpointTrafficPolicies(request: UpdateCustomRoutingEndpointTrafficPoliciesRequest): Promise<UpdateCustomRoutingEndpointTrafficPoliciesResponse>;
|
|
11485
|
+
/**
|
|
11486
|
+
* * **UpdateCustomRoutingEndpoints** 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 to check whether the endpoints in the endpoint groups are modified.
|
|
11487
|
+
* * If an endpoint group is in the **updating** state, the endpoints in the endpoint group are being modified. In this case, you can perform only query operations.
|
|
11488
|
+
* * If an endpoint group is in the **active** state, the endpoints in the endpoint group are modified.
|
|
11489
|
+
* * The **UpdateCustomRoutingEndpoints** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
|
|
11490
|
+
*
|
|
11491
|
+
* @param request UpdateCustomRoutingEndpointsRequest
|
|
11492
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
11493
|
+
* @return UpdateCustomRoutingEndpointsResponse
|
|
11494
|
+
*/
|
|
9056
11495
|
updateCustomRoutingEndpointsWithOptions(request: UpdateCustomRoutingEndpointsRequest, runtime: $Util.RuntimeOptions): Promise<UpdateCustomRoutingEndpointsResponse>;
|
|
11496
|
+
/**
|
|
11497
|
+
* * **UpdateCustomRoutingEndpoints** 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 to check whether the endpoints in the endpoint groups are modified.
|
|
11498
|
+
* * If an endpoint group is in the **updating** state, the endpoints in the endpoint group are being modified. In this case, you can perform only query operations.
|
|
11499
|
+
* * If an endpoint group is in the **active** state, the endpoints in the endpoint group are modified.
|
|
11500
|
+
* * The **UpdateCustomRoutingEndpoints** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
|
|
11501
|
+
*
|
|
11502
|
+
* @param request UpdateCustomRoutingEndpointsRequest
|
|
11503
|
+
* @return UpdateCustomRoutingEndpointsResponse
|
|
11504
|
+
*/
|
|
9057
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
|
+
*/
|
|
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
|
+
*/
|
|
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
|
+
*/
|
|
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
|
+
*/
|
|
11541
|
+
updateDomainState(request: UpdateDomainStateRequest): Promise<UpdateDomainStateResponse>;
|
|
11542
|
+
/**
|
|
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.
|
|
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.
|
|
11547
|
+
*
|
|
11548
|
+
* @param request UpdateEndpointGroupRequest
|
|
11549
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
11550
|
+
* @return UpdateEndpointGroupResponse
|
|
11551
|
+
*/
|
|
9058
11552
|
updateEndpointGroupWithOptions(request: UpdateEndpointGroupRequest, runtime: $Util.RuntimeOptions): Promise<UpdateEndpointGroupResponse>;
|
|
11553
|
+
/**
|
|
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.
|
|
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.
|
|
11558
|
+
*
|
|
11559
|
+
* @param request UpdateEndpointGroupRequest
|
|
11560
|
+
* @return UpdateEndpointGroupResponse
|
|
11561
|
+
*/
|
|
9059
11562
|
updateEndpointGroup(request: UpdateEndpointGroupRequest): Promise<UpdateEndpointGroupResponse>;
|
|
9060
11563
|
updateEndpointGroupAttributeWithOptions(request: UpdateEndpointGroupAttributeRequest, runtime: $Util.RuntimeOptions): Promise<UpdateEndpointGroupAttributeResponse>;
|
|
9061
11564
|
updateEndpointGroupAttribute(request: UpdateEndpointGroupAttributeRequest): Promise<UpdateEndpointGroupAttributeResponse>;
|
|
11565
|
+
/**
|
|
11566
|
+
* * **UpdateEndpointGroups** 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~~) or [ListEndpointGroups](~~153261~~) operation to query the state of an endpoint group.
|
|
11567
|
+
* * If the endpoint group is in the **updating** state, the configuration of the endpoint group is being modified. In this case, you can perform only query operations.
|
|
11568
|
+
* * If the endpoint group is in the **active**, the configuration of the endpoint group is modified.
|
|
11569
|
+
* * The **UpdateEndpointGroups** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
|
|
11570
|
+
*
|
|
11571
|
+
* @param request UpdateEndpointGroupsRequest
|
|
11572
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
11573
|
+
* @return UpdateEndpointGroupsResponse
|
|
11574
|
+
*/
|
|
9062
11575
|
updateEndpointGroupsWithOptions(request: UpdateEndpointGroupsRequest, runtime: $Util.RuntimeOptions): Promise<UpdateEndpointGroupsResponse>;
|
|
11576
|
+
/**
|
|
11577
|
+
* * **UpdateEndpointGroups** 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~~) or [ListEndpointGroups](~~153261~~) operation to query the state of an endpoint group.
|
|
11578
|
+
* * If the endpoint group is in the **updating** state, the configuration of the endpoint group is being modified. In this case, you can perform only query operations.
|
|
11579
|
+
* * If the endpoint group is in the **active**, the configuration of the endpoint group is modified.
|
|
11580
|
+
* * The **UpdateEndpointGroups** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
|
|
11581
|
+
*
|
|
11582
|
+
* @param request UpdateEndpointGroupsRequest
|
|
11583
|
+
* @return UpdateEndpointGroupsResponse
|
|
11584
|
+
*/
|
|
9063
11585
|
updateEndpointGroups(request: UpdateEndpointGroupsRequest): Promise<UpdateEndpointGroupsResponse>;
|
|
11586
|
+
/**
|
|
11587
|
+
* * **UpdateForwardingRules** 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 [ListForwardingRules](~~205817~~) operation to query the state of a forwarding rule.
|
|
11588
|
+
* * If the forwarding rule is in the **configuring** state, it indicates that the forwarding rule is being modified. In this case, you can perform only query operations.
|
|
11589
|
+
* * If the forwarding rule is in the **active** state, it indicates that the forwarding rule is modified.
|
|
11590
|
+
* * The **UpdateForwardingRules** operation cannot be repeatedly called to modify forwarding rules for the same Global Accelerator (GA) instance within a specific period of time.
|
|
11591
|
+
*
|
|
11592
|
+
* @param request UpdateForwardingRulesRequest
|
|
11593
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
11594
|
+
* @return UpdateForwardingRulesResponse
|
|
11595
|
+
*/
|
|
9064
11596
|
updateForwardingRulesWithOptions(request: UpdateForwardingRulesRequest, runtime: $Util.RuntimeOptions): Promise<UpdateForwardingRulesResponse>;
|
|
11597
|
+
/**
|
|
11598
|
+
* * **UpdateForwardingRules** 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 [ListForwardingRules](~~205817~~) operation to query the state of a forwarding rule.
|
|
11599
|
+
* * If the forwarding rule is in the **configuring** state, it indicates that the forwarding rule is being modified. In this case, you can perform only query operations.
|
|
11600
|
+
* * If the forwarding rule is in the **active** state, it indicates that the forwarding rule is modified.
|
|
11601
|
+
* * The **UpdateForwardingRules** operation cannot be repeatedly called to modify forwarding rules for the same Global Accelerator (GA) instance within a specific period of time.
|
|
11602
|
+
*
|
|
11603
|
+
* @param request UpdateForwardingRulesRequest
|
|
11604
|
+
* @return UpdateForwardingRulesResponse
|
|
11605
|
+
*/
|
|
9065
11606
|
updateForwardingRules(request: UpdateForwardingRulesRequest): Promise<UpdateForwardingRulesResponse>;
|
|
11607
|
+
/**
|
|
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.
|
|
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.
|
|
11611
|
+
* * If the acceleration region is in the **active** state, the acceleration region is modified.
|
|
11612
|
+
* * The **UpdateIpSet** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
11613
|
+
*
|
|
11614
|
+
* @param request UpdateIpSetRequest
|
|
11615
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
11616
|
+
* @return UpdateIpSetResponse
|
|
11617
|
+
*/
|
|
9066
11618
|
updateIpSetWithOptions(request: UpdateIpSetRequest, runtime: $Util.RuntimeOptions): Promise<UpdateIpSetResponse>;
|
|
11619
|
+
/**
|
|
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.
|
|
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.
|
|
11623
|
+
* * If the acceleration region is in the **active** state, the acceleration region is modified.
|
|
11624
|
+
* * The **UpdateIpSet** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
11625
|
+
*
|
|
11626
|
+
* @param request UpdateIpSetRequest
|
|
11627
|
+
* @return UpdateIpSetResponse
|
|
11628
|
+
*/
|
|
9067
11629
|
updateIpSet(request: UpdateIpSetRequest): Promise<UpdateIpSetResponse>;
|
|
11630
|
+
/**
|
|
11631
|
+
* * **UpdateIpSet** 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 [DescribeIpSet](~~153246~~) operation to query the state of an acceleration region.
|
|
11632
|
+
* * If the acceleration region is in the **updating** state, the acceleration region is being modified. In this case, you can perform only query operations.
|
|
11633
|
+
* * If the acceleration region is in the **active** state, the acceleration region is modified.
|
|
11634
|
+
* * The **UpdateIpSet** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
11635
|
+
*
|
|
11636
|
+
* @param request UpdateIpSetsRequest
|
|
11637
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
11638
|
+
* @return UpdateIpSetsResponse
|
|
11639
|
+
*/
|
|
9068
11640
|
updateIpSetsWithOptions(request: UpdateIpSetsRequest, runtime: $Util.RuntimeOptions): Promise<UpdateIpSetsResponse>;
|
|
11641
|
+
/**
|
|
11642
|
+
* * **UpdateIpSet** 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 [DescribeIpSet](~~153246~~) operation to query the state of an acceleration region.
|
|
11643
|
+
* * If the acceleration region is in the **updating** state, the acceleration region is being modified. In this case, you can perform only query operations.
|
|
11644
|
+
* * If the acceleration region is in the **active** state, the acceleration region is modified.
|
|
11645
|
+
* * The **UpdateIpSet** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
11646
|
+
*
|
|
11647
|
+
* @param request UpdateIpSetsRequest
|
|
11648
|
+
* @return UpdateIpSetsResponse
|
|
11649
|
+
*/
|
|
9069
11650
|
updateIpSets(request: UpdateIpSetsRequest): Promise<UpdateIpSetsResponse>;
|
|
11651
|
+
/**
|
|
11652
|
+
* This operation can be called to modify the configurations such as protocol and ports of a listener to meet your business requirements.
|
|
11653
|
+
* When you call this operation, take note of the following items:
|
|
11654
|
+
* * **UpdateListener** 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 [DescribeListener](~~153254~~) operation to query the state of a listener.
|
|
11655
|
+
* * If the listener is in the **updating** state, it indicates that its configurations are being modified. In this case, you can perform only query operations.
|
|
11656
|
+
* * If the listener is in the **active** state, it indicates that its configurations are modified.
|
|
11657
|
+
* * The **UpdateListener** operation cannot be repeatedly called to modify listener configurations for the same GA instance within a specific period of time.
|
|
11658
|
+
*
|
|
11659
|
+
* @param request UpdateListenerRequest
|
|
11660
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
11661
|
+
* @return UpdateListenerResponse
|
|
11662
|
+
*/
|
|
9070
11663
|
updateListenerWithOptions(request: UpdateListenerRequest, runtime: $Util.RuntimeOptions): Promise<UpdateListenerResponse>;
|
|
11664
|
+
/**
|
|
11665
|
+
* This operation can be called to modify the configurations such as protocol and ports of a listener to meet your business requirements.
|
|
11666
|
+
* When you call this operation, take note of the following items:
|
|
11667
|
+
* * **UpdateListener** 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 [DescribeListener](~~153254~~) operation to query the state of a listener.
|
|
11668
|
+
* * If the listener is in the **updating** state, it indicates that its configurations are being modified. In this case, you can perform only query operations.
|
|
11669
|
+
* * If the listener is in the **active** state, it indicates that its configurations are modified.
|
|
11670
|
+
* * The **UpdateListener** operation cannot be repeatedly called to modify listener configurations for the same GA instance within a specific period of time.
|
|
11671
|
+
*
|
|
11672
|
+
* @param request UpdateListenerRequest
|
|
11673
|
+
* @return UpdateListenerResponse
|
|
11674
|
+
*/
|
|
9071
11675
|
updateListener(request: UpdateListenerRequest): Promise<UpdateListenerResponse>;
|
|
9072
11676
|
}
|