nexthop¶
-
class
pytanga.components.OpenConfig.routing.static.nexthop.nexthopComponent(index, next_hop=None, metric=None, recurse=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(index, next_hop, metric, recurse)¶
-
property
xmlns¶
-