Microsoft.Windows.Peripheral.PhysicalDiskPhysical Disk (concrete)

Microsoft.Windows.Peripheral.PhysicalDisk (ClassType)

All Windows physical disks

Element properties:

Base ClassMicrosoft.Windows.PhysicalDisk
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdd6cb51c3-66a7-165d-ebfb-2fc8b525967d

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     
Microsoft.Windows.Peripheral.PhysicalDisk:
Caption  string  Caption Caption false 256  False     
Index  int  Index Index false 256       
InterfaceType  string  Interface Type Interface Type false 256  False     
Manufacturer  string  Manufacturer Manufacturer false 256  False     
Model  string  Model Model false 256  False     
SCSIBus  int  SCSI Bus SCSI Bus false 256       
SCSILogicalUnit  int  SCSI Logical Unit SCSI Logical Unit false 256       
SCSIPort  int  SCSI Port SCSI Port false 256       
SCSITargetID  int  SCSI Target ID SCSI Target ID false 256       
Size  int  Size (MB) Size (MB) false 256       
TotalCylinders  int  Total Cylinders Total Cylinders false 256       
TotalHeads  int  Total Heads Total Heads false 256       
TotalSectors  int  Total Sectors Total Sectors false 256       
TotalTracks  int  Total Tracks Total Tracks false 256       
TracksPerCylinder  int  Tracks Per Cylinder Tracks Per Cylinder false 256       
PerfmonInstance  string  Perfmon Instance Perfmon Instance false 256  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.Peripheral.PhysicalDisk" Base="Windows!Microsoft.Windows.PhysicalDisk" Accessibility="Public" Hosted="true" Abstract="false">
<Property ID="Caption" Type="string"/>
<Property ID="Index" Type="int"/>
<Property ID="InterfaceType" Type="string"/>
<Property ID="Manufacturer" Type="string"/>
<Property ID="Model" Type="string"/>
<Property ID="SCSIBus" Type="int"/>
<Property ID="SCSILogicalUnit" Type="int"/>
<Property ID="SCSIPort" Type="int"/>
<Property ID="SCSITargetID" Type="int"/>
<Property ID="Size" Type="int"/>
<Property ID="TotalCylinders" Type="int"/>
<Property ID="TotalHeads" Type="int"/>
<Property ID="TotalSectors" Type="int"/>
<Property ID="TotalTracks" Type="int"/>
<Property ID="TracksPerCylinder" Type="int"/>
<Property ID="PerfmonInstance" Type="string"/>
</ClassType>