fix doc issue

pull/58920/head
Tomorrow9 5 years ago committed by Gonéri Le Bouder
parent b28614ea5a
commit 753b7d853f

@ -33,10 +33,12 @@ options:
description: description:
- Name of the virtual machine. - Name of the virtual machine.
- This is a required parameter, if parameter C(uuid) is not supplied. - This is a required parameter, if parameter C(uuid) is not supplied.
type: string
uuid: uuid:
description: description:
- UUID of the instance to gather facts if known, this is VMware's unique identifier. - UUID of the instance to gather facts if known, this is VMware's unique identifier.
- This is a required parameter, if parameter C(name) is not supplied. - This is a required parameter, if parameter C(name) is not supplied.
type: string
folder: folder:
description: description:
- Destination folder, absolute or relative path to find an existing guest. - Destination folder, absolute or relative path to find an existing guest.
@ -52,29 +54,35 @@ options:
- ' folder: /folder1/datacenter1/vm' - ' folder: /folder1/datacenter1/vm'
- ' folder: folder1/datacenter1/vm' - ' folder: folder1/datacenter1/vm'
- ' folder: /folder1/datacenter1/vm/folder2' - ' folder: /folder1/datacenter1/vm/folder2'
type: string
cluster: cluster:
description: description:
- The name of cluster where the virtual machine is running. - The name of cluster where the virtual machine is running.
- This is a required parameter, if C(esxi_hostname) is not set. - This is a required parameter, if C(esxi_hostname) is not set.
- C(esxi_hostname) and C(cluster) are mutually exclusive parameters. - C(esxi_hostname) and C(cluster) are mutually exclusive parameters.
type: string
esxi_hostname: esxi_hostname:
description: description:
- The ESXi hostname where the virtual machine is running. - The ESXi hostname where the virtual machine is running.
- This is a required parameter, if C(cluster) is not set. - This is a required parameter, if C(cluster) is not set.
- C(esxi_hostname) and C(cluster) are mutually exclusive parameters. - C(esxi_hostname) and C(cluster) are mutually exclusive parameters.
type: string
datacenter: datacenter:
description: description:
- The datacenter name to which virtual machine belongs to. - The datacenter name to which virtual machine belongs to.
type: string
string_send: string_send:
description: description:
- The string will be sent to the virtual machine. - The string will be sent to the virtual machine.
- This string can contain valid special character, alphabet and digit on the keyboard. - This string can contain valid special character, alphabet and digit on the keyboard.
type: string
keys_send: keys_send:
description: description:
- The list of the keys will be sent to the virtual machine. - The list of the keys will be sent to the virtual machine.
- 'Valid values are C(ENTER), C(ESC), C(BACKSPACE), C(TAB), C(SPACE), C(CAPSLOCK), C(DELETE), C(CTRL_ALT_DEL), - 'Valid values are C(ENTER), C(ESC), C(BACKSPACE), C(TAB), C(SPACE), C(CAPSLOCK), C(DELETE), C(CTRL_ALT_DEL),
C(CTRL_C) and C(F1) to C(F12), C(RIGHTARROW), C(LEFTARROW), C(DOWNARROW), C(UPARROW).' C(CTRL_C) and C(F1) to C(F12), C(RIGHTARROW), C(LEFTARROW), C(DOWNARROW), C(UPARROW).'
- If both C(keys_send) and C(string_send) are specified, keys in C(keys_send) list will be sent in front of the C(string_send). - If both C(keys_send) and C(string_send) are specified, keys in C(keys_send) list will be sent in front of the C(string_send).
type: list
extends_documentation_fragment: vmware.documentation extends_documentation_fragment: vmware.documentation
''' '''

Loading…
Cancel
Save