System.NetworkManagement.Diskディスク

System.NetworkManagement.Disk (ClassType)

このクラスは、ディスクを表します。

Element properties:

Base ClassSystem.NetworkManagement.LogicalDevice
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId9b2bf14e-824f-b3d1-fd4e-cc9ddfe5e443

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       
System.NetworkManagement.LogicalDevice:
Description  string  説明 オブジェクトの説明文 false 256  True     
Index  string  インデックス 監視時に使用する、インスタンスのインデックス false 256  True     
Key  string  論理デバイス キー 論理デバイスのキー true 256  True     
System.NetworkManagement.Disk:
Access  string  アクセス この長期保存用記憶装置が、読み書き可能か、読み取り専用かを示します。 false 256  True     
Capacity  int  容量 この長期保存用記憶装置の合計サイズ (KB)。メディアが取り外し可能で、現在取り外されている場合は、この値がゼロになります。 false 256       
Media  string  メディア この長期保存用記憶装置で使用されているメディアの種類を示します。 false 256  True     
Removable  bool  リムーバブル ディスク メディアがドライブから取り外しできるかどうかを示します。 false 256       

Health Model:

Source Code:

<ClassType ID="System.NetworkManagement.Disk" Accessibility="Public" Abstract="false" Base="System.NetworkManagement.LogicalDevice" Hosted="true" Singleton="false">
<Property ID="Access" Type="string" Key="false" CaseSensitive="true" Length="256" MinLength="0"/>
<Property ID="Capacity" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Media" Type="string" Key="false" CaseSensitive="true" Length="256" MinLength="0"/>
<Property ID="Removable" Type="bool" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>