Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save jkeroes/8964518 to your computer and use it in GitHub Desktop.

Select an option

Save jkeroes/8964518 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<!--Auto-generated by the type catalog local manager.-->
<DataModel namespace="http://im.ca.com/inventory" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ComponentFacet.xsd">
<FacetType name="IntegraFirewallSessions">
<Documentation>Firewall session counts</Documentation>
<FacetOf namespace="http://im.ca.com/core" name="Item" />
<Attribute name="ActiveSessions" cached="true" persistent="true" type="int">
<Documentation>The Active Sessions count.</Documentation>
</Attribute>
<Attribute name="ActiveSessionsICMP" cached="true" persistent="true" type="int">
<Documentation>The Active Sessions count for ICMP.</Documentation>
</Attribute>
<Attribute name="ActiveSessionsPct" cached="true" persistent="true" type="String">
<Documentation>Active Session Utilization as percentage.</Documentation>
</Attribute>
<Attribute name="ActiveSessionsTCP" cached="true" persistent="true" type="int">
<Documentation>The Active Sessions count for TCP.</Documentation>
</Attribute>
<Attribute name="ActiveSessionsUDP" cached="true" persistent="true" type="int">
<Documentation>The Active Sessions count for UDP.</Documentation>
</Attribute>
<Attribute name="ActiveSessionsUtilization" cached="true" persistent="true" type="int">
<Documentation>Active Session Utilization.</Documentation>
</Attribute>
<Attribute name="Descriptions" cached="true" persistent="true" type="String">
<Documentation>Descriptions</Documentation>
</Attribute>
<Attribute name="Indexes" cached="true" persistent="true" type="ObjectID">
<Documentation>Indexes</Documentation>
</Attribute>
<Attribute name="MaxSessions" cached="true" persistent="true" type="int">
<Documentation>Max Session count.</Documentation>
</Attribute>
<Attribute name="Names" cached="true" persistent="true" type="String">
<Documentation>Names</Documentation>
</Attribute>
<Component>true</Component>
<ItemSyncDefinition itemTypeName="component" itemSubtypeName="integrafirewallsession" itemTypeLabel="Integra Firewall Session" itemTypeLabelPlural="Integra Firewall Sessions" isDeviceComponent="true" groupBy="true" context="false" mapped="false" categorize="false">
<ItemProperty attributeName="{http://im.ca.com/inventory}IntegraFirewallSessions.Indexes" displayWidth="3" label="Index List" name="Indexes" justification="Right">
<DatabaseType maxLength="128" />
<OrderBySQL>ASC</OrderBySQL>
</ItemProperty>
<ItemProperty attributeName="{http://im.ca.com/inventory}IntegraFirewallSessions.Names" displayWidth="10" label="Names" name="Names" justification="Left">
<DatabaseType maxLength="128" />
<OrderBySQL>ASC</OrderBySQL>
</ItemProperty>
<ItemProperty attributeName="{http://im.ca.com/inventory}IntegraFirewallSessions.Descriptions" displayWidth="10" label="Descriptions" name="Descriptions" justification="Left">
<DatabaseType maxLength="128" />
<OrderBySQL>ASC</OrderBySQL>
</ItemProperty>
<ItemProperty attributeName="{http://im.ca.com/inventory}IntegraFirewallSessions.ActiveSessions" displayWidth="8" label="Active Sessions" name="ActiveSessions" justification="Right">
<DatabaseType maxLength="128" />
<OrderBySQL>ASC</OrderBySQL>
</ItemProperty>
<ItemProperty attributeName="{http://im.ca.com/inventory}IntegraFirewallSessions.ActiveSessionsUDP" displayWidth="8" label="Active Sessions UDP" name="ActiveSessionsUDP" justification="Right">
<DatabaseType maxLength="128" />
<OrderBySQL>ASC</OrderBySQL>
</ItemProperty>
<ItemProperty attributeName="{http://im.ca.com/inventory}IntegraFirewallSessions.ActiveSessionsTCP" displayWidth="8" label="Active Sessions TCP" name="ActiveSessionsTCP" justification="Right">
<DatabaseType maxLength="128" />
<OrderBySQL>ASC</OrderBySQL>
</ItemProperty>
<ItemProperty attributeName="{http://im.ca.com/inventory}IntegraFirewallSessions.ActiveSessionsICMP" displayWidth="8" label="Active Sessions ICMP" name="ActiveSessionsICMP" justification="Right">
<DatabaseType maxLength="128" />
<OrderBySQL>ASC</OrderBySQL>
</ItemProperty>
<ItemProperty attributeName="{http://im.ca.com/inventory}IntegraFirewallSessions.ActiveSessionsUtilization" displayWidth="4" label="Active Sessions Utilization" name="ActiveSessionsUtilization" justification="Right">
<DatabaseType maxLength="128" />
<OrderBySQL>ASC</OrderBySQL>
</ItemProperty>
<ItemProperty attributeName="{http://im.ca.com/inventory}IntegraFirewallSessions.ActiveSessionsPct" displayWidth="4" label="Active Sessions as Percentage" name="ActiveSessionsPct" justification="Right">
<DatabaseType maxLength="128" />
<OrderBySQL>ASC</OrderBySQL>
</ItemProperty>
<ItemProperty attributeName="{http://im.ca.com/inventory}IntegraFirewallSessions.MaxSessions" displayWidth="8" label="Max Sessions" name="MaxSessions" justification="Right">
<DatabaseType maxLength="128" />
<OrderBySQL>ASC</OrderBySQL>
</ItemProperty>
</ItemSyncDefinition>
</FacetType>
</DataModel>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment