Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.connections.top.connections.connection.ConfigBuilder
Packages that use ConfigBuilder
Package
Description
-
Uses of ConfigBuilder in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.connections.top.connections.connection
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.connections.top.connections.connection 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.setAddress(IpAddress value) Set the property corresponding toOpenflowConnectionsConfig.getAddress()to the specified value.ConfigBuilder.setAuxId(AuxiliaryId value) Set the property corresponding toOpenflowConnectionsConfig.getAuxId()to the specified value.ConfigBuilder.setCertificateId(String value) Set the property corresponding toOpenflowConnectionsConfig.getCertificateId()to the specified value.ConfigBuilder.setPort(PortNumber value) Set the property corresponding toOpenflowConnectionsConfig.getPort()to the specified value.ConfigBuilder.setPriority(org.opendaylight.yangtools.yang.common.Uint8 value) Set the property corresponding toOpenflowConnectionsConfig.getPriority()to the specified value.ConfigBuilder.setSourceInterface(String value) Set the property corresponding toOpenflowConnectionsConfig.getSourceInterface()to the specified value.ConfigBuilder.setTransport(Transport value) Set the property corresponding toOpenflowConnectionsConfig.getTransport()to the specified value.