Share via


CIM_PhysicalComputerSystemView class

This class defines a view class for a physical computer system.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[UMLPackagePath("CIM::Core::CoreElements"), Experimental, Version("2.35.0"), AMENDMENT]
class CIM_PhysicalComputerSystemView : CIM_View
{
  string  Caption;
  string  Description;
  string  ElementName;
  string  InstanceID;
  uint16  EnabledState;
  uint16  RequestedState;
  uint16  OperationalStatus[];
  uint16  HealthState;
  boolean FRUInfoSupported;
  string  Tag;
  string  Manufacturer;
  string  Model;
  string  SKU;
  string  SerialNumber;
  string  Version;
  string  PartNumber;
  uint16  PowerUtilizationModesSupported[];
  uint16  PowerUtilizationMode;
  uint64  PowerAllocationLimit;
  string  NumericSensorElementName[];
  uint16  NumericSensorEnabledState[];
  uint16  NumericSensorHealthState[];
  string  NumericSensorCurrentState[];
  uint16  NumericSensorPrimaryStatus[];
  uint16  NumericSensorBaseUnits[];
  sint32  NumericSensorUnitModifier[];
  uint16  NumericSensorRateUnits[];
  sint32  NumericSensorCurrentReading[];
  uint16  NumericSensorSensorType[];
  string  NumericSensorOtherSensorTypeDescription[];
  sint32  NumericSensorUpperThresholdNonCritical[];
  sint32  NumericSensorUpperThresholdCritical[];
  sint32  NumericSensorUpperThresholdFatal[];
  string  LogInstanceID[];
  uint64  LogMaxNumberOfRecords[];
  uint64  LogCurrentNumberOfRecords[];
  uint16  LogOverwritePolicy[];
  uint16  LogState[];
  string  StructuredBootString[];
  uint8   PersistentBootConfigOrder[];
  uint8   OneTimeBootSource;
  uint16  NumberOfProcessors;
  uint16  NumberOfProcessorCores;
  uint16  NumberOfProcessorThreads;
  uint16  ProcessorFamily;
  uint32  ProcessorMaxClockSpeed;
  uint64  MemoryBlockSize;
  uint64  MemoryNumberOfBlocks;
  uint64  MemoryConsumableBlocks;
  uint16  CurrentBIOSMajorVersion;
  uint16  CurrentBIOSMinorVersion;
  uint16  CurrentBIOSRevisionNumber;
  uint16  CurrentBIOSBuildNumber;
  uint16  CurrentManagementFirmwareMajorVersion;
  uint16  CurrentManagementFirmwareMinorVersion;
  uint16  CurrentManagementFirmwareRevisionNumber;
  uint16  CurrentManagementFirmwareBuildNumber;
  string  CurrentManagementFirmwareElementName;
  string  CurrentManagementFirmwareVersionString;
  uint16  OSType;
  string  OSVersion;
  uint16  OSEnabledState;
  string  CurrentBIOSVersionString;
  uint16  Dedicated[];
  string  IdentifyingDescriptions[];
  string  OtherDedicatedDescriptions[];
  string  OtherIdentifyingInfo[];
  uint32  ProcessorCurrentClockSpeed;
  string  NumericSensorContext[];
  sint32  NumericSensorLowerThresholdNonCritical[];
  sint32  NumericSensorLowerThresholdCritical[];
  sint32  NumericSensorLowerThresholdFatal[];
};

Members

The CIM_PhysicalComputerSystemView class has these types of members:

Methods

The CIM_PhysicalComputerSystemView class has these methods.

Method Description
ClearLog An extrinsic method for clearing a log on this physical computer system.Requests that the Log be cleared of all entries.The return value shall be 0 if the request was successfully executed, 1 if the request is not supported, and 2 if an error occurred. A return code of 4096 shall indicate the request to clear log was successfully initiated, a ConcreteJob has been created, and its reference returned in the output parameter Job.
InstallSoftwareFromURI An extrinsic method for installing software on this physical computer system. If 0 is returned, the function completed successfully and no ConcreteJob instance was required. The return value shall be 1 if the request is not supported, and 2 if an error occurred. If 4096 is returned, a ConcreteJob will be started to to perform the install. The Job's reference will be returned in the output parameter Job.
ModifyPersistentBootConfigOrder This method is used to change the order of boot sources for the persistent boot configuration specified by the property CIM_PhysicalComputerSystemView.PersistentBootConfigOrder.
RequestStateChange An extrinsic method for changing the state of this physical computer system. Requests that the state of the element be changed to the value specified in the RequestedState parameter. When the requested state change takes place, the EnabledState and RequestedState will be the same. Invoking the RequestStateChange method multiple times could result in earlier requests being overwritten or lost.A return code of 0 shall indicate the state change was successfully initiated.A return code of 1 shall indicate that the method is not supported. A return code of 2 shall indicate that the method failed.A return code of 4096 shall indicate the state change was successfully initiated, a ConcreteJob has been created, and its reference returned in the output parameter Job.
SetOneTimeBootSource This method is used to set the one time boot source for the next boot on this computer system.

Properties

The CIM_PhysicalComputerSystemView class has these properties.

Caption

Data type: string

Access type: Read-only

Qualifiers: MaxLen (64)

The Caption property is a short textual description (one- line string) of the object.

This member is introduced in CIM_ManagedElement.

CurrentBIOSBuildNumber

Data type: uint16

Access type: Read-only

