Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( R = shell.R InvalidUpdateError = shell.InvalidUpdateError )
Functions ¶
This section is empty.
Types ¶
type ImageOptionalOptions ¶
type ImageOptionalOptions struct { Format string `help:"Image format" choices:"raw|qcow2|iso|vmdk|docker|vhd"` Protected bool `help:"Prevent image from being deleted"` Unprotected bool `help:"Allow image to be deleted"` Standard bool `help:"Mark image as a standard image"` Nonstandard bool `help:"Mark image as a non-standard image"` Public bool `help:"make image public"` MinDisk int64 `help:"Disk size after expanded, in MB" metavar:"MIN_DISK_SIZE_MB"` MinRam int64 `help:"Minimal memory size required" metavar:"MIN_RAM_MB"` VirtualSize int64 `help:"Disk size after expanded, in MB"` Size int64 `help:"Disk size, in MB"` Location string `help:"Image location"` Status string `help:"Image status" choices:"killed|active|queued"` OwnerProject string `help:"Owner project Id or Name"` OwnerProjectDomain string `help:"Owner project Domain"` OsType string `help:"Type of OS" choices:"Windows|Linux|Freebsd|Android|macOS|VMWare"` OsDist string `help:"Distribution name of OS" metavar:"OS_DISTRIBUTION"` OsVersion string `help:"Version of OS"` OsCodename string `help:"Codename of OS"` OsArch string `help:"Os hardware architecture" choices:"x86|x86_64|aarch32|aarch64"` OsLang string `help:"OS Language" choices:"zh_CN|en_US"` Preference int64 `help:"Disk preferences"` Notes string `help:"Notes about the image"` Hypervisor []string `help:"Prefer hypervisor type" choices:"kvm|esxi|baremetal|container|openstack|ctyun"` DiskDriver string `help:"Perfer disk driver" choices:"virtio|scsi|pvscsi|ide|sata"` NetDriver string `help:"Preferred network driver" choices:"virtio|e1000|vmxnet3"` DisableUsbKbd bool `help:"Disable usb keyboard on this image(for hypervisor kvm)"` BootMode string `help:"UEFI support" choices:"UEFI|BIOS"` VdiProtocol string `help:"VDI protocol" choices:"vnc|spice"` }
Click to show internal directories.
Click to hide internal directories.