Interface ObjectType

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.ChoiceIn<Linkstate>, org.opendaylight.yangtools.yang.binding.DataContainer
    All Known Subinterfaces:
    LinkCase, NodeCase, PrefixCase, TeLspCase

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

    This class represents the following YANG schema fragment defined in module bgp-linkstate

     choice object-type {
       case node-case {
         container node-descriptors {
           uses node-identifier;
         }
       }
       case link-case {
         container local-node-descriptors {
           uses node-identifier;
           uses bgp-epe:epe-node-descriptors;
         }
         container remote-node-descriptors {
           uses node-identifier;
           uses bgp-epe:epe-node-descriptors;
         }
         container link-descriptors {
           uses link-identifier;
         }
       }
       case prefix-case {
         container advertising-node-descriptors {
           uses node-identifier;
         }
         container prefix-descriptors {
           uses prefix-identifiers;
         }
       }
       case te-lsp-case {
         choice address-family {
           case ipv4-case {
             leaf ipv4-tunnel-sender-address {
               type inet:ipv4-address-no-zone;
             }
             leaf ipv4-tunnel-endpoint-address {
               type inet:ipv4-address-no-zone;
             }
           }
           case ipv6-case {
             leaf ipv6-tunnel-sender-address {
               type inet:ipv6-address-no-zone;
             }
             leaf ipv6-tunnel-endpoint-address {
               type inet:ipv6-address-no-zone;
             }
           }
         }
         leaf tunnel-id {
           type rsvp:tunnel-id;
         }
         leaf lsp-id {
           type rsvp:lsp-id;
         }
       }
     }
     
    The schema path to identify an instance is bgp-linkstatelinkstateobject-type
    • 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