public interface TrafficMarkingExtendedCommunity extends org.opendaylight.yangtools.yang.binding.ChildOf<TrafficMarkingExtendedCommunity>, org.opendaylight.yangtools.yang.binding.Augmentable<TrafficMarkingExtendedCommunity>
This class represents the following YANG schema fragment defined in module bgp-flowspec
container traffic-marking-extended-community {
leaf global-administrator {
type dscp;
}
}
The schema path to identify an instance is
bgp-flowspec/traffic-marking-extended-community/traffic-marking-extended-community
To create instances of this class use TrafficMarkingExtendedCommunityBuilder.
TrafficMarkingExtendedCommunityBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Dscp |
getGlobalAdministrator() |
@Nullable Dscp getGlobalAdministrator()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev180329.Dscp globalAdministrator, or null if not presentCopyright © 2019 OpenDaylight. All rights reserved.