fix:update vm network
Former-commit-id: 3195ae6397c24bda209c7c7a3fd61ee582076f1f
This commit is contained in:
parent
f01a0c6354
commit
4047bc98dd
|
@ -90,7 +90,7 @@ type (
|
||||||
}
|
}
|
||||||
NetworkDict {
|
NetworkDict {
|
||||||
Id int `json:"id"`
|
Id int `json:"id"`
|
||||||
PublicImageName string `json:"public_image_name"`
|
PublicNetworkName string `json:"public_netWork_name"`
|
||||||
}
|
}
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
|
@ -79,8 +79,8 @@ type PublicNetworkResp struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
type NetworkDict struct {
|
type NetworkDict struct {
|
||||||
Id int `json:"id"`
|
Id int `json:"id"`
|
||||||
PublicImageName string `json:"public_image_name"`
|
PublicNetworkName string `json:"public_netWork_name"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type RemoteResp struct {
|
type RemoteResp struct {
|
||||||
|
|
Loading…
Reference in New Issue