Interface UPFSClientInterface
- All Superinterfaces:
AutoCloseable,Client,Closeable
- All Known Implementing Classes:
UPFSClient
This client is used to call actions of **UPFS** service
-
Method Summary
Modifier and TypeMethodDescriptioncreateUPFSVolume(CreateUPFSVolumeRequest request) CreateUPFSVolume - 创建UPFS文件系统DescribeUPFSVolume - 获取UPFS文件系统列表DescribeUPFSVolumePrice - 获取UPFS文件系统价格DescribeUPFSVolumeUpgradePrice - UPFS文件系统扩容价格extendUPFSVolume(ExtendUPFSVolumeRequest request) ExtendUPFSVolume - UPFS文件系统扩容removeUPFSVolume(RemoveUPFSVolumeRequest request) RemoveUPFSVolume - 删除UPFS文件系统UpdateUPFSVolumeInfo - 更改UPFS文件系统相关信息(名称/备注)
-
Method Details
-
createUPFSVolume
CreateUPFSVolume - 创建UPFS文件系统- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
describeUPFSVolume
DescribeUPFSVolumeResponse describeUPFSVolume(DescribeUPFSVolumeRequest request) throws UCloudException DescribeUPFSVolume - 获取UPFS文件系统列表- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
describeUPFSVolumePrice
DescribeUPFSVolumePriceResponse describeUPFSVolumePrice(DescribeUPFSVolumePriceRequest request) throws UCloudException DescribeUPFSVolumePrice - 获取UPFS文件系统价格- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
describeUPFSVolumeUpgradePrice
DescribeUPFSVolumeUpgradePriceResponse describeUPFSVolumeUpgradePrice(DescribeUPFSVolumeUpgradePriceRequest request) throws UCloudException DescribeUPFSVolumeUpgradePrice - UPFS文件系统扩容价格- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
extendUPFSVolume
ExtendUPFSVolume - UPFS文件系统扩容- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
removeUPFSVolume
RemoveUPFSVolume - 删除UPFS文件系统- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
updateUPFSVolumeInfo
UpdateUPFSVolumeInfoResponse updateUPFSVolumeInfo(UpdateUPFSVolumeInfoRequest request) throws UCloudException UpdateUPFSVolumeInfo - 更改UPFS文件系统相关信息(名称/备注)- Parameters:
request- Request object- Throws:
UCloudException- Exception
-