Interface LinkAttributes

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<LinkAttributes>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<LinkstatePathAttribute>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, LinkstateAttribute

    public interface LinkAttributes
    extends org.opendaylight.yangtools.yang.binding.ChildOf<LinkstatePathAttribute>, org.opendaylight.yangtools.yang.binding.Augmentable<LinkAttributes>, LinkstateAttribute

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

     container link-attributes {
       uses linkstate-attribute;
     }
     
    The schema path to identify an instance is bgp-linkstate/linkstate-path-attribute/link-state-attribute/link-attributes-case/link-attributes

    To create instances of this class use LinkAttributesBuilder.

    See Also:
    LinkAttributesBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<LinkAttributes> 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 LinkstateAttribute