Skip to content

Commit

Permalink
Update vm.md (#192)
Browse files Browse the repository at this point in the history
There was misspelled 'high_availability' parameter
  • Loading branch information
maciejkonigsman authored Mar 19, 2022
1 parent 51c49b9 commit e2bdec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/vm.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ $ xo-cli xo.getAllObjects filter='json:{"id": "cf7b5d7d-3cd5-6b7c-5025-5c935c8cd
```


* `high_availabililty` - (Optional) The restart priority for the VM. Possible values are `best-effort`, `restart` and empty string (no restarts on failure. Defaults to empty string.
* `high_availability` - (Optional) The restart priority for the VM. Possible values are `best-effort`, `restart` and empty string (no restarts on failure. Defaults to empty string.
* `hvm_boot_firmware` - (Optional) The firmware to use for the VM. Possible values are `bios` and `uefi`. Defaults to empty string.
* `exp_nested_hvm` - (Optional) Boolean parameter that allows a VM to use nested virtualization.
* `installation_method` - (Optional) This cannot be used with `cdrom`. Possible values are `network` which allows a VM to boot via PXE.
Expand Down

0 comments on commit e2bdec0

Please sign in to comment.