Interface UCompShareClientInterface
- All Superinterfaces:
AutoCloseable,Client,Closeable
- All Known Implementing Classes:
UCompShareClient
This client is used to call actions of **UCompShare** service
-
Method Summary
Modifier and TypeMethodDescriptionCreateULHostInstance - 创建轻量应用云主机DescribeCompShareInstance - 获取用户所有地域的主机资源列表DescribeULHostBundles - 获取轻量应用云主机套餐列表DescribeULHostInstance - 获取轻量应用云主机列表GetULHostInstancePrice - 获取轻量应用云主机套餐价格GetULHostRenewPrice - 获取主机续费价格ModifyULHostAttribute - 修改轻量应用主机属性信息PoweroffULHostInstance - 模拟主机掉电RebootULHostInstance - 重启轻量应用云主机ReinstallCompShareInstance - 重装算力平台实例ReinstallULHostInstance - 重装轻量应用云主机ResetULHostInstancePassword - 重置轻量应用云主机密码StartCompShareInstance - 启动算力平台实例StartULHostInstance - 启动轻量应用主机StopCompShareInstance - 关闭算力平台实例StopULHostInstance - 关闭轻量应用云主机TerminateULHostInstance - 删除轻量应用云主机
-
Method Details