Documentation ¶
Index ¶
- Variables
- func RestDelAllImage(c echo.Context) error
- func RestDelAllNetwork(c echo.Context) error
- func RestDelAllPublicIp(c echo.Context) error
- func RestDelAllSecurityGroup(c echo.Context) error
- func RestDelAllSpec(c echo.Context) error
- func RestDelAllSshKey(c echo.Context) error
- func RestDelAllSubnet(c echo.Context) error
- func RestDelAllVNic(c echo.Context) error
- func RestDelImage(c echo.Context) error
- func RestDelNetwork(c echo.Context) error
- func RestDelPublicIp(c echo.Context) error
- func RestDelSecurityGroup(c echo.Context) error
- func RestDelSpec(c echo.Context) error
- func RestDelSshKey(c echo.Context) error
- func RestDelSubnet(c echo.Context) error
- func RestDelVNic(c echo.Context) error
- func RestGetAllImage(c echo.Context) error
- func RestGetAllNetwork(c echo.Context) error
- func RestGetAllPublicIp(c echo.Context) error
- func RestGetAllSecurityGroup(c echo.Context) error
- func RestGetAllSpec(c echo.Context) error
- func RestGetAllSshKey(c echo.Context) error
- func RestGetAllSubnet(c echo.Context) error
- func RestGetAllVNic(c echo.Context) error
- func RestGetImage(c echo.Context) error
- func RestGetNetwork(c echo.Context) error
- func RestGetPublicIp(c echo.Context) error
- func RestGetSecurityGroup(c echo.Context) error
- func RestGetSpec(c echo.Context) error
- func RestGetSshKey(c echo.Context) error
- func RestGetSubnet(c echo.Context) error
- func RestGetVNic(c echo.Context) error
- func RestPostImage(c echo.Context) error
- func RestPostNetwork(c echo.Context) error
- func RestPostPublicIp(c echo.Context) error
- func RestPostSecurityGroup(c echo.Context) error
- func RestPostSpec(c echo.Context) error
- func RestPostSshKey(c echo.Context) error
- func RestPostSubnet(c echo.Context) error
- func RestPostVNic(c echo.Context) error
- func RestPutImage(c echo.Context) error
- func RestPutNetwork(c echo.Context) error
- func RestPutPublicIp(c echo.Context) error
- func RestPutSecurityGroup(c echo.Context) error
- func RestPutSpec(c echo.Context) error
- func RestPutSshKey(c echo.Context) error
- func RestPutSubnet(c echo.Context) error
- func RestPutVNic(c echo.Context) error
- type SpecInfo
Constants ¶
This section is empty.
Variables ¶
View Source
var SPIDER_URL string
Functions ¶
func RestDelAllImage ¶
func RestDelAllNetwork ¶
func RestDelAllPublicIp ¶
func RestDelAllSecurityGroup ¶
func RestDelAllSpec ¶
func RestDelAllSshKey ¶
func RestDelAllSubnet ¶
func RestDelAllVNic ¶
func RestDelImage ¶
func RestDelNetwork ¶
func RestDelPublicIp ¶
func RestDelSecurityGroup ¶
func RestDelSpec ¶
func RestDelSshKey ¶
func RestDelSubnet ¶
func RestDelVNic ¶
func RestGetAllImage ¶
func RestGetAllNetwork ¶
func RestGetAllPublicIp ¶
func RestGetAllSecurityGroup ¶
func RestGetAllSpec ¶
func RestGetAllSshKey ¶
func RestGetAllSubnet ¶
func RestGetAllVNic ¶
func RestGetImage ¶
func RestGetNetwork ¶
func RestGetPublicIp ¶
func RestGetSecurityGroup ¶
func RestGetSpec ¶
func RestGetSshKey ¶
func RestGetSubnet ¶
func RestGetVNic ¶
func RestPostSecurityGroup ¶
MCIS API Proxy: SecurityGroup
func RestPutImage ¶
func RestPutNetwork ¶
func RestPutPublicIp ¶
func RestPutSecurityGroup ¶
func RestPutSpec ¶
func RestPutSshKey ¶
func RestPutSubnet ¶
func RestPutVNic ¶
Types ¶
type SpecInfo ¶
type SpecInfo struct { Id string `json:"id"` Name string `json:"name"` ConnectionName string `json:"connectionName"` Os_type string `json:"os_type"` Num_vCPU string `json:"num_vCPU"` Num_core string `json:"num_core"` Mem_GiB string `json:"mem_GiB"` Storage_GiB string `json:"storage_GiB"` Description string `json:"description"` Cost_per_hour string `json:"cost_per_hour"` }
Click to show internal directories.
Click to hide internal directories.