Implementing ViNS resource and polishing logic in other methods

This commit is contained in:
Sergey Shubin svs1370
2021-09-16 17:06:18 +03:00
parent 1ea7a27b21
commit e86224f95f
9 changed files with 355 additions and 12 deletions

View File

@@ -562,7 +562,12 @@ type VinsRecord struct { // represents part of the response from API vins/get
const VinsGetAPI = "/restmachine/cloudapi/vins/get"
const VinsCreateAPI = "/restmachine/cloudapi/vins/create"
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 VinsDeleteAPI = "/restmachine/cloudapi/vins/delete"
//