:py:mod:`nautobot_ssot_ipfabric` ================================ .. py:module:: nautobot_ssot_ipfabric .. autoapi-nested-parse:: Plugin declaration for nautobot_ssot_ipfabric. Subpackages ----------- .. toctree:: :titlesonly: :maxdepth: 3 diffsync/index.rst tests/index.rst utilities/index.rst Submodules ---------- .. toctree:: :titlesonly: :maxdepth: 1 jobs/index.rst signals/index.rst workers/index.rst Package Contents ---------------- Classes ~~~~~~~ .. autoapisummary:: nautobot_ssot_ipfabric.NautobotSSoTIPFabricConfig Functions ~~~~~~~~~ .. autoapisummary:: nautobot_ssot_ipfabric.nautobot_database_ready_callback Attributes ~~~~~~~~~~ .. autoapisummary:: nautobot_ssot_ipfabric.__version__ nautobot_ssot_ipfabric.config .. py:data:: __version__ .. py:function:: nautobot_database_ready_callback(sender, *, apps, **kwargs) Callback function triggered by the nautobot_database_ready signal when the Nautobot database is fully ready. .. py:class:: NautobotSSoTIPFabricConfig(app_name, app_module) Bases: :py:obj:`nautobot.extras.plugins.PluginConfig` Plugin configuration for the nautobot_ssot_ipfabric plugin. .. py:attribute:: name :annotation: = nautobot_ssot_ipfabric .. py:attribute:: verbose_name :annotation: = Nautobot SSoT IPFabric .. py:attribute:: version .. py:attribute:: author :annotation: = Network to Code, LLC .. py:attribute:: description :annotation: = Nautobot SSoT IPFabric. .. py:attribute:: base_url :annotation: = ssot-ipfabric .. py:attribute:: required_settings :annotation: = ['ipfabric_host', 'ipfabric_api_token'] .. py:attribute:: min_version :annotation: = 1.2.0 .. py:attribute:: max_version :annotation: = 1.9999 .. py:attribute:: default_settings .. py:attribute:: caching_config .. py:method:: ready() Callback when this plugin is loaded. .. py:data:: config