修改updateServer字段类型

This commit is contained in:
qiwang 2023-10-24 08:55:43 +08:00
parent 621f06a5f1
commit c74bed8fb1
2 changed files with 486 additions and 497 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1846,8 +1846,7 @@ message UpdateVolumeReq{
string description = 2;
Metadata metadata = 3;
}
string project_id = 1;
string volume_type_id = 2;
string volume_id = 1;
Volume volume = 3;
}