public interface TrafficRateExtendedCommunity extends org.opendaylight.yangtools.yang.binding.ChildOf<TrafficRateExtendedCommunity>, org.opendaylight.yangtools.yang.binding.Augmentable<TrafficRateExtendedCommunity>
This class represents the following YANG schema fragment defined in module bgp-flowspec
container traffic-rate-extended-community {
leaf informative-as {
type bgp-t:short-as-number;
}
leaf local-administrator {
type netc:bandwidth;
}
}
The schema path to identify an instance is
bgp-flowspec/traffic-rate-extended-community/traffic-rate-extended-community
To create instances of this class use TrafficRateExtendedCommunityBuilder.
TrafficRateExtendedCommunityBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev180329.ShortAsNumber |
getInformativeAs() |
@Nullable org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.network.concepts.rev131125.Bandwidth |
getLocalAdministrator() |
@Nullable org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev180329.ShortAsNumber getInformativeAs()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev180329.ShortAsNumber informativeAs, or null if not present@Nullable org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.network.concepts.rev131125.Bandwidth getLocalAdministrator()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.network.concepts.rev131125.Bandwidth localAdministrator, or null if not presentCopyright © 2019 OpenDaylight. All rights reserved.