Skip to content

Commit 7a9f7f9

Browse files
author
Shiva Shankar Vaddepally
committed
reverting gslbservice change
Signed-off-by: Shiva Shankar Vaddepally <[email protected]>
1 parent 0cdc30b commit 7a9f7f9

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

plugins/module_utils/nitro_resource_map.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28439,6 +28439,8 @@
2843928439
"add",
2844028440
"count",
2844128441
"delete",
28442+
"disable",
28443+
"enable",
2844228444
"get",
2844328445
"get-byname",
2844428446
"rename",

plugins/modules/gslbservice.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
choices:
3131
- present
3232
- absent
33+
- enabled
34+
- disabled
3335
- unset
3436
- renamed
3537
default: present
@@ -39,6 +41,8 @@
3941
- When C(present), the resource will be added/updated configured according to
4042
the module's parameters.
4143
- When C(absent), the resource will be deleted from the NetScaler ADC node.
44+
- When C(enabled), the resource will be enabled on the NetScaler ADC node.
45+
- When C(disabled), the resource will be disabled on the NetScaler ADC node.
4246
- When C(unset), the resource will be unset on the NetScaler ADC node.
4347
- When C(renamed), the resource will be renamed on the NetScaler ADC node.
4448
type: str

0 commit comments

Comments
 (0)