mcir

package
v0.0.0-...-9c72d28 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 29, 2020 License: Apache-2.0, Apache-2.0, Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var SPIDER_URL string

Functions

func RestDelAllImage

func RestDelAllImage(c echo.Context) error

func RestDelAllNetwork

func RestDelAllNetwork(c echo.Context) error

func RestDelAllPublicIp

func RestDelAllPublicIp(c echo.Context) error

func RestDelAllSecurityGroup

func RestDelAllSecurityGroup(c echo.Context) error

func RestDelAllSpec

func RestDelAllSpec(c echo.Context) error

func RestDelAllSshKey

func RestDelAllSshKey(c echo.Context) error

func RestDelAllSubnet

func RestDelAllSubnet(c echo.Context) error

func RestDelAllVNic

func RestDelAllVNic(c echo.Context) error

func RestDelImage

func RestDelImage(c echo.Context) error

func RestDelNetwork

func RestDelNetwork(c echo.Context) error

func RestDelPublicIp

func RestDelPublicIp(c echo.Context) error

func RestDelSecurityGroup

func RestDelSecurityGroup(c echo.Context) error

func RestDelSpec

func RestDelSpec(c echo.Context) error

func RestDelSshKey

func RestDelSshKey(c echo.Context) error

func RestDelSubnet

func RestDelSubnet(c echo.Context) error

func RestDelVNic

func RestDelVNic(c echo.Context) error

func RestGetAllImage

func RestGetAllImage(c echo.Context) error

func RestGetAllNetwork

func RestGetAllNetwork(c echo.Context) error

func RestGetAllPublicIp

func RestGetAllPublicIp(c echo.Context) error

func RestGetAllSecurityGroup

func RestGetAllSecurityGroup(c echo.Context) error

func RestGetAllSpec

func RestGetAllSpec(c echo.Context) error

func RestGetAllSshKey

func RestGetAllSshKey(c echo.Context) error

func RestGetAllSubnet

func RestGetAllSubnet(c echo.Context) error

func RestGetAllVNic

func RestGetAllVNic(c echo.Context) error

func RestGetImage

func RestGetImage(c echo.Context) error

func RestGetNetwork

func RestGetNetwork(c echo.Context) error

func RestGetPublicIp

func RestGetPublicIp(c echo.Context) error

func RestGetSecurityGroup

func RestGetSecurityGroup(c echo.Context) error

func RestGetSpec

func RestGetSpec(c echo.Context) error

func RestGetSshKey

func RestGetSshKey(c echo.Context) error

func RestGetSubnet

func RestGetSubnet(c echo.Context) error

func RestGetVNic

func RestGetVNic(c echo.Context) error

func RestPostImage

func RestPostImage(c echo.Context) error

MCIS API Proxy: Image

func RestPostNetwork

func RestPostNetwork(c echo.Context) error

MCIS API Proxy: Network

func RestPostPublicIp

func RestPostPublicIp(c echo.Context) error

MCIS API Proxy: PublicIp

func RestPostSecurityGroup

func RestPostSecurityGroup(c echo.Context) error

MCIS API Proxy: SecurityGroup

func RestPostSpec

func RestPostSpec(c echo.Context) error

MCIS API Proxy: Spec

func RestPostSshKey

func RestPostSshKey(c echo.Context) error

MCIS API Proxy: SshKey

func RestPostSubnet

func RestPostSubnet(c echo.Context) error

MCIS API Proxy: Subnet

func RestPostVNic

func RestPostVNic(c echo.Context) error

MCIS API Proxy: VNic

func RestPutImage

func RestPutImage(c echo.Context) error

func RestPutNetwork

func RestPutNetwork(c echo.Context) error

func RestPutPublicIp

func RestPutPublicIp(c echo.Context) error

func RestPutSecurityGroup

func RestPutSecurityGroup(c echo.Context) error

func RestPutSpec

func RestPutSpec(c echo.Context) error

func RestPutSshKey

func RestPutSshKey(c echo.Context) error

func RestPutSubnet

func RestPutSubnet(c echo.Context) error

func RestPutVNic

func RestPutVNic(c echo.Context) error

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"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL