mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 13:50:22 -07:00
fixed documentation for oneview modules (#2092)
This commit is contained in:
parent
926c0a71d0
commit
94cf07efbf
18 changed files with 46 additions and 101 deletions
|
@ -24,11 +24,13 @@ options:
|
|||
- Indicates the desired state for the Logical Interconnect Group resource.
|
||||
C(absent) will remove the resource from OneView, if it exists.
|
||||
C(present) will ensure data properties are compliant with OneView.
|
||||
type: str
|
||||
choices: [absent, present]
|
||||
default: present
|
||||
data:
|
||||
description:
|
||||
- List with the Logical Interconnect Group properties.
|
||||
type: dict
|
||||
required: true
|
||||
extends_documentation_fragment:
|
||||
- community.general.oneview
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue