Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.mappingservice.rev150906.db.instance.AuthenticationKey
-
-
Uses of AuthenticationKey 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 AuthenticationKey Modifier and Type Method Description @Nullable List<AuthenticationKey>DbInstance. getAuthenticationKey()A list of authentication keys for EID prefixes within the same Virtual Network Identifierdefault @NonNull List<AuthenticationKey>DbInstance. nonnullAuthenticationKey() -
Uses of AuthenticationKey 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 AuthenticationKey Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<AuthenticationKey>>
E$$AuthenticationKeyBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.mappingservice.rev150906.db.instance that return AuthenticationKey Modifier and Type Method Description AuthenticationKeyAuthenticationKeyBuilder. build()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.mappingservice.rev150906.db.instance that return types with arguments of type AuthenticationKey Modifier and Type Method Description default Class<AuthenticationKey>AuthenticationKey. implementedInterface()Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.mappingservice.rev150906.db.instance with type arguments of type AuthenticationKey Modifier and Type Method Description AuthenticationKeyBuilderAuthenticationKeyBuilder. addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<AuthenticationKey>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<AuthenticationKey> augmentationValue)AuthenticationKeyBuilderAuthenticationKeyBuilder. addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<AuthenticationKey>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<AuthenticationKey> augmentationValue)AuthenticationKeyBuilderAuthenticationKeyBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<AuthenticationKey>> augmentationType)Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.mappingservice.rev150906.db.instance with parameters of type AuthenticationKey Constructor Description AuthenticationKeyBuilder(AuthenticationKey base) -
Uses of AuthenticationKey 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 AuthenticationKey Modifier and Type Method Description List<AuthenticationKey>VirtualNetworkIdentifierBuilder. getAuthenticationKey()Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.mappingservice.rev150906.mapping.database with type arguments of type AuthenticationKey Modifier and Type Method Description VirtualNetworkIdentifierBuilderVirtualNetworkIdentifierBuilder. setAuthenticationKey(List<AuthenticationKey> values)
-