public class NeutronSubnetInterface extends AbstractNeutronInterface<Subnet,Subnets,NeutronSubnet> implements INeutronSubnetCRUD
Modifier and Type | Method and Description |
---|---|
protected org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Subnets> |
createInstanceIdentifier() |
protected org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Subnet> |
createInstanceIdentifier(Subnet subnet) |
protected NeutronSubnet |
fromMd(Subnet subnet) |
protected List<Subnet> |
getDataObjectList(Subnets subnets) |
protected Subnet |
toMd(NeutronSubnet subnet) |
protected Subnet |
toMd(String uuid) |
add, addMd, close, exists, get, getAll, getDataBroker, inUse, overwrite, readMd, remove, removeMd, toUuid, update, updateMd
protected List<Subnet> getDataObjectList(Subnets subnets)
getDataObjectList
in class AbstractNeutronInterface<Subnet,Subnets,NeutronSubnet>
protected NeutronSubnet fromMd(Subnet subnet)
fromMd
in class AbstractNeutronInterface<Subnet,Subnets,NeutronSubnet>
protected Subnet toMd(NeutronSubnet subnet)
toMd
in class AbstractNeutronInterface<Subnet,Subnets,NeutronSubnet>
protected org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Subnet> createInstanceIdentifier(Subnet subnet)
createInstanceIdentifier
in class AbstractNeutronInterface<Subnet,Subnets,NeutronSubnet>
protected org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Subnets> createInstanceIdentifier()
createInstanceIdentifier
in class AbstractNeutronInterface<Subnet,Subnets,NeutronSubnet>
protected Subnet toMd(String uuid)
toMd
in class AbstractNeutronInterface<Subnet,Subnets,NeutronSubnet>
Copyright © 2017 OpenDaylight. All rights reserved.