@@ -161,20 +161,20 @@ Accept wildcard characters: False
161161
162162Specifies the type of migration to perform for the virtual machine. The options are as follows :
163163
164- - - Live : Transparently migrates the virtual machine without a dropped network connection or
165- perceived downtime.
164+ - ` Live` : Transparently migrates the virtual machine without a dropped network connection or
165+ perceived downtime.
166166
167- - - Quick : Rapidly migrates a running virtual machine with minimal downtime.
167+ - ` Quick` : Rapidly migrates a running virtual machine with minimal downtime.
168168
169- - - Shutdown : Performs an orderly shutdown of the operating system (waiting for all processes to
170- close) on the virtual machine, and then migrates the virtual machine.
169+ - ` Shutdown` : Performs an orderly shutdown of the operating system (waiting for all processes to
170+ close) on the virtual machine, and then migrates the virtual machine.
171171
172- - - ShutdownForce : Shuts down the operating system on the virtual machine without waiting for slower
173- processes to finish, and then migrates the virtual machine.
172+ - ` ShutdownForce` : Shuts down the operating system on the virtual machine without waiting for slower
173+ processes to finish, and then migrates the virtual machine.
174174
175- - - TurnOff : Turns off the virtual machine without shutting down the operating system first, then
176- migrates the virtual machine. This is the same as turning off the power, which means that data loss
177- may occur.
175+ - ` TurnOff` : Turns off the virtual machine without shutting down the operating system first, then
176+ migrates the virtual machine. This is the same as turning off the power, which means that data
177+ loss may occur.
178178
179179` ` ` yaml
180180Type: VmMigrationType
0 commit comments