public interface Security extends ChildOf<UsecpluginaaaData>, Augmentable<Security>
This class represents the following YANG schema fragment defined in module usecpluginaaa
container security {
list loginattempts {
key "time"
leaf time {
type string;
}
leaf srcIP {
type string;
}
leaf attempt {
type string;
}
}
}
The schema path to identify an instance is
usecpluginaaa/security
To create instances of this class use SecurityBuilder.
SecurityBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
List<Loginattempts> |
getLoginattempts() |
getImplementedInterfacegetAugmentationList<Loginattempts> getLoginattempts()
java.util.List loginattempts, or null if not presentCopyright © 2016 OpenDaylight. All rights reserved.