public interface Policer extends org.opendaylight.yangtools.yang.binding.ChildOf<Native>, org.opendaylight.yangtools.yang.binding.Augmentable<Policer>
This class represents the following YANG schema fragment defined in module ned
container policer { list aggregate { key "name" leaf name { type string; } leaf cir { type uint32; } leaf bc { type uint32; } leaf conform-action { type empty; } leaf set-qos-transmit { type uint8; } leaf set-dot1ad-dei-transmit { type uint8; } leaf set-prec-transmit { type prec_value-type; } container set-prec-transmit-table { leaf table { type string; } } leaf set-dscp-transmit { type dscp-type; } container set-dscp-transmit-table { leaf table { type string; } } leaf set-cos-transmit { type cos_value-type; } container set-cos-transmit-table { leaf table { type string; } } leaf transmit { type empty; } leaf exceed-action { type empty; } leaf drop { type empty; } container exceed-transmit { leaf transmit { type empty; } } } }The schema path to identify an instance is ned/native/policer
To create instances of this class use PolicerBuilder
.
PolicerBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
List<Aggregate> |
getAggregate()
Named aggregate policer
|
Copyright © 2017 OpenDaylight. All rights reserved.