Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance.table.connections.TableConnectionBuilder
Package
Description
-
Uses of TableConnectionBuilder in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance.table.connections
Modifier and TypeMethodDescriptionTableConnectionBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<TableConnection> augmentation) Add an augmentation to this builder's product.TableConnectionBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<TableConnection>> augmentationType) Remove an augmentation from this builder's product.TableConnectionBuilder.setApplyPolicy
(ApplyPolicy value) Set the property corresponding toApplyPolicyGroup.getApplyPolicy()
to the specified value.Set the property corresponding toTableConnection.getConfig()
to the specified value.TableConnectionBuilder.setDstTable
(String value) Set the property corresponding toTableConnection.getDstTable()
to the specified value.TableConnectionBuilder.setSrcTable
(String value) Set the property corresponding toTableConnection.getSrcTable()
to the specified value.Set the property corresponding toTableConnection.getState()
to the specified value.TableConnectionBuilder.withKey
(TableConnectionKey key) Set the key value corresponding toTableConnection.key()
to the specified value.