|
64 | 64 | - If C(BIOS), this module exports or imports BIOS configuration from SCP file. |
65 | 65 | - If C(NIC), this module exports or imports NIC configuration from SCP file. |
66 | 66 | - If C(RAID), this module exports or imports RAID configuration from SCP file. |
| 67 | + - If C(EVENTFILTERS), this module exports or imports EVENTFILTERS configuration from SCP file. |
| 68 | + - If C(SUPPORTASSIST), this module exports or imports SUPPORTASSIST configuration from SCP file. |
| 69 | + - If C(LIFECYCLECONTROLLER), this module exports or imports LIFECYCLECONTROLLER configuration from SCP file. |
67 | 70 | type: str |
68 | | - choices: ['ALL', 'IDRAC', 'BIOS', 'NIC', 'RAID'] |
| 71 | + choices: ['ALL', 'IDRAC', 'BIOS', 'NIC', 'RAID', 'EVENTFILTERS', 'SUPPORTASSIST', 'LIFECYCLECONTROLLER'] |
69 | 72 | default: 'ALL' |
70 | 73 | shutdown_type: |
71 | 74 | description: |
@@ -451,7 +454,7 @@ def main(): |
451 | 454 | "share_password": {"required": False, "type": 'str', |
452 | 455 | "aliases": ['share_pwd'], "no_log": True}, |
453 | 456 | "scp_components": {"required": False, |
454 | | - "choices": ['ALL', 'IDRAC', 'BIOS', 'NIC', 'RAID'], |
| 457 | + "choices": ['ALL', 'IDRAC', 'BIOS', 'NIC', 'RAID', 'EVENTFILTERS', 'SUPPORTASSIST', 'LIFECYCLECONTROLLER'], |
455 | 458 | "default": 'ALL'}, |
456 | 459 |
|
457 | 460 | "scp_file": {"required": False, "type": 'str'}, |
|
0 commit comments