Package cn.ucloud.ucompshare.client
Interface UCompShareClientInterface
-
- All Superinterfaces:
AutoCloseable,Client,Closeable
- All Known Implementing Classes:
UCompShareClient
public interface UCompShareClientInterface extends Client
This client is used to call actions of **UCompShare** service
-
-
Method Summary
-
-
-
Method Detail
-
createULHostInstance
CreateULHostInstanceResponse createULHostInstance(CreateULHostInstanceRequest request) throws UCloudException
CreateULHostInstance - 创建轻量应用云主机- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
describeULHostBundles
DescribeULHostBundlesResponse describeULHostBundles(DescribeULHostBundlesRequest request) throws UCloudException
DescribeULHostBundles - 获取轻量应用云主机套餐列表- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
describeULHostInstance
DescribeULHostInstanceResponse describeULHostInstance(DescribeULHostInstanceRequest request) throws UCloudException
DescribeULHostInstance - 获取轻量应用云主机列表- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
getULHostInstancePrice
GetULHostInstancePriceResponse getULHostInstancePrice(GetULHostInstancePriceRequest request) throws UCloudException
GetULHostInstancePrice - 获取轻量应用云主机套餐价格- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
getULHostRenewPrice
GetULHostRenewPriceResponse getULHostRenewPrice(GetULHostRenewPriceRequest request) throws UCloudException
GetULHostRenewPrice - 获取主机续费价格- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
modifyULHostAttribute
ModifyULHostAttributeResponse modifyULHostAttribute(ModifyULHostAttributeRequest request) throws UCloudException
ModifyULHostAttribute - 修改轻量应用主机属性信息- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
poweroffULHostInstance
PoweroffULHostInstanceResponse poweroffULHostInstance(PoweroffULHostInstanceRequest request) throws UCloudException
PoweroffULHostInstance - 模拟主机掉电- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
rebootULHostInstance
RebootULHostInstanceResponse rebootULHostInstance(RebootULHostInstanceRequest request) throws UCloudException
RebootULHostInstance - 重启轻量应用云主机- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
reinstallULHostInstance
ReinstallULHostInstanceResponse reinstallULHostInstance(ReinstallULHostInstanceRequest request) throws UCloudException
ReinstallULHostInstance - 重装轻量应用云主机- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
resetULHostInstancePassword
ResetULHostInstancePasswordResponse resetULHostInstancePassword(ResetULHostInstancePasswordRequest request) throws UCloudException
ResetULHostInstancePassword - 重置轻量应用云主机密码- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
startULHostInstance
StartULHostInstanceResponse startULHostInstance(StartULHostInstanceRequest request) throws UCloudException
StartULHostInstance - 启动轻量应用主机- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
stopULHostInstance
StopULHostInstanceResponse stopULHostInstance(StopULHostInstanceRequest request) throws UCloudException
StopULHostInstance - 关闭轻量应用云主机- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
terminateULHostInstance
TerminateULHostInstanceResponse terminateULHostInstance(TerminateULHostInstanceRequest request) throws UCloudException
TerminateULHostInstance - 删除轻量应用云主机- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
-