public interface AttemptFromIPInput extends DataObject, Augmentable<AttemptFromIPInput>
This class represents the following YANG schema fragment defined in module usecpluginaaa
container input {
leaf srcIP {
type string;
}
}
The schema path to identify an instance is
usecpluginaaa/attemptFromIP/input
To create instances of this class use AttemptFromIPInputBuilder.
AttemptFromIPInputBuilder| 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.