We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e4c4887 + cbd6a7b commit 0d87cfeCopy full SHA for 0d87cfe
1 file changed
plugins/modules/bgprouter.py
@@ -27,6 +27,7 @@
27
- Shiva Shankar Vaddepally (@shivashankar-vaddepally)
28
options:
29
state:
30
+ type: str
31
choices:
32
- present
33
- absent
@@ -37,7 +38,6 @@
37
38
- When C(present), the resource will be added/updated configured according to the module's parameters.
39
- When C(absent), the resource will be deleted from the NetScaler ADC node.
40
- When C(unset), the resource will be unset on the NetScaler ADC node.
- type: str
41
remove_non_updatable_params:
42
type: str
43
0 commit comments