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 classAbstractNeutronNorthbound<T extends INeutronObject<T>,R extends INeutronRequest<T>,I extends INeutronCRUD<T>>interfaceINeutronRequest<T extends INeutronObject<T>>classNeutronRequest<T extends INeutronObject<T>>Abstract base class a correctNeutronRequest.toString()for allINeutronRequestimplementations.static classPaginatedRequestFactory.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 interfaceINeutronCRUD<T extends INeutronObject<T>>This interface defines the methods for CRUD of NB neutron objects.interfaceINeutronObject<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 interfaceINeutronAdminAttributes<T extends INeutronAdminAttributes<T>>This class contains behaviour common to Neutron configuration objects.interfaceINeutronBaseAttributes<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 classNeutronAdminAttributes<T extends NeutronAdminAttributes<T>>classNeutronBaseAttributes<T extends NeutronBaseAttributes<T>>classNeutronBgpvpnclassNeutronFirewallOpenStack Neutron v2.0 Firewall as a service (FWaaS) bindings.classNeutronFirewallPolicyOpenStack Neutron v2.0 Firewall as a service (FWaaS) bindings.classNeutronFirewallRuleOpenStack Neutron v2.0 Firewall as a service (FWaaS) bindings.classNeutronFloatingIpclassNeutronL2gatewayclassNeutronL2gatewayConnectionclassNeutronLoadBalancerOpenStack Neutron v2.0 Load Balancer as a service (LBaaS) bindings.classNeutronLoadBalancerHealthMonitorOpenStack Neutron v2.0 Load Balancer as a service (LBaaS) bindings.classNeutronLoadBalancerListenerOpenStack Neutron v2.0 Load Balancer as a service (LBaaS) bindings.classNeutronLoadBalancerPoolOpenStack Neutron v2.0 Load Balancer as a service (LBaaS) bindings.classNeutronLoadBalancerPoolMemberclassNeutronMeteringLabelclassNeutronMeteringLabelRuleclassNeutronNetworkclassNeutronObject<T extends NeutronObject<T>>classNeutronPortclassNeutronQosBandwidthLimitRuleclassNeutronQosDscpMarkingRuleclassNeutronQosMinimumBandwidthRuleclassNeutronQosPolicyclassNeutronRouterclassNeutronRouterInterfaceclassNeutronSecurityGroupOpenStack Neutron v2.0 Security Group bindings.classNeutronSecurityRuleSee OpenStack Network API v2.0 Reference for description of annotated attributes.classNeutronSFCFlowClassifierclassNeutronSFCPortChainclassNeutronSFCPortPairclassNeutronSFCPortPairGroupclassNeutronSubnetclassNeutronTapFlowclassNeutronTapServiceclassNeutronTrunkclassNeutronVpnIkePolicyclassNeutronVpnIpSecPolicyclassNeutronVpnIpSecSiteConnectionclassNeutronVpnService -
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 classAbstractNeutronInterface<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>>classAbstractTranscriberInterface<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)
-