AP.F5.DeviceF5 Device

AP.F5.Device (ClassType)

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId3fc96680-6c85-1517-7edd-d3e8495aad7b

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       
AP.F5.Device:
DeviceName  string  Device Name Unique name of the BIG-IP Device true 256  False     
Type  string  Device Type Type of the BIG-IP Device (Physical or Virtual) false 256  False     
IPAddress  string  System IP Address IP Address of the BIG-IP Device false 256  False     
Port  int  System SNMP Port SNMP Port of the BIG-IP Device false 256       
Community  string  Community BIG-IP Device SNMP Community String false 256  False     
SystemOID  string  System OID BIG-IP Device SNMP SystemOID false 256  False     
Model  string  Model BIG-IP Device Model false 256  False     
Vendor  string  Vendor BIG-IP Device Vendor false 256  False     
Version  string  Software Version Device Software Version false 256  False     
Build  string  Software Build Device Software Build false 256  False     
HotFix  string  Software HotFix Device Software HotFix false 256  False     
Location  string  Location Device Location false 256  False     
Contact  string  Contact Device Contact false 256  False     
SerialNumber  string  Serial Number Serial Number of Device false 256  False     
Standalone  bool  Is Standalone Is this device Standalone false 256       

Health Model:

Source Code:

<ClassType ID="AP.F5.Device" Accessibility="Public" Abstract="false" Base="System!System.LogicalEntity" Hosted="false" Singleton="false">
<Property ID="DeviceName" Type="string" Key="true"/>
<Property ID="Type" Type="string" Key="false"/>
<Property ID="IPAddress" Type="string" Key="false"/>
<Property ID="Port" Type="int" Key="false"/>
<Property ID="Community" Type="string" Key="false"/>
<Property ID="SystemOID" Type="string" Key="false"/>
<Property ID="Model" Type="string" Key="false"/>
<Property ID="Vendor" Type="string" Key="false"/>
<Property ID="Version" Type="string" Key="false"/>
<Property ID="Build" Type="string" Key="false"/>
<Property ID="HotFix" Type="string" Key="false"/>
<Property ID="Location" Type="string" Key="false"/>
<Property ID="Contact" Type="string" Key="false"/>
<Property ID="SerialNumber" Type="string" Key="false"/>
<Property ID="Standalone" Type="bool" Key="false"/>
</ClassType>