public interface PcepAppConfigData
extends org.opendaylight.yangtools.yang.binding.DataRoot
This class represents the following YANG schema fragment defined in module pcep-app-config
module pcep-app-config {
yang-version 1;
namespace "urn:opendaylight:params:xml:ns:yang:controller:pcep:app-config";
prefix "pcep-app-config";
revision 2016-07-07 {
description "Configuration for the PCEP implementation.
";
}
container pcep-session-config {
leaf dead-timer-value {
type dead-timer-value;
}
leaf keep-alive-timer-value {
type keep-alive-timer-value;
}
}
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;
}
}
}
}
| Modifier and Type | Method and Description |
|---|---|
PcepDispatcherConfig |
getPcepDispatcherConfig() |
PcepSessionConfig |
getPcepSessionConfig() |
PcepSessionConfig getPcepSessionConfig()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.app.config.rev160707.PcepSessionConfig pcepSessionConfig, or null if not presentPcepDispatcherConfig getPcepDispatcherConfig()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.app.config.rev160707.PcepDispatcherConfig pcepDispatcherConfig, or null if not presentCopyright © 2017 OpenDaylight. All rights reserved.