forked from jcce-pcm/pcm-openstack
修改updateServer字段类型
This commit is contained in:
parent
39b8294f2e
commit
ccda108a3a
|
@ -526,7 +526,7 @@ message GetServersDetailedByIdResp{
|
|||
/******************update server Start*************************/
|
||||
message UpdateServerReq{
|
||||
string server_id =1;
|
||||
ServerUpdate Server_update = 2;
|
||||
ServerUpdate server_update = 2;
|
||||
}
|
||||
|
||||
message ServerUpdate {
|
||||
|
|
Loading…
Reference in New Issue