Qualifiers: ModelCorrespondence ("CIM_SoftwareIdentity.BuildNumber")

The build number component of the current BIOS version information.

CurrentBIOSMajorVersion

Data type: uint16

Access type: Read-only

Qualifiers: ModelCorrespondence ("CIM_SoftwareIdentity.MajorVersion")

The major number component of the current BIOS version information.

CurrentBIOSMinorVersion

Data type: uint16

Access type: Read-only

Qualifiers: ModelCorrespondence ("CIM_SoftwareIdentity.MinorVersion")

The minor number component of the current BIOS version information.

CurrentBIOSRevisionNumber

Data type: uint16

Access type: Read-only

Qualifiers: ModelCorrespondence ("CIM_SoftwareIdentity.RevisionNumber")

The revision number component of the current BIOS version information.

CurrentBIOSVersionString

Data type: string

Access type: Read-only

Qualifiers: ModelCorrespondence ("CIM_SoftwareIdentity.VersionString")

The BIOS version information in string format.

CurrentManagementFirmwareBuildNumber

Data type: uint16

Access type: Read-only

Qualifiers: ModelCorrespondence ("CIM_SoftwareIdentity.BuildNumber")

The build number component of the version information for the current management firmware on this physical computer system.

CurrentManagementFirmwareElementName

Data type: string

Access type: Read-only

Qualifiers: ModelCorrespondence ("CIM_SoftwareIdentity.ElementName")

The user-friendly name for the current management firmware on this physical computer system.

CurrentManagementFirmwareMajorVersion

Data type: uint16

Access type: Read-only

Qualifiers: ModelCorrespondence ("CIM_SoftwareIdentity.MajorVersion")

The major number component of the version information for the current management firmware on this physical computer system.

CurrentManagementFirmwareMinorVersion

Data type: uint16

Access type: Read-only

Qualifiers: ModelCorrespondence ("CIM_SoftwareIdentity.MinorVersion")

The minor number component of the version information for the current management firmware on this physical computer system.

CurrentManagementFirmwareRevisionNumber

Data type: uint16

Access type: Read-only

Qualifiers: ModelCorrespondence ("CIM_SoftwareIdentity.RevisionNumber")

The revision number component of the version information for the current management firmware on this physical computer system.

CurrentManagementFirmwareVersionString

Data type: string

Access type: Read-only

Qualifiers: ModelCorrespondence ("CIM_SoftwareIdentity.VersionString")

The version string for the current management firmware on this physical computer system.

Dedicated

Data type: uint16 array

Access type: Read-only

Qualifiers: ArrayType ("Indexed"), ModelCorrespondence ("CIM_ComputerSystem.Dedicated", "CIM_PhysicalComputerSystemView.OtherDedicatedDescriptions")

See CIM_ComputerSystem.Dedicated for details.

The possible values are.

Not Dedicated (0)

Unknown (1)

Other (2)

Storage (3)

Router (4)

Switch (5)

Layer 3 Switch (6)

Central Office Switch (7)

Hub (8)

Access Server (9)

Firewall (10)

Print (11)

I/O (12)

Web Caching (13)

Management (14)

Block Server (15)

File Server (16)

Mobile User Device (17)

Repeater (18)

Bridge/Extender (19)

Gateway (20)

Storage Virtualizer (21)

Media Library (22)

ExtenderNode (23)

NAS Head (24)

Self-contained NAS (25)

UPS (26)

IP Phone (27)

Management Controller (28)

Chassis Manager (29)

Host-based RAID controller (30)

Storage Device Enclosure (31)

Desktop (32)

Laptop (33)

Virtual Tape Library (34)

Virtual Library System (35)

Network PC/Thin Client (36)

FC Switch (37)

Ethernet Switch (38)

DMTF Reserved

39 32767

Vendor Reserved

32768 65535

Description

Data type: string

Access type: Read-only

Strings identifying the boot sources on this physical computer system. See CIM_BootSourceSetting.StructuredBootfor details.

This member is introduced in CIM_ManagedElement.

ElementName

Data type: string

Access type: Read-only

A user-friendly name for the object. This property allows each instance to define a user-friendly name in addition to its key properties, identity data, and description information. Note that the Name property of ManagedSystemElement is also defined as a user-friendly name. But, it is often subclassed to be a Key. It is not reasonable that the same property can convey both identity and a user-friendly name, without inconsistencies. Where Name exists and is not a Key (such as for instances of LogicalDevice), the same information can be present in both the Name and ElementName properties. Note that if there is an associated instance of CIM_EnabledLogicalElementCapabilities, restrictions on this properties may exist as defined in ElementNameMask and MaxElementNameLen properties defined in that class.

This member is introduced in CIM_ManagedElement.

EnabledState

Data type: uint16

Access type: Read-only

Qualifiers: ModelCorrespondence ("CIM_ComputerSystem.EnabledState")

This property corresponds to the EnabledState property of the logical computer system represented by CIM_ComputerSystem. See CIM_EnabledLogicalElement.EnabledState for details on EnabledState.

Unknown (0)

Other (1)

Enabled (2)

Disabled (3)

Shutting Down (4)

Not Applicable (5)

Enabled but Offline (6)

In Test (7)

Deferred (8)

Quiesce (9)

Starting (10)

DMTF Reserved

11 32767

Vendor Reserved

32768 65535

FRUInfoSupported

Data type: boolean

Access type: Read-only

