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-linkstate/igp-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:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.IgpBits.UpDown upDown, or null if it is not present.
      • getIsIsUpDown

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

        @Deprecated(forRemoval=true)
        default Boolean isIsIsUpDown()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getOspfNoUnicast

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

        @Deprecated(forRemoval=true)
        default Boolean isOspfNoUnicast()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getOspfLocalAddress

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

        @Deprecated(forRemoval=true)
        default Boolean isOspfLocalAddress()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getOspfPropagateNssa

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

        @Deprecated(forRemoval=true)
        default Boolean isOspfPropagateNssa()
        Deprecated, for removal: This API element is subject to removal in a future version.