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