Qualifiers: ModelCorrespondence ("CIM_PhysicalAssetCapabilities.FRUInfoSupported")

This property indicates the availability of the FRU Information on this physical computer system. See CIM_PhysicalAssetCapabilities.FRUInfoSupported for details.

HealthState

Data type: uint16

Access type: Read-only

Qualifiers: ModelCorrespondence ("CIM_ComputerSystem.HealthState")

This property corresponds to the HealthState property of the logical computer system represented by CIM_ComputerSystem. See CIM_ManagedSystemElement.HealthState for details.

Unknown (0)

OK (5)

Degraded/Warning (10)

Minor failure (15)

Major failure (20)

Critical failure (25)

Non-recoverable error (30)

DMTF Reserved

31 32767

Vendor Reserved

32768 65535

IdentifyingDescriptions

Data type: string array

Access type: Read-only

Qualifiers: ArrayType ("Indexed"), ModelCorrespondence ("CIM_ComputerSystem.IdentifyingDescriptions", "CIM_PhysicalComputerSystemView.OtherIdentifyingInfo")

See CIM_System.IdentifyingDescriptions for details.

InstanceID

Data type: string

Access type: Read-only

Qualifiers: key, Override ("InstanceID")

InstanceID is the property that may be used to opaquely and uniquely identify an instance of this class within the scope of the instantiating Namespace.

LogCurrentNumberOfRecords

Data type: uint64 array

Access type: Read-only

Qualifiers: ArrayType ("Indexed"), ModelCorrespondence ("CIM_RecordLog.CurrentNumberOfRecords", "CIM_PhysicalComputerSystemView.LogInstanceID", "CIM_PhysicalComputerSystemView.LogMaxNumberOfRecords")

See CIM_RecordLog.CurrentNumberOfRecords for details.

LogInstanceID

Data type: string array

Access type: Read-only

Qualifiers: ArrayType ("Indexed"), ModelCorrespondence ("CIM_RecordLog.InstanceID")

This property represents the identifiers for the underlying logs on this physical computer system. See CIM_RecordLog.InstanceID for details.

LogMaxNumberOfRecords

Data type: uint64 array

Access type: Read-only

Qualifiers: ArrayType ("Indexed"), ModelCorrespondence ("CIM_RecordLog.MaxNumberOfRecords", "CIM_PhysicalComputerSystemView.LogInstanceID")

See CIM_RecordLog.MaxNumberOfRecords for details.

LogOverwritePolicy

Data type: uint16 array

Access type: Read-only

Qualifiers: ArrayType ("Indexed"), ModelCorrespondence ("CIM_RecordLog.OverwritePolicy", "CIM_PhysicalComputerSystemView.LogInstanceID", "CIM_PhysicalComputerSystemView.LogMaxNumberOfRecords", "CIM_PhysicalComputerSystemView.LogCurrentNumberOfRecords")

See CIM_RecordLog.OverWritePolicy for details.

The possible values are.

Unknown (0)

Wraps When Full (2)

Never Overwrites (7)

DMTF Reserved

8 32767

Vendor Reserved

32768 65535

LogState

Data type: uint16 array

Access type: Read-only

Qualifiers: ArrayType ("Indexed"), ModelCorrespondence ("CIM_RecordLog.LogState", "CIM_PhysicalComputerSystemView.LogInstanceID", "CIM_PhysicalComputerSystemView.LogMaxNumberOfRecords", "CIM_PhysicalComputerSystemView.LogCurrentNumberOfRecords", "CIM_PhysicalComputerSystemView.LogOverwritePolicy")

See CIM_RecordLog.LogState for details.

The possible values are.

Unknown (0)

Normal (2)

Erasing (3)

Not Applicable (4)

DMTF Reserved

5 32767

Vendor Reserved

32768 65535

Manufacturer

Data type: string

Access type: Read-only

Qualifiers: ModelCorrespondence ("CIM_PhysicalFrame.Manufacturer")

This property corresponds to CIM_PhysicalFrame.Manufacturer. See CIM_PhysicalFrame.Manufacturer for details.

MemoryBlockSize

Data type: uint64

Access type: Read-only

Qualifiers: ModelCorrespondence ("CIM_Memory.BlockSize")

See CIM_Memory.BlockSize for details.

MemoryConsumableBlocks

Data type: uint64

Access type: Read-only

Qualifiers: ModelCorrespondence ("CIM_Memory.ConsumableBlocks")

See CIM_Memory.ConsumableBlocks for details.

MemoryNumberOfBlocks

Data type: uint64

Access type: Read-only

Qualifiers: ModelCorrespondence ("CIM_Memory.NumberOfBlocks")

See CIM_Memory.NumberOfBlocks for details.

Model

Data type: string

Access type: Read-only

Qualifiers: ModelCorrespondence ("CIM_PhysicalFrame.Model")

This property corresponds to CIM_PhysicalFrame.Model. See CIM_PhysicalFrame.Model for details.

NumberOfProcessorCores

Data type: uint16

Access type: Read-only

Qualifiers: ModelCorrespondence ("CIM_ProcessorCapabilities.NumberOfProcessorCores")

See CIM_ProcessorCapabilities.NumberOfProcessorCores for details.

NumberOfProcessors

Data type: uint16

Access type: Read-only

This property identifies the number of processors on this physical computer system.

NumberOfProcessorThreads

Data type: uint16

Access type: Read-only

Qualifiers: ModelCorrespondence ("CIM_ProcessorCapabilities.NumberOfHardwareThreads")

See CIM_ProcessorCapabilities.NumberOfProcessorThreads for details.

NumericSensorBaseUnits

Data type: uint16 array

Access type: Read-only

Qualifiers: ArrayType ("Indexed"), ModelCorrespondence ("CIM_NumericSensor.BaseUnits", "CIM_PhysicalComputerSystemView.NumericSensorElementName", "CIM_PhysicalComputerSystemView.NumericSensorEnabledState", "CIM_PhysicalComputerSystemView.NumericSensorHealthState", "CIM_PhysicalComputerSystemView.NumericSensorCurrentState", "CIM_PhysicalComputerSystemView.NumericSensorPrimaryStatus")

Base units of the values returned by the numeric sensors. See CIM_NumericSensor.BaseUnits for details.

The possible values are.

Unknown (0)

Other (1)

Degrees C (2)

Degrees F (3)

Degrees K (4)

Volts (5)

Amps (6)

Watts (7)

Joules (8)

Coulombs (9)

VA (10)

Nits (11)

Lumens (12)

Lux (13)

Candelas (14)

kPa (15)

PSI (16)

Newtons (17)

CFM (18)

RPM (19)

Hertz (20)

Seconds (21)

Minutes (22)

Hours (23)

Days (24)

Weeks (25)

Mils (26)

Inches (27)

Feet (28)

Cubic Inches (29)

Cubic Feet (30)

Meters (31)

Cubic Centimeters (32)

Cubic Meters (33)

Liters (34)

Fluid Ounces (35)

Radians (36)

Steradians (37)

Revolutions (38)

Cycles (39)

Gravities (40)

Ounces (41)

Pounds (42)

Foot-Pounds (43)

Ounce-Inches (44)

Gauss (45)

Gilberts (46)

Henries (47)

Farads (48)

Ohms (49)

Siemens (50)

Moles (51)

Becquerels (52)

PPM (parts/million) (53)

Decibels (54)

DbA (55)

DbC (56)

Grays (57)

Sieverts (58)

Color Temperature Degrees K (59)

Bits (60)

Bytes (61)

Words (data) (62)

DoubleWords (63)

QuadWords (64)

Percentage (65)

Pascals (66)

Reserved

67 65535

NumericSensorContext

Data type: string array

Access type: Read-only

Qualifiers: ArrayType ("Indexed"), ModelCorrespondence ("CIM_NumericSensor.SensorContext", "CIM_PhysicalComputerSystemView.NumericSensorElementName", "CIM_PhysicalComputerSystemView.NumericSensorEnabledState", "CIM_PhysicalComputerSystemView.NumericSensorHealthState", "CIM_PhysicalComputerSystemView.NumericSensorCurrentState", "CIM_PhysicalComputerSystemView.NumericSensorPrimaryStatus", "CIM_PhysicalComputerSystemView.NumericSensorBaseUnits", "CIM_PhysicalComputerSystemView.NumericSensorUnitModifier", "CIM_PhysicalComputerSystemView.NumericSensorRateUnits", "CIM_PhysicalComputerSystemView.NumericSensorCurrentReading", "CIM_PhysicalComputerSystemView.NumericSensorSensorType", "CIM_PhysicalComputerSystemView.NumericSensorOtherSensorTypeDescription", "CIM_PhysicalComputerSystemView.NumericSensorUpperThresholdNonCritical", "CIM_PhysicalComputerSystemView.NumericSensorUpperThresholdCritical", "CIM_PhysicalComputerSystemView.NumericSensorUpperThresholdFatal")

See CIM_Sensor.SensorContext for details.

NumericSensorCurrentReading

Data type: sint32 array

Access type: Read-only

Qualifiers: ArrayType ("Indexed"), ModelCorrespondence ("CIM_NumericSensor.CurrentReading", "CIM_PhysicalComputerSystemView.NumericSensorElementName", "CIM_PhysicalComputerSystemView.NumericSensorEnabledState", "CIM_PhysicalComputerSystemView.NumericSensorHealthState", "CIM_PhysicalComputerSystemView.NumericSensorCurrentState", "CIM_PhysicalComputerSystemView.NumericSensorPrimaryStatus", "CIM_PhysicalComputerSystemView.NumericSensorBaseUnits", "CIM_PhysicalComputerSystemView.NumericSensorUnitModifier", "CIM_PhysicalComputerSystemView.NumericSensorRateUnits")

See CIM_NumericSensor.CurrentReading for details.

NumericSensorCurrentState

Data type: string array

Access type: Read-only

Qualifiers: ArrayType ("Indexed"), ModelCorrespondence ("CIM_NumericSensor.CurrentState", "CIM_PhysicalComputerSystemView.NumericSensorElementName", "CIM_PhysicalComputerSystemView.NumericSensorEnabledState", "CIM_PhysicalComputerSystemView.NumericSensorHealthState")

Current states of numeric sensors. See CIM_NumericSensor.CurrentState for details.

NumericSensorElementName

Data type: string array

Access type: Read-only

Qualifiers: ArrayType ("Indexed"), ModelCorrespondence ("CIM_NumericSensor.ElementName")

User-friendly names of the numeric sensors on the computer system. See CIM_NumericSensor.ElementName for details.

NumericSensorEnabledState

Data type: uint16 array

Access type: Read-only

Qualifiers: ArrayType ("Indexed"), ModelCorrespondence ("CIM_NumericSensor.EnabledState", "CIM_PhysicalComputerSystemView.NumericSensorElementName")

