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 interfaceINeutronAdminAttributes<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 classNeutronAdminAttributes<T extends NeutronAdminAttributes<T>>classNeutronBgpvpnclassNeutronBgpvpnNetworkAssociationclassNeutronBgpvpnRouterAssociationclassNeutronLoadBalancerOpenStack Neutron v2.0 Load Balancer as a service (LBaaS) bindings.classNeutronNetworkclassNeutronPortclassNeutronRouterclassNeutronTrunkclassNeutronVpnIpSecSiteConnectionclassNeutronVpnService -
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)
-