Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.radius.server.top.radius.ConfigBuilder
Packages that use ConfigBuilder
Package
Description
-
Uses of ConfigBuilder in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.radius.server.top.radius
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.radius.server.top.radius 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.ConfigBuilder.setAcctPort(PortNumber value) Set the property corresponding toAaaRadiusServerConfig.getAcctPort()to the specified value.ConfigBuilder.setAuthPort(PortNumber value) Set the property corresponding toAaaRadiusServerConfig.getAuthPort()to the specified value.ConfigBuilder.setRetransmitAttempts(org.opendaylight.yangtools.yang.common.Uint8 value) Set the property corresponding toAaaRadiusServerConfig.getRetransmitAttempts()to the specified value.ConfigBuilder.setSecretKey(RoutingPassword value) Set the property corresponding toAaaRadiusServerConfig.getSecretKey()to the specified value.ConfigBuilder.setSecretKeyHashed(CryptPasswordType value) Set the property corresponding toAaaRadiusServerConfig.getSecretKeyHashed()to the specified value.ConfigBuilder.setSourceAddress(IpAddress value) Set the property corresponding toAaaRadiusServerConfig.getSourceAddress()to the specified value.