ozsoft.sap.AppServer.AccessPointSAP AccessPoint

ozsoft.sap.AppServer.AccessPoint (ClassType)

SAP AppServer AccessPoint Service

Element properties:

Base Classozsoft.sap.AppServerComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId68c29165-a6e8-6888-9fdd-70d1e56c6573

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
ozsoft.sap.AppServer.AccessPoint:
SAP_AP_HOSTNAME  string  Hostname Hostname true 256  False 
SAP_AP_PORT  int  Port Port true 256   
SAP_AP_PROTOCOL  string  Protocol Protocol false 256  False 
SAP_AP_SERVICE  string  Service Service Name false 256  False 

Health Model:

Source Code:

<ClassType ID="ozsoft.sap.AppServer.AccessPoint" Accessibility="Public" Abstract="false" Base="ozsoft.sap.AppServerComponent" Hosted="true" Singleton="false">
<Property ID="SAP_AP_HOSTNAME" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="1"/>
<Property ID="SAP_AP_PORT" Type="int" Key="true" CaseSensitive="false"/>
<Property ID="SAP_AP_PROTOCOL" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="1"/>
<Property ID="SAP_AP_SERVICE" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="1"/>
</ClassType>