Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.mappingservice.rev150906.db.instance.Mapping
-
-
Uses of Mapping in org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.mappingservice.rev150906
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.mappingservice.rev150906 that return types with arguments of type Mapping Modifier and Type Method Description @Nullable List<Mapping>DbInstance. getMapping()A list of EID-to-RLOC mappings within the same Instance IDdefault @NonNull List<Mapping>DbInstance. nonnullMapping() -
Uses of Mapping in org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.mappingservice.rev150906.db.instance
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.mappingservice.rev150906.db.instance with type parameters of type Mapping Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Mapping>>
E$$MappingBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.mappingservice.rev150906.db.instance that return Mapping Modifier and Type Method Description MappingMappingBuilder. build()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.mappingservice.rev150906.db.instance that return types with arguments of type Mapping Modifier and Type Method Description default Class<Mapping>Mapping. implementedInterface()Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.mappingservice.rev150906.db.instance with type arguments of type Mapping Modifier and Type Method Description MappingBuilderMappingBuilder. addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Mapping>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<Mapping> augmentationValue)MappingBuilderMappingBuilder. addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Mapping>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<Mapping> augmentationValue)MappingBuilderMappingBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Mapping>> augmentationType)Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.mappingservice.rev150906.db.instance with parameters of type Mapping Constructor Description MappingBuilder(Mapping base) -
Uses of Mapping in org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.mappingservice.rev150906.mapping.database
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.mappingservice.rev150906.mapping.database that return types with arguments of type Mapping Modifier and Type Method Description List<Mapping>VirtualNetworkIdentifierBuilder. getMapping()Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.mappingservice.rev150906.mapping.database with type arguments of type Mapping Modifier and Type Method Description VirtualNetworkIdentifierBuilderVirtualNetworkIdentifierBuilder. setMapping(List<Mapping> values)
-