WT_VPDIdentificationDescriptor class
Represents a Vital Product Data Identification Descriptor.
The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.
Syntax
class WT_VPDIdentificationDescriptor
{
uint8 CodeSet;
uint8 IdentifierType;
uint8 Identifier[];
};
Members
The WT_VPDIdentificationDescriptor class has these types of members:
Properties
The WT_VPDIdentificationDescriptor class has these properties.
- CodeSet
-
- Data type: uint8
- Access type: Read-only
- Qualifiers: Values (VpdCodeSetReserved, VpdCodeSetBinary, VpdCodeSetAscii, VpdCodeSetUTF8), ValueMap (0, 1, 2, 3)
The code set used in the identification descriptor.
- Identifier
-
- Data type: uint8 array
- Access type: Read-only
The actual data for the identifier.
- IdentifierType
-
- Data type: uint8
- Access type: Read-only
- Qualifiers: Values (VpdIdentifierTypeVendorSpecific, VpdIdentifierTypeVendorId, VpdIdentifierTypeEUI64, VpdIdentifierTypeFCPHName, VpdIdentifierTypePortRelative, VpdIdentifierTypeTargetPortGroup, VpdIdentifierTypeLogicalUnitGroup, VpdIdentifierTypeMD5LogicalUnitId, VpdIdentifierTypeSCSINameString), ValueMap (0, 1, 2, 3, 4, 5, 6, 7, 8)
The naming authority for the identifier.
Requirements
|
Minimum supported client |
None supported |
|---|---|
|
Minimum supported server |
Windows Server 2012 |
|
Namespace |
Root\Wmi |
|
MOF |
|
|
DLL |
|
See also
Show: