Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.segment.routing.rev200720.sr.subobject.nai.Ipv6LocalBuilder
Package
Description
-
Uses of Ipv6LocalBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.segment.routing.rev200720.sr.subobject.nai
Modifier and TypeMethodDescriptionIpv6LocalBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<Ipv6Local> augmentation) Add an augmentation to this builder's product.Ipv6LocalBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Ipv6Local>> augmentationType) Remove an augmentation from this builder's product.Ipv6LocalBuilder.setLocalId
(org.opendaylight.yangtools.yang.common.Uint32 value) Set the property corresponding toIpv6Local.getLocalId()
to the specified value.Ipv6LocalBuilder.setLocalIpv6Address
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6AddressNoZone value) Set the property corresponding toIpv6Local.getLocalIpv6Address()
to the specified value.Ipv6LocalBuilder.setRemoteId
(org.opendaylight.yangtools.yang.common.Uint32 value) Set the property corresponding toIpv6Local.getRemoteId()
to the specified value.Ipv6LocalBuilder.setRemoteIpv6Address
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6AddressNoZone value) Set the property corresponding toIpv6Local.getRemoteIpv6Address()
to the specified value.