TypeOvfVmTemplate

Provide template VM information in an OVF template (see OvfTemplate#type). The template VM provide the information about the operation system, CPU, memory, disks and NICs.


Properties

cpu Optional

CPU information of the VM A VM template is not required to specify a CPU.


disk_controllers Optional

Disk Controllers A VM template is not required to specify a list of disk controllers.


array of TypeOvfDisk
disks Optional

All hard disks on the VM A VM template is not required to specify a list of disks.


array of TypeOvfDrive
drives Optional

CD / DVD drives of the VM A VM template is not required to specify a list of drives.


array of TypeOvfFloppy
floppies Optional

floppy drives of the VM A VM template is not required to specify a list of floppy drives.


memory Optional

memory information of the VM A VM template is not required to specify memory.


array of TypeOvfNic
nics Optional

All NICs on the VM A VM template is not required to specify a list of network interfaces.


string
os_description Optional

OS description A VM template is not required to specify an OS.


string
os_type Optional

OS type of the VM A VM template is not required to specify an OS.


storage_policies Optional

Storage policies of the VM. A VM template is not required to specify a list of storage policies.


usb_controllers Optional

USB Controllers A VM template is not required to specify a list of USB controllers.


array of TypeOvfVideoCard
video_cards Optional

Video cards of the VM A VM template is not required to specify a list of video cards.


string
vm_name Required

Name of the VM

JSON Example

{
	"vm_name": "string"
}

Feedback

Was this page helpful?