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