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

Microsoft.Windows.PhysicalDisk (ClassType)

Windows 物理ディスクの基本プロパティを定義します

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 (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     

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>