TypeOvfVideoCard
Provide video card information in a template VM.
Properties
boolean
enable3d
Optional
True if 3D is enabled A template is not required to specify if 3D is enabled.
integer as int64
graphics_memory_size
Optional
graphics memory size in KB A template is not required to specify the amount of graphics memory.
integer as int64
num_displays
Optional
number of displayes A template is not required to specify the number of displays.
string
render_type
Optional
Render type A template is not required to specify the render type.
boolean
use_auto_detect
Optional
True if use auto detect A template is not required to specify use auto dectect.
integer as int64
video_ram_size
Optional
video RAM size in KB A template is not required to specify the video RAM.
JSON Example
{
"enable3d": false,
"graphics_memory_size": 0,
"num_displays": 0,
"render_type": "string",
"use_auto_detect": false,
"video_ram_size": 0
}