public interface LWM extends ChildOf<UsecpluginData>, Augmentable<LWM>
This class represents the following YANG schema fragment defined in module usecplugin
container LWM {
list lowwatermark {
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/LWM
To create instances of this class use LWMBuilder.
LWMBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
List<Lowwatermark> |
getLowwatermark() |
getImplementedInterfacegetAugmentationList<Lowwatermark> getLowwatermark()
java.util.List lowwatermark, or null if not presentCopyright © 2016 OpenDaylight. All rights reserved.