System Object

class activelogic.SystemObject

Object representing a SystemObject.

>>> so = rs.add(SystemObject('SystemObject', items=['System1', 'System2']))
>>> so = rs.add(SystemObject('SystemObject', items=[SystemObjectItem('System1')]))
class activelogic.SystemObjectItem

Object representing an item of a SystemObject.

Parameters:

value (str) – The value is a string describing the SystemObject item. The string can be the IP protocol number or a string found in your services file. (GRE, TCP etc…)

>>> SystemObjectItem('System1')