Class CIM_BIOSEnumeration
extends CIM_BIOSAttribute

This class extends the CIM_BIOSAttribute base class definition to provide informational detail for enumeration data types. Enumerations are single-selection lists with a finite set of entities. Example enumerations might include "Power-On Self Test: Enable, Disable" or "Standby Timeout: 15 minutes, 30 minutes, 45 minutes, Never".

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


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_BIOSAttribute
   |
   +--CIM_BIOSEnumeration

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DescriptionstringThis class extends the CIM_BIOSAttribute base class definition to provide informational detail for enumeration data types. Enumerations are single-selection lists with a finite set of entities. Example enumerations might include "Power-On Self Test: Enable, Disable" or "Standby Timeout: 15 minutes, 30 minutes, 45 minutes, Never".
UMLPackagePathstringCIM::System::BIOS
Versionstring2.22.0

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
PossibleValuesstring[]
ArrayTypestringindexed
DescriptionstringAn array of strings containing possible value definitions for the Attribute. The first element SHOULD not be NULL and there SHOULD be no NULL or empty string elements intermixed with populated array element values. A Value of NULL SHALL indicate an element's value is unknown.
ModelCorrespondencestringCIM_BIOSEnumeration.PossibleValuesDescription
Requiredbooleantrue
PossibleValuesDescriptionstring[]
ArrayTypestringindexed
DescriptionstringAn array of free-form strings providing explanations and details behind the entries in the CIM_BIOSEnumeration.PossibleValues array. Note that each entry of this array is related to the entry in PossibleValues array that is located at the same index.
ModelCorrespondencestringCIM_BIOSEnumeration.PossibleValues

Inherited Properties

NameData TypeClass Origin
AttributeNamestringCIM_BIOSAttribute
CaptionstringCIM_ManagedElement
DescriptionstringCIM_ManagedElement
ElementNamestringCIM_ManagedElement
Generationuint64CIM_ManagedElement
InstanceIDstringCIM_BIOSAttribute
IsOrderedListbooleanCIM_BIOSAttribute
IsReadOnlybooleanCIM_BIOSAttribute
CurrentValuestring[]CIM_BIOSAttribute
DefaultValuestring[]CIM_BIOSAttribute
PendingValuestring[]CIM_BIOSAttribute

Class Methods