public interface PcepConfig
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module pcep-config
grouping pcep-config {
container session-config {
leaf rpc-timeout {
type int16;
default 30;
units seconds;
}
leaf listen-address {
type inet:ip-address;
default 0.0.0.0;
}
leaf listen-port {
type inet:port-number;
default 4189;
}
leaf dead-timer-value {
type uint16;
default 120;
units seconds;
}
leaf keep-alive-timer-value {
type uint16;
default 30;
units seconds;
}
}
}
The schema path to identify an instance is
pcep-config/pcep-config| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable SessionConfig |
getSessionConfig()
PCEP topology config
|
Class<? extends PcepConfig> |
implementedInterface() |
Class<? extends PcepConfig> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject@Nullable SessionConfig getSessionConfig()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.config.rev171025.pcep.config.SessionConfig sessionConfig, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.