ipwcli_dns: fixed markups in doc (#5225)
* ipwcli_dns: fixed markups in doc * added punctuationpull/5237/head
parent
2a449eb163
commit
a481f8356e
|
@ -45,7 +45,7 @@ options:
|
||||||
address:
|
address:
|
||||||
description:
|
description:
|
||||||
- The IP address for the A or AAAA record.
|
- The IP address for the A or AAAA record.
|
||||||
- Required for C(type=A) or C(type=AAAA)
|
- Required for I(type=A) or I(type=AAAA).
|
||||||
type: str
|
type: str
|
||||||
ttl:
|
ttl:
|
||||||
description:
|
description:
|
||||||
|
@ -71,38 +71,38 @@ options:
|
||||||
port:
|
port:
|
||||||
description:
|
description:
|
||||||
- Sets the port of the SRV record.
|
- Sets the port of the SRV record.
|
||||||
- Required for C(type=SRV)
|
- Required for I(type=SRV).
|
||||||
type: int
|
type: int
|
||||||
target:
|
target:
|
||||||
description:
|
description:
|
||||||
- Sets the target of the SRV record.
|
- Sets the target of the SRV record.
|
||||||
- Required for C(type=SRV)
|
- Required for I(type=SRV).
|
||||||
type: str
|
type: str
|
||||||
order:
|
order:
|
||||||
description:
|
description:
|
||||||
- Sets the order of the NAPTR record.
|
- Sets the order of the NAPTR record.
|
||||||
- Required for C(type=NAPTR)
|
- Required for I(type=NAPTR).
|
||||||
type: int
|
type: int
|
||||||
preference:
|
preference:
|
||||||
description:
|
description:
|
||||||
- Sets the preference of the NAPTR record.
|
- Sets the preference of the NAPTR record.
|
||||||
- Required for C(type=NAPTR)
|
- Required for I(type=NAPTR).
|
||||||
type: int
|
type: int
|
||||||
flags:
|
flags:
|
||||||
description:
|
description:
|
||||||
- Sets one of the possible flags of NAPTR record.
|
- Sets one of the possible flags of NAPTR record.
|
||||||
- Required for C(type=NAPTR)
|
- Required for I(type=NAPTR).
|
||||||
type: str
|
type: str
|
||||||
choices: ['S', 'A', 'U', 'P']
|
choices: ['S', 'A', 'U', 'P']
|
||||||
service:
|
service:
|
||||||
description:
|
description:
|
||||||
- Sets the service of the NAPTR record.
|
- Sets the service of the NAPTR record.
|
||||||
- Required for C(type=NAPTR)
|
- Required for I(type=NAPTR).
|
||||||
type: str
|
type: str
|
||||||
replacement:
|
replacement:
|
||||||
description:
|
description:
|
||||||
- Sets the replacement of the NAPTR record.
|
- Sets the replacement of the NAPTR record.
|
||||||
- Required for C(type=NAPTR)
|
- Required for I(type=NAPTR).
|
||||||
type: str
|
type: str
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Reference in New Issue