States of numeric sensors. See CIM_NumericSensor.EnabledState for details.

The possible values are.

Unknown (0)

Other (1)

Enabled (2)

Disabled (3)

Shutting Down (4)

Not Applicable (5)

Enabled but Offline (6)

In Test (7)

Deferred (8)

Quiesce (9)

Starting (10)

DMTF Reserved

11 32767

Vendor Reserved

32768 65535

NumericSensorHealthState

Data type: uint16 array

Access type: Read-only

Qualifiers: ArrayType ("Indexed"), ModelCorrespondence ("CIM_NumericSensor.HealthState", "CIM_PhysicalComputerSystemView.NumericSensorElementName", "CIM_PhysicalComputerSystemView.NumericSensorEnabledState")

Health states of numeric sensors. See CIM_NumericSensor.HealthState for details.

The possible values are.

Unknown (0)

OK (5)

Degraded/Warning (10)

Minor failure (15)

Major failure (20)

Critical failure (25)

Non-recoverable error (30)

DMTF Reserved

31 32767

Vendor Reserved

32768 65535

NumericSensorLowerThresholdCritical

Data type: sint32 array

Access type: Read-only

Qualifiers: ArrayType ("Indexed"), ModelCorrespondence ("CIM_NumericSensor.LowerThresholdCritical", "CIM_PhysicalComputerSystemView.NumericSensorElementName", "CIM_PhysicalComputerSystemView.NumericSensorEnabledState", "CIM_PhysicalComputerSystemView.NumericSensorHealthState", "CIM_PhysicalComputerSystemView.NumericSensorCurrentState", "CIM_PhysicalComputerSystemView.NumericSensorPrimaryStatus", "CIM_PhysicalComputerSystemView.NumericSensorBaseUnits", "CIM_PhysicalComputerSystemView.NumericSensorUnitModifier", "CIM_PhysicalComputerSystemView.NumericSensorRateUnits", "CIM_PhysicalComputerSystemView.NumericSensorCurrentReading", "CIM_PhysicalComputerSystemView.NumericSensorSensorType", "CIM_PhysicalComputerSystemView.NumericSensorOtherSensorTypeDescription", "CIM_PhysicalComputerSystemView.NumericSensorUpperThresholdNonCritical", "CIM_PhysicalComputerSystemView.NumericSensorUpperThresholdCritical", "CIM_PhysicalComputerSystemView.NumericSensorUpperThresholdFatal")

See CIM_NumericSensor.LowerThresholdCritical description for details.

NumericSensorLowerThresholdFatal

Data type: sint32 array

Access type: Read-only

Qualifiers: ArrayType ("Indexed"), ModelCorrespondence ("CIM_NumericSensor.LowerThresholdFatal", "CIM_PhysicalComputerSystemView.NumericSensorElementName", "CIM_PhysicalComputerSystemView.NumericSensorEnabledState", "CIM_PhysicalComputerSystemView.NumericSensorHealthState", "CIM_PhysicalComputerSystemView.NumericSensorCurrentState", "CIM_PhysicalComputerSystemView.NumericSensorPrimaryStatus", "CIM_PhysicalComputerSystemView.NumericSensorBaseUnits", "CIM_PhysicalComputerSystemView.NumericSensorUnitModifier", "CIM_PhysicalComputerSystemView.NumericSensorRateUnits", "CIM_PhysicalComputerSystemView.NumericSensorCurrentReading", "CIM_PhysicalComputerSystemView.NumericSensorSensorType", "CIM_PhysicalComputerSystemView.NumericSensorOtherSensorTypeDescription", "CIM_PhysicalComputerSystemView.NumericSensorUpperThresholdNonCritical", "CIM_PhysicalComputerSystemView.NumericSensorUpperThresholdCritical", "CIM_PhysicalComputerSystemView.NumericSensorUpperThresholdFatal")

See CIM_NumericSensor.LowerThresholdFatal description for details.

NumericSensorLowerThresholdNonCritical

Data type: sint32 array

Access type: Read-only

Qualifiers: ArrayType ("Indexed"), ModelCorrespondence ("CIM_NumericSensor.LowerThresholdNonCritical", "CIM_PhysicalComputerSystemView.NumericSensorElementName", "CIM_PhysicalComputerSystemView.NumericSensorEnabledState", "CIM_PhysicalComputerSystemView.NumericSensorHealthState", "CIM_PhysicalComputerSystemView.NumericSensorCurrentState", "CIM_PhysicalComputerSystemView.NumericSensorPrimaryStatus", "CIM_PhysicalComputerSystemView.NumericSensorBaseUnits", "CIM_PhysicalComputerSystemView.NumericSensorUnitModifier", "CIM_PhysicalComputerSystemView.NumericSensorRateUnits", "CIM_PhysicalComputerSystemView.NumericSensorCurrentReading", "CIM_PhysicalComputerSystemView.NumericSensorSensorType", "CIM_PhysicalComputerSystemView.NumericSensorOtherSensorTypeDescription", "CIM_PhysicalComputerSystemView.NumericSensorUpperThresholdNonCritical", "CIM_PhysicalComputerSystemView.NumericSensorUpperThresholdCritical", "CIM_PhysicalComputerSystemView.NumericSensorUpperThresholdFatal")

See CIM_NumericSensor.LowerThresholdNonCritical for details.

NumericSensorOtherSensorTypeDescription

