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
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
Modifier and TypeMethodDescriptionConnectionPointBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<ConnectionPoint> augmentation) Add an augmentation to this builder's product.ConnectionPointBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.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.