Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.terminal.rev181121.system.ssh.server.top.ssh.server.ConfigBuilder
Packages that use ConfigBuilder
Package
Description
-
Uses of ConfigBuilder in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.terminal.rev181121.system.ssh.server.top.ssh.server
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.terminal.rev181121.system.ssh.server.top.ssh.server that return ConfigBuilderModifier and TypeMethodDescriptionConfigBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Config> augmentation) Add an augmentation to this builder's product.ConfigBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Config>> augmentationType) Remove an augmentation from this builder's product.Set the property corresponding toSystemSshServerConfig.getEnable()to the specified value.ConfigBuilder.setProtocolVersion(SystemSshServerConfig.ProtocolVersion value) Set the property corresponding toSystemSshServerConfig.getProtocolVersion()to the specified value.ConfigBuilder.setRateLimit(org.opendaylight.yangtools.yang.common.Uint16 value) Set the property corresponding toSystemTerminalCommonConfig.getRateLimit()to the specified value.ConfigBuilder.setSessionLimit(org.opendaylight.yangtools.yang.common.Uint16 value) Set the property corresponding toSystemTerminalCommonConfig.getSessionLimit()to the specified value.ConfigBuilder.setTimeout(org.opendaylight.yangtools.yang.common.Uint16 value) Set the property corresponding toSystemTerminalCommonConfig.getTimeout()to the specified value.