CIM_LogicalDisk class (Hyper-V management)
Represents a contiguous range of logical blocks that is identifiable by a file system through the disk's DeviceID (key) field. For example, in a Windows environment, the DeviceID field contains a drive letter; in a UNIX environment, it contains the access path; and in a NetWare environment, it contains the volume name.
Syntax
[Abstract, Version("2.15.0"), UMLPackagePath("CIM::Device::StorageExtents"), AMENDMENT]
class CIM_LogicalDisk : CIM_StorageExtent
{
uint16 NameFormat = 12;
uint16 NameNamespace = 8;
};
Members
The CIM_LogicalDisk class has these types of members:
Properties
The CIM_LogicalDisk class has these properties.
-
NameFormat
-
-
Data type: uint16
-
Access type: Read-only
-
Qualifiers: Override ("NameFormat")
Indicates whether the logical device uses the name format of the OS.
-
-
Other (1)
-
OS Device Name (12)
NameNamespace
-
Data type: uint16
-
Access type: Read-only
-
Qualifiers: Override ("NameNamespace")
Indicates whether the logical device has the same namespace as the OS.
Other (1)
OS Device Namespace (8)
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 8 |
Minimum supported server |
Windows Server 2012 |
Namespace |
Root\virtualization\v2 |
MOF |
|
DLL |
|