Contents

VZVirtioTraditionalMemoryBalloonDeviceConfiguration

A configuration object that provides a way to reclaim memory from the guest system.

Declaration

class VZVirtioTraditionalMemoryBalloonDeviceConfiguration

Overview

Create a VZVirtioTraditionalMemoryBalloonDeviceConfiguration object when you want the ability to reclaim memory from the guest operating system. After creating this object, add it to the memoryBalloonDevices property of your VZVirtualMachineConfiguration object. In response, the virtual machine provides a VZVirtioTraditionalMemoryBalloonDevice object, which you use to initiate memory-related requests with the guest system. Access that object from the memoryBalloonDevices property of VZVirtualMachine.

Topics

Creating the Configuration Object

See Also

Configuration