Class NeutronFloatingIpInterface
- java.lang.Object
 - 
- org.opendaylight.neutron.transcriber.AbstractTranscriberInterface<T,U,K,S,Neutron>
 - 
- org.opendaylight.neutron.transcriber.AbstractNeutronInterface<Floatingip,Floatingips,FloatingipKey,NeutronFloatingIp>
 - 
- org.opendaylight.neutron.transcriber.NeutronFloatingIpInterface
 
 
 
 
- 
- All Implemented Interfaces:
 AutoCloseable,INeutronCRUD<NeutronFloatingIp>,INeutronFloatingIpCRUD
@Singleton public final class NeutronFloatingIpInterface extends AbstractNeutronInterface<Floatingip,Floatingips,FloatingipKey,NeutronFloatingIp> implements INeutronFloatingIpCRUD
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from interface org.opendaylight.neutron.spi.INeutronCRUD
INeutronCRUD.Result 
 - 
 
- 
Constructor Summary
Constructors Constructor Description NeutronFloatingIpInterface(org.opendaylight.mdsal.binding.api.DataBroker db) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected NeutronFloatingIpfromMd(Floatingip fip)protected Collection<Floatingip>getDataObjectList(Floatingips fips)protected FloatingiptoMd(NeutronFloatingIp floatingIp)- 
Methods inherited from class org.opendaylight.neutron.transcriber.AbstractNeutronInterface
getMdParentClass 
- 
Methods inherited from class org.opendaylight.neutron.transcriber.AbstractTranscriberInterface
add, areAllDependenciesAvailable, checkedCommit, close, exists, fromMdAdminAttributes, fromMdBaseAttributes, fromMdIds, get, getAll, getDataBroker, ifNonNull, readMd, remove, toMd, toMdAdminAttributes, toMdBaseAttributes, toMdIds, toMdIds, toUuid, update 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getDataObjectList
protected Collection<Floatingip> getDataObjectList(Floatingips fips)
- Specified by:
 getDataObjectListin classAbstractTranscriberInterface<Floatingip,Floatingips,FloatingipKey,NeutronFloatingIp,Neutron>
 
- 
toMd
protected Floatingip toMd(NeutronFloatingIp floatingIp)
- Specified by:
 toMdin classAbstractTranscriberInterface<Floatingip,Floatingips,FloatingipKey,NeutronFloatingIp,Neutron>
 
- 
fromMd
protected NeutronFloatingIp fromMd(Floatingip fip)
- Specified by:
 fromMdin classAbstractTranscriberInterface<Floatingip,Floatingips,FloatingipKey,NeutronFloatingIp,Neutron>
 
 - 
 
 -