Package cn.ucloud.ucompshare.client
Class UCompShareClient
java.lang.Object
cn.ucloud.common.client.DefaultClient
cn.ucloud.ucompshare.client.UCompShareClient
- All Implemented Interfaces:
Client,UCompShareClientInterface,Closeable,AutoCloseable
This client is used to call actions of **UCompShare** service
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreateULHostInstance - 创建轻量应用云主机DescribeULHostBundles - 获取轻量应用云主机套餐列表DescribeULHostInstance - 获取轻量应用云主机列表GetULHostInstancePrice - 获取轻量应用云主机套餐价格GetULHostRenewPrice - 获取主机续费价格ModifyULHostAttribute - 修改轻量应用主机属性信息PoweroffULHostInstance - 模拟主机掉电RebootULHostInstance - 重启轻量应用云主机ReinstallULHostInstance - 重装轻量应用云主机ResetULHostInstancePassword - 重置轻量应用云主机密码StartULHostInstance - 启动轻量应用主机StopULHostInstance - 关闭轻量应用云主机TerminateULHostInstance - 删除轻量应用云主机Methods inherited from class cn.ucloud.common.client.DefaultClient
close, getConfig, getCredential, getTransport, invoke, setConfig, setCredential, setTransport, useMiddleware
-
Constructor Details
-
UCompShareClient
-
-
Method Details