NortelVPFM.ProtocolEndpointProtocol Endpoint

NortelVPFM.ProtocolEndpoint (ClassType)

A communication point from which data can be sent or received.

Element properties:

Base ClassNortelVPFM.ServiceAccessPoint
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId96992062-1d7b-cd26-6012-3571f7163532

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 
NortelVPFM.ManagedElement:
Caption  string  Caption false 64  False 
Description  string  Description false 256  False 
NortelVPFM.ManagedSystemElement:
HealthState  string  Health State false 20  False 
InstallDate  datetime  Install Date false 256   
Status  string  Status false 256  False 
OperationalStatus  string  Operational Status false 20  False 
NortelVPFM.ServiceAccessPoint:
SystemName  string  System Name false 256  False 
NortelVPFM.ProtocolEndpoint:
EnabledState  string  Enabled State false 20  False 
Name  string  Name false 256  False 
NameFormat  string  Name Format false 256  False 
OtherTypeDescription  string  Other Type Description false 256  False 
ProtocolIFType  string  Protocol ifType false 20  False 
TimeOfLastStateChange  datetime  Time of Last State Change false 256   
OperationalStatus  string  Operational Status false 20  False 
EndpointId  string  Endpoint ID true 20  False 

Health Model:

Source Code:

<ClassType ID="NortelVPFM.ProtocolEndpoint" Accessibility="Public" Abstract="false" Base="NortelVPFM.ServiceAccessPoint" Hosted="true" Singleton="false">
<Property ID="EnabledState" Type="string" Key="false" CaseSensitive="false" Length="20"/>
<Property ID="Name" Type="string" Key="false" CaseSensitive="false" Length="256"/>
<Property ID="NameFormat" Type="string" Key="false" CaseSensitive="false" Length="256"/>
<Property ID="OtherTypeDescription" Type="string" Key="false" CaseSensitive="false" Length="256"/>
<Property ID="ProtocolIFType" Type="string" Key="false" CaseSensitive="false" Length="20"/>
<Property ID="TimeOfLastStateChange" Type="datetime" Key="false" CaseSensitive="false" Length="256"/>
<Property ID="OperationalStatus" Type="string" Key="false" CaseSensitive="false" Length="20"/>
<Property ID="EndpointId" Type="string" Key="true" CaseSensitive="false" Length="20"/>
</ClassType>