创建文件系统-CreateUFSVolume

创建文件系统

Request Parameters

Parameter nameTypeDescriptionRequired
Regionstring地域。 参见 地域和可用区列表Yes
ProjectIdstring项目ID。不填写为默认项目,子帐号必须填写。 请参考GetProjectList接口No
Sizeint文件系统大小,单位为GB,最大不超过20T,香港容量型必须为100的整数倍,Size最小为500GB,北京,上海,广州的容量型必须为1024的整数倍,Size最小为1024GB。性能型文件系统Size最小为100GBYes
StorageTypestring文件系统存储类型,枚举值,Basic表示容量型,Advanced表示性能型Yes
ProtocolTypestring文件系统协议,枚举值,NFSv3表示NFS V3协议,NFSv4表示NFS V4协议Yes
VolumeNamestring文件系统名称No
Remarkstring备注No
Tagstring文件系统所属业务组No
ChargeTypestring计费模式,枚举值为: Year,按年付费; Month,按月付费; Dynamic,按需付费(需开启权限); Trial,试用(需开启权限) 默认为DynamicNo
Quantityint购买时长 默认: 1No
CouponIdstring使用的代金券idNo

Response Elements

Parameter nameTypeDescriptionRequired
RetCodeint操作返回码Yes
Actionstring操作名称Yes
VolumeNamestring文件系统名称Yes
VolumeIdstring文件系统IDYes
VolumeStatusstring文件系统挂载点状态Yes

Request Example

https://api.ucloud.cn/?Action=CreateUFSVolume
&VolumeName=saHszswLdzUZzUZsPiwCAnJtBouOgHSzIRb
&ProjectId=MIyyFdSR
&StorageType=Advanced
&ProtocolType=NFSv4
&Size=500

Response Example

{
    "Action": "CreateUFSVolumeResponse",
    "VolumeName": "zUZzUZsPiwCAnJ",
    "VolumeId": "ufs-xxx",
    "VolumeStatus": "UnInitialized",
    "RetCode": 0
}