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 TypeMethodDescriptionCreateCompShareInstance - 创建轻量级算力平台主机资源CreateULHostInstance - 创建轻量应用云主机DescribeCommunityImages - 获取社区镜像列表DescribeCompShareCustomImages - 获取自制镜像列表DescribeCompShareImages - 获取算力平台镜像信息DescribeCompShareInstance - 获取用户所有地域的主机资源列表DescribeULHostBundles - 获取轻量应用云主机套餐列表DescribeULHostInstance - 获取轻量应用云主机列表GetULHostInstancePrice - 获取轻量应用云主机套餐价格GetULHostRenewPrice - 获取主机续费价格ModifyULHostAttribute - 修改轻量应用主机属性信息PoweroffULHostInstance - 模拟主机掉电RebootCompShareInstance - 重启轻量算力平台实例RebootULHostInstance - 重启轻量应用云主机ReinstallCompShareInstance - 重装算力平台实例ReinstallULHostInstance - 重装轻量应用云主机ResetCompShareInstancePassword - 重置算力平台实例密码ResetULHostInstancePassword - 重置轻量应用云主机密码StartCompShareInstance - 启动算力平台实例StartULHostInstance - 启动轻量应用主机StopCompShareInstance - 关闭算力平台实例StopULHostInstance - 关闭轻量应用云主机TerminateCompShareInstance - 删除轻量算力共享平台虚机实例TerminateULHostInstance - 删除轻量应用云主机Methods inherited from class cn.ucloud.common.client.DefaultClient
close, getConfig, getCredential, getTransport, invoke, setConfig, setCredential, setTransport, useMiddleware
-
Constructor Details
-
UCompShareClient
-
-
Method Details