Package cn.ucloud.ufs.client
Interface UFSClientInterface
-
-
Method Summary
-
-
-
Method Detail
-
addUFSVolumeMountPoint
AddUFSVolumeMountPointResponse addUFSVolumeMountPoint(AddUFSVolumeMountPointRequest request) throws UCloudException
AddUFSVolumeMountPoint - 添加文件系统挂载点- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
createUFSVolume
CreateUFSVolumeResponse createUFSVolume(CreateUFSVolumeRequest request) throws UCloudException
CreateUFSVolume - 创建文件系统- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
describeUFSVolume2
DescribeUFSVolume2Response describeUFSVolume2(DescribeUFSVolume2Request request) throws UCloudException
DescribeUFSVolume2 - 获取文件系统列表- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
describeUFSVolumeMountpoint
DescribeUFSVolumeMountpointResponse describeUFSVolumeMountpoint(DescribeUFSVolumeMountpointRequest request) throws UCloudException
DescribeUFSVolumeMountpoint - 获取文件系统挂载点信息- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
describeUFSVolumePrice
DescribeUFSVolumePriceResponse describeUFSVolumePrice(DescribeUFSVolumePriceRequest request) throws UCloudException
DescribeUFSVolumePrice - 获取文件系统价格- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
extendUFSVolume
ExtendUFSVolumeResponse extendUFSVolume(ExtendUFSVolumeRequest request) throws UCloudException
ExtendUFSVolume - 文件系统扩容- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
removeUFSVolume
RemoveUFSVolumeResponse removeUFSVolume(RemoveUFSVolumeRequest request) throws UCloudException
RemoveUFSVolume - 删除文件系统- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
removeUFSVolumeMountPoint
RemoveUFSVolumeMountPointResponse removeUFSVolumeMountPoint(RemoveUFSVolumeMountPointRequest request) throws UCloudException
RemoveUFSVolumeMountPoint - 删除文件系统挂载点- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
updateUFSVolumeInfo
UpdateUFSVolumeInfoResponse updateUFSVolumeInfo(UpdateUFSVolumeInfoRequest request) throws UCloudException
UpdateUFSVolumeInfo - 更改文件系统相关信息(名称/备注)- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
-