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