ESight.BladeServerBlade Server

ESight.BladeServer (ClassType)

Element properties:

Base ClassESight.HuaweiServer
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId15e614ba-cc8f-0076-5c85-72bab987d4de

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.HuaweiServer:
DN  string  DN DN true 256  False     
ESight.BladeServer:
eSight  string  eSight eSight false 256  False     
IPAddress  string  IPAddress IPAddress false 256  False     
Location  string  Location Location false 256  False     
Vendor  string  Vendor Vendor false 256  False     
Manufacturer  string  Manufacturer Manufacturer false 256  False     
SystemPowerState  string  SystemPowerState SystemPowerState false 256  False     
ServerModel  string  ServerModel ServerModel false 256  False     
Status  int  Status Status false 256       

Health Model:

Source Code:

<ClassType ID="ESight.BladeServer" Base="EVL!ESight.HuaweiServer" Accessibility="Public" Abstract="false" Hosted="false" Singleton="false">
<Property ID="eSight" Key="false" Type="string" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<!--ESight:ipAddress-->
<Property ID="IPAddress" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<!--ESight:location-->
<Property ID="Location" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<!--默认为"HUAWEI"-->
<Property ID="Vendor" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<!--ESight:manufacturer-->
<Property ID="Manufacturer" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<!--待确认:esihgt 需要提供北向接口-->
<Property ID="SystemPowerState" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<!--ESight:serverModel-->
<Property ID="ServerModel" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<!--ESight:status-->
<Property ID="Status" Type="int" Key="false" CaseSensitive="false" MinLength="0"/>
</ClassType>