Interface ServerOrUser

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.ChoiceIn<ChangedBy>, org.opendaylight.yangtools.yang.binding.DataContainer
    All Known Subinterfaces:
    ByUser, Server

    @Generated("mdsal-binding-generator")
    public interface ServerOrUser
    extends org.opendaylight.yangtools.yang.binding.ChoiceIn<ChangedBy>

    This class represents the following YANG schema fragment defined in module ietf-netconf-notifications

     choice server-or-user {
       case server {
         leaf server {
           type empty;
         }
       }
       case by-user {
         uses common-session-parms;
       }
     }
     
    The schema path to identify an instance is ietf-netconf-notifications/changed-by-parms/changed-by/server-or-user
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME  
    • Method Summary

      • Methods inherited from interface org.opendaylight.yangtools.yang.binding.DataContainer

        implementedInterface
    • Field Detail

      • QNAME

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