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 org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.dns._static.top.host.entries.host.entry -
-
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 ConfigBuilder Modifier and Type Method Description ConfigBuilderConfigBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Config> augmentation)Add an augmentation to this builder's product.ConfigBuilderConfigBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Config>> augmentationType)Remove an augmentation from this builder's product.ConfigBuilderConfigBuilder. setAlias(Set<String> values)Set the property corresponding toSystemDnsStaticConfig.getAlias()to the specified value.ConfigBuilderConfigBuilder. setHostname(String value)Set the property corresponding toSystemDnsStaticConfig.getHostname()to the specified value.ConfigBuilderConfigBuilder. setIpv4Address(Set<Ipv4Address> values)Set the property corresponding toSystemDnsStaticConfig.getIpv4Address()to the specified value.ConfigBuilderConfigBuilder. setIpv6Address(Set<Ipv6Address> values)Set the property corresponding toSystemDnsStaticConfig.getIpv6Address()to the specified value.
-