public interface Network1 extends DataObject, Augmentation<Network>
Modifier and Type | Method and Description |
---|---|
@Nullable List<Link> |
getLink()
A network link connects a local (source) node anda remote (destination) node via
a set of the respectivenode's termination points.
|
default @NonNull List<Link> |
nonnullLink() |
getImplementedInterface
@Nullable List<Link> getLink()
java.util.List
link
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.