dissect.hypervisor.descriptor.ovf

Module Contents

Classes

OVF

class dissect.hypervisor.descriptor.ovf.OVF(fh: TextIO)
NS: Final[dict[str, str]]
FILE_XPATH = 'ovf:References/ovf:File'
DISK_XPATH = 'ovf:DiskSection/ovf:Disk'
DISK_DRIVE_XPATH = 'ovf:VirtualSystem/ovf:VirtualHardwareSection/ovf:Item/[rasd:ResourceType="17"]'
fh
xml: xml.etree.ElementTree.Element
references
disks() collections.abc.Iterator[str]