You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/models/virtualization/virtualmachine.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,13 @@ The VM's operational status.
21
21
!!! tip
22
22
Additional statuses may be defined by setting `VirtualMachine.status` under the [`FIELD_CHOICES`](../../configuration/data-validation.md#field_choices) configuration parameter.
23
23
24
+
### Start on boot
25
+
26
+
The start on boot setting from the hypervisor.
27
+
28
+
!!! tip
29
+
Additional statuses may be defined by setting `VirtualMachine.start_on_boot` under the [`FIELD_CHOICES`](../../configuration/data-validation.md#field_choices) configuration parameter.
30
+
24
31
### Site & Cluster
25
32
26
33
The [site](../dcim/site.md) and/or [cluster](./cluster.md) to which the VM is assigned.
0 commit comments