Uses of Interface
org.opendaylight.neutron.spi.INeutronCRUD
-
Packages that use INeutronCRUD Package Description org.opendaylight.neutron.northbound.api org.opendaylight.neutron.spi org.opendaylight.neutron.transcriber -
-
Uses of INeutronCRUD in org.opendaylight.neutron.northbound.api
Classes in org.opendaylight.neutron.northbound.api with type parameters of type INeutronCRUD Modifier and Type Class Description classAbstractNeutronNorthbound<T extends INeutronObject<T>,R extends INeutronRequest<T>,I extends INeutronCRUD<T>> -
Uses of INeutronCRUD in org.opendaylight.neutron.spi
Subinterfaces of INeutronCRUD in org.opendaylight.neutron.spi Modifier and Type Interface Description interfaceINeutronBgpvpnCRUDThis interface defines the methods for CRUD of NB bgpvpn objects.interfaceINeutronFirewallCRUDThis interface defines the methods for CRUD of NB OpenStack Firewall objects.interfaceINeutronFirewallPolicyCRUDThis interface defines the methods for CRUD of NB OpenStack Firewall Policy objects.interfaceINeutronFirewallRuleCRUDThis interface defines the methods for CRUD of NB OpenStack Firewall Rule objects.interfaceINeutronFloatingIpCRUDThis interface defines the methods for CRUD of NB FloatingIp objects.interfaceINeutronL2gatewayConnectionCRUDThis interface defines the methods for CRUD of NB OpenStack L2gateway Connection objects.interfaceINeutronL2gatewayCRUDThis interface defines the methods for CRUD of NB OpenStack L2gateway objects.interfaceINeutronLoadBalancerCRUDThis interface defines the methods for CRUD of NB OpenStack LoadBalancer objects.interfaceINeutronLoadBalancerHealthMonitorCRUDThis interface defines the methods for CRUD of NB OpenStack LoadBalancerHealthMonitor objects.interfaceINeutronLoadBalancerListenerCRUDThis interface defines the methods for CRUD of NB OpenStack LoadBalancerListener objects.interfaceINeutronLoadBalancerPoolCRUDThis interface defines the methods for CRUD of NB OpenStack LoadBalancerPool objects.interfaceINeutronMeteringLabelCRUDinterfaceINeutronMeteringLabelRuleCRUDinterfaceINeutronNetworkCRUDThis interface defines the methods for CRUD of NB network objects.interfaceINeutronPortCRUDThis interface defines the methods for CRUD of NB Port objects.interfaceINeutronQosPolicyCRUDThis interface defines the methods for CRUD of NB OpenStack Qos Policy objects.interfaceINeutronRouterCRUDThis interface defines the methods for CRUD of NB Router objects.interfaceINeutronSecurityGroupCRUDThis interface defines the methods for CRUD of NB OpenStack Security Group objects.interfaceINeutronSecurityRuleCRUDThis interface defines the methods for CRUD of NB OpenStack Security Rule objects.interfaceINeutronSFCFlowClassifierCRUDThis interface defines the methods for CRUD of NB SFC Flow Classifier objects.interfaceINeutronSFCPortChainCRUDThis interface defines the methods for CRUD of NB SFC Port Chain objects.interfaceINeutronSFCPortPairCRUDThis interface defines the methods for CRUD of NB SFC Port Pair objects.interfaceINeutronSFCPortPairGroupCRUDThis interface defines the methods for CRUD of NB SFC Port Pair Group objects.interfaceINeutronSubnetCRUDThis interface defines the methods for CRUD of NB Subnet objects.interfaceINeutronTapFlowCRUDThis interface defines the methods for CRUD of NB OpenStack Tap Flow objects.interfaceINeutronTapServiceCRUDThis interface defines the methods for CRUD of NB OpenStack Tap Service objects.interfaceINeutronTrunkCRUDThis interface defines the methods for CRUD of NB trunk objects.interfaceINeutronVpnIkePolicyCRUDinterfaceINeutronVpnIpSecPolicyCRUDinterfaceINeutronVpnIpSecSiteConnectionsCRUDinterfaceINeutronVpnServiceCRUDThis interface defines the methods for CRUD of NB VPNService objects. -
Uses of INeutronCRUD in org.opendaylight.neutron.transcriber
Classes in org.opendaylight.neutron.transcriber that implement INeutronCRUD 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.classNeutronBgpvpnInterfaceclassNeutronFirewallInterfaceclassNeutronFirewallPolicyInterfaceclassNeutronFirewallRuleInterfaceclassNeutronFloatingIpInterfaceclassNeutronL2gatewayConnectionInterfaceclassNeutronL2gatewayInterfaceclassNeutronLoadBalancerHealthMonitorInterfaceclassNeutronLoadBalancerInterfaceclassNeutronLoadBalancerListenerInterfaceclassNeutronLoadBalancerPoolInterfaceclassNeutronMeteringLabelInterfaceclassNeutronMeteringLabelRuleInterfaceclassNeutronNetworkInterfaceclassNeutronPortInterfaceclassNeutronQosPolicyInterfaceclassNeutronRouterInterfaceclassNeutronSecurityGroupInterfaceclassNeutronSecurityRuleInterfaceclassNeutronSFCFlowClassifierInterfaceCreated by Anil Vishnoi (avishnoi@Brocade.com) on 6/24/16.classNeutronSFCPortChainInterfaceCreated by Anil Vishnoi (avishnoi@Brocade.com).classNeutronSFCPortPairGroupInterfaceCreated by Anil Vishnoi (avishnoi@Brocade.com).classNeutronSFCPortPairInterfaceCreated by Anil Vishnoi (avishnoi@Brocade.com).classNeutronSubnetInterfaceclassNeutronTapFlowInterfaceclassNeutronTapServiceInterfaceclassNeutronTrunkInterfaceclassNeutronVpnIkePolicyInterfaceclassNeutronVpnIpSecPolicyInterfaceclassNeutronVpnIpSecSiteConnectionsInterfaceclassNeutronVpnServiceInterface
-