A10.HAA10 HA Class

A10.HA (ClassType)

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId8964edbf-2605-8970-3ca8-5a78a7b84798

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       
A10.HA:
Name  string  Name true 256  False     
GroupCount  string  Group Count The number of valid HA groups. false 256  False     
ID  string  HA ID Local configured HA group ID. false 256  False     
SetID  string  HA SetID Local configured HA group set-id. false 256  False     
TimeOutInterval  string  Time Out Interval The HA time interval. false 256  False     
TimeOutRetry  string  Time Out Retry The HA retries when time out. false 256  False     
ArpRetry  string  ARP Retry The ARP retries. false 256  False     

Health Model:

Source Code:

<ClassType ID="A10.HA" Base="System!System.LogicalEntity" Accessibility="Public" 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="Name" Key="true" Type="string"/>
<Property ID="GroupCount" Key="false" Type="string"/>
<Property ID="ID" Key="false" Type="string"/>
<Property ID="SetID" Key="false" Type="string"/>
<Property ID="TimeOutInterval" Key="false" Type="string"/>
<Property ID="TimeOutRetry" Key="false" Type="string"/>
<Property ID="ArpRetry" Key="false" Type="string"/>
</ClassType>