Interface IgpBits

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<IgpBits>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<PrefixState>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, IgpBits

    public interface IgpBits
    extends org.opendaylight.yangtools.yang.binding.ChildOf<PrefixState>, org.opendaylight.yangtools.yang.binding.Augmentable<IgpBits>, IgpBits

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

     container igp-bits {
       uses igp-bits;
     }
     
    The schema path to identify an instance is bgp-linkstate/prefix-state/igp-bits

    To create instances of this class use IgpBitsBuilder.

    See Also:
    IgpBitsBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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