Uses of Interface
org.opendaylight.neutron.spi.INeutronObject
-
Packages that use INeutronObject Package Description org.opendaylight.neutron.northbound.api org.opendaylight.neutron.spi org.opendaylight.neutron.transcriber -
-
Uses of INeutronObject in org.opendaylight.neutron.northbound.api
Classes in org.opendaylight.neutron.northbound.api with type parameters of type INeutronObject Modifier and Type Class Description class
AbstractNeutronNorthbound<T extends INeutronObject<T>,R extends INeutronRequest<T>,I extends INeutronCRUD<T>>
interface
INeutronRequest<T extends INeutronObject<T>>
class
NeutronRequest<T extends INeutronObject<T>>
Abstract base class a correctNeutronRequest.toString()
for allINeutronRequest
implementations.static class
PaginatedRequestFactory.PaginationResults<T extends INeutronObject<T>>
Methods in org.opendaylight.neutron.northbound.api with type parameters of type INeutronObject Modifier and Type Method Description static <T extends INeutronObject<T>>
INeutronRequest<T>PaginatedRequestFactory. createRequest(Integer limit, String marker, Boolean pageReverse, javax.ws.rs.core.UriInfo uriInfo, List<T> collection, Class<T> clazz)
-
Uses of INeutronObject in org.opendaylight.neutron.spi
Classes in org.opendaylight.neutron.spi with type parameters of type INeutronObject Modifier and Type Interface Description interface
INeutronCRUD<T extends INeutronObject<T>>
This interface defines the methods for CRUD of NB neutron objects.interface
INeutronObject<T extends INeutronObject<T>>
This class contains behaviour common to Neutron configuration objects.Subinterfaces of INeutronObject in org.opendaylight.neutron.spi Modifier and Type Interface Description interface
INeutronAdminAttributes<T extends INeutronAdminAttributes<T>>
This class contains behaviour common to Neutron configuration objects.interface
INeutronBaseAttributes<T extends INeutronBaseAttributes<T>>
This class contains behaviour common to Neutron configuration objects.Classes in org.opendaylight.neutron.spi that implement INeutronObject Modifier and Type Class Description class
NeutronAdminAttributes<T extends NeutronAdminAttributes<T>>
class
NeutronBaseAttributes<T extends NeutronBaseAttributes<T>>
class
NeutronBgpvpn
class
NeutronBgpvpnNetworkAssociation
class
NeutronBgpvpnRouterAssociation
class
NeutronFirewall
OpenStack Neutron v2.0 Firewall as a service (FWaaS) bindings.class
NeutronFirewallPolicy
OpenStack Neutron v2.0 Firewall as a service (FWaaS) bindings.class
NeutronFirewallRule
OpenStack Neutron v2.0 Firewall as a service (FWaaS) bindings.class
NeutronFloatingIp
class
NeutronL2gateway
class
NeutronL2gatewayConnection
class
NeutronLoadBalancer
OpenStack Neutron v2.0 Load Balancer as a service (LBaaS) bindings.class
NeutronLoadBalancerHealthMonitor
OpenStack Neutron v2.0 Load Balancer as a service (LBaaS) bindings.class
NeutronLoadBalancerListener
OpenStack Neutron v2.0 Load Balancer as a service (LBaaS) bindings.class
NeutronLoadBalancerPool
OpenStack Neutron v2.0 Load Balancer as a service (LBaaS) bindings.class
NeutronLoadBalancerPoolMember
class
NeutronMeteringLabel
class
NeutronMeteringLabelRule
class
NeutronNetwork
class
NeutronObject<T extends NeutronObject<T>>
class
NeutronPort
class
NeutronQosBandwidthLimitRule
class
NeutronQosDscpMarkingRule
class
NeutronQosMinimumBandwidthRule
class
NeutronQosPolicy
class
NeutronRouter
class
NeutronRouterInterface
class
NeutronSecurityGroup
OpenStack Neutron v2.0 Security Group bindings.class
NeutronSecurityRule
See OpenStack Network API v2.0 Reference for description of annotated attributes.class
NeutronSFCFlowClassifier
class
NeutronSFCPortChain
class
NeutronSFCPortPair
class
NeutronSFCPortPairGroup
class
NeutronSubnet
class
NeutronTapFlow
class
NeutronTapService
class
NeutronTrunk
class
NeutronVpnIkePolicy
class
NeutronVpnIpSecPolicy
class
NeutronVpnIpSecSiteConnection
class
NeutronVpnService
-
Uses of INeutronObject in org.opendaylight.neutron.transcriber
Classes in org.opendaylight.neutron.transcriber with type parameters of type INeutronObject Modifier and Type Class Description class
AbstractNeutronInterface<T extends org.opendaylight.yangtools.yang.binding.DataObject & org.opendaylight.yangtools.yang.binding.Identifiable<K> & org.opendaylight.yangtools.yang.binding.ChildOf<? super U>,U extends org.opendaylight.yangtools.yang.binding.ChildOf<? super Neutron> & org.opendaylight.yangtools.yang.binding.Augmentable<U>,K extends org.opendaylight.yangtools.yang.binding.Identifier<T>,S extends INeutronObject<S>>
class
AbstractTranscriberInterface<T extends org.opendaylight.yangtools.yang.binding.DataObject & org.opendaylight.yangtools.yang.binding.Identifiable<K> & org.opendaylight.yangtools.yang.binding.ChildOf<? super U>,U extends org.opendaylight.yangtools.yang.binding.ChildOf<? super V> & org.opendaylight.yangtools.yang.binding.Augmentable<U>,K extends org.opendaylight.yangtools.yang.binding.Identifier<T>,S extends INeutronObject<S>,V extends org.opendaylight.yangtools.yang.binding.DataObject>
Base class of Transcriber converts data from/to neutron spi to/from md-sal yang model.Methods in org.opendaylight.neutron.transcriber with type parameters of type INeutronObject Modifier and Type Method Description protected <S1 extends INeutronObject<S1>>
voidAbstractTranscriberInterface. fromMdIds(IdAttributes idAttributes, INeutronObject<S1> answer)
protected <S1 extends INeutronObject<S1>,M extends IdAttributes,B extends org.opendaylight.yangtools.concepts.Builder<M>>
voidAbstractTranscriberInterface. toMdIds(INeutronObject<S1> neutronObject, B builder)
protected static <S1 extends INeutronObject<S1>,M extends IdAttributes,B extends org.opendaylight.yangtools.concepts.Builder<M>>
BAbstractTranscriberInterface. toMdIds(INeutronObject<S1> neutronObject, Class<B> builderClass)
Methods in org.opendaylight.neutron.transcriber with parameters of type INeutronObject Modifier and Type Method Description protected <S1 extends INeutronObject<S1>>
voidAbstractTranscriberInterface. fromMdIds(IdAttributes idAttributes, INeutronObject<S1> answer)
protected <S1 extends INeutronObject<S1>,M extends IdAttributes,B extends org.opendaylight.yangtools.concepts.Builder<M>>
voidAbstractTranscriberInterface. toMdIds(INeutronObject<S1> neutronObject, B builder)
protected static <S1 extends INeutronObject<S1>,M extends IdAttributes,B extends org.opendaylight.yangtools.concepts.Builder<M>>
BAbstractTranscriberInterface. toMdIds(INeutronObject<S1> neutronObject, Class<B> builderClass)
-