Microsoft.Windows.Peripheral.PhysicalDisk物理ディスク (具象型)

Microsoft.Windows.Peripheral.PhysicalDisk (ClassType)

すべての Windows 物理ディスク

Element properties:

Base ClassMicrosoft.Windows.PhysicalDisk
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId1e57eac5-e17e-4240-6838-0908a83d7c10

Class Hierarchy:

Class Properties:

Property Name Type Display Name (JPN) Description (JPN) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  表示名 監視オブジェクトの表示名。 false 4000  False     
System.ConfigItem:
ObjectStatus  enum  オブジェクトの状態 オブジェクトの状態 false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  資産の状態 資産の状態 false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  メモ メモ false 4000       
Microsoft.Windows.LogicalDevice:
DeviceID  string  デバイスの識別子 デバイスの識別子 true 256  False     
Name  string  デバイス名 デバイス名 false 256  False     
Description  string  デバイスの説明 デバイスの説明 false 256  False     
Microsoft.Windows.PhysicalDisk:
MediaType  string  メディアの種類 メディアの種類 false 256  False     
PNPDeviceId  string  PNP デバイスの識別子 PNP デバイスの識別子 false 256  False     
Microsoft.Windows.Peripheral.PhysicalDisk:
Caption  string  キャプション キャプション false 256  False     
Index  int  インデックス インデックス false 256       
InterfaceType  string  インターフェイスの種類 インターフェイスの種類 false 256  False     
Manufacturer  string  製造元 製造元 false 256  False     
Model  string  モデル モデル false 256  False     
SCSIBus  int  SCSI バス SCSI バス false 256       
SCSILogicalUnit  int  SCSI 論理ユニット SCSI 論理ユニット false 256       
SCSIPort  int  SCSI ポート SCSI ポート false 256       
SCSITargetID  int  SCSI ターゲット ID SCSI ターゲット ID false 256       
Size  int  サイズ (MB) サイズ (MB) false 256       
TotalCylinders  int  総シリンダー数 総シリンダー数 false 256       
TotalHeads  int  総ヘッド数 総ヘッド数 false 256       
TotalSectors  int  総セクター数 総セクター数 false 256       
TotalTracks  int  総トラック数 総トラック数 false 256       
TracksPerCylinder  int  1 シリンダーあたりのトラック数 1 シリンダーあたりのトラック数 false 256       
PerfmonInstance  string  PerfMon インスタンス PerfMon インスタンス 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>