public interface Loginattempts extends ChildOf<Security>, Augmentable<Loginattempts>, Identifiable<LoginattemptsKey>
This class represents the following YANG schema fragment defined in module usecpluginaaa
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/loginattempts
To create instances of this class use LoginattemptsBuilder.
LoginattemptsBuilder,
LoginattemptsKey| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttempt() |
LoginattemptsKey |
getKey()
Returns Primary Key of Yang List Type
|
String |
getSrcIP() |
String |
getTime() |
getImplementedInterfacegetAugmentationString getTime()
java.lang.String time, or null if not presentString getSrcIP()
java.lang.String srcIP, or null if not presentString getAttempt()
java.lang.String attempt, or null if not presentLoginattemptsKey getKey()
getKey in interface Identifiable<LoginattemptsKey>org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.usecpluginaaa.rev150105.security.LoginattemptsKey key, or null if not presentCopyright © 2016 OpenDaylight. All rights reserved.