Data type: string array

Access type: Read-only

Qualifiers: ArrayType ("Indexed"), ModelCorrespondence ("CIM_NumericSensor.OtherSensorTypeDescription", "CIM_PhysicalComputerSystemView.NumericSensorElementName", "CIM_PhysicalComputerSystemView.NumericSensorEnabledState", "CIM_PhysicalComputerSystemView.NumericSensorHealthState", "CIM_PhysicalComputerSystemView.NumericSensorCurrentState", "CIM_PhysicalComputerSystemView.NumericSensorPrimaryStatus", "CIM_PhysicalComputerSystemView.NumericSensorBaseUnits", "CIM_PhysicalComputerSystemView.NumericSensorUnitModifier", "CIM_PhysicalComputerSystemView.NumericSensorRateUnits", "CIM_PhysicalComputerSystemView.NumericSensorCurrentReading", "CIM_PhysicalComputerSystemView.NumericSensorSensorType")

See CIM_NumericSensor.OtherSensorTypeDescription for details.

NumericSensorPrimaryStatus

Data type: uint16 array

Access type: Read-only

Qualifiers: ArrayType ("Indexed"), ModelCorrespondence ("CIM_NumericSensor.PrimaryStatus", "CIM_PhysicalComputerSystemView.NumericSensorElementName", "CIM_PhysicalComputerSystemView.NumericSensorEnabledState", "CIM_PhysicalComputerSystemView.NumericSensorHealthState", "CIM_PhysicalComputerSystemView.NumericSensorCurrentState")

Primary statuses of numeric sensors. See CIM_NumericSensor.PrimaryStatus for details.

The possible values are.

Unknown (0)

OK (1)

Degraded (2)

Error (3)

DMTF Reserved

4 32767

Vendor Reserved

32768 65535

NumericSensorRateUnits

Data type: uint16 array

Access type: Read-only

Qualifiers: ArrayType ("Indexed"), ModelCorrespondence ("CIM_NumericSensor.RateUnits", "CIM_PhysicalComputerSystemView.NumericSensorElementName", "CIM_PhysicalComputerSystemView.NumericSensorEnabledState", "CIM_PhysicalComputerSystemView.NumericSensorHealthState", "CIM_PhysicalComputerSystemView.NumericSensorCurrentState", "CIM_PhysicalComputerSystemView.NumericSensorPrimaryStatus", "CIM_PhysicalComputerSystemView.NumericSensorBaseUnits", "CIM_PhysicalComputerSystemView.NumericSensorUnitModifier")

See CIM_NumericSensor.RateUnits for details.

The possible values are.

None (0)

Per MicroSecond (1)

Per MilliSecond (2)

Per Second (3)

Per Minute (4)

Per Hour (5)

Per Day (6)

Per Week (7)

Per Month (8)

Per Year (9)

Reserved

10 65535

NumericSensorSensorType

Data type: uint16 array

Access type: Read-only

Qualifiers: ArrayType ("Indexed"), ModelCorrespondence ("CIM_NumericSensor.SensorType", "CIM_PhysicalComputerSystemView.NumericSensorElementName", "CIM_PhysicalComputerSystemView.NumericSensorEnabledState", "CIM_PhysicalComputerSystemView.NumericSensorHealthState", "CIM_PhysicalComputerSystemView.NumericSensorCurrentState", "CIM_PhysicalComputerSystemView.NumericSensorPrimaryStatus", "CIM_PhysicalComputerSystemView.NumericSensorBaseUnits", "CIM_PhysicalComputerSystemView.NumericSensorUnitModifier", "CIM_PhysicalComputerSystemView.NumericSensorRateUnits", "CIM_PhysicalComputerSystemView.NumericSensorCurrentReading")

See CIM_NumericSensor.SensorType for details.

The possible values are.

Unknown (0)

Other (1)

Temperature (2)

Voltage (3)

Current (4)

Tachometer (5)

Counter (6)

Switch (7)

Lock (8)

Humidity (9)

Smoke Detection (10)

Presence (11)

Air Flow (12)

Power Consumption (13)

Power Production (14)

Pressure (15)

DMTF Reserved

16 32767

Vendor Reserved

32768 65535

NumericSensorUnitModifier

Data type: sint32 array

Access type: Read-only

Qualifiers: ArrayType ("Indexed"), ModelCorrespondence ("CIM_NumericSensor.UnitModifier", "CIM_PhysicalComputerSystemView.NumericSensorElementName", "CIM_PhysicalComputerSystemView.NumericSensorEnabledState", "CIM_PhysicalComputerSystemView.NumericSensorHealthState", "CIM_PhysicalComputerSystemView.NumericSensorCurrentState", "CIM_PhysicalComputerSystemView.NumericSensorPrimaryStatus", "CIM_PhysicalComputerSystemView.NumericSensorBaseUnits")

Unit modifiers for the values returned by the numeric sensors. See CIM_NumericSensor.UnitModifier description for details.

NumericSensorUpperThresholdCritical

Data type: sint32 array

Access type: Read-only

