public class NeutronBgpvpnInterface extends AbstractNeutronInterface<Bgpvpn,Bgpvpns,NeutronBgpvpn> implements INeutronBgpvpnCRUD
| Modifier and Type | Method and Description |
|---|---|
protected org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Bgpvpns> |
createInstanceIdentifier() |
protected org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Bgpvpn> |
createInstanceIdentifier(Bgpvpn bgpvpn) |
protected NeutronBgpvpn |
fromMd(Bgpvpn bgpvpn) |
protected List<Bgpvpn> |
getDataObjectList(Bgpvpns bgpvpns) |
boolean |
inUse(String uuid)
Applications call this interface method to determine if a Neutron object
is use
|
protected Bgpvpn |
toMd(NeutronBgpvpn bgpvpn) |
protected Bgpvpn |
toMd(String uuid) |
add, addMd, close, exists, get, getAll, getDataBroker, overwrite, readMd, remove, removeMd, toUuid, update, updateMdprotected List<Bgpvpn> getDataObjectList(Bgpvpns bgpvpns)
getDataObjectList in class AbstractNeutronInterface<Bgpvpn,Bgpvpns,NeutronBgpvpn>public boolean inUse(String uuid)
INeutronCRUDinUse in interface INeutronCRUD<NeutronBgpvpn>inUse in class AbstractNeutronInterface<Bgpvpn,Bgpvpns,NeutronBgpvpn>uuid - identifier of the neutron objectprotected NeutronBgpvpn fromMd(Bgpvpn bgpvpn)
fromMd in class AbstractNeutronInterface<Bgpvpn,Bgpvpns,NeutronBgpvpn>protected Bgpvpn toMd(NeutronBgpvpn bgpvpn)
toMd in class AbstractNeutronInterface<Bgpvpn,Bgpvpns,NeutronBgpvpn>protected Bgpvpn toMd(String uuid)
toMd in class AbstractNeutronInterface<Bgpvpn,Bgpvpns,NeutronBgpvpn>protected org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Bgpvpn> createInstanceIdentifier(Bgpvpn bgpvpn)
createInstanceIdentifier in class AbstractNeutronInterface<Bgpvpn,Bgpvpns,NeutronBgpvpn>protected org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Bgpvpns> createInstanceIdentifier()
createInstanceIdentifier in class AbstractNeutronInterface<Bgpvpn,Bgpvpns,NeutronBgpvpn>Copyright © 2017 OpenDaylight. All rights reserved.