public interface InterfaceCommonGrouping
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module ned
grouping interface-common-grouping {
container service-policy {
leaf history {
type empty;
}
leaf input {
type string;
}
leaf output {
type string;
}
container type {
container performance-monitor {
leaf direction {
type enumeration;
}
leaf name {
type string;
}
}
container service-chain {
leaf direction {
type enumeration;
}
leaf name {
type string;
}
}
}
}
}
The schema path to identify an instance is
ned/interface-common-grouping| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
ServicePolicy |
getServicePolicy()
Configure QoS Service Policy
|
ServicePolicy getServicePolicy()
org.opendaylight.yang.gen.v1.urn.ios.rev160308._interface.common.grouping.ServicePolicy servicePolicy, or null if not presentCopyright © 2017 OpenDaylight. All rights reserved.