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
Disk Controllers A VM template is not required to specify a list of disk controllers.
All hard disks on the VM A VM template is not required to specify a list of disks.
CD / DVD drives of the VM A VM template is not required to specify a list of drives.
floppy drives of the VM A VM template is not required to specify a list of floppy drives.
memory information of the VM A VM template is not required to specify memory.
All NICs on the VM A VM template is not required to specify a list of network interfaces.
OS description A VM template is not required to specify an OS.
OS type of the VM A VM template is not required to specify an OS.
Storage policies of the VM. A VM template is not required to specify a list of storage policies.
USB Controllers A VM template is not required to specify a list of USB controllers.
Video cards of the VM A VM template is not required to specify a list of video cards.
Name of the VM
JSON Example
{
"vm_name": "string"
}