Interface LinkBandwidthExtendedCommunity
- All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>
,org.opendaylight.yangtools.binding.BindingObject
,org.opendaylight.yangtools.binding.DataContainer
,org.opendaylight.yangtools.binding.Grouping
- All Known Subinterfaces:
LinkBandwidthExtendedCommunity
@Generated("mdsal-binding-generator")
public interface LinkBandwidthExtendedCommunity
extends org.opendaylight.yangtools.binding.Grouping
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"; } }
-
Method Summary
Modifier and TypeMethodDescriptionReturn bandwidth, ornull
if it is not present.default @NonNull Bandwidth
Return bandwidth, guaranteed to be non-null.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getBandwidth
Bandwidth getBandwidth()Return bandwidth, ornull
if it is not present.Bandwidth of the link
- Returns:
Bandwidth
bandwidth, ornull
if it is not present.
-
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
-