Interface UPHostClientInterface
- All Superinterfaces:
AutoCloseable,Client,Closeable
- All Known Implementing Classes:
UPHostClient
This client is used to call actions of **UPHost** service
-
Method Summary
Modifier and TypeMethodDescriptioncreatePHost(CreatePHostRequest request) CreatePHost - 创建物理机createPHostImage(CreatePHostImageRequest request) CreatePHostImage - 创建裸金属2.0用户自定义镜像DescribeBaremetalMachineType - 获取裸金属机型的详细信息describePHost(DescribePHostRequest request) DescribePHost - 获取物理机信息DescribePHostImage - 获取物理机镜像DescribePHostMachineType - 获取物理云机型信息DescribePHostTags - 获取物理机业务组GetPHostDiskUpgradePrice - 获取物理云裸金属挂载云盘的升级价格getPHostPrice(GetPHostPriceRequest request) GetPHostPrice - 获取物理机价格ModifyPHostImageInfo - 修改物理云自定义镜像信息modifyPHostInfo(ModifyPHostInfoRequest request) ModifyPHostInfo - 更改物理机信息poweroffPHost(PoweroffPHostRequest request) PoweroffPHost - 断电物理机rebootPHost(RebootPHostRequest request) RebootPHost - 重启物理机reinstallPHost(ReinstallPHostRequest request) ReinstallPHost - 重装物理机ResetPHostPassword - 重置实例密码ResizePHostAttachedDisk - 修改挂载的磁盘大小startPHost(StartPHostRequest request) StartPHost - 启动物理机stopPHost(StopPHostRequest request) StopPHost - 关闭物理机terminatePHost(TerminatePHostRequest request) TerminatePHost - 删除物理机TerminatePHostImage - 删除裸金属2.0用户自定义镜像
-
Method Details
-
createPHost
CreatePHost - 创建物理机- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
createPHostImage
CreatePHostImage - 创建裸金属2.0用户自定义镜像- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
describeBaremetalMachineType
DescribeBaremetalMachineTypeResponse describeBaremetalMachineType(DescribeBaremetalMachineTypeRequest request) throws UCloudException DescribeBaremetalMachineType - 获取裸金属机型的详细信息- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
describePHost
DescribePHost - 获取物理机信息- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
describePHostImage
DescribePHostImageResponse describePHostImage(DescribePHostImageRequest request) throws UCloudException DescribePHostImage - 获取物理机镜像- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
describePHostMachineType
DescribePHostMachineTypeResponse describePHostMachineType(DescribePHostMachineTypeRequest request) throws UCloudException DescribePHostMachineType - 获取物理云机型信息- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
describePHostTags
DescribePHostTagsResponse describePHostTags(DescribePHostTagsRequest request) throws UCloudException DescribePHostTags - 获取物理机业务组- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
getPHostDiskUpgradePrice
GetPHostDiskUpgradePriceResponse getPHostDiskUpgradePrice(GetPHostDiskUpgradePriceRequest request) throws UCloudException GetPHostDiskUpgradePrice - 获取物理云裸金属挂载云盘的升级价格- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
getPHostPrice
GetPHostPrice - 获取物理机价格- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
modifyPHostImageInfo
ModifyPHostImageInfoResponse modifyPHostImageInfo(ModifyPHostImageInfoRequest request) throws UCloudException ModifyPHostImageInfo - 修改物理云自定义镜像信息- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
modifyPHostInfo
ModifyPHostInfo - 更改物理机信息- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
poweroffPHost
PoweroffPHost - 断电物理机- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
rebootPHost
RebootPHost - 重启物理机- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
reinstallPHost
ReinstallPHost - 重装物理机- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
resetPHostPassword
ResetPHostPasswordResponse resetPHostPassword(ResetPHostPasswordRequest request) throws UCloudException ResetPHostPassword - 重置实例密码- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
resizePHostAttachedDisk
ResizePHostAttachedDiskResponse resizePHostAttachedDisk(ResizePHostAttachedDiskRequest request) throws UCloudException ResizePHostAttachedDisk - 修改挂载的磁盘大小- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
startPHost
StartPHost - 启动物理机- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
stopPHost
StopPHost - 关闭物理机- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
terminatePHost
TerminatePHost - 删除物理机- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
terminatePHostImage
TerminatePHostImageResponse terminatePHostImage(TerminatePHostImageRequest request) throws UCloudException TerminatePHostImage - 删除裸金属2.0用户自定义镜像- Parameters:
request- Request object- Throws:
UCloudException- Exception
-