Skip to content

Commit f39d27a

Browse files
author
Shiva Shankar Vaddepally
committed
removed rename param as its not merged to main
1 parent f6a7cb6 commit f39d27a

71 files changed

Lines changed: 56 additions & 70 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
NITRO_RESOURCE_MAP = {
2+
"servicegroup_lbmonitor_binding": {
3+
"_supported_operations": ["add", "count", "delete", "get-all", "get-byname"],
4+
"add_payload_keys": [
5+
"customserverid",
6+
"dbsttl",
7+
"hashid",
8+
"monitor_name",
9+
"monstate",
10+
"nameserver",
11+
"order",
12+
"passive",
13+
"port",
14+
"serverid",
15+
"servicegroupname",
16+
"servicegroupname",
17+
"weight",
18+
],
19+
"bindprimary_key": "monitor_name",
20+
"delete_arg_keys": ["monitor_name", "port"],
21+
"disable_payload_keys": [],
22+
"enable_payload_keys": [],
23+
"get_arg_keys": ["monitor_name", "port"],
24+
"immutable_keys": [
25+
"customserverid",
26+
"dbsttl",
27+
"hashid",
28+
"monitor_name",
29+
"monstate",
30+
"nameserver",
31+
"order",
32+
"passive",
33+
"port",
34+
"serverid",
35+
"servicegroupname",
36+
"weight",
37+
],
38+
"password_keys": [],
39+
"primary_key": "servicegroupname",
40+
"readwrite_arguments": {
41+
"customserverid": {"type": "str"},
42+
"dbsttl": {"type": "float"},
43+
"hashid": {"type": "float"},
44+
"monitor_name": {"type": "str"},
45+
"monstate": {"choices": ["DISABLED", "ENABLED"], "type": "str"},
46+
"nameserver": {"type": "str"},
47+
"order": {"type": "float"},
48+
"passive": {"type": "bool"},
49+
"port": {"type": "int"},
50+
"serverid": {"type": "float"},
51+
"servicegroupname": {"type": "str"},
52+
"weight": {"type": "float"},
53+
},
54+
"update_payload_keys": [],
55+
}
56+
}

plugins/modules/appflowaction.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
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(renamed), the resource will be renamed on the NetScaler ADC node.
4443
type: str
4544
consider_non_updatable_arguments:
4645
choices:

plugins/modules/appflowcollector.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
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(renamed), the resource will be renamed on the NetScaler ADC node.
4443
type: str
4544
consider_non_updatable_arguments:
4645
choices:

plugins/modules/appflowpolicy.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
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(renamed), the resource will be renamed on the NetScaler ADC node.
4443
type: str
4544
consider_non_updatable_arguments:
4645
choices:

plugins/modules/appflowpolicylabel.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
- When C(present), the resource will be added/updated configured according to
3939
the module's parameters.
4040
- When C(absent), the resource will be deleted from the NetScaler ADC node.
41-
- When C(renamed), the resource will be renamed on the NetScaler ADC node.
4241
type: str
4342
consider_non_updatable_arguments:
4443
choices:

plugins/modules/appfwpolicy.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
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(renamed), the resource will be renamed on the NetScaler ADC node.
4443
type: str
4544
consider_non_updatable_arguments:
4645
choices:

plugins/modules/appfwpolicylabel.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
- When C(present), the resource will be added/updated configured according to
3939
the module's parameters.
4040
- When C(absent), the resource will be deleted from the NetScaler ADC node.
41-
- When C(renamed), the resource will be renamed on the NetScaler ADC node.
4241
type: str
4342
consider_non_updatable_arguments:
4443
choices:

plugins/modules/authenticationloginschemapolicy.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
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(renamed), the resource will be renamed on the NetScaler ADC node.
4443
type: str
4544
consider_non_updatable_arguments:
4645
choices:

plugins/modules/authenticationoauthidppolicy.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
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(renamed), the resource will be renamed on the NetScaler ADC node.
4443
type: str
4544
consider_non_updatable_arguments:
4645
choices:

plugins/modules/authenticationpolicy.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
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(renamed), the resource will be renamed on the NetScaler ADC node.
4443
type: str
4544
consider_non_updatable_arguments:
4645
choices:

0 commit comments

Comments
 (0)