A10.HAGroupHAGroup Class

A10.HAGroup (ClassType)

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityInternal
ElementId4d2dfad3-9896-b43c-5ddd-8da1ecb0b1cd

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.HAGroup:
OID  string  OID true 256  False     
Index  string  Index The HA group ID. false 256  False     
LocalPriority  string  Local Priority The local priority of this HA group. false 256  False     
PeerPriority  string  Peer Priority The peer priority of this HA group. false 256  False     

Health Model:

Source Code:

<ClassType ID="A10.HAGroup" 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="OID" Key="true" Type="string"/>
<Property ID="Index" Key="false" Type="string"/>
<Property ID="LocalPriority" Key="false" Type="string"/>
<Property ID="PeerPriority" Key="false" Type="string"/>
</ClassType>