Contents

VZVirtioEntropyDeviceConfiguration

A source of entropy for the guest’s random number generator.

Declaration

class VZVirtioEntropyDeviceConfiguration

Mentioned in

Overview

Use a VZVirtioEntropyDeviceConfiguration object to expose a source of entropy for the guest operating system’s random-number generator. When you create this object and add it to your virtual machine’s configuration, the virtual machine configures a Virtio-compliant entropy device. The guest operating system uses this device as a seed to generate random numbers.

Create a VZVirtioEntropyDeviceConfiguration object and add it to the entropyDevices property of your virtual machine’s configuration.

Topics

Creating the configuration object

See Also

Configurations