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

    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
        @Nullable IgpBits.UpDown getUpDown()
        Deprecated.
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.IgpBits.UpDown upDown, or null if not present
      • isIsIsUpDown

        @Nullable Boolean isIsIsUpDown()
        Returns:
        java.lang.Boolean isIsUpDown, or null if not present
      • isOspfNoUnicast

        @Nullable Boolean isOspfNoUnicast()
        Returns:
        java.lang.Boolean ospfNoUnicast, or null if not present
      • isOspfLocalAddress

        @Nullable Boolean isOspfLocalAddress()
        Returns:
        java.lang.Boolean ospfLocalAddress, or null if not present
      • isOspfPropagateNssa

        @Nullable Boolean isOspfPropagateNssa()
        Returns:
        java.lang.Boolean ospfPropagateNssa, or null if not present