pyats.aereport.iou.diou package

diou – DIOU

This module implements DIOU section used by IOU

class pyats.aereport.iou.diou.DIOU

Bases: pyats.aereport.toplevel.aereportelement.AEReportElement

DIOU implements element used by IOU

Class based on the following schema definition

<xs:element name="diou">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="ci"></xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>
tag

Default value = ‘notag’. This is to ensure that all elements contain a tag attribute.

Type

str

ci

CI Object

Type

CI()

Submodules

ci – CI

This module implements CI section used by DIOU

class pyats.aereport.iou.diou.ci.CI

Bases: pyats.aereport.toplevel.aereportelement.AEReportElement

Class based on the following schema definition:

<xs:element name="ci">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="image"></xs:element>
            <xs:element name="options"></xs:element>
            <xs:element name="timeout" type="xs:integer"/>
        </xs:sequence>
    </xs:complexType>
</xs:element>
tag

Default value = ‘notag’. This is to ensure that all elements contain a tag attribute.

Type

str

image

Image Object

Type

Image()

options

Ioulive options

Type

string

timeout

Timeout value

Type

integer