We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bebddd3 commit acbeaf3Copy full SHA for acbeaf3
plugins/modules/netbox_virtual_machine.py
@@ -75,9 +75,6 @@
75
disk:
76
description:
77
- Disk of the virtual machine (GB)
78
- rack:
79
- description:
80
- - The name of the rack to assign the virtual machine to
81
status:
82
83
- The status of the virtual machine
@@ -196,7 +193,6 @@ def main():
196
193
primary_ip6=dict(required=False, type="raw"),
197
194
memory=dict(required=False, type="int"),
198
195
disk=dict(required=False, type="int"),
199
- rack=dict(required=False, type="raw"),
200
status=dict(required=False, type="raw"),
201
tags=dict(required=False, type=list),
202
custom_fields=dict(required=False, type=dict),
0 commit comments