Contents

isNestedVirtualizationSupported

A Boolean value that describes whether the platform configuration supports nested virtualization.

Declaration

class var isNestedVirtualizationSupported: Bool { get }

Discussion

Use this property to check whether support is available for the platform. As the following example shows, if the framework supports nested virtualization on the host, use isNestedVirtualizationEnabled to enable the feature:

See Also

Identifying the platform configuration