All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>, org.opendaylight.yangtools.binding.ChoiceIn<LinkstatePathAttribute>, org.opendaylight.yangtools.binding.DataContainer
All Known Subinterfaces:
LinkAttributesCase, NodeAttributesCase, PrefixAttributesCase

@Generated("mdsal-binding-generator") public interface LinkStateAttribute extends org.opendaylight.yangtools.binding.ChoiceIn<LinkstatePathAttribute>

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

 choice link-state-attribute {
   case node-attributes-case {
     container node-attributes {
       uses node-state;
     }
   }
   case link-attributes-case {
     container link-attributes {
       uses linkstate-attribute;
     }
   }
   case prefix-attributes-case {
     container prefix-attributes {
       uses prefix-state;
     }
   }
 }
 
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final @NonNull org.opendaylight.yangtools.yang.common.QName
    YANG identifier of the statement represented by this class.
  • Method Summary

    Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract

    implementedInterface
  • Field Details

    • QNAME

      static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
      YANG identifier of the statement represented by this class.