mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-30 14:21:26 -07:00
cloudstack: streamline modules doc (part 5) (#54523)
This commit is contained in:
parent
8d96af2df5
commit
7f57d88f00
9 changed files with 224 additions and 175 deletions
|
@ -31,6 +31,11 @@ options:
|
|||
description:
|
||||
- Account the volume is related to.
|
||||
type: str
|
||||
device_id:
|
||||
description:
|
||||
- ID of the device on a VM the volume is attached to.
|
||||
- Only considered if I(state) is C(attached).
|
||||
type: int
|
||||
custom_id:
|
||||
description:
|
||||
- Custom id to the resource.
|
||||
|
@ -45,7 +50,6 @@ options:
|
|||
description:
|
||||
- Whether to display the volume to the end user or not.
|
||||
- Allowed to Root Admins only.
|
||||
default: yes
|
||||
type: bool
|
||||
domain:
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue