5353import cn .ucloud .pathx .models .DescribeUPathTemplateResponse ;
5454import cn .ucloud .pathx .models .GetGlobalSSHPriceRequest ;
5555import cn .ucloud .pathx .models .GetGlobalSSHPriceResponse ;
56+ import cn .ucloud .pathx .models .GetGlobalSSHTrafficRequest ;
57+ import cn .ucloud .pathx .models .GetGlobalSSHTrafficResponse ;
5658import cn .ucloud .pathx .models .GetGlobalSSHUpdatePriceRequest ;
5759import cn .ucloud .pathx .models .GetGlobalSSHUpdatePriceResponse ;
5860import cn .ucloud .pathx .models .GetPathXMetricRequest ;
5961import cn .ucloud .pathx .models .GetPathXMetricResponse ;
62+ import cn .ucloud .pathx .models .ModifyGlobalSSHOriginInfoRequest ;
63+ import cn .ucloud .pathx .models .ModifyGlobalSSHOriginInfoResponse ;
6064import cn .ucloud .pathx .models .ModifyGlobalSSHPortRequest ;
6165import cn .ucloud .pathx .models .ModifyGlobalSSHPortResponse ;
6266import cn .ucloud .pathx .models .ModifyGlobalSSHRemarkRequest ;
@@ -301,6 +305,19 @@ public GetGlobalSSHPriceResponse getGlobalSSHPrice(GetGlobalSSHPriceRequest requ
301305 return (GetGlobalSSHPriceResponse ) this .invoke (request , GetGlobalSSHPriceResponse .class );
302306 }
303307
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+
304321 /**
305322 * GetGlobalSSHUpdatePrice - 获取GlobalSSH升级价格
306323 *
@@ -326,6 +343,19 @@ public GetPathXMetricResponse getPathXMetric(GetPathXMetricRequest request)
326343 return (GetPathXMetricResponse ) this .invoke (request , GetPathXMetricResponse .class );
327344 }
328345
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+
329359 /**
330360 * ModifyGlobalSSHPort - 修改GlobalSSH端口
331361 *
0 commit comments