ovirt update fetch_nested param doc (#63191)
This commit is contained in:
parent
e9d29b1fe4
commit
0beab6bf69
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@ options:
|
|||
fetch_nested:
|
||||
description:
|
||||
- If I(yes) the module will fetch additional data from the API.
|
||||
- It will fetch IDs of the VMs disks, snapshots, etc. User can configure to fetch other
|
||||
- It will fetch only IDs of nested entity. It doesn't fetch multiple levels of nested attributes.
|
||||
Only the attributes of the current entity. User can configure to fetch other
|
||||
attributes of the nested entities by specifying C(nested_attributes).
|
||||
type: bool
|
||||
version_added: "2.3"
|
||||
|
|
Loading…
Reference in a new issue