Base Class | A10.Base |
Abstract | False |
Hosted | True |
Singleton | False |
Extension | False |
Accessibility | Internal |
ElementId | bb50e03e-66b0-c7cd-88de-68b97310929b |
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.Base: | |||||||||
![]() |
string | OID | OID for the object. | true | 256 | 0 | False | ||
A10.Fan: | |||||||||
![]() |
string | Speed | false | 256 | 0 | False |
<ClassType ID="A10.Fan" Base="A10.Base" 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="Speed" Key="false" Type="string"/>
<!--
<Property ID="Index" Key="false" Type="string" />
<Property ID="Status" Key="false" Type="string" />
-->
</ClassType>