public interface AttacksToIPOutput extends DataObject, Augmentable<AttacksToIPOutput>
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/attacksToIP/output
To create instances of this class use AttacksToIPOutputBuilder.
AttacksToIPOutputBuilder| 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.