Fix modules code quote documentations (#63594)

pull/64465/head
Denis 5 years ago committed by Sandra McCann
parent f178c49c02
commit b2939c71b7

@ -325,7 +325,7 @@ options:
restore_time:
description:
- If using I(creation_source=instance) this indicates the UTC date and time to restore from the source instance.
For example, "2009-09-07T23:45:00Z". May alternatively set c(use_latest_restore_time) to True.
For example, "2009-09-07T23:45:00Z". May alternatively set C(use_latest_restore_time) to True.
type: str
s3_bucket_name:
description:

@ -327,7 +327,7 @@ options:
- Frontend port resource of an application gateway.
protocol:
description:
- Protocol of the c(http) listener.
- Protocol of the C(http) listener.
choices:
- 'http'
- 'https'

@ -47,7 +47,7 @@ options:
choices: ["present", "absent"]
default: "present"
notes:
- C(HEROKU_API_KEY) and C(TF_VAR_HEROKU_API_KEY) env variable can be used instead setting c(api_key).
- C(HEROKU_API_KEY) and C(TF_VAR_HEROKU_API_KEY) env variable can be used instead setting C(api_key).
- If you use I(--check), you can also pass the I(-v) flag to see affected apps in C(msg), e.g. ["heroku-example-app"].
'''

@ -107,7 +107,7 @@ options:
reason:
description:
- The value of the reason field in your desired condition
- For example, if a C(Deployment) is paused, The C(Progressing) c(type) will have the C(DeploymentPaused) reason.
- For example, if a C(Deployment) is paused, The C(Progressing) C(type) will have the C(DeploymentPaused) reason.
- The possible reasons in a condition are specific to each resource type in Kubernetes. See the API documentation of the status field
for a given resource to see possible choices.
version_added: "2.8"

@ -28,7 +28,7 @@ options:
dest:
description:
- A directory to save the policy file into.
- This option is ignored when C(inline) is set to c(yes).
- This option is ignored when C(inline) is set to C(yes).
type: path
file:
description:

@ -26,7 +26,7 @@ options:
suboptions:
negate:
description:
- When set to c(yes) the system selects this topology record, when the request source does not match.
- When set to C(yes) the system selects this topology record, when the request source does not match.
type: bool
default: no
subnet:
@ -85,7 +85,7 @@ options:
suboptions:
negate:
description:
- When set to c(yes) the system selects this topology record, when the request destination does not match.
- When set to C(yes) the system selects this topology record, when the request destination does not match.
type: bool
default: no
subnet:

@ -35,7 +35,7 @@ options:
suboptions:
negate:
description:
- When set to c(yes) the system selects this topology region, when the request source does not match.
- When set to C(yes) the system selects this topology region, when the request source does not match.
- Only a single list entry can be specified together with negate.
type: bool
default: no

@ -54,7 +54,7 @@ options:
For example, changing one module to C(dedicated) requires setting all
others to C(none). Setting the level of a module to C(none) means that
the module is not activated.
- Use C(state) absent to set c(level) to none and de-provision module.
- Use C(state) absent to set C(level) to none and de-provision module.
- This parameter is not relevant to C(cgnat - pre tmos 15.0) or C(mgmt) and will not be
applied to the C(cgnat - pre tmos 15.0) or C(mgmt) module.
type: str

@ -51,7 +51,7 @@ options:
value:
description:
- The value(s) to specify. Required when C(state=present).
- When c(type=PTR) only the partial part of the IP should be given.
- When C(type=PTR) only the partial part of the IP should be given.
aliases: [ values ]
type: list
zone:

@ -62,8 +62,8 @@ options:
description:
- This parameter is only valid on Server 2012 and newer.
- Primarily used for enabling and disabling server name indication (SNI).
- Set to c(0) to disable SNI.
- Set to c(1) to enable SNI.
- Set to C(0) to disable SNI.
- Set to C(1) to enable SNI.
type: str
version_added: "2.5"
seealso:

Loading…
Cancel
Save