Contents

VZVirtioNetworkDeviceConfiguration

A configuration object that requests the creation of a network device for the guest system.

Declaration

class VZVirtioNetworkDeviceConfiguration

Mentioned in

Overview

Use a VZVirtioNetworkDeviceConfiguration object to configure one network interface of your virtual machine. After creating this object, assign an appropriate value to its inherited attachment property to define the type of network interface you want. You can also assign a specific MAC address, or let the system generate a random address for you.

After creating and configuring a VZVirtioNetworkDeviceConfiguration object, assign it to the networkDevices property of your virtual machine’s configuration.

Topics

Creating the configuration object

See Also

Configurations