mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-04 08:01:49 +00:00
docs
This commit is contained in:
parent
03bbc34694
commit
cfe5926bb7
1 changed files with 4 additions and 4 deletions
|
|
@ -21,12 +21,12 @@ author:
|
|||
options:
|
||||
id:
|
||||
description:
|
||||
- The ID of the Storage Box Type you want to get.
|
||||
- The module will fail if the provided ID is invalid.
|
||||
- ID of the Storage Box Type to get.
|
||||
- If the ID is invalid, the module will fail.
|
||||
type: int
|
||||
name:
|
||||
description:
|
||||
- The name of the Storage Box Type you want to get.
|
||||
- Name of the Storage Box Type to get.
|
||||
type: str
|
||||
|
||||
extends_documentation_fragment:
|
||||
|
|
@ -45,7 +45,7 @@ EXAMPLES = """
|
|||
|
||||
RETURN = """
|
||||
hcloud_storage_box_type_info:
|
||||
description: The Storage Box Types infos as list
|
||||
description: List of Storage Box Types.
|
||||
returned: always
|
||||
type: list
|
||||
contains:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue