public interface OspfPrefixAttributes extends DataObject
This class represents the following YANG schema fragment defined in module ospf-topology
grouping ospf-prefix-attributes { 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
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
OspfPrefixAttributes |
getOspfPrefixAttributes() |
getImplementedInterface
OspfPrefixAttributes getOspfPrefixAttributes()
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.ospf.topology.rev131021.ospf.prefix.attributes.OspfPrefixAttributes
ospfPrefixAttributes
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.