public interface PcepSessionProposalFactoryStateful02 extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<PcepSessionProposalFactoryStateful02>, org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.config.rev130405.modules.module.Configuration
This class represents the following YANG schema fragment defined in module odl-pcep-ietf-stateful02-cfg
(Source path: META-INF/yang/odl-pcep-ietf-stateful02-cfg.yang):
case pcep-session-proposal-factory-stateful02 {
leaf dead-timer-value {
type uint8;
}
leaf keep-alive-timer-value {
type uint8;
}
leaf initiated {
type boolean;
}
leaf stateful {
type boolean;
}
leaf active {
type boolean;
}
leaf timeout {
type uint16;
}
}
The schema path to identify an instance is
odl-pcep-ietf-stateful02-cfg/modules/module/configuration/(urn:opendaylight:params:xml:ns:yang:controller:pcep:stateful02:cfg?revision=2014-02-21)pcep-session-proposal-factory-stateful02| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
Short |
getDeadTimerValue() |
Short |
getKeepAliveTimerValue() |
Integer |
getTimeout() |
Boolean |
isActive() |
Boolean |
isInitiated() |
Boolean |
isStateful() |
Copyright © 2014. All rights reserved.