Class UPFSClient
java.lang.Object
cn.ucloud.common.client.DefaultClient
cn.ucloud.upfs.client.UPFSClient
- All Implemented Interfaces:
Client,UPFSClientInterface,Closeable,AutoCloseable
This client is used to call actions of **UPFS** service
-
Constructor Summary
Constructors -
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文件系统相关信息(名称/备注)Methods inherited from class cn.ucloud.common.client.DefaultClient
close, getConfig, getCredential, getTransport, invoke, setConfig, setCredential, setTransport, useMiddleware
-
Constructor Details
-
UPFSClient
-
-
Method Details
-
createUPFSVolume
public CreateUPFSVolumeResponse createUPFSVolume(CreateUPFSVolumeRequest request) throws UCloudException CreateUPFSVolume - 创建UPFS文件系统- Specified by:
createUPFSVolumein interfaceUPFSClientInterface- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
describeUPFSVolume
public DescribeUPFSVolumeResponse describeUPFSVolume(DescribeUPFSVolumeRequest request) throws UCloudException DescribeUPFSVolume - 获取UPFS文件系统列表- Specified by:
describeUPFSVolumein interfaceUPFSClientInterface- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
describeUPFSVolumePrice
public DescribeUPFSVolumePriceResponse describeUPFSVolumePrice(DescribeUPFSVolumePriceRequest request) throws UCloudException DescribeUPFSVolumePrice - 获取UPFS文件系统价格- Specified by:
describeUPFSVolumePricein interfaceUPFSClientInterface- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
describeUPFSVolumeUpgradePrice
public DescribeUPFSVolumeUpgradePriceResponse describeUPFSVolumeUpgradePrice(DescribeUPFSVolumeUpgradePriceRequest request) throws UCloudException DescribeUPFSVolumeUpgradePrice - UPFS文件系统扩容价格- Specified by:
describeUPFSVolumeUpgradePricein interfaceUPFSClientInterface- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
extendUPFSVolume
public ExtendUPFSVolumeResponse extendUPFSVolume(ExtendUPFSVolumeRequest request) throws UCloudException ExtendUPFSVolume - UPFS文件系统扩容- Specified by:
extendUPFSVolumein interfaceUPFSClientInterface- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
removeUPFSVolume
public RemoveUPFSVolumeResponse removeUPFSVolume(RemoveUPFSVolumeRequest request) throws UCloudException RemoveUPFSVolume - 删除UPFS文件系统- Specified by:
removeUPFSVolumein interfaceUPFSClientInterface- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
updateUPFSVolumeInfo
public UpdateUPFSVolumeInfoResponse updateUPFSVolumeInfo(UpdateUPFSVolumeInfoRequest request) throws UCloudException UpdateUPFSVolumeInfo - 更改UPFS文件系统相关信息(名称/备注)- Specified by:
updateUPFSVolumeInfoin interfaceUPFSClientInterface- Parameters:
request- Request object- Throws:
UCloudException- Exception
-