---
title: VZNetworkDeviceAttachment
framework: virtualization
role: symbol
role_heading: Class
path: virtualization/vznetworkdeviceattachment
---

# VZNetworkDeviceAttachment

The common behaviors for the network attachment points of your virtual machine.

## Declaration

```swift
class VZNetworkDeviceAttachment
```

## Overview

Overview Don’t create a VZNetworkDeviceAttachment object directly. Instead, instantiate one of its concrete subclasses and use that object to configure your network devices. Each concrete subclass represents a specific type of network interface on the host computer.

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Inherited By

- [VZBridgedNetworkDeviceAttachment](virtualization/vzbridgednetworkdeviceattachment.md)
- [VZFileHandleNetworkDeviceAttachment](virtualization/vzfilehandlenetworkdeviceattachment.md)
- [VZNATNetworkDeviceAttachment](virtualization/vznatnetworkdeviceattachment.md)
- [VZVmnetNetworkDeviceAttachment](virtualization/vzvmnetnetworkdeviceattachment.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Attachment points

- [VZBridgedNetworkDeviceAttachment](virtualization/vzbridgednetworkdeviceattachment.md)
- [VZFileHandleNetworkDeviceAttachment](virtualization/vzfilehandlenetworkdeviceattachment.md)
- [VZNATNetworkDeviceAttachment](virtualization/vznatnetworkdeviceattachment.md)
- [VZVmnetNetworkDeviceAttachment](virtualization/vzvmnetnetworkdeviceattachment.md)
