Documentation
¶
Index ¶
Constants ¶
View Source
const ( JOB_STATUS_IN_PROGRESS = 0 JOB_STATUS_SUCCESSFUL = 1 JOB_STATUS_FAILED = 2 DISK_TYPE_ROOT = "ROOT" DISK_TYPE_DATADISK = "DATADISK" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloudstackIaaS ¶
type CloudstackIaaS struct {
// contains filtered or unexported fields
}
func (*CloudstackIaaS) CreateMachine ¶
func (*CloudstackIaaS) DeleteMachine ¶
func (i *CloudstackIaaS) DeleteMachine(machine *iaas.Machine) error
func (*CloudstackIaaS) Describe ¶
func (i *CloudstackIaaS) Describe() string
type DestroyVirtualMachineResponse ¶
type DestroyVirtualMachineResponse struct {
DestroyVirtualMachineResponse struct {
JobID string `json:"jobid"`
} `json:"destroyvirtualmachineresponse"`
}
type DetachVolumeResponse ¶
type DetachVolumeResponse struct {
DetachVolumeResponse struct {
JobID string `json:"jobid"`
} `json:"detachvolumeresponse"`
}
type ListVirtualMachinesResponse ¶
type ListVirtualMachinesResponse struct {
ListVirtualMachinesResponse struct {
VirtualMachine []VirtualMachine `json:"virtualmachine"`
} `json:"listvirtualmachinesresponse"`
}
type ListVolumesResponse ¶
type ListVolumesResponse struct {
ListVolumesResponse struct {
Volume []VolumeResult `json:"volume"`
} `json:"listvolumesresponse"`
}
type VirtualMachine ¶
type VirtualMachine struct {
Nic []NicStruct `json:"nic"`
}
type VolumeResult ¶
Click to show internal directories.
Click to hide internal directories.