ESight.RackServer.PhysicalDiskDisk

ESight.RackServer.PhysicalDisk (ClassType)

Element properties:

Base ClassSystem.PhysicalEntity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdef82d9a1-04a1-82ad-e452-24af7fcecf19

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       
ESight.RackServer.PhysicalDisk:
UUID  string  UUID UUID true 256  False     
Locator  string  Locator Locator false 256  False     
PresentState  string  PresentState PresentState false 256  False     
Diskcapacity  string  Diskcapacity(GB) Diskcapacity(GB) false 256  False     
IndterfaceType  string  IndterfaceType IndterfaceType false 256  False     
Status  string  Status Status false 256  False     

Health Model:

Source Code:

<ClassType ID="ESight.RackServer.PhysicalDisk" Base="System!System.PhysicalEntity" Accessibility="Public" Abstract="false" Hosted="true" Singleton="false">
<Property ID="UUID" Type="string" Key="true" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<!--ESight:location-->
<Property ID="Locator" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<!--ESight:presentState-->
<Property ID="PresentState" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<!--ESight:暂时未返回-->
<Property ID="Diskcapacity" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<!--ESight:暂时未返回-->
<Property ID="IndterfaceType" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<!--ESight:healthState-->
<Property ID="Status" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
</ClassType>