Add missing type information to docs

Change-Id: Iac23d54512b23f031460d1b7281ccb8d93e20cad
This commit is contained in:
Mark Chappell
2020-03-16 12:38:42 +01:00
parent 9e9dacdf3c
commit 1849f8bd47
54 changed files with 395 additions and 230 deletions

View File

@@ -22,29 +22,36 @@ options:
description:
- Zone managing the recordset
required: true
type: str
name:
description:
- Name of the recordset
required: true
type: str
recordset_type:
description:
- Recordset type
required: true
type: str
records:
description:
- List of recordset definitions
required: true
type: list
description:
description:
- Description of the recordset
type: str
ttl:
description:
- TTL (Time To Live) value in seconds
type: int
state:
description:
- Should the resource be present or absent.
choices: [present, absent]
default: present
type: str
requirements:
- "python >= 3.6"
- "openstacksdk"