Interface IgpBits

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    IgpBits

    @Generated("mdsal-binding-generator")
    public interface IgpBits
    extends org.opendaylight.yangtools.yang.binding.DataObject

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

     grouping igp-bits {
       leaf up-down {
         status deprecated;
         type bits {
           bit up-down {
             position 0;
           }
         }
       }
       leaf is-is-up-down {
         type boolean;
       }
       leaf ospf-no-unicast {
         type boolean;
       }
       leaf ospf-local-address {
         type boolean;
       }
       leaf ospf-propagate-nssa {
         type boolean;
       }
     }
     
    The schema path to identify an instance is bgp-linkstateigp-bits
    • Field Detail

      • QNAME

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

      • implementedInterface

        Class<? extends IgpBits> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getUpDown

        @Deprecated
        IgpBits.UpDown getUpDown()
        Deprecated.
        Return upDown, or null if it is not present.
        Returns:
        UpDown upDown, or null if it is not present.
      • requireUpDown

        default @NonNull IgpBits.UpDown requireUpDown()
        Return upDown, guaranteed to be non-null.
        Returns:
        UpDown upDown, guaranteed to be non-null.
        Throws:
        NoSuchElementException - if upDown is not present
      • getIsIsUpDown

        Boolean getIsIsUpDown()
        Return isIsUpDown, or null if it is not present.
        Returns:
        Boolean isIsUpDown, or null if it is not present.
      • requireIsIsUpDown

        default @NonNull Boolean requireIsIsUpDown()
        Return isIsUpDown, guaranteed to be non-null.
        Returns:
        Boolean isIsUpDown, guaranteed to be non-null.
        Throws:
        NoSuchElementException - if isIsUpDown is not present
      • getOspfNoUnicast

        Boolean getOspfNoUnicast()
        Return ospfNoUnicast, or null if it is not present.
        Returns:
        Boolean ospfNoUnicast, or null if it is not present.
      • requireOspfNoUnicast

        default @NonNull Boolean requireOspfNoUnicast()
        Return ospfNoUnicast, guaranteed to be non-null.
        Returns:
        Boolean ospfNoUnicast, guaranteed to be non-null.
        Throws:
        NoSuchElementException - if ospfNoUnicast is not present
      • getOspfLocalAddress

        Boolean getOspfLocalAddress()
        Return ospfLocalAddress, or null if it is not present.
        Returns:
        Boolean ospfLocalAddress, or null if it is not present.
      • requireOspfLocalAddress

        default @NonNull Boolean requireOspfLocalAddress()
        Return ospfLocalAddress, guaranteed to be non-null.
        Returns:
        Boolean ospfLocalAddress, guaranteed to be non-null.
        Throws:
        NoSuchElementException - if ospfLocalAddress is not present
      • getOspfPropagateNssa

        Boolean getOspfPropagateNssa()
        Return ospfPropagateNssa, or null if it is not present.
        Returns:
        Boolean ospfPropagateNssa, or null if it is not present.
      • requireOspfPropagateNssa

        default @NonNull Boolean requireOspfPropagateNssa()
        Return ospfPropagateNssa, guaranteed to be non-null.
        Returns:
        Boolean ospfPropagateNssa, guaranteed to be non-null.
        Throws:
        NoSuchElementException - if ospfPropagateNssa is not present