public interface PcepDispatcherConfig extends org.opendaylight.yangtools.yang.binding.ChildOf<PcepAppConfigData>, org.opendaylight.yangtools.yang.binding.Augmentable<PcepDispatcherConfig>
This class represents the following YANG schema fragment defined in module pcep-app-config
container pcep-dispatcher-config {
leaf max-unknown-messages {
type max-unknown-messages;
}
container tls {
leaf keystore {
type string;
}
leaf keystore-type {
type store-type;
}
leaf keystore-path-type {
type path-type;
}
leaf keystore-password {
type string;
}
leaf certificate-password {
type string;
}
leaf truststore {
type string;
}
leaf truststore-type {
type store-type;
}
leaf truststore-path-type {
type path-type;
}
leaf truststore-password {
type string;
}
}
}
The schema path to identify an instance is
pcep-app-config/pcep-dispatcher-config
To create instances of this class use PcepDispatcherConfigBuilder.
PcepDispatcherConfigBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getMaxUnknownMessages() |
Tls |
getTls() |
Integer getMaxUnknownMessages()
java.lang.Integer maxUnknownMessages, or null if not presentTls getTls()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.app.config.rev160707.pcep.dispatcher.config.Tls tls, or null if not presentCopyright © 2017 OpenDaylight. All rights reserved.