Qualifiers: ArrayType ("Indexed"), ModelCorrespondence ("CIM_NumericSensor.UpperThresholdCritical", "CIM_PhysicalComputerSystemView.NumericSensorElementName", "CIM_PhysicalComputerSystemView.NumericSensorEnabledState", "CIM_PhysicalComputerSystemView.NumericSensorHealthState", "CIM_PhysicalComputerSystemView.NumericSensorCurrentState", "CIM_PhysicalComputerSystemView.NumericSensorPrimaryStatus", "CIM_PhysicalComputerSystemView.NumericSensorBaseUnits", "CIM_PhysicalComputerSystemView.NumericSensorUnitModifier", "CIM_PhysicalComputerSystemView.NumericSensorRateUnits", "CIM_PhysicalComputerSystemView.NumericSensorCurrentReading", "CIM_PhysicalComputerSystemView.NumericSensorSensorType", "CIM_PhysicalComputerSystemView.NumericSensorOtherSensorTypeDescription", "CIM_PhysicalComputerSystemView.NumericSensorUpperThresholdNonCritical")

See CIM_NumericSensor.UpperThresholdCritical description for details.

NumericSensorUpperThresholdFatal

Data type: sint32 array

Access type: Read-only

Qualifiers: ArrayType ("Indexed"), ModelCorrespondence ("CIM_NumericSensor.UpperThresholdFatal", "CIM_PhysicalComputerSystemView.NumericSensorElementName", "CIM_PhysicalComputerSystemView.NumericSensorEnabledState", "CIM_PhysicalComputerSystemView.NumericSensorHealthState", "CIM_PhysicalComputerSystemView.NumericSensorCurrentState", "CIM_PhysicalComputerSystemView.NumericSensorPrimaryStatus", "CIM_PhysicalComputerSystemView.NumericSensorBaseUnits", "CIM_PhysicalComputerSystemView.NumericSensorUnitModifier", "CIM_PhysicalComputerSystemView.NumericSensorRateUnits", "CIM_PhysicalComputerSystemView.NumericSensorCurrentReading", "CIM_PhysicalComputerSystemView.NumericSensorSensorType", "CIM_PhysicalComputerSystemView.NumericSensorOtherSensorTypeDescription", "CIM_PhysicalComputerSystemView.NumericSensorUpperThresholdNonCritical", "CIM_PhysicalComputerSystemView.NumericSensorUpperThresholdCritical")

See CIM_NumericSensor.UpperThresholdFatal for details.

NumericSensorUpperThresholdNonCritical

Data type: sint32 array

Access type: Read-only

Qualifiers: ArrayType ("Indexed"), ModelCorrespondence ("CIM_NumericSensor.UpperThresholdNonCritical", "CIM_PhysicalComputerSystemView.NumericSensorElementName", "CIM_PhysicalComputerSystemView.NumericSensorEnabledState", "CIM_PhysicalComputerSystemView.NumericSensorHealthState", "CIM_PhysicalComputerSystemView.NumericSensorCurrentState", "CIM_PhysicalComputerSystemView.NumericSensorPrimaryStatus", "CIM_PhysicalComputerSystemView.NumericSensorBaseUnits", "CIM_PhysicalComputerSystemView.NumericSensorUnitModifier", "CIM_PhysicalComputerSystemView.NumericSensorRateUnits", "CIM_PhysicalComputerSystemView.NumericSensorCurrentReading", "CIM_PhysicalComputerSystemView.NumericSensorSensorType", "CIM_PhysicalComputerSystemView.NumericSensorOtherSensorTypeDescription")

See CIM_NumericSensor.UpperThresholdNonCritical for details.

OneTimeBootSource

Data type: uint8

Access type: Read-only

This property identifies the boot source that is used for the next one-time boot. The value of this property is an index referencing an element in the array of StructuredBootString.

OperationalStatus

Data type: uint16 array

Access type: Read-only

Qualifiers: ModelCorrespondence ("CIM_ComputerSystem.OperationalStatus")

This property corresponds to the OperationalStatus property of the logical computer system represented by CIM_ComputerSystem. See CIM_ManagedSystemElement.OperationalStatus Description for details.

Unknown (0)

Other (1)

OK (2)

Degraded (3)

Stressed (4)

Predictive Failure (5)

Error (6)

Non-Recoverable Error (7)

Starting (8)

Stopping (9)

Stopped (10)

In Service (11)

No Contact (12)

Lost Communication (13)

Aborted (14)

Dormant (15)

Supporting Entity in Error (16)

Completed (17)

Power Mode (18)

Relocating (19)

DMTF Reserved

20 32767

Vendor Reserved

32768 65535

OSEnabledState

Data type: uint16

Access type: Read-only

Qualifiers: ModelCorrespondence ("CIM_OperatingSystem.EnabledState")

EnabledState of the current or last running operating system on this physcial computer system.

The possible values are.

Unknown (0)

Other (1)

Enabled (2)

Disabled (3)

Shutting Down (4)

Not Applicable (5)

Enabled but Offline (6)

In Test (7)

Deferred (8)

Quiesce (9)

Starting (10)

DMTF Reserved

11 32767

Vendor Reserved

32768 65535

OSType

Data type: uint16

Access type: Read-only

Qualifiers: ModelCorrespondence ("CIM_OperatingSystem.OSType")

Type information of the current or last running operating system on this physical computer system. See CIM_OperatingSystem.OSType for details.

OSVersion

Data type: string

Access type: Read-only

Qualifiers: ModelCorrespondence ("CIM_OperatingSystem.Version")

Version information of the current or last running operating system on this physical computer system. See CIM_OperatingSystem.Version for details.

OtherDedicatedDescriptions

Data type: string array

Access type: Read-only

