EthBase.SwiCpuInfoEthBase.SwiCpuInfo (ClassType)

Element properties:

Base ClassSystem.PhysicalEntity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId0d56246d-c41d-e98d-01d8-078db22b8fc3

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       
EthBase.SwiCpuInfo:
DeviceID  string      true 256  False     
hwCpuDevDuty  string      false 256  False     
hwAvgDuty1min  string      false 256  False     
hwAvgDuty5min  string      false 256  False     

Health Model:

Source Code:

<ClassType ID="EthBase.SwiCpuInfo" Accessibility="Public" Abstract="false" Base="System!System.PhysicalEntity" Hosted="true" Singleton="false">
<Property ID="DeviceID" Type="string" Key="true" CaseSensitive="false" MaxLength="256" MinLength="1"/>
<Property ID="hwCpuDevDuty" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="1"/>
<Property ID="hwAvgDuty1min" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="1"/>
<Property ID="hwAvgDuty5min" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="1"/>
</ClassType>