ESight.BladeServer.PowerSupplyPowerSupply

ESight.BladeServer.PowerSupply (ClassType)

Element properties:

Base ClassSystem.PhysicalEntity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdde392963-d6b9-440f-f138-17c1cc87a02b

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.PowerSupply:
UUID  string  UUID UUID true 256  False     
PresentState  string  PresentState PresentState false 256  False     
PowerMode  string  PowerMode PowerMode false 256  False     
PowerRating  string  PowerRating PowerRating false 256  False     
RuntimePower  string  RuntimePower RuntimePower false 256  False     
Status  string  Status Status false 256  False     

Health Model:

Source Code:

<ClassType ID="ESight.BladeServer.PowerSupply" Base="System!System.PhysicalEntity" Accessibility="Public" Abstract="false" Hosted="true" Singleton="false">
<!--ESight:UUID-->
<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:inputMode-->
<Property ID="PowerMode" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<!--ESight:ratePower-->
<Property ID="PowerRating" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<!--ESight:inputPower-->
<Property ID="RuntimePower" 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>