Package cn.ucloud.udisk.client
Interface UDiskClientInterface
-
- All Superinterfaces:
Client
- All Known Implementing Classes:
UDiskClient
public interface UDiskClientInterface extends Client
This client is used to call actions of **UDisk** service
-
-
Method Summary
-
-
-
Method Detail
-
attachUDisk
AttachUDiskResponse attachUDisk(AttachUDiskRequest request) throws UCloudException
AttachUDisk - 挂载云硬盘- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
cloneUDisk
CloneUDiskResponse cloneUDisk(CloneUDiskRequest request) throws UCloudException
CloneUDisk - 克隆云硬盘- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
cloneUDiskSnapshot
CloneUDiskSnapshotResponse cloneUDiskSnapshot(CloneUDiskSnapshotRequest request) throws UCloudException
CloneUDiskSnapshot - 克隆快照- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
cloneUDiskUDataArk
CloneUDiskUDataArkResponse cloneUDiskUDataArk(CloneUDiskUDataArkRequest request) throws UCloudException
CloneUDiskUDataArk - 从数据方舟的备份创建UDisk- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
createAttachUDisk
CreateAttachUDiskResponse createAttachUDisk(CreateAttachUDiskRequest request) throws UCloudException
CreateAttachUDisk - 创建并挂载云硬盘- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
createUDisk
CreateUDiskResponse createUDisk(CreateUDiskRequest request) throws UCloudException
CreateUDisk - 创建云硬盘- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
createUDiskSnapshot
CreateUDiskSnapshotResponse createUDiskSnapshot(CreateUDiskSnapshotRequest request) throws UCloudException
CreateUDiskSnapshot - 创建快照- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
deleteUDisk
DeleteUDiskResponse deleteUDisk(DeleteUDiskRequest request) throws UCloudException
DeleteUDisk - 删除云硬盘- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
deleteUDiskSnapshot
DeleteUDiskSnapshotResponse deleteUDiskSnapshot(DeleteUDiskSnapshotRequest request) throws UCloudException
DeleteUDiskSnapshot - 删除快照- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
describeRecycleUDisk
DescribeRecycleUDiskResponse describeRecycleUDisk(DescribeRecycleUDiskRequest request) throws UCloudException
DescribeRecycleUDisk - 【已废弃】拉取回收站中云硬盘列表- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
describeUDisk
DescribeUDiskResponse describeUDisk(DescribeUDiskRequest request) throws UCloudException
DescribeUDisk - 获取云硬盘列表- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
describeUDiskPrice
DescribeUDiskPriceResponse describeUDiskPrice(DescribeUDiskPriceRequest request) throws UCloudException
DescribeUDiskPrice - 获取云硬盘价格- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
describeUDiskSnapshot
DescribeUDiskSnapshotResponse describeUDiskSnapshot(DescribeUDiskSnapshotRequest request) throws UCloudException
DescribeUDiskSnapshot - 获取快照列表- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
describeUDiskUpgradePrice
DescribeUDiskUpgradePriceResponse describeUDiskUpgradePrice(DescribeUDiskUpgradePriceRequest request) throws UCloudException
DescribeUDiskUpgradePrice - 获取云硬盘升级价格- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
detachUDisk
DetachUDiskResponse detachUDisk(DetachUDiskRequest request) throws UCloudException
DetachUDisk - 卸载云硬盘- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
recoverUDisk
RecoverUDiskResponse recoverUDisk(RecoverUDiskRequest request) throws UCloudException
RecoverUDisk - 【已废弃】恢复云硬盘- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
renameUDisk
RenameUDiskResponse renameUDisk(RenameUDiskRequest request) throws UCloudException
RenameUDisk - 重命名云硬盘- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
resizeUDisk
ResizeUDiskResponse resizeUDisk(ResizeUDiskRequest request) throws UCloudException
ResizeUDisk - 调整云硬盘- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
restoreUDisk
RestoreUDiskResponse restoreUDisk(RestoreUDiskRequest request) throws UCloudException
RestoreUDisk - 从备份恢复数据至UDisk- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
setUDiskUDataArkMode
SetUDiskUDataArkModeResponse setUDiskUDataArkMode(SetUDiskUDataArkModeRequest request) throws UCloudException
SetUDiskUDataArkMode - 设置UDisk数据方舟的状态- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
-