public interface HWM extends ChildOf<UsecpluginData>, Augmentable<HWM>
This class represents the following YANG schema fragment defined in module usecplugin
container HWM {
list highwatermark {
key "secKey"
leaf secKey {
type string;
}
leaf nodeID {
type string;
}
leaf nodeConnectorID {
type string;
}
leaf srcIP {
type string;
}
leaf dstIP {
type string;
}
leaf protocol {
type string;
}
leaf srcPort {
type uint16;
}
leaf dstPort {
type uint16;
}
leaf packetSize {
type uint16;
}
leaf upwardTime {
type string;
}
leaf downwardTime {
type string;
}
}
}
The schema path to identify an instance is
usecplugin/HWM
To create instances of this class use HWMBuilder.
HWMBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
List<Highwatermark> |
getHighwatermark() |
getImplementedInterfacegetAugmentationList<Highwatermark> getHighwatermark()
java.util.List highwatermark, or null if not presentCopyright © 2016 OpenDaylight. All rights reserved.