Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance.connection.points.ConnectionPointBuilder
Packages that use ConnectionPointBuilder
Package
Description
-
Uses of ConnectionPointBuilder in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance.connection.points
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance.connection.points that return ConnectionPointBuilderModifier and TypeMethodDescriptionConnectionPointBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<ConnectionPoint> augmentation) Add an augmentation to this builder's product.ConnectionPointBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<ConnectionPoint>> augmentationType) Remove an augmentation from this builder's product.Set the property corresponding toConnectionPoint.getConfig()to the specified value.ConnectionPointBuilder.setConnectionPointId(String value) Set the property corresponding toConnectionPoint.getConnectionPointId()to the specified value.ConnectionPointBuilder.setEndpoints(Endpoints value) Set the property corresponding toConnectionPoint.getEndpoints()to the specified value.Set the property corresponding toConnectionPoint.getState()to the specified value.ConnectionPointBuilder.withKey(ConnectionPointKey key) Set the key value corresponding toConnectionPoint.key()to the specified value.