更改资源池配置-ResizeUDSet
更改资源池配置
Request Parameters
Parameter name | Type | Description | Required |
Region | string | 地域。 参见 地域和可用区列表 | Yes |
ProjectId | int | 项目ID。不填写为默认项目,子帐号必须填写。 请参考GetProjectList接口 | No |
HostId | string | 资源池的短ID | Yes |
Memory | int | 内存大小, 单位: MB, 范围[65536,163840], 步长: 32768, 默认值: 131072 | No |
DiskSpace | int | 数据盘大小, 单位: GB, 范围[4096,6144], 步长: 2048, 默认值: 6144 | No |
Response Elements
Parameter name | Type | Description | Required |
RetCode | int | 操作返回码 | Yes |
Action | string | 操作名称 | Yes |
HostId | string | 资源池的短ID | No |
Request Example
https://api.ucloud.cn?Action=ResizeUDSet &Region=CXSrTxMm &HostId=XtUxjABx &Memory=114688 &DiskSpace=5120
Response Example
{ "Action": "ResizeUDSetResponse", "HostId": "YuXijDPw", "RetCode": 0 }