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 class
AbstractNeutronNorthbound<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 interface
INeutronBgpvpnCRUD
This interface defines the methods for CRUD of NB bgpvpn objects.interface
INeutronBgpvpnNetworkAssociationCRUD
interface
INeutronBgpvpnRouterAssociationCRUD
interface
INeutronFirewallCRUD
This interface defines the methods for CRUD of NB OpenStack Firewall objects.interface
INeutronFirewallPolicyCRUD
This interface defines the methods for CRUD of NB OpenStack Firewall Policy objects.interface
INeutronFirewallRuleCRUD
This interface defines the methods for CRUD of NB OpenStack Firewall Rule objects.interface
INeutronFloatingIpCRUD
This interface defines the methods for CRUD of NB FloatingIp objects.interface
INeutronL2gatewayConnectionCRUD
This interface defines the methods for CRUD of NB OpenStack L2gateway Connection objects.interface
INeutronL2gatewayCRUD
This interface defines the methods for CRUD of NB OpenStack L2gateway objects.interface
INeutronLoadBalancerCRUD
This interface defines the methods for CRUD of NB OpenStack LoadBalancer objects.interface
INeutronLoadBalancerHealthMonitorCRUD
This interface defines the methods for CRUD of NB OpenStack LoadBalancerHealthMonitor objects.interface
INeutronLoadBalancerListenerCRUD
This interface defines the methods for CRUD of NB OpenStack LoadBalancerListener objects.interface
INeutronLoadBalancerPoolCRUD
This interface defines the methods for CRUD of NB OpenStack LoadBalancerPool objects.interface
INeutronMeteringLabelCRUD
interface
INeutronMeteringLabelRuleCRUD
interface
INeutronNetworkCRUD
This interface defines the methods for CRUD of NB network objects.interface
INeutronPortCRUD
This interface defines the methods for CRUD of NB Port objects.interface
INeutronQosPolicyCRUD
This interface defines the methods for CRUD of NB OpenStack Qos Policy objects.interface
INeutronRouterCRUD
This interface defines the methods for CRUD of NB Router objects.interface
INeutronSecurityGroupCRUD
This interface defines the methods for CRUD of NB OpenStack Security Group objects.interface
INeutronSecurityRuleCRUD
This interface defines the methods for CRUD of NB OpenStack Security Rule objects.interface
INeutronSFCFlowClassifierCRUD
This interface defines the methods for CRUD of NB SFC Flow Classifier objects.interface
INeutronSFCPortChainCRUD
This interface defines the methods for CRUD of NB SFC Port Chain objects.interface
INeutronSFCPortPairCRUD
This interface defines the methods for CRUD of NB SFC Port Pair objects.interface
INeutronSFCPortPairGroupCRUD
This interface defines the methods for CRUD of NB SFC Port Pair Group objects.interface
INeutronSubnetCRUD
This interface defines the methods for CRUD of NB Subnet objects.interface
INeutronTapFlowCRUD
This interface defines the methods for CRUD of NB OpenStack Tap Flow objects.interface
INeutronTapServiceCRUD
This interface defines the methods for CRUD of NB OpenStack Tap Service objects.interface
INeutronTrunkCRUD
This interface defines the methods for CRUD of NB trunk objects.interface
INeutronVpnIkePolicyCRUD
interface
INeutronVpnIpSecPolicyCRUD
interface
INeutronVpnIpSecSiteConnectionsCRUD
interface
INeutronVpnServiceCRUD
This 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 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.class
NeutronBgpvpnInterface
class
NeutronBgpvpnNetworkAssociationInterface
class
NeutronBgpvpnRouterAssociationInterface
class
NeutronFirewallInterface
class
NeutronFirewallPolicyInterface
class
NeutronFirewallRuleInterface
class
NeutronFloatingIpInterface
class
NeutronL2gatewayConnectionInterface
class
NeutronL2gatewayInterface
class
NeutronLoadBalancerHealthMonitorInterface
class
NeutronLoadBalancerInterface
class
NeutronLoadBalancerListenerInterface
class
NeutronLoadBalancerPoolInterface
class
NeutronMeteringLabelInterface
class
NeutronMeteringLabelRuleInterface
class
NeutronNetworkInterface
class
NeutronPortInterface
class
NeutronQosPolicyInterface
class
NeutronRouterInterface
class
NeutronSecurityGroupInterface
class
NeutronSecurityRuleInterface
class
NeutronSFCFlowClassifierInterface
Created by Anil Vishnoi (avishnoi@Brocade.com) on 6/24/16.class
NeutronSFCPortChainInterface
Created by Anil Vishnoi (avishnoi@Brocade.com).class
NeutronSFCPortPairGroupInterface
Created by Anil Vishnoi (avishnoi@Brocade.com).class
NeutronSFCPortPairInterface
Created by Anil Vishnoi (avishnoi@Brocade.com).class
NeutronSubnetInterface
class
NeutronTapFlowInterface
class
NeutronTapServiceInterface
class
NeutronTrunkInterface
class
NeutronVpnIkePolicyInterface
class
NeutronVpnIpSecPolicyInterface
class
NeutronVpnIpSecSiteConnectionsInterface
class
NeutronVpnServiceInterface
-