Implement ViNS resource update method

This commit is contained in:
Sergey Shubin svs1370
2021-09-17 11:40:47 +03:00
parent e86224f95f
commit 7480160dc5
3 changed files with 58 additions and 43 deletions

View File

@@ -565,8 +565,8 @@ const VinsGetAPI = "/restmachine/cloudapi/vins/get"
const VinsCreateInAccountAPI = "/restmachine/cloudapi/vins/createInAccount"
const VinsCreateInRgAPI = "/restmachine/cloudapi/vins/createInRG"
const VinsExtNetConnect = "/restmachine/cloudapi/vins/extNetConnect"
const VinsExtNetDisconnect = "/restmachine/cloudapi/vins/extNetDisconnect"
const VinsExtNetConnectAPI = "/restmachine/cloudapi/vins/extNetConnect"
const VinsExtNetDisconnectAPI = "/restmachine/cloudapi/vins/extNetDisconnect"
const VinsDeleteAPI = "/restmachine/cloudapi/vins/delete"