mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-06 06:46:26 +01:00
33 lines
1.1 KiB
Plaintext
33 lines
1.1 KiB
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * virt/virtual_machines/virt-create-vms.adoc
|
|
// * virt/virtual_machines/vm_networking/virt-using-the-default-pod-network-with-virt.adoc
|
|
// * virt/virtual_machines/vm_networking/virt-attaching-vm-multiple-networks.adoc
|
|
// * virt/virtual_machines/importing_vms/virt-importing-vmware-vm.adoc
|
|
// * virt/vm_templates/virt-creating-vm-template.adoc
|
|
|
|
[id="virt-networking-wizard-fields-web_{context}"]
|
|
= Networking fields
|
|
|
|
|===
|
|
|Name | Description
|
|
|
|
|Name
|
|
|Name for the Network Interface Card.
|
|
|
|
|Model
|
|
|Indicates the model of the Network Interface Card. Supported values are *e1000e* and *virtio*.
|
|
|
|
|Network
|
|
|List of available NetworkAttachmentDefinition objects.
|
|
|
|
|Type
|
|
|List of available binding methods. For the default Pod network, `masquerade`
|
|
is the only recommended binding method. For secondary networks, use the `bridge`
|
|
binding method. The `masquerade` method is not supported for non-default
|
|
networks.
|
|
|
|
|MAC Address
|
|
|MAC address for the Network Interface Card. If a MAC address is not specified, an ephemeral address is generated for the session.
|
|
|===
|