ozsoft.sap.AppServer.FilesystemApplication Server Filesystem

ozsoft.sap.AppServer.Filesystem (ClassType)

SAP Application Server Filesystem

Element properties:

Base Classozsoft.sap.AppServerComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdcaae4c0b-e5d6-a413-80fe-5738ea71aa3e

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.Filesystem:
SAP_FILESYSTEM.NAME  string  Filesystem Name AppServer Filesystem Name true 256  False 
MountOptions  string  MountOptions Unix Filesystem MountOptions false 256  False 
FileSystemType  string  Filesystem Type Unix Filesystem Type false 256  False 
Remote  string  Remote Unix Remote Filesystem false 256  False 
Device  string  Device Unix Filesystem Device false 256  False 
Export  string  Export Unix Remote Filesystem false 256  False 
Root  string  Root Unix Filesystem Root false 256  False 

Health Model:

Source Code:

<ClassType ID="ozsoft.sap.AppServer.Filesystem" Accessibility="Public" Abstract="false" Base="ozsoft.sap.AppServerComponent" Hosted="true" Singleton="false">
<Property ID="SAP_FILESYSTEM.NAME" Type="string" Key="true" CaseSensitive="false" MinLength="1" Length="256"/>
<Property ID="MountOptions" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="FileSystemType" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="Remote" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="Device" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="Export" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="Root" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
</ClassType>