Class CIM_BIOSString
extends CIM_BIOSAttribute

The CIM_BIOSString object may be used to instantiate string-based BIOS attributes.

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


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_BIOSAttribute
   |
   +--CIM_BIOSString

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DescriptionstringThe CIM_BIOSString object may be used to instantiate string-based BIOS attributes.
UMLPackagePathstringCIM::System::BIOS
Versionstring2.22.0

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
MaxLengthuint64
DescriptionstringThis property specifies the maximum string length allowed when modifying this BIOS attribute. A value of NULL defines the maximum length is unknown. A value of 0 defines the maximum length as 18446744073709551615, the limitation of the property definition as uint64.
ModelCorrespondencestringCIM_BIOSString.MinLength
MinLengthuint64
DescriptionstringThis property specifies the minimum string length allowed when modifying this BIOS attribute. A value of NULL SHALL be defined as zero.
ModelCorrespondencestringCIM_BIOSString.MaxLength
StringTypeuint32
DescriptionstringThe StringType property provides management applications with information defining implementation's capabilities regarding string values. A value of ASCII indicates a plain text formatting with no tabs formating or bolds, plain text. A value of hex indicates a simple encoding of the numerals 0 to 9 and the letters A to F and is not case sensitive. A value of unicode indicates fully multi-lingual text support. A string BIOS Attribute with value of regex is a regular expression and the CIM_BIOSString.ValueExpression shall be applied to values represented and any value that is attempted to be set by invoking SetBIOSAttribute().
ValueMapstring0, 2, 3, 4, 5, .., 65536..4294967295
ValuesstringUnknown, ASCII, hex, unicode, regex, DMTF Reserved, Vendor Reserved
ValueExpressionstring
DescriptionstringThe property denotes a Perl-compatible regular expression (PCRE) syntax to use in validating Attribute values. For a string Attribute where StringType="regex" this property shall have a value.

Inherited Properties

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

Class Methods