public interface Interfaces extends ChildOf<RoutingState>, Augmentable<Interfaces>
This class represents the following YANG schema fragment defined in module ietf-routing
container interfaces {
status obsolete;
leaf-list interface {
type if:interface-state-ref;
status obsolete;
}
}
The schema path to identify an instance is
ietf-routing/routing-state/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.
|
getImplementedInterfaceaugmentationCopyright © 2019 OpenDaylight. All rights reserved.