public interface KeepaliveMessage extends org.opendaylight.yangtools.yang.binding.DataObject, Message
This class represents the following YANG schema fragment defined in module pcep-types
grouping keepalive-message {
container keepalive-message {
leaf version {
type version;
}
uses message-header;
}
}
The schema path to identify an instance is
pcep-types/keepalive-message| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
KeepaliveMessage |
getKeepaliveMessage()
Keepalive Message
|
KeepaliveMessage getKeepaliveMessage()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.keepalive.message.KeepaliveMessage keepaliveMessage, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.