<!--
{
  "availability" : [
    "macOS: 14.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Virtualization",
  "identifier" : "/documentation/Virtualization/VZNVMExpressControllerDeviceConfiguration",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Virtualization"
    ],
    "preciseIdentifier" : "c:objc(cs)VZNVMExpressControllerDeviceConfiguration"
  },
  "title" : "VZNVMExpressControllerDeviceConfiguration"
}
-->

# VZNVMExpressControllerDeviceConfiguration

The configuration object that represents an NVM Express Controller storage device.

```
class VZNVMExpressControllerDeviceConfiguration
```

## Overview

This device configuration creates a storage device that conforms to the [NVM Express specification revision 1.1b](https://nvmexpress.org/wp-content/uploads/NVM-Express-1_1b-1.pdf).

The device configuration is valid only if used with [`VZGenericPlatformConfiguration`](/documentation/Virtualization/VZGenericPlatformConfiguration).

## Topics

### Creating a new device configuration

[`init(attachment:)`](/documentation/Virtualization/VZNVMExpressControllerDeviceConfiguration/init(attachment:))

Creates a new NVM Express controller configuration with the storage device attachment you provide.

## See Also

[`VZGenericPlatformConfiguration`](/documentation/Virtualization/VZGenericPlatformConfiguration)

The platform configuration for a generic Intel or ARM virtual machine.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)