ozsoft.sap.DBSAP DB System

ozsoft.sap.DB (ClassType)

Element properties:

Base Classozsoft.sap.Component
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId770d3bb3-8cf1-86ca-eddb-d37a25fa4f23

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.DB:
SAP_DB.NAME  string  DB Name SAP DB Name true 256  False 
SAP_DB.HOST  string  DB Host SAP DB System Host false 256  False 
SAP_DB.PORT  string  DB Port SAP DB Port false 256  False 
SAP_DB.INSTANCE  string  DB Instance Name SAP DB Instance Name false 256  False 
SAP_DB.RELEASE  string  Release DB Release false 256  False 

Health Model:

Source Code:

<ClassType ID="ozsoft.sap.DB" Accessibility="Public" Abstract="true" Base="ozsoft.sap.Component" Hosted="true" Singleton="false">
<Property ID="SAP_DB.NAME" Type="string" Key="true" CaseSensitive="false" MinLength="1" Length="256"/>
<Property ID="SAP_DB.HOST" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="SAP_DB.PORT" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="SAP_DB.INSTANCE" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="SAP_DB.RELEASE" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
</ClassType>