Documentation
¶
Index ¶
Constants ¶
View Source
const DEVICE_TYPE_CD = "Cd"
View Source
const DEVICE_TYPE_FLOPPY = "Floppy"
View Source
const DEVICE_TYPE_HDD = "Hdd"
View Source
const DEVICE_TYPE_PXE = "Pxe"
Variables ¶
View Source
var BOOT_DEVICE_MAP map[string]string = map[string]string{ DEVICE_TYPE_PXE: "network", DEVICE_TYPE_HDD: "hd", DEVICE_TYPE_CD: "cdrom", DEVICE_TYPE_FLOPPY: "floppy", }
View Source
var BOOT_DEVICE_MAP_REV map[string]string = reverseMap(BOOT_DEVICE_MAP)
View Source
var BOOT_MODE_MAP map[string]string = map[string]string{
"Legacy": "rom",
"UEFI": "pflash",
}
View Source
var BOOT_MODE_MAP_REV map[string]string = reverseMap(BOOT_MODE_MAP)
View Source
var DISK_DEVICE_MAP map[string]string = map[string]string{ DEVICE_TYPE_HDD: "disk", DEVICE_TYPE_CD: "cdrom", DEVICE_TYPE_FLOPPY: "floppy", }
View Source
var DISK_DEVICE_MAP_REV map[string]string = reverseMap(DISK_DEVICE_MAP)
View Source
var TINY_LIBVIRT_IP string = "192.168.1.13"
View Source
var TINY_LIBVIRT_KEY string = "~/.ssh/id_rsa"
View Source
var TINY_LIBVIRT_USER string = "root"
View Source
var TINY_SUSHY_PORT string = "8000"
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.