public interface Ip extends DataObject, Augmentable<Ip>, TerminationPointType
This class represents the following YANG schema fragment defined in module l3-unicast-igp-topology
case ip { leaf-list ip-address { type inet:ip-address; } }The schema path to identify an instance is l3-unicast-igp-topology/igp-termination-point-attributes/igp-termination-point-attributes/termination-point-type/ip
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable List<IpAddress> |
getIpAddress()
IPv4 or IPv6 address
|
augmentation
getImplementedInterface
Copyright © 2019 OpenDaylight. All rights reserved.