Add auto_start_action and auto_stop_action to docs.
This commit is contained in:
parent
0a0b3dc762
commit
6fb697ee32
|
@ -32,6 +32,8 @@ you may set. A complete reference is shown below:
|
|||
* `enable_virtualization_extensions` (boolean) - Enable virtualization extensions for the virtual CPUs.
|
||||
This allows Hyper-V to be nested and run inside another Hyper-VM VM. It requires Windows 10 - 1511 (build 10586) or newer.
|
||||
Default is not defined. This will be disabled if not set.
|
||||
* `auto_start_action` (Nothing, StartIfRunning, Start) - Action on automatic start of VM when booting OS
|
||||
* `auto_stop_action` (ShutDown, TurnOff, Save) - Action on automatic stop of VM when shutting down OS.
|
||||
* `vm_integration_services` (Hash) - Hash to set the state of integration services.
|
||||
|
||||
Example:
|
||||
|
@ -47,6 +49,4 @@ you may set. A complete reference is shown below:
|
|||
vss: true
|
||||
}
|
||||
end
|
||||
```
|
||||
|
||||
|
||||
```
|
Loading…
Reference in New Issue