|
|
@ -45,9 +45,9 @@ options:
|
|
|
|
- Virtual network interface profile to be attached to VM network interface.
|
|
|
|
- Virtual network interface profile to be attached to VM network interface.
|
|
|
|
interface:
|
|
|
|
interface:
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- Type of the network interface.
|
|
|
|
- "Type of the network interface."
|
|
|
|
|
|
|
|
- "It's required parameter when creating the new NIC."
|
|
|
|
choices: [ e1000, pci_passthrough, rtl8139, rtl8139_virtio, spapr_vlan, virtio ]
|
|
|
|
choices: [ e1000, pci_passthrough, rtl8139, rtl8139_virtio, spapr_vlan, virtio ]
|
|
|
|
default: virtio
|
|
|
|
|
|
|
|
mac_address:
|
|
|
|
mac_address:
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- Custom MAC address of the network interface, by default it's obtained from MAC pool.
|
|
|
|
- Custom MAC address of the network interface, by default it's obtained from MAC pool.
|
|
|
|