VMware: Corrected documentation on vmware_guest module (#65733)
Update link for vapp_properties as per VMware docs in vmware_guest module
This commit is contained in:
parent
4769d731ac
commit
fc31b4e506
2 changed files with 6 additions and 2 deletions
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- vmware_guest - Updated reference link to vapp_properties property
|
|
@ -379,8 +379,10 @@ options:
|
|||
version_added: '2.3'
|
||||
vapp_properties:
|
||||
description:
|
||||
- A list of vApp properties
|
||||
- 'For full list of attributes and types refer to: U(https://github.com/vmware/pyvmomi/blob/master/docs/vim/vApp/PropertyInfo.rst)'
|
||||
- A list of vApp properties.
|
||||
- 'For full list of attributes and types refer to:'
|
||||
- 'U(https://vdc-download.vmware.com/vmwb-repository/dcr-public/6b586ed2-655c-49d9-9029-bc416323cb22/
|
||||
fa0b429a-a695-4c11-b7d2-2cbc284049dc/doc/vim.vApp.PropertyInfo.html)'
|
||||
- 'Basic attributes are:'
|
||||
- ' - C(id) (string): Property id - required.'
|
||||
- ' - C(value) (string): Property value.'
|
||||
|
|
Loading…
Reference in a new issue