Search in sources :

Example 1 with DefaultMappedServiceInterfacePoint

use of org.onosproject.yang.gen.v1.tapitopology.rev20181210.tapitopology.nodeedgepoint.DefaultMappedServiceInterfacePoint in project onos by opennetworkinglab.

the class TapiNepHandler method addSip.

public TapiNepHandler addSip(Uuid sipUuid) {
    DefaultMappedServiceInterfacePoint mappedSip = new DefaultMappedServiceInterfacePoint();
    mappedSip.serviceInterfacePointUuid(sipUuid);
    obj.addToMappedServiceInterfacePoint(mappedSip);
    return this;
}
Also used : DefaultMappedServiceInterfacePoint(org.onosproject.yang.gen.v1.tapitopology.rev20181210.tapitopology.nodeedgepoint.DefaultMappedServiceInterfacePoint)

Aggregations

DefaultMappedServiceInterfacePoint (org.onosproject.yang.gen.v1.tapitopology.rev20181210.tapitopology.nodeedgepoint.DefaultMappedServiceInterfacePoint)1