Interface LinkBandwidthExtendedCommunity
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
,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"; } }
-
Field Summary
Modifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QName
YANG identifier of the statement represented by this class. -
Method Summary
Modifier and TypeMethodDescriptionReturn bandwidth, ornull
if it is not present.Class<? extends LinkBandwidthExtendedCommunity>
default @NonNull Bandwidth
Return bandwidth, guaranteed to be non-null.
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEYANG identifier of the statement represented by this class.
-
-
Method Details
-
implementedInterface
Class<? extends LinkBandwidthExtendedCommunity> implementedInterface()- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
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
-