NortelVPFM.NetworkPortNetwork Port

NortelVPFM.NetworkPort (ClassType)

A logical device that represents a network connection point.

Element properties:

Base ClassNortelVPFM.LogicalPort
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdcc9a6535-cf5f-7cc1-4a99-0ecfa8476c70

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 
NortelVPFM.LogicalPort:
MaxSpeed  int  Max Speed false 256   
OtherPortType  string  Other Port Type false 256  False 
PortType  string  Port Type false 20  False 
RequestedSpeed  int  Requested Speed false 256   
Speed  int  Speed false 256   
UsageRestriction  string  Usage Restriction false 256  False 
NortelVPFM.NetworkPort:
PortId  string  Port ID true 256  False 
ActiveMaximumTransmissionUnit  int  Active MTU false 256   
AutoSense  bool  Autosense false 256   
FullDuplex  bool  Full Duplex false 256   
LinkTechnology  string  Link Technology false 20  False 
OtherLinkTechnology  string  Other Link Technology false 256  False 
PermanentAddress  string  Permanent Address false 256  False 
PortNumber  int  Port Number false 256   
Speed  int  Speed false 256   
SupportedMaximumTransmissionUnit  int  Supported MTU false 256   
NetworkAddresses  string  Addresses false 256  False 

Health Model:

Source Code:

<ClassType ID="NortelVPFM.NetworkPort" Accessibility="Public" Abstract="false" Base="NortelVPFM.LogicalPort" Hosted="true" Singleton="false">
<Property ID="PortId" Type="string" Key="true" CaseSensitive="false" Length="256"/>
<Property ID="ActiveMaximumTransmissionUnit" Type="int" Key="false" CaseSensitive="false" Length="256"/>
<Property ID="AutoSense" Type="bool" Key="false" CaseSensitive="false" Length="256"/>
<Property ID="FullDuplex" Type="bool" Key="false" CaseSensitive="false" Length="256"/>
<Property ID="LinkTechnology" Type="string" Key="false" CaseSensitive="false" Length="20"/>
<Property ID="OtherLinkTechnology" Type="string" Key="false" CaseSensitive="false" Length="256"/>
<Property ID="PermanentAddress" Type="string" Key="false" CaseSensitive="false" Length="256"/>
<Property ID="PortNumber" Type="int" Key="false" CaseSensitive="false" Length="256"/>
<Property ID="Speed" Type="int" Key="false" CaseSensitive="false" Length="256"/>
<Property ID="SupportedMaximumTransmissionUnit" Type="int" Key="false" CaseSensitive="false" Length="256"/>
<Property ID="NetworkAddresses" Type="string" Key="false" CaseSensitive="false" Length="256"/>
</ClassType>