Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.dns._static.top.host.entries.host.entry.ConfigBuilder
Packages that use ConfigBuilder
Package
Description
-
Uses of ConfigBuilder in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.dns._static.top.host.entries.host.entry
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.dns._static.top.host.entries.host.entry 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 toSystemDnsStaticConfig.getAlias()to the specified value.ConfigBuilder.setHostname(String value) Set the property corresponding toSystemDnsStaticConfig.getHostname()to the specified value.ConfigBuilder.setIpv4Address(Set<Ipv4Address> values) Set the property corresponding toSystemDnsStaticConfig.getIpv4Address()to the specified value.ConfigBuilder.setIpv6Address(Set<Ipv6Address> values) Set the property corresponding toSystemDnsStaticConfig.getIpv6Address()to the specified value.