addressFamilyIPv4Unicast

class pytanga.components.Cisco.xe.bgp.addressFamilyIPv4Unicast.addressFamilyIPv4UnicastComponent(auto_summary=None, originate_default=None, default_metric=None, synchronization=None, segment_routing_mpls=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(auto_summary, originate_default, default_metric, synchronization, segment_routing_mpls)
property xmlns