From 6fb697ee32f1fa3335d11100c134c28e874e13a2 Mon Sep 17 00:00:00 2001 From: bjorn Date: Wed, 4 Oct 2017 10:09:15 +0200 Subject: [PATCH] Add auto_start_action and auto_stop_action to docs. --- website/source/docs/hyperv/configuration.html.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/source/docs/hyperv/configuration.html.md b/website/source/docs/hyperv/configuration.html.md index f1d51a45a..47a0211df 100644 --- a/website/source/docs/hyperv/configuration.html.md +++ b/website/source/docs/hyperv/configuration.html.md @@ -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 - ``` - - \ No newline at end of file + ``` \ No newline at end of file