public interface Lowwatermark extends ChildOf<LWM>, Augmentable<Lowwatermark>, Identifiable<LowwatermarkKey>
This class represents the following YANG schema fragment defined in module usecplugin
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/lowwatermark
To create instances of this class use LowwatermarkBuilder.
LowwatermarkBuilder,
LowwatermarkKey| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
String |
getDownwardTime() |
String |
getDstIP() |
Integer |
getDstPort() |
LowwatermarkKey |
getKey()
Returns Primary Key of Yang List Type
|
String |
getNodeConnectorID() |
String |
getNodeID() |
Integer |
getPacketSize() |
String |
getProtocol() |
String |
getSecKey() |
String |
getSrcIP() |
Integer |
getSrcPort() |
String |
getUpwardTime() |
getImplementedInterfacegetAugmentationString getSecKey()
java.lang.String secKey, or null if not presentString getNodeID()
java.lang.String nodeID, or null if not presentString getNodeConnectorID()
java.lang.String nodeConnectorID, or null if not presentString getSrcIP()
java.lang.String srcIP, or null if not presentString getDstIP()
java.lang.String dstIP, or null if not presentString getProtocol()
java.lang.String protocol, or null if not presentInteger getSrcPort()
java.lang.Integer srcPort, or null if not presentInteger getDstPort()
java.lang.Integer dstPort, or null if not presentInteger getPacketSize()
java.lang.Integer packetSize, or null if not presentString getUpwardTime()
java.lang.String upwardTime, or null if not presentString getDownwardTime()
java.lang.String downwardTime, or null if not presentLowwatermarkKey getKey()
getKey in interface Identifiable<LowwatermarkKey>org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.usecplugin.rev150105.lwm.LowwatermarkKey key, or null if not presentCopyright © 2016 OpenDaylight. All rights reserved.