---
title: isSupported
framework: virtualization
role: symbol
role_heading: Instance Property
path: virtualization/vzmachardwaremodel/issupported
---

# isSupported

A Boolean value that indicates whether the host supports this hardware model.

## Declaration

```swift
var isSupported: Bool { get }
```

## Discussion

Discussion If this hardware model isn’t supported by the host, the VZVirtualMachineConfiguration won’t validate. The validation error of the VZVirtualMachineConfiguration provides more information about why the hardware model isn’t supported.

## See Also

### Configuring the hardware model

- [dataRepresentation](virtualization/vzmachardwaremodel/datarepresentation.md)
