public class NeutronL2gatewayInterface extends AbstractNeutronInterface<L2gateway,L2gateways,NeutronL2gateway> implements INeutronL2gatewayCRUD
Modifier and Type | Method and Description |
---|---|
protected org.opendaylight.yangtools.yang.binding.InstanceIdentifier<L2gateways> |
createInstanceIdentifier() |
protected org.opendaylight.yangtools.yang.binding.InstanceIdentifier<L2gateway> |
createInstanceIdentifier(L2gateway l2gateway) |
protected NeutronL2gateway |
fromMd(L2gateway l2gateway) |
protected List<L2gateway> |
getDataObjectList(L2gateways l2gateways) |
boolean |
inUse(String l2gatewayID)
Applications call this interface method to determine if a Neutron object
is use
|
protected L2gateway |
toMd(NeutronL2gateway neutronObject) |
protected L2gateway |
toMd(String uuid) |
add, addMd, close, exists, get, getAll, getDataBroker, overwrite, readMd, remove, removeMd, toUuid, update, updateMd
protected List<L2gateway> getDataObjectList(L2gateways l2gateways)
getDataObjectList
in class AbstractNeutronInterface<L2gateway,L2gateways,NeutronL2gateway>
public boolean inUse(String l2gatewayID)
INeutronCRUD
inUse
in interface INeutronCRUD<NeutronL2gateway>
inUse
in class AbstractNeutronInterface<L2gateway,L2gateways,NeutronL2gateway>
l2gatewayID
- identifier of the neutron objectprotected org.opendaylight.yangtools.yang.binding.InstanceIdentifier<L2gateway> createInstanceIdentifier(L2gateway l2gateway)
createInstanceIdentifier
in class AbstractNeutronInterface<L2gateway,L2gateways,NeutronL2gateway>
protected org.opendaylight.yangtools.yang.binding.InstanceIdentifier<L2gateways> createInstanceIdentifier()
createInstanceIdentifier
in class AbstractNeutronInterface<L2gateway,L2gateways,NeutronL2gateway>
protected NeutronL2gateway fromMd(L2gateway l2gateway)
fromMd
in class AbstractNeutronInterface<L2gateway,L2gateways,NeutronL2gateway>
protected L2gateway toMd(NeutronL2gateway neutronObject)
toMd
in class AbstractNeutronInterface<L2gateway,L2gateways,NeutronL2gateway>
protected L2gateway toMd(String uuid)
toMd
in class AbstractNeutronInterface<L2gateway,L2gateways,NeutronL2gateway>
Copyright © 2017 OpenDaylight. All rights reserved.