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.ipv4._case.Ipv4Builder
Package
Description
-
Uses of Ipv4Builder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.lsp.identifiers.tlv.lsp.identifiers.address.family.ipv4._case
Modifier and TypeMethodDescriptionIpv4Builder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<Ipv4> augmentation) Add an augmentation to this builder's product.Ipv4Builder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Ipv4>> augmentationType) Remove an augmentation from this builder's product.Ipv4Builder.setIpv4ExtendedTunnelId
(Ipv4ExtendedTunnelId value) Set the property corresponding toIpv4.getIpv4ExtendedTunnelId()
to the specified value.Ipv4Builder.setIpv4TunnelEndpointAddress
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4AddressNoZone value) Set the property corresponding toIpv4.getIpv4TunnelEndpointAddress()
to the specified value.Ipv4Builder.setIpv4TunnelSenderAddress
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4AddressNoZone value) Set the property corresponding toIpv4.getIpv4TunnelSenderAddress()
to the specified value.