public interface ControlPlaneProtocol extends ChildOf<ControlPlaneProtocols>, Augmentable<ControlPlaneProtocol>, Identifiable<ControlPlaneProtocolKey>
This class represents the following YANG schema fragment defined in module ietf-routing
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/control-plane-protocol
To create instances of this class use ControlPlaneProtocolBuilder
.
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable String |
getName()
The name of the control-plane protocol instance.For system-controlled instances,
this name ispersistent, i.e., it SHOULD NOT change acrossreboots.
|
@Nullable Class<? extends ControlPlaneProtocol> |
getType()
Type of the control-plane protocol.
|
ControlPlaneProtocolKey |
key()
Returns an unique key for the object.
|
getImplementedInterface
augmentation
@Nullable Class<? extends ControlPlaneProtocol> getType()
java.lang.Class
type
, or null
if not present@Nullable String getName()
java.lang.String
name
, or null
if not presentControlPlaneProtocolKey key()
Identifiable
key
in interface Identifiable<ControlPlaneProtocolKey>
Copyright © 2019 OpenDaylight. All rights reserved.