Microsoft.Windows.PhysicalDiskPhysical Disk (abstract)

Microsoft.Windows.PhysicalDisk (ClassType)

Defines the basic properties of Windows physical disks

Element properties:

Base ClassMicrosoft.Windows.LogicalDevice
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdf90c1a14-d2ee-b295-c130-6f90375489f5

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes false 4000       
Microsoft.Windows.LogicalDevice:
DeviceID  string  Device Identifier Device Identifier true 256  False     
Name  string  Device Name Device Name false 256  False     
Description  string  Device Description Device Description false 256  False     
Microsoft.Windows.PhysicalDisk:
MediaType  string  Media Type Media Type false 256  False     
PNPDeviceId  string  PNP Device Identifier PNP Device Identifier false 256  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.PhysicalDisk" Base="Microsoft.Windows.LogicalDevice" Accessibility="Public" Hosted="true" Abstract="true">
<!-- e.g. Fixed harddisk media -->
<Property ID="MediaType" Type="string"/>
<Property ID="PNPDeviceId" Type="string"/>
</ClassType>