public interface RedirectInput extends DataObject
This class represents the following YANG schema fragment defined in module ocp-extension
grouping redirectInput {
leaf ip {
type ipv4-address;
}
}
The schema path to identify an instance is
ocp-extension/redirectInput| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Address |
getIp() |
getImplementedInterfaceCopyright © 2016 OpenDaylight. All rights reserved.