Uses of Interface
org.opendaylight.neutron.spi.INeutronAdminAttributes
-
Packages that use INeutronAdminAttributes Package Description org.opendaylight.neutron.spi org.opendaylight.neutron.transcriber -
-
Uses of INeutronAdminAttributes in org.opendaylight.neutron.spi
Classes in org.opendaylight.neutron.spi with type parameters of type INeutronAdminAttributes Modifier and Type Interface Description interface
INeutronAdminAttributes<T extends INeutronAdminAttributes<T>>
This class contains behaviour common to Neutron configuration objects.Classes in org.opendaylight.neutron.spi that implement INeutronAdminAttributes Modifier and Type Class Description class
NeutronAdminAttributes<T extends NeutronAdminAttributes<T>>
class
NeutronBgpvpn
class
NeutronBgpvpnNetworkAssociation
class
NeutronBgpvpnRouterAssociation
class
NeutronLoadBalancer
OpenStack Neutron v2.0 Load Balancer as a service (LBaaS) bindings.class
NeutronNetwork
class
NeutronPort
class
NeutronRouter
class
NeutronTrunk
class
NeutronVpnIpSecSiteConnection
class
NeutronVpnService
-
Uses of INeutronAdminAttributes in org.opendaylight.neutron.transcriber
Methods in org.opendaylight.neutron.transcriber with type parameters of type INeutronAdminAttributes Modifier and Type Method Description protected <M extends AdminAttributes,S1 extends INeutronAdminAttributes<S1>>
voidAbstractTranscriberInterface. fromMdAdminAttributes(M attr, S1 answer)
protected <S1 extends INeutronAdminAttributes<S1>,M extends AdminAttributes,B extends org.opendaylight.yangtools.concepts.Builder<M>>
voidAbstractTranscriberInterface. toMdAdminAttributes(S1 neutronObject, B builder)
-