Base Class | System.LogicalEntity |
Abstract | False |
Hosted | True |
Singleton | False |
Extension | False |
Accessibility | Internal |
ElementId | 0f1ad741-a2ba-c8da-62e5-60c4ba231417 |
Property Name | Type | Display Name (ENU) | Description (ENU) | Key | Max Length | Min Length | Case Sensitive | Default Value | EnumType |
---|---|---|---|---|---|---|---|---|---|
System.Entity: | |||||||||
![]() |
string | Display Name | Display name of the object. | false | 4000 | 0 | False | ||
System.ConfigItem: | |||||||||
![]() |
enum | Object Status | Object status | false | 256 | 0 | System.ConfigItem.ObjectStatusEnum.Active | System.ConfigItem.ObjectStatusEnum | |
![]() |
enum | Asset Status | Asset status | false | 256 | 0 | System.ConfigItem.AssetStatusEnum | ||
![]() |
richtext | Notes | Notes | false | 4000 | 0 | |||
A10.Interface: | |||||||||
![]() |
string | Index | false | 256 | 0 | False | |||
![]() |
string | OID | true | 256 | 0 | False | |||
![]() |
string | Name | false | 256 | 0 | False | |||
![]() |
string | Mac Address | false | 256 | 0 | False | |||
![]() |
string | Max Speed | false | 256 | 0 | False | |||
![]() |
string | MTU | false | 256 | 0 | False | |||
![]() |
string | AdminStatus(false:0,true:1) | false | 256 | 0 | False | |||
![]() |
string | Alias | false | 256 | 0 | False | |||
![]() |
string | Status(up:0,down:1,disabled:2) | false | 256 | 0 | False | |||
![]() |
string | Duplex Mode(none:0,half:1,full:2,auto:3) | false | 256 | 0 | False |
<ClassType ID="A10.Interface" Base="System!System.LogicalEntity" 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="Property1" Key="false" Type="string" />
-->
<Property ID="Index" Key="false" Type="string"/>
<Property ID="OID" Key="true" Type="string"/>
<Property ID="Name" Key="false" Type="string"/>
<Property ID="MacAddress" Key="false" Type="string"/>
<Property ID="MaxSpeed" Key="false" Type="string"/>
<Property ID="MTU" Key="false" Type="string"/>
<Property ID="AdminStatus" Key="false" Type="string"/>
<Property ID="Alias" Key="false" Type="string"/>
<Property ID="Status" Key="false" Type="string"/>
<Property ID="DuplexMode" Key="false" Type="string"/>
</ClassType>