File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -178,8 +178,9 @@ def extend_upfs_volume(
178178
179179 - **ProjectId** (str) - (Config) 项目ID。不填写为默认项目,子帐号必须填写。 请参考 `GetProjectList接口 <https://docs.ucloud.cn/api/summary/get_project_list>`_
180180 - **Region** (str) - (Config) 地域。 参见 `地域和可用区列表 <https://docs.ucloud.cn/api/summary/regionlist>`_
181- - **Size** (int) - (Required) 文件系统大小,单位为GB,最大不超过20T,香港容量型必须为100的整数倍,Size最小为500GB,北京,上海,广州的容量型必须为1024的整数倍,Size最小为1024GB。性能型文件系统Size最小为100GB
181+ - **Size** (int) - (Required) 文件系统大小,单位为GB,最小为6000GB,最大为10PB,必须为1000的整数倍
182182 - **VolumeId** (str) - (Required) 文件系统ID
183+ - **Zone** (str) - (Required) 可用区。参见 `可用区列表 <https://docs.ucloud.cn/api/summary/regionlist>`_
183184
184185 **Response**
185186
Original file line number Diff line number Diff line change @@ -146,6 +146,7 @@ class ExtendUPFSVolumeRequestSchema(schema.RequestSchema):
146146 "Region" : fields .Str (required = True , dump_to = "Region" ),
147147 "Size" : fields .Int (required = True , dump_to = "Size" ),
148148 "VolumeId" : fields .Str (required = True , dump_to = "VolumeId" ),
149+ "Zone" : fields .Str (required = True , dump_to = "Zone" ),
149150 }
150151
151152
Original file line number Diff line number Diff line change 1- version = "0.11.78 "
1+ version = "0.11.79 "
You can’t perform that action at this time.
0 commit comments