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.
2 parents c210ecd + 6c936e7 commit f0f805fCopy full SHA for f0f805f
interfaces/vm_nic.xml
@@ -10,6 +10,7 @@
10
<property name="mac" type="s" access="readwrite"> <tp:docstring>Specify MAC address, or 'auto'.</tp:docstring> </property>
11
<property name="mac-actual" type="s" access="read"> <tp:docstring>MAC address.</tp:docstring> </property>
12
<property name="enabled" type="b" access="readwrite"> <tp:docstring>Interface enabled/disabled flag.</tp:docstring> </property>
13
+ <property name="model" type="s" access="readwrite"> <tp:docstring>Model for emulated nic.</tp:docstring> </property>
14
<method name="delete"> <tp:docstring>Delete NIC.</tp:docstring> </method>
15
</interface>
16
0 commit comments