Supermicro.Server.HostHosts

Supermicro.Server.Host (ClassType)

Element properties:

Base ClassSystem.Device
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId8b786ab8-432b-92f3-1887-132e634b00fd

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       
Supermicro.Server.Host:
Type  string  Type Host type. Valid values include Agent Managed, Agentless, IPMI, Linux, and Windows. false 256  False     
StatusInformation  string  StatusInformation Status check details false 4000  False     
StateType  string  StateType Host status type. Valid values are SOFT and HARD. false 256  False     
Status  string  Status Current status of a host. Valid values are UP, DOWN, and UNREACHABLE. false 256  False     
LastCheck  string  LastCheck Last check time false 256  False     
Address  string  Address Host IP address or DNS name false 256  False     
HostName  string  Host Name Host name false 256  False     
HostOID  string  HostOID Host object ID true 256  False     
SSMAddress  string  SSM Address false 256  False     

Health Model:

Source Code:

<ClassType ID="Supermicro.Server.Host" Base="System!System.Device" Accessibility="Public" Abstract="false" Hosted="true">
<Property ID="SSMAddress" Key="false" Type="string"/>
<Property ID="HostOID" Key="true" Type="string"/>
<Property ID="HostName" Key="false" Type="string"/>
<Property ID="Address" Key="false" Type="string"/>
<Property ID="LastCheck" Key="false" Type="string"/>
<Property ID="Status" Key="false" Type="string"/>
<Property ID="StateType" Key="false" Type="string"/>
<Property ID="StatusInformation" Type="string" MaxLength="4000" Key="false"/>
<Property ID="Type" Key="false" Type="string"/>
</ClassType>