public interface PcepSessionConfig extends org.opendaylight.yangtools.yang.binding.ChildOf<PcepAppConfigData>, org.opendaylight.yangtools.yang.binding.Augmentable<PcepSessionConfig>
This class represents the following YANG schema fragment defined in module pcep-app-config
container pcep-session-config {
leaf dead-timer-value {
type dead-timer-value;
}
leaf keep-alive-timer-value {
type keep-alive-timer-value;
}
}
The schema path to identify an instance is
pcep-app-config/pcep-session-config
To create instances of this class use PcepSessionConfigBuilder.
PcepSessionConfigBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getDeadTimerValue() |
Integer |
getKeepAliveTimerValue() |
Copyright © 2018 OpenDaylight. All rights reserved.