public interface Dscps extends org.opendaylight.yangtools.yang.binding.ChildOf<Flowspec>, org.opendaylight.yangtools.yang.binding.Augmentable<Dscps>, DscpValue
This class represents the following YANG schema fragment defined in module bgp-flowspec
list dscps {
key leaf op {
type numeric-operand;
}
leaf value {
type dscp;
}
uses dscp-value;
}
The schema path to identify an instance is
bgp-flowspec/flowspec-destination/flowspec/flowspec-type/dscp-case/dscps
To create instances of this class use DscpsBuilder.
DscpsBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Copyright © 2017 OpenDaylight. All rights reserved.