Skip to content

Commit 8e1b888

Browse files
author
Shiva Shankar Vaddepally
committed
adding install keys in nitro_resource_map
Signed-off-by: Shiva Shankar Vaddepally <[email protected]>
1 parent ff327c3 commit 8e1b888

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

plugins/module_utils/nitro_resource_map.py

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19002,6 +19002,30 @@
1900219002
"singleton": False,
1900319003
"update_payload_keys": [],
1900419004
},
19005+
"clear_config": {
19006+
"_supported_operations": ["add"],
19007+
"add_payload_keys": ["all", "mode"],
19008+
"bindings": [],
19009+
"bindprimary_key": "",
19010+
"delete_arg_keys": [],
19011+
"disable_payload_keys": [],
19012+
"enable_payload_keys": [],
19013+
"get_arg_keys": [],
19014+
"immutable_keys": [],
19015+
"primary_key": "",
19016+
"primary_key_composite": [],
19017+
"readwrite_arguments": {
19018+
"all": {"no_log": False, "required": False, "type": "bool"},
19019+
"mode": {
19020+
"choices": ["basic", "extended+", "full"],
19021+
"no_log": False,
19022+
"required": False,
19023+
"type": "str",
19024+
},
19025+
},
19026+
"singleton": False,
19027+
"update_payload_keys": [],
19028+
},
1900519029
"cloudallowedngsticketprofile": {
1900619030
"_supported_operations": [
1900719031
"add",
@@ -30203,6 +30227,15 @@
3020330227
"create": [],
3020430228
"force": [],
3020530229
"import": [],
30230+
"install": [
30231+
"a",
30232+
"async",
30233+
"enhancedupgrade",
30234+
"l",
30235+
"resizeswapvar",
30236+
"url",
30237+
"y",
30238+
],
3020630239
"link": [],
3020730240
"switch": [],
3020830241
"unlink": [],

0 commit comments

Comments
 (0)