public interface ControlPlaneProtocols extends ChildOf<Routing>, Augmentable<ControlPlaneProtocols>
This class represents the following YANG schema fragment defined in module ietf-routing
container control-plane-protocols { list control-plane-protocol { key "type name"; leaf type { type identityref { base control-plane-protocol; } } leaf name { type string; } leaf description { type string; } container static-routes { when "derived-from-or-self(../type, 'rt:static')" { } } } }The schema path to identify an instance is ietf-routing/routing/control-plane-protocols
To create instances of this class use ControlPlaneProtocolsBuilder
.
ControlPlaneProtocolsBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable List<ControlPlaneProtocol> |
getControlPlaneProtocol()
Each entry contains a control-plane protocol instance.
|
default @NonNull List<ControlPlaneProtocol> |
nonnullControlPlaneProtocol() |
getImplementedInterface
augmentation
@Nullable List<ControlPlaneProtocol> getControlPlaneProtocol()
java.util.List
controlPlaneProtocol
, or null
if not presentdefault @NonNull List<ControlPlaneProtocol> nonnullControlPlaneProtocol()
java.util.List
controlPlaneProtocol
, or an empty list if it is not presentCopyright © 2019 OpenDaylight. All rights reserved.