Documentation
¶
Index ¶
- Variables
- func RestCheckResource(c echo.Context) error
- 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 RestLookupSpec(c echo.Context) error
- func RestLookupSpecList(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 GpuInfo
- type NameOnly
- type ReturnValue
- type SpecInfo
- type SpecList
- type SpiderSpecInfo
- type VCpuInfo
Constants ¶
This section is empty.
Variables ¶
View Source
var SPIDER_URL string
Functions ¶
func RestCheckResource ¶
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 RestLookupSpec ¶
func RestLookupSpecList ¶
func RestPostSecurityGroup ¶
MCIS API Proxy: SecurityGroup
func RestPutImage ¶
func RestPutNetwork ¶
func RestPutPublicIp ¶
func RestPutSecurityGroup ¶
func RestPutSpec ¶
func RestPutSshKey ¶
func RestPutSubnet ¶
func RestPutVNic ¶
Types ¶
type ReturnValue ¶
type ReturnValue struct {
CustomStruct interface{}
}
type SpecInfo ¶
type SpecInfo struct {
Id string `json:"id"`
ConnectionName string `json:"connectionName"`
CspSpecName string `json:"cspSpecName"`
Name string `json:"name"`
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"`
Num_storage string `json:"num_storage"`
Max_num_storage string `json:"max_num_storage"`
Max_total_storage_TiB string `json:"max_total_storage_TiB"`
Net_bw_Gbps string `json:"net_bw_Gbps"`
Ebs_bw_Mbps string `json:"ebs_bw_Mbps"`
Gpu_model string `json:"gpu_model"`
Num_gpu string `json:"num_gpu"`
Gpumem_GiB string `json:"gpumem_GiB"`
Gpu_p2p string `json:"gpu_p2p"`
}
type SpecList ¶
type SpecList struct {
Vmspec []SpiderSpecInfo `json:"vmspec"`
}
func LookupSpecList ¶
type SpiderSpecInfo ¶
Click to show internal directories.
Click to hide internal directories.