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 org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.ethernet.rev210609.ethernet.top.ethernet -
-
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 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. setAutoNegotiate(Boolean value)Set the property corresponding toEthernetInterfaceConfig.getAutoNegotiate()to the specified value.ConfigBuilderConfigBuilder. setDuplexMode(EthernetInterfaceConfig.DuplexMode value)Set the property corresponding toEthernetInterfaceConfig.getDuplexMode()to the specified value.ConfigBuilderConfigBuilder. setEnableFlowControl(Boolean value)Set the property corresponding toEthernetInterfaceConfig.getEnableFlowControl()to the specified value.ConfigBuilderConfigBuilder. setMacAddress(MacAddress value)Set the property corresponding toEthernetInterfaceConfig.getMacAddress()to the specified value.ConfigBuilderConfigBuilder. setPortSpeed(Class<? extends ETHERNETSPEED> value)Set the property corresponding toEthernetInterfaceConfig.getPortSpeed()to the specified value.ConfigBuilderConfigBuilder. setStandaloneLinkTraining(Boolean value)Set the property corresponding toEthernetInterfaceConfig.getStandaloneLinkTraining()to the specified value.
-