Ethernet

class pytanga.components.OpenConfig.interfaces.ethernet.ethernetComponent(mac_address=None, auto_negotiate=None, duplex_mode=None, port_speed=None, enable_flow_control=None)

Bases: pytanga.components.AbstractComponent.AbstractComponent

add(component) → None

This should method add a subComponent.

getXMLNS()
is_composite() → bool
parse(serializer)

This method should call the parse method for all childrens passing the serializer.

remove(component) → None

This should method remove a subComponent.

setAttributes(mac_address, auto_negotiate, duplex_mode, port_speed, enable_flow_control)
property xmlns