Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.ethernet.rev210609.ethernet.top.ethernet.ConfigBuilder
Packages that use ConfigBuilder
Package
Description
-
Uses of ConfigBuilder in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.ethernet.rev210609.ethernet.top.ethernet
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.ethernet.rev210609.ethernet.top.ethernet 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.setAutoNegotiate(Boolean value) Set the property corresponding toEthernetInterfaceConfig.getAutoNegotiate()to the specified value.ConfigBuilder.setDuplexMode(EthernetInterfaceConfig.DuplexMode value) Set the property corresponding toEthernetInterfaceConfig.getDuplexMode()to the specified value.ConfigBuilder.setEnableFlowControl(Boolean value) Set the property corresponding toEthernetInterfaceConfig.getEnableFlowControl()to the specified value.ConfigBuilder.setMacAddress(MacAddress value) Set the property corresponding toEthernetInterfaceConfig.getMacAddress()to the specified value.ConfigBuilder.setPortSpeed(ETHERNETSPEED value) Set the property corresponding toEthernetInterfaceConfig.getPortSpeed()to the specified value.ConfigBuilder.setStandaloneLinkTraining(Boolean value) Set the property corresponding toEthernetInterfaceConfig.getStandaloneLinkTraining()to the specified value.