ESight.BladeServer.Blade.DiskDisk

ESight.BladeServer.Blade.Disk (ClassType)

Element properties:

Base ClassSystem.PhysicalEntity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdb93a0648-e5e9-ab9f-3329-17737260965b

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.BladeServer.Blade.Disk:
UUID  string  UUID UUID true 256  False     
PresentState  string  PresentState PresentState false 256  False     
DiskLocation  string  DiskLocation DiskLocation false 256  False     
DiskSerialNumber  string  DiskSerialNumber DiskSerialNumber false 256  False     
DiskINterfaceType  string  DiskINterfaceType DiskINterfaceType false 256  False     
DiskCapcity  string  DiskCapcity DiskCapcity false 256  False     
DiskManufacturer  string  DiskManufacturer DiskManufacturer false 256  False     
Status  string  Status Status false 256  False     

Health Model:

Source Code:

<ClassType ID="ESight.BladeServer.Blade.Disk" 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:presentState-->
<Property ID="PresentState" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<!--ESight:location-->
<Property ID="DiskLocation" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<!-- DiskSerialNumber web 页面有需要esight北向接口提供字段 -->
<Property ID="DiskSerialNumber" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<!-- DiskINterfaceType web 页面有需要esight北向接口提供字段 -->
<Property ID="DiskINterfaceType" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<!-- DiskCapcity web 页面有需要esight北向接口提供字段 -->
<Property ID="DiskCapcity" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<!-- DiskManufacturer web 页面有需要esight北向接口提供字段 -->
<Property ID="DiskManufacturer" 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>