Interface LinkBandwidthExtendedCommunity

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

    @Generated("mdsal-binding-generator")
    public interface LinkBandwidthExtendedCommunity
    extends org.opendaylight.yangtools.yang.binding.DataObject
    The Link Bandwidth extended community is optional non-transitive

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

     grouping link-bandwidth-extended-community {
       leaf bandwidth {
         type netc:bandwidth;
         units "bytes per second";
       }
     }
     
    The schema path to identify an instance is bgp-typeslink-bandwidth-extended-community
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        Bandwidth getBandwidth()
        Return bandwidth, or null if it is not present.
             
                 Bandwidth of the link
             
         
        Returns:
        Bandwidth bandwidth, or null if it is not present.
      • requireBandwidth

        default @NonNull Bandwidth requireBandwidth()
        Return bandwidth, guaranteed to be non-null.
             
                 Bandwidth of the link
             
         
        Returns:
        Bandwidth bandwidth, guaranteed to be non-null.
        Throws:
        NoSuchElementException - if bandwidth is not present