public interface OcpRadioheadConnectionProviderImpl extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<OcpRadioheadConnectionProviderImpl>, 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 ocp-radiohead-connection-provider-impl
case ocp-radiohead-connection-provider-impl {
leaf port {
type uint16;
}
leaf address {
type ip-address;
}
leaf transport-protocol {
type transport-protocol;
}
leaf radioHead-idle-timeout {
type uint32;
}
container tls {
leaf keystore {
type string;
}
leaf keystore-type {
type keystore-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 keystore-type;
}
leaf truststore-path-type {
type path-type;
}
leaf truststore-password {
type string;
}
}
container threads {
leaf boss-threads {
type uint16;
}
leaf worker-threads {
type uint16;
}
}
}
The schema path to identify an instance is
ocp-radiohead-connection-provider-impl/modules/module/configuration/(urn:opendaylight:params:xml:ns:yang:ocp:radiohead:connection:provider:impl?revision=2015-08-11)ocp-radiohead-connection-provider-impl| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress |
getAddress()
address of local listening interface
|
Integer |
getPort()
local listening port
|
Long |
getRadioHeadIdleTimeout()
idle timeout in [ms]
|
Threads |
getThreads() |
Tls |
getTls() |
org.opendaylight.yang.gen.v1.urn.opendaylight.ocp.config.rev150811.TransportProtocol |
getTransportProtocol()
Transport protocol used for communication.
|
Integer getPort()
java.lang.Integer port, or null if not presentorg.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress getAddress()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress address, or null if not presentorg.opendaylight.yang.gen.v1.urn.opendaylight.ocp.config.rev150811.TransportProtocol getTransportProtocol()
org.opendaylight.yang.gen.v1.urn.opendaylight.ocp.config.rev150811.TransportProtocol transportProtocol, or null if not presentLong getRadioHeadIdleTimeout()
java.lang.Long radioHeadIdleTimeout, or null if not presentTls getTls()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ocp.radiohead.connection.provider.impl.rev150811.modules.module.configuration.ocp.radiohead.connection.provider.impl.Tls tls, or null if not presentThreads getThreads()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ocp.radiohead.connection.provider.impl.rev150811.modules.module.configuration.ocp.radiohead.connection.provider.impl.Threads threads, or null if not presentCopyright © 2016 OpenDaylight. All Rights Reserved.