Skip to content

Commit f39d27a

Browse files
removed rename param as its not merged to main
1 parent f6a7cb6 commit f39d27a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+56
-70
lines changed
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:

plugins/modules/authenticationpolicylabel.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/authenticationsamlidppolicy.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/authenticationvserver.py

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

plugins/modules/authorizationpolicy.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/authorizationpolicylabel.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/autoscalepolicy.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/botpolicy.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/botpolicylabel.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/cachepolicy.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/cachepolicylabel.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/cmpaction.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/cmppolicy.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/cmppolicylabel.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/contentinspectionpolicy.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/contentinspectionpolicylabel.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/crpolicy.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/crvserver.py

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

plugins/modules/csaction.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/cspolicy.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/cspolicylabel.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/csvserver.py

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

plugins/modules/dnspolicylabel.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/gslbservice.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/gslbservicegroup.py

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

plugins/modules/gslbsite.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/gslbvserver.py

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

plugins/modules/icaaction.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/icapolicy.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/lbaction.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/lbgroup.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/lbpolicy.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/lbpolicylabel.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/lbvserver.py

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

0 commit comments

Comments
 (0)