public interface Keepalive extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<Keepalive>, KeepaliveMessage, org.opendaylight.yangtools.yang.binding.Notification
This class represents the following YANG schema fragment defined in module pcep-message
notification keepalive {
container keepalive-message {
leaf version {
type version;
}
uses message-header;
}
uses keepalive-message;
}
The schema path to identify an instance is
pcep-message/keepalive
To create instances of this class use KeepaliveBuilder.
KeepaliveBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
getAugmentationgetKeepaliveMessageCopyright © 2018 OpenDaylight. All rights reserved.