IBM.HardwareMgmtPack.IMM2.PortIBM.HardwareMgmtPack.IMM2.Port (ClassType)

Element properties:

Base ClassSystem.Device
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdea34791e-f6bc-7160-3b60-f6035df6bcc2

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 
IBM.HardwareMgmtPack.IMM2.Port:
UniqueId  string      true 256  False 
Name  string  Name false 256  False 
LinkTechnology  string  LinkTechnology false 256  False 
PermanentAddress  string  PermanentAddress false 256  False 
NetworkAddress  string  NetworkAddress false 256  False 
Speed  string  Speed false 256  False 
NICType  string  NIC Type false 256  False 

Health Model:

Source Code:

<ClassType ID="IBM.HardwareMgmtPack.IMM2.Port" Base="System!System.Device" Accessibility="Public" Abstract="false" Hosted="false" Singleton="false">
<Property ID="UniqueId" Key="true" Type="string" CaseSensitive="false"/>
<Property ID="Name" Key="false" Type="string" CaseSensitive="false"/>
<Property ID="LinkTechnology" Key="false" Type="string" CaseSensitive="false"/>
<Property ID="PermanentAddress" Key="false" Type="string" CaseSensitive="false"/>
<Property ID="NetworkAddress" Key="false" Type="string" CaseSensitive="false"/>
<Property ID="Speed" Key="false" Type="string" CaseSensitive="false"/>
<Property ID="NICType" Key="false" Type="string" CaseSensitive="false"/>
</ClassType>