---
title: VZStorageDevice
framework: virtualization
role: symbol
role_heading: Class
path: virtualization/vzstoragedevice
---

# VZStorageDevice

A class that represents a storage device in a VM.

## Declaration

```swift
class VZStorageDevice
```

## Overview

Overview Don’t create a VZStorageDevice directly. Use one of its subclasses, such as VZUSBMassStorageDevice, instead.

## Relationships

### Inherits From

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

### Inherited By

- [VZUSBMassStorageDevice](virtualization/vzusbmassstoragedevice.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)
