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 NeutronFloatingIp
fromMd(Floatingip fip)
protected Collection<Floatingip>
getDataObjectList(Floatingips fips)
protected Floatingip
toMd(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:
getDataObjectList
in classAbstractTranscriberInterface<Floatingip,Floatingips,FloatingipKey,NeutronFloatingIp,Neutron>
-
toMd
protected Floatingip toMd(NeutronFloatingIp floatingIp)
- Specified by:
toMd
in classAbstractTranscriberInterface<Floatingip,Floatingips,FloatingipKey,NeutronFloatingIp,Neutron>
-
fromMd
protected NeutronFloatingIp fromMd(Floatingip fip)
- Specified by:
fromMd
in classAbstractTranscriberInterface<Floatingip,Floatingips,FloatingipKey,NeutronFloatingIp,Neutron>
-
-