Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.path.attribute.link.state.attribute.node.attributes._case.NodeAttributesBuilder
Packages that use NodeAttributesBuilder
Package
Description
-
Uses of NodeAttributesBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.path.attribute.link.state.attribute.node.attributes._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.path.attribute.link.state.attribute.node.attributes._case that return NodeAttributesBuilderModifier and TypeMethodDescriptionNodeAttributesBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<NodeAttributes> augmentation) Add an augmentation to this builder's product.NodeAttributesBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<NodeAttributes>> augmentationType) Remove an augmentation from this builder's product.NodeAttributesBuilder.setDynamicHostname
(String value) Set the property corresponding toNodeState.getDynamicHostname()
to the specified value.NodeAttributesBuilder.setFlexAlgoDefinition
(FlexAlgoDefinition value) Set the property corresponding toNodeState.getFlexAlgoDefinition()
to the specified value.NodeAttributesBuilder.setIpv4RemoteRouterId
(Ipv4RouterIdentifier value) Set the property corresponding toNodeState.getIpv4RemoteRouterId()
to the specified value.NodeAttributesBuilder.setIpv4RouterId
(Ipv4RouterIdentifier value) Set the property corresponding toNodeState.getIpv4RouterId()
to the specified value.NodeAttributesBuilder.setIpv6RemoteRouterId
(Ipv6RouterIdentifier value) Set the property corresponding toNodeState.getIpv6RemoteRouterId()
to the specified value.NodeAttributesBuilder.setIpv6RouterId
(Ipv6RouterIdentifier value) Set the property corresponding toNodeState.getIpv6RouterId()
to the specified value.NodeAttributesBuilder.setIsisAreaId
(Set<IsisAreaIdentifier> values) Set the property corresponding toNodeState.getIsisAreaId()
to the specified value.NodeAttributesBuilder.setNodeFlags
(NodeFlagBits value) Set the property corresponding toNodeState.getNodeFlags()
to the specified value.NodeAttributesBuilder.setSrCapabilities
(SrCapabilities value) Set the property corresponding toNodeState.getSrCapabilities()
to the specified value.NodeAttributesBuilder.setSrv6Capabilities
(Srv6Capabilities value) Set the property corresponding toNodeState.getSrv6Capabilities()
to the specified value.NodeAttributesBuilder.setTopologyIdentifier
(Set<TopologyIdentifier> values) Set the property corresponding toNodeState.getTopologyIdentifier()
to the specified value.