Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.lsp.identifiers.tlv.lsp.identifiers.address.family.ipv6._case.Ipv6Builder
Package
Description
-
Uses of Ipv6Builder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.lsp.identifiers.tlv.lsp.identifiers.address.family.ipv6._case
Modifier and TypeMethodDescriptionIpv6Builder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<Ipv6> augmentation) Add an augmentation to this builder's product.Ipv6Builder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Ipv6>> augmentationType) Remove an augmentation from this builder's product.Ipv6Builder.setIpv6ExtendedTunnelId
(Ipv6ExtendedTunnelId value) Set the property corresponding toIpv6.getIpv6ExtendedTunnelId()
to the specified value.Ipv6Builder.setIpv6TunnelEndpointAddress
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6AddressNoZone value) Set the property corresponding toIpv6.getIpv6TunnelEndpointAddress()
to the specified value.Ipv6Builder.setIpv6TunnelSenderAddress
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6AddressNoZone value) Set the property corresponding toIpv6.getIpv6TunnelSenderAddress()
to the specified value.