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