Contents

hardwareModel

The hardware model for this configuration.

Declaration

@NSCopying var hardwareModel: VZMacHardwareModel { get }

Mentioned in

Discussion

Use a hardware model to configure a new VM that meets a set of specific requirements.

After creating the hardware model, use VZMacPlatformConfiguration hardwareModel to configure the Mac platform, and init(creatingStorageAt:hardwareModel:options:) to create its auxiliary storage.

See Also

Related Documentation

Configuration Requirements