Skip to content

Network Interface reference

AxiNI

Bases: NetworkInterface

Axi Network Interface class.

is_mgr()

Return true if the network interface is a manager.

is_multicast_ni()

Return true if the network interface supports multicast.

is_only_mgr()

Return true if the network interface is only a manager.

is_only_sbr()

Return true if the network interface is only a subordinate.

is_sbr()

Return true if the network interface is a subordinate.

render(**kwargs)

Render the network interface.

render_enum_name()

Render the enum name.

NarrowWideAxiNI

Bases: NetworkInterface

" NarrowWideNI class to describe a narrow-wide network interface.

is_mgr()

Return true if the network interface is a manager.

is_multicast_ni()

Return true if the network interface supports multicast.

is_only_mgr()

Return true if the network interface is only a manager.

is_only_sbr()

Return true if the network interface is only a subordinate.

is_sbr()

Return true if the network interface is a subordinate.

render(**kwargs)

Render the network interface.

render_enum_name()

Render the enum name.

NetworkInterface

Bases: BaseModel

NetworkInterface class to describe a network interface.

is_mgr()

Return true if the network interface is a manager.

is_multicast_ni()

Return true if the network interface supports multicast.

is_only_mgr()

Return true if the network interface is only a manager.

is_only_sbr()

Return true if the network interface is only a subordinate.

is_sbr()

Return true if the network interface is a subordinate.

render_enum_name()

Render the enum name.