// Copyright (c) 2005 DMTF. All rights reserved. [Version ( "2.10.0" ), UMLPackagePath ( "CIM::Device::CoolingAndPower" ), Description ( "Capabilities and management of CoolingDevices." )] class CIM_CoolingDevice : CIM_LogicalDevice { [Description ( "ActiveCooling is a Boolean that indicates that the " "Cooling Device provides active (as opposed to passive) " "cooling." )] boolean ActiveCooling; };