Interface OspfLinkAttributes
- All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>,org.opendaylight.yangtools.binding.BindingObject,org.opendaylight.yangtools.binding.DataContainer,org.opendaylight.yangtools.binding.Grouping
- All Known Subinterfaces:
IgpLinkAttributes1,IgpLinkEvent1
@Generated("mdsal-binding-generator")
public interface OspfLinkAttributes
extends org.opendaylight.yangtools.binding.Grouping
This class represents the following YANG schema fragment defined in module ospf-topology
grouping ospf-link-attributes {
container ospf-link-attributes {
leaf multi-topology-id {
type uint8 {
range 0..127;
}
}
container ted {
uses ted:ted-link-attributes;
}
}
}
-
Method Summary
Modifier and TypeMethodDescriptionReturn ospfLinkAttributes, ornullif it is not present.@NonNull OspfLinkAttributesReturn ospfLinkAttributes, or an empty instance if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getOspfLinkAttributes
OspfLinkAttributes getOspfLinkAttributes()Return ospfLinkAttributes, ornullif it is not present.- Returns:
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.ospf.topology.rev131021.ospf.link.attributes.OspfLinkAttributesospfLinkAttributes, ornullif it is not present.
-
nonnullOspfLinkAttributes
@NonNull OspfLinkAttributes nonnullOspfLinkAttributes()Return ospfLinkAttributes, or an empty instance if it is not present.- Returns:
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.ospf.topology.rev131021.ospf.link.attributes.OspfLinkAttributesospfLinkAttributes, or an empty instance if it is not present.
-