Class NeutronBgpvpnRouterAssociationInterface
- java.lang.Object
-
- org.opendaylight.neutron.transcriber.AbstractTranscriberInterface<T,U,K,S,Neutron>
-
- org.opendaylight.neutron.transcriber.AbstractNeutronInterface<BgpvpnRouterAssociation,BgpvpnRouterAssociations,BgpvpnRouterAssociationKey,NeutronBgpvpnRouterAssociation>
-
- org.opendaylight.neutron.transcriber.NeutronBgpvpnRouterAssociationInterface
-
- All Implemented Interfaces:
AutoCloseable
,INeutronBgpvpnRouterAssociationCRUD
,INeutronCRUD<NeutronBgpvpnRouterAssociation>
@Singleton public final class NeutronBgpvpnRouterAssociationInterface extends AbstractNeutronInterface<BgpvpnRouterAssociation,BgpvpnRouterAssociations,BgpvpnRouterAssociationKey,NeutronBgpvpnRouterAssociation> implements INeutronBgpvpnRouterAssociationCRUD
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.opendaylight.neutron.spi.INeutronCRUD
INeutronCRUD.Result
-
-
Constructor Summary
Constructors Constructor Description NeutronBgpvpnRouterAssociationInterface(org.opendaylight.mdsal.binding.api.DataBroker db)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected NeutronBgpvpnRouterAssociation
fromMd(BgpvpnRouterAssociation bgpvpnRouterAssociation)
protected Collection<BgpvpnRouterAssociation>
getDataObjectList(BgpvpnRouterAssociations bgpvpnRouterAssociations)
protected BgpvpnRouterAssociation
toMd(NeutronBgpvpnRouterAssociation bgpvpnRouterAssociation)
-
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<BgpvpnRouterAssociation> getDataObjectList(BgpvpnRouterAssociations bgpvpnRouterAssociations)
-
fromMd
protected NeutronBgpvpnRouterAssociation fromMd(BgpvpnRouterAssociation bgpvpnRouterAssociation)
-
toMd
protected BgpvpnRouterAssociation toMd(NeutronBgpvpnRouterAssociation bgpvpnRouterAssociation)
-
-