Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance.StateBuilder
Package
Description
-
Uses of StateBuilder in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance
Modifier and TypeMethodDescriptionStateBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<State> augmentation) Add an augmentation to this builder's product.StateBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<State>> augmentationType) Remove an augmentation from this builder's product.StateBuilder.setDescription
(String value) Set the property corresponding toNetworkInstanceConfig.getDescription()
to the specified value.StateBuilder.setEnabled
(Boolean value) Set the property corresponding toNetworkInstanceConfig.getEnabled()
to the specified value.Set the property corresponding toNetworkInstanceConfig.getName()
to the specified value.StateBuilder.setRouteDistinguisher
(RouteDistinguisher value) Set the property corresponding toNetworkInstanceConfig.getRouteDistinguisher()
to the specified value.StateBuilder.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.StateBuilder.setType
(NetworkInstanceType value) Set the property corresponding toNetworkInstanceConfig.getType()
to the specified value.