oc_ipAddress

class pytanga.components.OpenConfig.interfaces.oc_ipAddress.oc_ipAddressComponent(address, prefix_length)

Bases: pytanga.components.AbstractComponent.AbstractComponent

add(component) → None

This should method add a subComponent.

getXMLNS()
is_composite() → bool
property parent
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(address, prefix_length)
property xmlns