Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.prefix.state.IgpBitsBuilder
Package
Description
-
Uses of IgpBitsBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.prefix.state
Modifier and TypeMethodDescriptionIgpBitsBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<IgpBits> augmentation) Add an augmentation to this builder's product.IgpBitsBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<IgpBits>> augmentationType) Remove an augmentation from this builder's product.IgpBitsBuilder.setIsIsUpDown
(Boolean value) Set the property corresponding toIgpBits.getIsIsUpDown()
to the specified value.IgpBitsBuilder.setOspfLocalAddress
(Boolean value) Set the property corresponding toIgpBits.getOspfLocalAddress()
to the specified value.IgpBitsBuilder.setOspfNoUnicast
(Boolean value) Set the property corresponding toIgpBits.getOspfNoUnicast()
to the specified value.IgpBitsBuilder.setOspfPropagateNssa
(Boolean value) Set the property corresponding toIgpBits.getOspfPropagateNssa()
to the specified value.IgpBitsBuilder.setUpDown
(IgpBits.UpDown value) Set the property corresponding toIgpBits.getUpDown()
to the specified value.