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