Class CIM_MemoryCheck
extends CIM_Check

MemoryCheck specifies a condition for the minimum amount of memory that needs to be available on a system. The amount is specified in the MemorySize property. The details of this Check are compared with the value of the CIM_OperatingSystem. FreePhysicalMemory property - where the CIM_OperatingSystem object is related (using InstalledOS) to the CIM_Computer System instance that describes the environment. When the value of the FreePhysicalMemory property is greater than or equal to the value specified in MemorySize, the Check is satisfied.

Table of Contents
Hierarchy
Direct Known Subclasses
Class Qualifiers
Class Properties
Class Methods


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_Check
   |
   +--CIM_MemoryCheck

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DescriptionstringMemoryCheck specifies a condition for the minimum amount of memory that needs to be available on a system. The amount is specified in the MemorySize property. The details of this Check are compared with the value of the CIM_OperatingSystem. FreePhysicalMemory property - where the CIM_OperatingSystem object is related (using InstalledOS) to the CIM_Computer System instance that describes the environment. When the value of the FreePhysicalMemory property is greater than or equal to the value specified in MemorySize, the Check is satisfied.
UMLPackagePathstringCIM::Application::CheckAction
Versionstring2.6.0

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
MemorySizeuint64
DescriptionstringThe amount of memory that needs to exist on a computer system for a SoftwareElement to execute properly.
ModelCorrespondencestringCIM_OperatingSystem.FreePhysicalMemory
PUnitstringbyte * 2^10
UnitsstringKiloBytes

Inherited Properties

NameData TypeClass Origin
CaptionstringCIM_ManagedElement
CheckIDstringCIM_Check
CheckModebooleanCIM_Check
DescriptionstringCIM_ManagedElement
ElementNamestringCIM_ManagedElement
Generationuint64CIM_ManagedElement
InstanceIDstringCIM_ManagedElement
NamestringCIM_Check
SoftwareElementIDstringCIM_Check
SoftwareElementStateuint16CIM_Check
TargetOperatingSystemuint16CIM_Check
VersionstringCIM_Check

Class Methods

Inherited Class Methods

NameReturn TypeClass Origin
Invokeuint32CIM_Check
InvokeOnSystemuint32CIM_Check