public interface FragmentValue
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module bgp-flowspec
grouping fragment-value {
leaf op {
type bitmask-operand;
}
leaf value {
type fragment;
}
}
The schema path to identify an instance is
bgp-flowspec/fragment-value| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
BitmaskOperand |
getOp() |
Fragment |
getValue() |
BitmaskOperand getOp()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev150807.BitmaskOperand op, or null if not presentFragment getValue()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev150807.Fragment value, or null if not presentCopyright © 2017 OpenDaylight. All rights reserved.