CO.Kemp.RealServerKEMP RealServer

CO.Kemp.RealServer (ClassType)

Element properties:

Base ClassSystem.ApplicationComponent
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId3a731aaa-158e-0764-f119-29c92f9bd1b1

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       
CO.Kemp.RealServer:
RsIndex  string  RsIndex true 256  False     
VSIndex  string  VSIndex false 256  False     
Addr  string  Address false 256  False     
Port  int  Port true 256       
Forward  string  Forward Method false 256  False     
Weight  string  Weight false 256  False     
Limit  int  Connection Limit false 256       
Critical  string  Critical false 256  False     
Follow  int  Port Following Port following is set when two services need to share persistence records. Typically this is done for HTTP and HTTPS services so users maintain a server session, regardless of whether they connect securely or not. false 256       
DnsName  string  DNS Name false 256  False     

Health Model:

Source Code:

<ClassType ID="CO.Kemp.RealServer" Base="System!System.ApplicationComponent" Accessibility="Public" Abstract="false" Hosted="false" Singleton="false">
<Property ID="RsIndex" Key="true" Type="string"/>
<Property ID="VSIndex" Key="false" Type="string"/>
<Property ID="Addr" Key="false" Type="string"/>
<Property ID="Port" Key="true" Type="int"/>
<Property ID="Forward" Key="false" Type="string"/>
<Property ID="Weight" Key="false" Type="string"/>
<Property ID="Limit" Key="false" Type="int"/>
<Property ID="Critical" Key="false" Type="string"/>
<Property ID="Follow" Key="false" Type="int"/>
<Property ID="DnsName" Key="false" Type="string"/>
</ClassType>