public interface TrafficRateExtendedCommunity
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module bgp-flowspec
grouping traffic-rate-extended-community {
container traffic-rate-extended-community {
leaf informative-as {
type short-as-number;
}
leaf local-administrator {
type bandwidth;
}
}
}
The schema path to identify an instance is
bgp-flowspec/traffic-rate-extended-community| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
TrafficRateExtendedCommunity |
getTrafficRateExtendedCommunity() |
TrafficRateExtendedCommunity getTrafficRateExtendedCommunity()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev150807.traffic.rate.extended.community.TrafficRateExtendedCommunity trafficRateExtendedCommunity, or null if not presentCopyright © 2017 OpenDaylight. All rights reserved.