ESight.BladeServer.Blade.RaidControllerRaidController

ESight.BladeServer.Blade.RaidController (ClassType)

Element properties:

Base ClassSystem.PhysicalEntity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId7a92c344-997b-03ad-6942-c7e7ae3a5518

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.RaidController:
UUID  string  UUID UUID true 256  False     
Type  string  Type Type false 256  False     
DeviceInterface  string  DeviceInterface DeviceInterface false 256  False     
FwVersion  string  FwVersion FwVersion false 256  False     
BBUPresence  string  BBUPresence BBUPresence false 256  False     
BBUType  string  BBUType BBUType false 256  False     
Status  string  Status Status false 256  False     

Health Model:

Source Code:

<ClassType ID="ESight.BladeServer.Blade.RaidController" Base="System!System.PhysicalEntity" Accessibility="Public" Abstract="false" Hosted="true" Singleton="false">
<!-- RaidControllerName ESight: name-->
<Property ID="UUID" Type="string" Key="true" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<!--ESight:raidType-->
<Property ID="Type" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<!--ESight:interfaceType-->
<Property ID="DeviceInterface" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<!-- FwVersion esihgt没有 待确认 -->
<Property ID="FwVersion" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<!-- BBUPresence 可判断出来 -->
<Property ID="BBUPresence" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<!--ESight:bbuType-->
<Property ID="BBUType" 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>