Qualifiers: ArrayType ("Indexed"), ModelCorrespondence ("CIM_ComputerSystem.OtherDedicatedDescriptions", "CIM_PhysicalComputerSystemView.Dedicated")

See CIM_ComputerSystem.OtherDedicatedDescriptions for details.

OtherIdentifyingInfo

Data type: string array

Access type: Read-only

Qualifiers: ArrayType ("Indexed"), MaxLen (256), ModelCorrespondence ("CIM_ComputerSystem.OtherIdentifyingInfo", "CIM_PhysicalComputerSystemView.IdentifyingDescriptions")

See CIM_System.OtherIdentifyingInfo for details.

PartNumber

Data type: string

Access type: Read-only

Qualifiers: ModelCorrespondence ("CIM_PhysicalFrame.PartNumber")

This property corresponds to CIM_PhysicalFrame.PartNumber. See CIM_PhysicalFrame.PartNumber for details.

PersistentBootConfigOrder

Data type: uint8 array

Access type: Read-only

Qualifiers: ArrayType ("Ordered")

An array of elements identifying the boot order of the persistent boot configuration that shall be used during the next boot of the computer system, unless the OneTimeBootSource for the next boot is specified. The value of each element in this array is an index referencing an element in the array of StructuredBootString.

PowerAllocationLimit

Data type: uint64

Access type: Read-only

Qualifiers: ModelCorrespondence ("CIM_PowerAllocationSettingData.Limit"), PUnit ("watt * 10^-3")

This property corresponds to CIM_PowerAllocationSettingData.Limit. See CIM_PowerAllocationSettingData.Limit for details.

PowerUtilizationMode

Data type: uint16

Access type: Read-only

Qualifiers: ModelCorrespondence ("CIM_PowerUtilizationManagementService.PowerUtilizationMode")

This property corresponds to the PowerUtilizationMode of the CIM_PowerUtilizationManagementService. See CIM_PowerUtilizationManagementService.PowerUtilizationMode for details.

None (2)

Dynamic (3)

Static (4)

DMTF Reserved

5 32767

Vendor Reserved

32768 65535

PowerUtilizationModesSupported

Data type: uint16 array

Access type: Read-only

Qualifiers: ModelCorrespondence ("CIM_PowerUtilizationManagementCapabilities.PowerUtilizationModesSupported")

This property corresponds to PowerUtilizationModesSupported property of CIM_PowerUtilizationManagementCapabilities. See CIM_PowerUtilizationManagementCapabilities.PowerUtilizationModesSupported for details.

Dynamic (3)

Static (4)

DMTF Reserved

5 32767

Vendor Reserved

32768 65535

ProcessorCurrentClockSpeed

Data type: uint32

Access type: Read-only

Qualifiers: ModelCorrespondence ("CIM_Processor.CurrentClockSpeed"), PUnit ("hertz * 10^6")

See CIM_Processor.CurrentClockSpeed for details.

ProcessorFamily

Data type: uint16

Access type: Read-only

Qualifiers: ModelCorrespondence ("CIM_Processor.Family")

See CIM_Processor.Family for details.

ProcessorMaxClockSpeed

Data type: uint32

Access type: Read-only

Qualifiers: ModelCorrespondence ("CIM_Processor.MaxClockSpeed"), PUnit ("hertz * 10^6")

See CIM_Processor.MaxClockSpeed for details.

RequestedState

Data type: uint16

Access type: Read-only

Qualifiers: ModelCorrespondence ("CIM_ComputerSystem.RequestedState")

This property corresponds to the RequestedState property of the logical computer system represented by CIM_ComputerSystem. See CIM_EnabledLogicalElement.RequestedState for details on RequestedState.

Unknown (0)

Enabled (2)

Disabled (3)

Shut Down (4)

No Change (5)

Offline (6)

Test (7)

Deferred (8)

Quiesce (9)

Reboot (10)

Reset (11)

Not Applicable (12)

DMTF Reserved

13 32767

Vendor Reserved

32768 65535

SerialNumber

Data type: string

Access type: Read-only

Qualifiers: ModelCorrespondence ("CIM_PhysicalFrame.SerialNumber")

This property corresponds to CIM_PhysicalFrame.SerialNumber. See CIM_PhysicalFrame.SerialNumber for details.

SKU

Data type: string

Access type: Read-only

Qualifiers: ModelCorrespondence ("CIM_PhysicalFrame.SKU")

This property corresponds to CIM_PhysicalFrame.SKU. See CIM_PhysicalFrame.SKU for details.

StructuredBootString

Data type: string array

Access type: Read-only

Qualifiers: ModelCorrespondence ("CIM_BootSourceSetting.StructuredBootString")

Strings identifying the boot sources on this physical computer system. See CIM_BootSourceSetting.StructuredBootString description for details.

Tag

Data type: string

Access type: Read-only

Qualifiers: ModelCorrespondence ("CIM_PhysicalFrame.Tag")

This property corresponds to CIM_PhysicalFrame.Tag. See CIM_PhysicalFrame.Tag for details.

Version

Data type: string

Access type: Read-only

Qualifiers: ModelCorrespondence ("CIM_PhysicalFrame.Version")

This property corresponds to CIM_PhysicalFrame.Version. See CIM_PhysicalFrame.Version for details.

Requirements

Minimum supported client
Windows 8.1
Minimum supported server
Windows Server 2012 R2
Namespace
Root\Microsoft\Windows\HardwareManagement
MOF
Pcsvdevice.mof
DLL
PCSVdevice.dll