NortelVPFM.LogicalDeviceLogical Device

NortelVPFM.LogicalDevice (ClassType)

An abstraction or emulation of a hardware entity, that may or may not be realized in physical hardware.

Element properties:

Base ClassNortelVPFM.EnabledLogicalElement
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdd3ed634e-fd54-279e-9fc9-c64479bdd0de

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.LogicalDevice:
Availability  string  Availability false 20  False 
PowerOnHours  string  Power-on Hours false 256  False 
SystemCreationClassName  string  Class Name false 256  False 
SystemName  string  System Name false 256  False 
TotalPowerOnHours  string  Total Power-on Hours false 256  False 
AdditionalAvailability  string  Additional Availability false 256  False 
OtherIdentifyingInfo  string  Other Identifying Info false 256  False 

Health Model:

Source Code:

<ClassType ID="NortelVPFM.LogicalDevice" Accessibility="Public" Abstract="true" Base="NortelVPFM.EnabledLogicalElement" Hosted="false" Singleton="false">
<Property ID="Availability" Type="string" Key="false" CaseSensitive="false" Length="20"/>
<Property ID="PowerOnHours" Type="string" Key="false" CaseSensitive="false" Length="256"/>
<Property ID="SystemCreationClassName" Type="string" Key="false" CaseSensitive="false" Length="256"/>
<Property ID="SystemName" Type="string" Key="false" CaseSensitive="false" Length="256"/>
<Property ID="TotalPowerOnHours" Type="string" Key="false" CaseSensitive="false" Length="256"/>
<Property ID="AdditionalAvailability" Type="string" Key="false" CaseSensitive="false" Length="256"/>
<Property ID="OtherIdentifyingInfo" Type="string" Key="false" CaseSensitive="false" Length="256"/>
</ClassType>