|
23 | 23 | import cn.ucloud.pathx.models.CreateGlobalSSHInstanceResponse;
|
24 | 24 | import cn.ucloud.pathx.models.CreatePathXSSLRequest;
|
25 | 25 | import cn.ucloud.pathx.models.CreatePathXSSLResponse;
|
26 |
| -import cn.ucloud.pathx.models.CreateUGA3InstanceRequest; |
27 |
| -import cn.ucloud.pathx.models.CreateUGA3InstanceResponse; |
28 |
| -import cn.ucloud.pathx.models.CreateUGA3PortRequest; |
29 |
| -import cn.ucloud.pathx.models.CreateUGA3PortResponse; |
30 | 26 | import cn.ucloud.pathx.models.CreateUGAForwarderRequest;
|
31 | 27 | import cn.ucloud.pathx.models.CreateUGAForwarderResponse;
|
32 | 28 | import cn.ucloud.pathx.models.CreateUGAInstanceRequest;
|
|
37 | 33 | import cn.ucloud.pathx.models.DeleteGlobalSSHInstanceResponse;
|
38 | 34 | import cn.ucloud.pathx.models.DeletePathXSSLRequest;
|
39 | 35 | import cn.ucloud.pathx.models.DeletePathXSSLResponse;
|
40 |
| -import cn.ucloud.pathx.models.DeleteUGA3InstanceRequest; |
41 |
| -import cn.ucloud.pathx.models.DeleteUGA3InstanceResponse; |
42 |
| -import cn.ucloud.pathx.models.DeleteUGA3PortRequest; |
43 |
| -import cn.ucloud.pathx.models.DeleteUGA3PortResponse; |
44 | 36 | import cn.ucloud.pathx.models.DeleteUGAForwarderRequest;
|
45 | 37 | import cn.ucloud.pathx.models.DeleteUGAForwarderResponse;
|
46 | 38 | import cn.ucloud.pathx.models.DeleteUGAInstanceRequest;
|
|
53 | 45 | import cn.ucloud.pathx.models.DescribePathXLineConfigResponse;
|
54 | 46 | import cn.ucloud.pathx.models.DescribePathXSSLRequest;
|
55 | 47 | import cn.ucloud.pathx.models.DescribePathXSSLResponse;
|
56 |
| -import cn.ucloud.pathx.models.DescribeUGA3AreaRequest; |
57 |
| -import cn.ucloud.pathx.models.DescribeUGA3AreaResponse; |
58 |
| -import cn.ucloud.pathx.models.DescribeUGA3InstanceRequest; |
59 |
| -import cn.ucloud.pathx.models.DescribeUGA3InstanceResponse; |
60 |
| -import cn.ucloud.pathx.models.DescribeUGA3OptimizationRequest; |
61 |
| -import cn.ucloud.pathx.models.DescribeUGA3OptimizationResponse; |
62 | 48 | import cn.ucloud.pathx.models.DescribeUGAInstanceRequest;
|
63 | 49 | import cn.ucloud.pathx.models.DescribeUGAInstanceResponse;
|
64 | 50 | import cn.ucloud.pathx.models.DescribeUPathRequest;
|
|
71 | 57 | import cn.ucloud.pathx.models.GetGlobalSSHUpdatePriceResponse;
|
72 | 58 | import cn.ucloud.pathx.models.GetPathXMetricRequest;
|
73 | 59 | import cn.ucloud.pathx.models.GetPathXMetricResponse;
|
74 |
| -import cn.ucloud.pathx.models.GetUGA3MetricRequest; |
75 |
| -import cn.ucloud.pathx.models.GetUGA3MetricResponse; |
76 |
| -import cn.ucloud.pathx.models.GetUGA3PriceRequest; |
77 |
| -import cn.ucloud.pathx.models.GetUGA3PriceResponse; |
78 |
| -import cn.ucloud.pathx.models.GetUGA3UpdatePriceRequest; |
79 |
| -import cn.ucloud.pathx.models.GetUGA3UpdatePriceResponse; |
80 | 60 | import cn.ucloud.pathx.models.ModifyGlobalSSHPortRequest;
|
81 | 61 | import cn.ucloud.pathx.models.ModifyGlobalSSHPortResponse;
|
82 | 62 | import cn.ucloud.pathx.models.ModifyGlobalSSHRemarkRequest;
|
83 | 63 | import cn.ucloud.pathx.models.ModifyGlobalSSHRemarkResponse;
|
84 | 64 | import cn.ucloud.pathx.models.ModifyGlobalSSHTypeRequest;
|
85 | 65 | import cn.ucloud.pathx.models.ModifyGlobalSSHTypeResponse;
|
86 |
| -import cn.ucloud.pathx.models.ModifyUGA3BandwidthRequest; |
87 |
| -import cn.ucloud.pathx.models.ModifyUGA3BandwidthResponse; |
88 |
| -import cn.ucloud.pathx.models.ModifyUGA3InstanceRequest; |
89 |
| -import cn.ucloud.pathx.models.ModifyUGA3InstanceResponse; |
90 |
| -import cn.ucloud.pathx.models.ModifyUGA3OriginInfoRequest; |
91 |
| -import cn.ucloud.pathx.models.ModifyUGA3OriginInfoResponse; |
92 |
| -import cn.ucloud.pathx.models.ModifyUGA3PortRequest; |
93 |
| -import cn.ucloud.pathx.models.ModifyUGA3PortResponse; |
94 | 66 | import cn.ucloud.pathx.models.ModifyUPathBandwidthRequest;
|
95 | 67 | import cn.ucloud.pathx.models.ModifyUPathBandwidthResponse;
|
96 | 68 | import cn.ucloud.pathx.models.ModifyUPathTemplateRequest;
|
@@ -146,30 +118,6 @@ public CreatePathXSSLResponse createPathXSSL(CreatePathXSSLRequest request)
|
146 | 118 | return (CreatePathXSSLResponse) this.invoke(request, CreatePathXSSLResponse.class);
|
147 | 119 | }
|
148 | 120 |
|
149 |
| - /** |
150 |
| - * CreateUGA3Instance - 创建全球统一接入加速配置项 |
151 |
| - * |
152 |
| - * @param request Request object |
153 |
| - * @throws UCloudException Exception |
154 |
| - */ |
155 |
| - public CreateUGA3InstanceResponse createUGA3Instance(CreateUGA3InstanceRequest request) |
156 |
| - throws UCloudException { |
157 |
| - request.setAction("CreateUGA3Instance"); |
158 |
| - return (CreateUGA3InstanceResponse) this.invoke(request, CreateUGA3InstanceResponse.class); |
159 |
| - } |
160 |
| - |
161 |
| - /** |
162 |
| - * CreateUGA3Port - 创建统一接入加速实例端口 |
163 |
| - * |
164 |
| - * @param request Request object |
165 |
| - * @throws UCloudException Exception |
166 |
| - */ |
167 |
| - public CreateUGA3PortResponse createUGA3Port(CreateUGA3PortRequest request) |
168 |
| - throws UCloudException { |
169 |
| - request.setAction("CreateUGA3Port"); |
170 |
| - return (CreateUGA3PortResponse) this.invoke(request, CreateUGA3PortResponse.class); |
171 |
| - } |
172 |
| - |
173 | 121 | /**
|
174 | 122 | * CreateUGAForwarder - 创建加速实例转发器
|
175 | 123 | *
|
@@ -230,30 +178,6 @@ public DeletePathXSSLResponse deletePathXSSL(DeletePathXSSLRequest request)
|
230 | 178 | return (DeletePathXSSLResponse) this.invoke(request, DeletePathXSSLResponse.class);
|
231 | 179 | }
|
232 | 180 |
|
233 |
| - /** |
234 |
| - * DeleteUGA3Instance - 删除全球统一接入转发实例 |
235 |
| - * |
236 |
| - * @param request Request object |
237 |
| - * @throws UCloudException Exception |
238 |
| - */ |
239 |
| - public DeleteUGA3InstanceResponse deleteUGA3Instance(DeleteUGA3InstanceRequest request) |
240 |
| - throws UCloudException { |
241 |
| - request.setAction("DeleteUGA3Instance"); |
242 |
| - return (DeleteUGA3InstanceResponse) this.invoke(request, DeleteUGA3InstanceResponse.class); |
243 |
| - } |
244 |
| - |
245 |
| - /** |
246 |
| - * DeleteUGA3Port - 删除统一接入加速实例转发器 |
247 |
| - * |
248 |
| - * @param request Request object |
249 |
| - * @throws UCloudException Exception |
250 |
| - */ |
251 |
| - public DeleteUGA3PortResponse deleteUGA3Port(DeleteUGA3PortRequest request) |
252 |
| - throws UCloudException { |
253 |
| - request.setAction("DeleteUGA3Port"); |
254 |
| - return (DeleteUGA3PortResponse) this.invoke(request, DeleteUGA3PortResponse.class); |
255 |
| - } |
256 |
| - |
257 | 181 | /**
|
258 | 182 | * DeleteUGAForwarder - 删除加速实例转发器
|
259 | 183 | *
|
@@ -327,44 +251,6 @@ public DescribePathXSSLResponse describePathXSSL(DescribePathXSSLRequest request
|
327 | 251 | return (DescribePathXSSLResponse) this.invoke(request, DescribePathXSSLResponse.class);
|
328 | 252 | }
|
329 | 253 |
|
330 |
| - /** |
331 |
| - * DescribeUGA3Area - 获取全球接入源站可选列表 |
332 |
| - * |
333 |
| - * @param request Request object |
334 |
| - * @throws UCloudException Exception |
335 |
| - */ |
336 |
| - public DescribeUGA3AreaResponse describeUGA3Area(DescribeUGA3AreaRequest request) |
337 |
| - throws UCloudException { |
338 |
| - request.setAction("DescribeUGA3Area"); |
339 |
| - return (DescribeUGA3AreaResponse) this.invoke(request, DescribeUGA3AreaResponse.class); |
340 |
| - } |
341 |
| - |
342 |
| - /** |
343 |
| - * DescribeUGA3Instance - 获取全球统一接入加速服务加速配置信息 |
344 |
| - * |
345 |
| - * @param request Request object |
346 |
| - * @throws UCloudException Exception |
347 |
| - */ |
348 |
| - public DescribeUGA3InstanceResponse describeUGA3Instance(DescribeUGA3InstanceRequest request) |
349 |
| - throws UCloudException { |
350 |
| - request.setAction("DescribeUGA3Instance"); |
351 |
| - return (DescribeUGA3InstanceResponse) |
352 |
| - this.invoke(request, DescribeUGA3InstanceResponse.class); |
353 |
| - } |
354 |
| - |
355 |
| - /** |
356 |
| - * DescribeUGA3Optimization - 获取全球接入UGA3线路加速优化情况 |
357 |
| - * |
358 |
| - * @param request Request object |
359 |
| - * @throws UCloudException Exception |
360 |
| - */ |
361 |
| - public DescribeUGA3OptimizationResponse describeUGA3Optimization( |
362 |
| - DescribeUGA3OptimizationRequest request) throws UCloudException { |
363 |
| - request.setAction("DescribeUGA3Optimization"); |
364 |
| - return (DescribeUGA3OptimizationResponse) |
365 |
| - this.invoke(request, DescribeUGA3OptimizationResponse.class); |
366 |
| - } |
367 |
| - |
368 | 254 | /**
|
369 | 255 | * DescribeUGAInstance - 获取全球加速服务加速配置信息
|
370 | 256 | *
|
@@ -440,41 +326,6 @@ public GetPathXMetricResponse getPathXMetric(GetPathXMetricRequest request)
|
440 | 326 | return (GetPathXMetricResponse) this.invoke(request, GetPathXMetricResponse.class);
|
441 | 327 | }
|
442 | 328 |
|
443 |
| - /** |
444 |
| - * GetUGA3Metric - 获取全地域加速监控信息 |
445 |
| - * |
446 |
| - * @param request Request object |
447 |
| - * @throws UCloudException Exception |
448 |
| - */ |
449 |
| - public GetUGA3MetricResponse getUGA3Metric(GetUGA3MetricRequest request) |
450 |
| - throws UCloudException { |
451 |
| - request.setAction("GetUGA3Metric"); |
452 |
| - return (GetUGA3MetricResponse) this.invoke(request, GetUGA3MetricResponse.class); |
453 |
| - } |
454 |
| - |
455 |
| - /** |
456 |
| - * GetUGA3Price - 获取全球统一接入转发实例价格 |
457 |
| - * |
458 |
| - * @param request Request object |
459 |
| - * @throws UCloudException Exception |
460 |
| - */ |
461 |
| - public GetUGA3PriceResponse getUGA3Price(GetUGA3PriceRequest request) throws UCloudException { |
462 |
| - request.setAction("GetUGA3Price"); |
463 |
| - return (GetUGA3PriceResponse) this.invoke(request, GetUGA3PriceResponse.class); |
464 |
| - } |
465 |
| - |
466 |
| - /** |
467 |
| - * GetUGA3UpdatePrice - 全球统一接入获取实例更新价格(增加、删退) |
468 |
| - * |
469 |
| - * @param request Request object |
470 |
| - * @throws UCloudException Exception |
471 |
| - */ |
472 |
| - public GetUGA3UpdatePriceResponse getUGA3UpdatePrice(GetUGA3UpdatePriceRequest request) |
473 |
| - throws UCloudException { |
474 |
| - request.setAction("GetUGA3UpdatePrice"); |
475 |
| - return (GetUGA3UpdatePriceResponse) this.invoke(request, GetUGA3UpdatePriceResponse.class); |
476 |
| - } |
477 |
| - |
478 | 329 | /**
|
479 | 330 | * ModifyGlobalSSHPort - 修改GlobalSSH端口
|
480 | 331 | *
|
@@ -514,56 +365,6 @@ public ModifyGlobalSSHTypeResponse modifyGlobalSSHType(ModifyGlobalSSHTypeReques
|
514 | 365 | this.invoke(request, ModifyGlobalSSHTypeResponse.class);
|
515 | 366 | }
|
516 | 367 |
|
517 |
| - /** |
518 |
| - * ModifyUGA3Bandwidth - 修改统一接入加速配置带宽 |
519 |
| - * |
520 |
| - * @param request Request object |
521 |
| - * @throws UCloudException Exception |
522 |
| - */ |
523 |
| - public ModifyUGA3BandwidthResponse modifyUGA3Bandwidth(ModifyUGA3BandwidthRequest request) |
524 |
| - throws UCloudException { |
525 |
| - request.setAction("ModifyUGA3Bandwidth"); |
526 |
| - return (ModifyUGA3BandwidthResponse) |
527 |
| - this.invoke(request, ModifyUGA3BandwidthResponse.class); |
528 |
| - } |
529 |
| - |
530 |
| - /** |
531 |
| - * ModifyUGA3Instance - 修改统一接入加速配置属性 |
532 |
| - * |
533 |
| - * @param request Request object |
534 |
| - * @throws UCloudException Exception |
535 |
| - */ |
536 |
| - public ModifyUGA3InstanceResponse modifyUGA3Instance(ModifyUGA3InstanceRequest request) |
537 |
| - throws UCloudException { |
538 |
| - request.setAction("ModifyUGA3Instance"); |
539 |
| - return (ModifyUGA3InstanceResponse) this.invoke(request, ModifyUGA3InstanceResponse.class); |
540 |
| - } |
541 |
| - |
542 |
| - /** |
543 |
| - * ModifyUGA3OriginInfo - 修改统一接入加速配置源站信息 |
544 |
| - * |
545 |
| - * @param request Request object |
546 |
| - * @throws UCloudException Exception |
547 |
| - */ |
548 |
| - public ModifyUGA3OriginInfoResponse modifyUGA3OriginInfo(ModifyUGA3OriginInfoRequest request) |
549 |
| - throws UCloudException { |
550 |
| - request.setAction("ModifyUGA3OriginInfo"); |
551 |
| - return (ModifyUGA3OriginInfoResponse) |
552 |
| - this.invoke(request, ModifyUGA3OriginInfoResponse.class); |
553 |
| - } |
554 |
| - |
555 |
| - /** |
556 |
| - * ModifyUGA3Port - 修改统一接入加速实例端口 |
557 |
| - * |
558 |
| - * @param request Request object |
559 |
| - * @throws UCloudException Exception |
560 |
| - */ |
561 |
| - public ModifyUGA3PortResponse modifyUGA3Port(ModifyUGA3PortRequest request) |
562 |
| - throws UCloudException { |
563 |
| - request.setAction("ModifyUGA3Port"); |
564 |
| - return (ModifyUGA3PortResponse) this.invoke(request, ModifyUGA3PortResponse.class); |
565 |
| - } |
566 |
| - |
567 | 368 | /**
|
568 | 369 | * ModifyUPathBandwidth - 修改加速线路带宽
|
569 | 370 | *
|
|
0 commit comments