Huawei.ISM.Management.Pack.huawei.Class.PortPort Class

Huawei.ISM.Management.Pack.huawei.Class.Port (ClassType)

Element properties:

Base ClassSystem.LogicalHardware
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityInternal
ElementId8aac64ed-04a4-e826-86d9-61f901cb3460

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes false 4000       
Huawei.ISM.Management.Pack.huawei.Class.Port:
index  int  Index true 256       
type  string  Port Type false 256  True     
status  string  Port Status false 256  True     
address  string  Port Address false 256  True     
description  string  Port Description false 256  True     
ip  string  Device IP Address false 256  True     

Health Model:

Source Code:

<ClassType ID="Huawei.ISM.Management.Pack.huawei.Class.Port" Base="System!System.LogicalHardware" Accessibility="Internal" Abstract="false" Hosted="true" Singleton="false">
<!-- Inside this section, you can add and remove properties as needed.
More information can be found in the Management Pack Development Kit:
http://msdn.microsoft.com/en-us/library/ee533714.aspx -->
<Property ID="index" Key="true" Type="int" CaseSensitive="false"/>
<Property ID="type" Key="false" Type="string" CaseSensitive="true"/>
<Property ID="status" Key="false" Type="string" CaseSensitive="true"/>
<Property ID="address" Key="false" Type="string" CaseSensitive="true"/>
<Property ID="description" Key="false" Type="string" CaseSensitive="true"/>
<Property ID="ip" Key="false" Type="string" CaseSensitive="true"/>
</ClassType>