Skip to content

Commit 7b7e447

Browse files
DOCUMENTATION has been updated
1 parent 7c726cd commit 7b7e447

File tree

6 files changed

+6
-1
lines changed

6 files changed

+6
-1
lines changed

plugins/modules/nsacls6.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
description:
3434
- The state of the resource being configured by the module on the NetScaler
3535
ADC node.
36+
- When C(applied), the resources will be applied on the NetScaler ADC node
3637
type: str
3738
type:
3839
type: str

plugins/modules/nspbr6.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
- When C(enabled), the resource will be enabled on the NetScaler ADC node.
4545
- When C(disabled), the resource will be disabled on the NetScaler ADC node.
4646
- When C(unset), the resource will be unset on the NetScaler ADC node.
47+
- When C(applied), the resources will be applied on the NetScaler ADC node
4748
type: str
4849
interface:
4950
type: str

plugins/modules/nstestlicense.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
description:
3434
- The state of the resource being configured by the module on the NetScaler
3535
ADC node.
36+
- When C(applied), the resources will be applied on the NetScaler ADC node
3637
type: str
3738
extends_documentation_fragment: netscaler.adc.netscaler_adc
3839

plugins/modules/routerdynamicrouting.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
the module's parameters.
4141
- When C(absent), the resource will be deleted from the NetScaler ADC node.
4242
- When C(unset), the resource will be unset on the NetScaler ADC node.
43+
- When C(applied), the resources will be applied on the NetScaler ADC node
4344
type: str
4445
commandstring:
4546
type: str

plugins/modules/sslcertbundle.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
ADC node.
3838
- When C(absent), the resource will be deleted from the NetScaler ADC node.
3939
- When C(imported), the resource will be imported on the NetScaler ADC node.
40+
- When C(applied), the resources will be applied on the NetScaler ADC node
4041
type: str
4142
name:
4243
type: str

plugins/modules/videooptimizationglobaldetection_videooptimizationdetectionpolicy_binding.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
version_added: 2.0.0
2626
author:
2727
- Sumanth Lingappa (@sumanth-lingappa)
28-
- Shiva Shankar Vaddepally (@shivashankar-vaddepallsy)
28+
- Shiva Shankar Vaddepally (@shivashankar-vaddepally)
2929
options:
3030
state:
3131
choices:

0 commit comments

Comments
 (0)