public interface Interfaces extends ChildOf<Routing>, Augmentable<Interfaces>
This class represents the following YANG schema fragment defined in module ietf-routing
container interfaces { config false; leaf-list interface { type if:interface-ref; } }The schema path to identify an instance is ietf-routing/routing/interfaces
To create instances of this class use InterfacesBuilder
.
InterfacesBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable List<String> |
getInterface()
Each entry is a reference to the name of a configurednetwork-layer interface.
|
getImplementedInterface
augmentation
Copyright © 2019 OpenDaylight. All rights reserved.