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