Interface AuthenticationKey

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<AuthenticationKey>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<DbInstance>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, EidContainer, org.opendaylight.yangtools.yang.binding.Identifiable<AuthenticationKeyKey>, MappingAuthkeyContainer

    public interface AuthenticationKey
    extends org.opendaylight.yangtools.yang.binding.ChildOf<DbInstance>, org.opendaylight.yangtools.yang.binding.Augmentable<AuthenticationKey>, EidContainer, MappingAuthkeyContainer, org.opendaylight.yangtools.yang.binding.Identifiable<AuthenticationKeyKey>
    A list of authentication keys for EID prefixes within the same Virtual Network Identifier

    This class represents the following YANG schema fragment defined in module odl-mappingservice

     list authentication-key {
       key eid-uri;
       ext:context-instance eid-context;
       leaf eid-uri {
         type eid-uri;
       }
       uses lisp-proto:eid-container;
       uses lisp-proto:mapping-authkey-container;
     }
     
    The schema path to identify an instance is odl-mappingservice/db-instance/authentication-key

    To create instances of this class use AuthenticationKeyBuilder.

    See Also:
    AuthenticationKeyBuilder, AuthenticationKeyKey
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • getEidUri

        @Nullable EidUri getEidUri()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.mappingservice.rev150906.EidUri eidUri, or null if not present