ospfv2Interface

class pytanga.components.OpenConfig.routing.ospfv2.ospfv2Interface.ospfv2InterfaceComponent(if_id, network_type=None, priority=None, multi_area_adjacency_primary=None, authentication_type=None, metric=None, passive=None, hide_network=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(if_id, network_type, priority, multi_area_adjacency_primary, authentication_type, metric, passive, hide_network)
property xmlns