Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance.ConfigBuilder
Package
Description
-
Uses of ConfigBuilder in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance
Modifier 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.setDescription
(String value) Set the property corresponding toNetworkInstanceConfig.getDescription()
to the specified value.ConfigBuilder.setEnabled
(Boolean value) Set the property corresponding toNetworkInstanceConfig.getEnabled()
to the specified value.Set the property corresponding toNetworkInstanceConfig.getName()
to the specified value.ConfigBuilder.setRouteDistinguisher
(RouteDistinguisher value) Set the property corresponding toNetworkInstanceConfig.getRouteDistinguisher()
to the specified value.ConfigBuilder.setRouterId
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.DottedQuad value) Set the property corresponding toNetworkInstanceConfig.getRouterId()
to the specified value.ConfigBuilder.setType
(NetworkInstanceType value) Set the property corresponding toNetworkInstanceConfig.getType()
to the specified value.