public interface ConformAction extends org.opendaylight.yangtools.yang.binding.ChildOf<ConformSetQosTransmitTable>, org.opendaylight.yangtools.yang.binding.Augmentable<ConformAction>
This class represents the following YANG schema fragment defined in module ned
container conform-action { leaf set-qos-transmit { type qos_value-type; } leaf table { type leafref; } }The schema path to identify an instance is ned/police-conform-action-grouping/conform-set-qos-transmit-table/conform-action
To create instances of this class use ConformActionBuilder
.
ConformActionBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
QosValueType |
getSetQosTransmit()
set qos-group and send it
|
String |
getTable()
Specify table-map
|
QosValueType getSetQosTransmit()
org.opendaylight.yang.gen.v1.urn.ios.rev160308.QosValueType
setQosTransmit
, or null
if not presentString getTable()
java.lang.String
table
, or null
if not presentCopyright © 2017 OpenDaylight. All rights reserved.