public interface TrafficActionExtendedCommunity extends org.opendaylight.yangtools.yang.binding.ChildOf<TrafficActionExtendedCommunity>, org.opendaylight.yangtools.yang.binding.Augmentable<TrafficActionExtendedCommunity>
This class represents the following YANG schema fragment defined in module bgp-flowspec
container traffic-action-extended-community {
leaf sample {
type sample;
}
leaf terminal-action {
type terminal-action;
}
}
The schema path to identify an instance is
bgp-flowspec/traffic-action-extended-community/traffic-action-extended-community
To create instances of this class use TrafficActionExtendedCommunityBuilder.
TrafficActionExtendedCommunityBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isSample() |
Boolean |
isTerminalAction() |
Copyright © 2017 OpenDaylight. All rights reserved.