com.apcc.ISXC.ISXCSensorAPC ISX Central Base Sensor

com.apcc.ISXC.ISXCSensor (ClassType)

The abstract base class for all InfraStruXure Central sensor elements.

Element properties:

Base ClassSystem.LogicalEntity
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId7b154c09-d5bf-e3db-ccde-bb10cf3dbc56

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 
com.apcc.ISXC.ISXCSensor:
HealthServicePrincipalName  string  Proxy Health Service true 255  False 
ISXCEndpoint  string  ISX Central Endpoint true 255  False 
ISXCElementID  string  Element ID true 255  False 
ISXCElementType  string  Element Type false 255  False 
ISXCNamedElementName  string  Element Name false 255  False 
ISXCSensorIndex  string  Sensor Index false 255  False 
ISXCSensorParentID  string  Parent ID false 255  False 
ISXCSensorType  string  Sensor Type false 255  False 

Health Model:

Source Code:

<ClassType ID="com.apcc.ISXC.ISXCSensor" Base="System!System.LogicalEntity" Accessibility="Public" Abstract="true" Hosted="true">
<Property ID="HealthServicePrincipalName" Key="true" Type="string" Length="255"/>
<Property ID="ISXCEndpoint" Key="true" Type="string" Length="255"/>
<Property ID="ISXCElementID" Key="true" Type="string" Length="255"/>
<Property ID="ISXCElementType" Key="false" Type="string" Length="255"/>
<Property ID="ISXCNamedElementName" Key="false" Type="string" Length="255"/>
<Property ID="ISXCSensorIndex" Key="false" Type="string" Length="255"/>
<Property ID="ISXCSensorParentID" Key="false" Type="string" Length="255"/>
<Property ID="ISXCSensorType" Key="false" Type="string" Length="255"/>
</ClassType>