public interface SessionConfig extends org.opendaylight.yangtools.yang.binding.ChildOf<PcepConfig>, org.opendaylight.yangtools.yang.binding.Augmentable<SessionConfig>
This class represents the following YANG schema fragment defined in module 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/session-config
To create instances of this class use SessionConfigBuilder.
SessionConfigBuilder| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Integer |
getDeadTimerValue() |
@Nullable Integer |
getKeepAliveTimerValue() |
@Nullable org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress |
getListenAddress() |
@Nullable org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.PortNumber |
getListenPort() |
@Nullable Short |
getRpcTimeout() |
default Class<SessionConfig> |
implementedInterface() |
default Class<SessionConfig> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject@Nullable Short getRpcTimeout()
java.lang.Short rpcTimeout, or null if not present@Nullable org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress getListenAddress()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress listenAddress, or null if not present@Nullable org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.PortNumber getListenPort()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.PortNumber listenPort, or null if not present@Nullable Integer getDeadTimerValue()
java.lang.Integer deadTimerValue, or null if not present@Nullable Integer getKeepAliveTimerValue()
java.lang.Integer keepAliveTimerValue, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.