public interface ControlPlaneProtocols extends ChildOf<RoutingState>, Augmentable<ControlPlaneProtocols>
This class represents the following YANG schema fragment defined in module ietf-routing
container control-plane-protocols { status obsolete; list control-plane-protocol { key "type name"; status obsolete; leaf type { type identityref { base control-plane-protocol; } status obsolete; } leaf name { type string; status obsolete; } } }The schema path to identify an instance is ietf-routing/routing-state/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()
State data of a control-plane protocol instance.An implementation MUST provide
exactly onesystem-controlled instance of the 'direct'pseudo-protocol.
|
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.