|
682 | 682 | <li><a href="#_v1_userpasswordaccesscredentialsource">v1.UserPasswordAccessCredentialSource</a></li> |
683 | 683 | <li><a href="#_v1_vgpudisplayoptions">v1.VGPUDisplayOptions</a></li> |
684 | 684 | <li><a href="#_v1_vgpuoptions">v1.VGPUOptions</a></li> |
| 685 | +<li><a href="#_v1_videodevice">v1.VideoDevice</a></li> |
685 | 686 | <li><a href="#_v1_virtualmachine">v1.VirtualMachine</a></li> |
686 | 687 | <li><a href="#_v1_virtualmachinecondition">v1.VirtualMachineCondition</a></li> |
687 | 688 | <li><a href="#_v1_virtualmachineinstance">v1.VirtualMachineInstance</a></li> |
@@ -6581,6 +6582,18 @@ <h3 id="_v1_devices">v1.Devices</h3> |
6581 | 6582 | </tr> |
6582 | 6583 | <tr> |
6583 | 6584 | <td class="tableblock halign-left valign-middle"><div class="content"><div class="paragraph"> |
| 6585 | +<p><strong>video</strong><br> |
| 6586 | +<em>optional</em></p> |
| 6587 | +</div></div></td> |
| 6588 | +<td class="tableblock halign-left valign-middle"><div class="content"><div class="paragraph"> |
| 6589 | +<p>Video describes the video device configuration for the vmi.</p> |
| 6590 | +</div></div></td> |
| 6591 | +<td class="tableblock halign-left valign-middle"><div class="content"><div class="paragraph"> |
| 6592 | +<p><a href="#_v1_videodevice">v1.VideoDevice</a></p> |
| 6593 | +</div></div></td> |
| 6594 | +</tr> |
| 6595 | +<tr> |
| 6596 | +<td class="tableblock halign-left valign-middle"><div class="content"><div class="paragraph"> |
6584 | 6597 | <p><strong>watchdog</strong><br> |
6585 | 6598 | <em>optional</em></p> |
6586 | 6599 | </div></div></td> |
@@ -14858,6 +14871,37 @@ <h3 id="_v1_vgpuoptions">v1.VGPUOptions</h3> |
14858 | 14871 | </table> |
14859 | 14872 | </div> |
14860 | 14873 | <div class="sect2"> |
| 14874 | +<h3 id="_v1_videodevice">v1.VideoDevice</h3> |
| 14875 | +<table class="tableblock frame-all grid-all stretch"> |
| 14876 | +<colgroup> |
| 14877 | +<col style="width: 16.6666%;"> |
| 14878 | +<col style="width: 61.1111%;"> |
| 14879 | +<col style="width: 22.2223%;"> |
| 14880 | +</colgroup> |
| 14881 | +<thead> |
| 14882 | +<tr> |
| 14883 | +<th class="tableblock halign-left valign-middle">Name</th> |
| 14884 | +<th class="tableblock halign-left valign-middle">Description</th> |
| 14885 | +<th class="tableblock halign-left valign-middle">Schema</th> |
| 14886 | +</tr> |
| 14887 | +</thead> |
| 14888 | +<tbody> |
| 14889 | +<tr> |
| 14890 | +<td class="tableblock halign-left valign-middle"><div class="content"><div class="paragraph"> |
| 14891 | +<p><strong>type</strong><br> |
| 14892 | +<em>optional</em></p> |
| 14893 | +</div></div></td> |
| 14894 | +<td class="tableblock halign-left valign-middle"><div class="content"><div class="paragraph"> |
| 14895 | +<p>Type specifies the video device type (e.g., virtio, vga, bochs, ramfb). If not specified, the default is architecture-dependent (VGA for BIOS-based VMs, Bochs for EFI-based VMs on AMD64; virtio for Arm and s390x).</p> |
| 14896 | +</div></div></td> |
| 14897 | +<td class="tableblock halign-left valign-middle"><div class="content"><div class="paragraph"> |
| 14898 | +<p>string</p> |
| 14899 | +</div></div></td> |
| 14900 | +</tr> |
| 14901 | +</tbody> |
| 14902 | +</table> |
| 14903 | +</div> |
| 14904 | +<div class="sect2"> |
14861 | 14905 | <h3 id="_v1_virtualmachine">v1.VirtualMachine</h3> |
14862 | 14906 | <div class="paragraph"> |
14863 | 14907 | <p>VirtualMachine handles the VirtualMachines that are not running or are in a stopped state The VirtualMachine contains the template to create the VirtualMachineInstance. It also mirrors the running state of the created VirtualMachineInstance in its status.</p> |
|
0 commit comments