Name | Type | Description | Notes |
---|---|---|---|
boot_order | int | BootOrder is an integer value > 0, used to determine ordering of boot devices. Lower values take precedence. Each interface or disk that has a boot order must have a unique value. Interfaces without a boot order are not tried. | [optional] |
bridge | V1InterfaceBridge | [optional] | |
dhcp_options | V1DHCPOptions | If specified the network interface will pass additional DHCP options to the VMI | [optional] |
mac_address | str | Interface MAC address. For example: de:ad:00:00:be:af or DE-AD-00-00-BE-AF. | [optional] |
macvtap | V1InterfaceMacvtap | [optional] | |
masquerade | V1InterfaceMasquerade | [optional] | |
model | str | Interface model. One of: e1000, e1000e, ne2k_pci, pcnet, rtl8139, virtio. Defaults to virtio. | [optional] |
name | str | Logical name of the interface as well as a reference to the associated networks. Must match the Name of a Network. | |
passt | V1InterfacePasst | [optional] | |
pci_address | str | If specified, the virtual network interface will be placed on the guests pci address with the specified PCI address. For example: 0000:81:01.10 | [optional] |
ports | list[V1Port] | List of ports to be forwarded to the virtual machine. | [optional] |
slirp | V1InterfaceSlirp | [optional] | |
sriov | V1InterfaceSRIOV | [optional] | |
tag | str | If specified, the virtual network interface address and its tag will be provided to the guest via config drive | [optional] |