Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func List ¶
func List(restClient *client.RestClient, requestOpts *client.RequestOpts) (*[]VMSpecInfo, error)
Types ¶
type VMSpecInfo ¶
type VMSpecInfo struct { Id string `json:"id" required:"true"` Name string `json:"name" required:"true"` Cpu int `json:"cpu" required:"true"` Mem int `json:"mem" required:"true"` Disk int `json:"disk" required:"true"` GPU int `json:"gpu" required:"true"` Enabled int `json:"enabled" required:"true"` }
Click to show internal directories.
Click to hide internal directories.