public interface AttacksToIPInput extends DataObject, Augmentable<AttacksToIPInput>
This class represents the following YANG schema fragment defined in module usecplugin
container input {
leaf DstIP {
type string;
}
}
The schema path to identify an instance is
usecplugin/attacksToIP/input
To create instances of this class use AttacksToIPInputBuilder.
AttacksToIPInputBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
String |
getDstIP() |
getImplementedInterfacegetAugmentationString getDstIP()
java.lang.String dstIP, or null if not presentCopyright © 2016 OpenDaylight. All rights reserved.