mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Updating URL to Nuage Python VSPK documentation (#36213)
Fixes ansible/ansible#35766
This commit is contained in:
parent
787114462e
commit
cffa3caa60
1 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ options:
|
|||
description:
|
||||
- The type of entity you want to work on (example Enterprise).
|
||||
- This should match the objects CamelCase class name in VSPK-Python.
|
||||
- This Class name can be found on U(https://nuagenetworks.github.io/vspkdoc/html/index.html).
|
||||
- This Class name can be found on U(https://nuagenetworks.github.io/vspkdoc/index.html).
|
||||
required: true
|
||||
default: null
|
||||
id:
|
||||
|
@ -59,7 +59,7 @@ options:
|
|||
description:
|
||||
- The type of parent the ID is specified for (example Enterprise).
|
||||
- This should match the objects CamelCase class name in VSPK-Python.
|
||||
- This Class name can be found on U(https://nuagenetworks.github.io/vspkdoc/html/index.html).
|
||||
- This Class name can be found on U(https://nuagenetworks.github.io/vspkdoc/index.html).
|
||||
- If specified, I(parent_id) also needs to be specified.
|
||||
required: false
|
||||
default: null
|
||||
|
|
Loading…
Reference in a new issue