public interface OspfPrefixAttributes extends ChildOf<OspfPrefixAttributes>, Augmentable<OspfPrefixAttributes>
This class represents the following YANG schema fragment defined in module ospf-topology
container ospf-prefix-attributes { leaf forwarding-address { when ../../l3t:l3-unicast-igp-topology/l3t:ospf/l3t:router-type/l3t:asbr; type inet:ipv4-address; } }The schema path to identify an instance is ospf-topology/ospf-prefix-attributes/ospf-prefix-attributes
To create instances of this class use OspfPrefixAttributesBuilder
.
OspfPrefixAttributesBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable Ipv4Address |
getForwardingAddress() |
getImplementedInterface
augmentation
@Nullable Ipv4Address getForwardingAddress()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Address
forwardingAddress
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.