:py:mod:`dissect.target.plugins.child.esxi` =========================================== .. py:module:: dissect.target.plugins.child.esxi Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: dissect.target.plugins.child.esxi.ESXiChildTargetPlugin .. py:class:: ESXiChildTargetPlugin(target: dissect.target.Target) Bases: :py:obj:`dissect.target.plugin.ChildTargetPlugin` Child target plugin that yields from ESXi VM inventory. .. py:attribute:: __type__ :value: 'esxi' .. py:method:: check_compatible() -> None Perform a compatibility check with the target. This function should return ``None`` if the plugin is compatible with the current target (``self.target``). For example, check if a certain file exists. Otherwise it should raise an ``UnsupportedPluginError``. :raises UnsupportedPluginError: If the plugin could not be loaded. .. py:method:: list_children() Yield :class:`~dissect.target.helpers.record.ChildTargetRecord` records of all possible child targets on this target.