Class NeutronVpnIpSecSiteConnectionsInterface
- java.lang.Object
-
- org.opendaylight.neutron.transcriber.AbstractTranscriberInterface<T,U,K,S,Neutron>
-
- org.opendaylight.neutron.transcriber.AbstractNeutronInterface<Ipsecsiteconnection,IpsecSiteConnections,IpsecsiteconnectionKey,NeutronVpnIpSecSiteConnection>
-
- org.opendaylight.neutron.transcriber.NeutronVpnIpSecSiteConnectionsInterface
-
- All Implemented Interfaces:
AutoCloseable
,INeutronCRUD<NeutronVpnIpSecSiteConnection>
,INeutronVpnIpSecSiteConnectionsCRUD
@Singleton public final class NeutronVpnIpSecSiteConnectionsInterface extends AbstractNeutronInterface<Ipsecsiteconnection,IpsecSiteConnections,IpsecsiteconnectionKey,NeutronVpnIpSecSiteConnection> implements INeutronVpnIpSecSiteConnectionsCRUD
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.opendaylight.neutron.spi.INeutronCRUD
INeutronCRUD.Result
-
-
Constructor Summary
Constructors Constructor Description NeutronVpnIpSecSiteConnectionsInterface(org.opendaylight.mdsal.binding.api.DataBroker db)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected NeutronVpnIpSecSiteConnection
fromMd(Ipsecsiteconnection ipsecSiteConnection)
protected Collection<Ipsecsiteconnection>
getDataObjectList(IpsecSiteConnections connections)
protected Ipsecsiteconnection
toMd(NeutronVpnIpSecSiteConnection ipsecSiteConnection)
-
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<Ipsecsiteconnection> getDataObjectList(IpsecSiteConnections connections)
-
fromMd
protected NeutronVpnIpSecSiteConnection fromMd(Ipsecsiteconnection ipsecSiteConnection)
- Specified by:
fromMd
in classAbstractTranscriberInterface<Ipsecsiteconnection,IpsecSiteConnections,IpsecsiteconnectionKey,NeutronVpnIpSecSiteConnection,Neutron>
-
toMd
protected Ipsecsiteconnection toMd(NeutronVpnIpSecSiteConnection ipsecSiteConnection)
- Specified by:
toMd
in classAbstractTranscriberInterface<Ipsecsiteconnection,IpsecSiteConnections,IpsecsiteconnectionKey,NeutronVpnIpSecSiteConnection,Neutron>
-
-