53
53
import cn .ucloud .pathx .models .DescribeUPathTemplateResponse ;
54
54
import cn .ucloud .pathx .models .GetGlobalSSHPriceRequest ;
55
55
import cn .ucloud .pathx .models .GetGlobalSSHPriceResponse ;
56
+ import cn .ucloud .pathx .models .GetGlobalSSHTrafficRequest ;
57
+ import cn .ucloud .pathx .models .GetGlobalSSHTrafficResponse ;
56
58
import cn .ucloud .pathx .models .GetGlobalSSHUpdatePriceRequest ;
57
59
import cn .ucloud .pathx .models .GetGlobalSSHUpdatePriceResponse ;
58
60
import cn .ucloud .pathx .models .GetPathXMetricRequest ;
59
61
import cn .ucloud .pathx .models .GetPathXMetricResponse ;
62
+ import cn .ucloud .pathx .models .ModifyGlobalSSHOriginInfoRequest ;
63
+ import cn .ucloud .pathx .models .ModifyGlobalSSHOriginInfoResponse ;
60
64
import cn .ucloud .pathx .models .ModifyGlobalSSHPortRequest ;
61
65
import cn .ucloud .pathx .models .ModifyGlobalSSHPortResponse ;
62
66
import cn .ucloud .pathx .models .ModifyGlobalSSHRemarkRequest ;
@@ -301,6 +305,19 @@ public GetGlobalSSHPriceResponse getGlobalSSHPrice(GetGlobalSSHPriceRequest requ
301
305
return (GetGlobalSSHPriceResponse ) this .invoke (request , GetGlobalSSHPriceResponse .class );
302
306
}
303
307
308
+ /**
309
+ * GetGlobalSSHTraffic - 获取GlobalSSH流量统计数据
310
+ *
311
+ * @param request Request object
312
+ * @throws UCloudException Exception
313
+ */
314
+ public GetGlobalSSHTrafficResponse getGlobalSSHTraffic (GetGlobalSSHTrafficRequest request )
315
+ throws UCloudException {
316
+ request .setAction ("GetGlobalSSHTraffic" );
317
+ return (GetGlobalSSHTrafficResponse )
318
+ this .invoke (request , GetGlobalSSHTrafficResponse .class );
319
+ }
320
+
304
321
/**
305
322
* GetGlobalSSHUpdatePrice - 获取GlobalSSH升级价格
306
323
*
@@ -326,6 +343,19 @@ public GetPathXMetricResponse getPathXMetric(GetPathXMetricRequest request)
326
343
return (GetPathXMetricResponse ) this .invoke (request , GetPathXMetricResponse .class );
327
344
}
328
345
346
+ /**
347
+ * ModifyGlobalSSHOriginInfo - 修改GlobalSSH 源站信息
348
+ *
349
+ * @param request Request object
350
+ * @throws UCloudException Exception
351
+ */
352
+ public ModifyGlobalSSHOriginInfoResponse modifyGlobalSSHOriginInfo (
353
+ ModifyGlobalSSHOriginInfoRequest request ) throws UCloudException {
354
+ request .setAction ("ModifyGlobalSSHOriginInfo" );
355
+ return (ModifyGlobalSSHOriginInfoResponse )
356
+ this .invoke (request , ModifyGlobalSSHOriginInfoResponse .class );
357
+ }
358
+
329
359
/**
330
360
* ModifyGlobalSSHPort - 修改GlobalSSH端口
331
361
*
0 commit comments