Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.opendaylight.ipv6.arbitrary.bitmask.fields.rev160224.Ipv6ArbitraryMask
Packages that use Ipv6ArbitraryMask
Package
Description
-
Uses of Ipv6ArbitraryMask in org.opendaylight.openflowplugin.impl.util
Methods in org.opendaylight.openflowplugin.impl.util with parameters of type Ipv6ArbitraryMaskModifier and TypeMethodDescriptionstatic @Nullable org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6PrefixAddressNormalizationUtil.normalizeIpv6Arbitrary(@Nullable org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6Address ipv6Address, @Nullable Ipv6ArbitraryMask ipv4Mask) Normalize Ipv6 address and arbitrary mask and apply arbitrary mask to Ipv6 address. -
Uses of Ipv6ArbitraryMask in org.opendaylight.openflowplugin.openflow.md.core.sal.convertor.common
Methods in org.opendaylight.openflowplugin.openflow.md.core.sal.convertor.common that return Ipv6ArbitraryMaskModifier and TypeMethodDescriptionstatic Ipv6ArbitraryMaskIpConversionUtil.compressedIpv6MaskFormat(Ipv6ArbitraryMask ipv6Mask) static Ipv6ArbitraryMaskIpConversionUtil.createIpv6ArbitraryBitMask(byte[] bitmask) static @Nullable Ipv6ArbitraryMaskIpConversionUtil.extractIpv6AddressMask(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6Prefix ipv6Prefix) Methods in org.opendaylight.openflowplugin.openflow.md.core.sal.convertor.common with parameters of type Ipv6ArbitraryMaskModifier and TypeMethodDescriptionstatic Ipv6ArbitraryMaskIpConversionUtil.compressedIpv6MaskFormat(Ipv6ArbitraryMask ipv6Mask) static byte @Nullable []IpConversionUtil.convertIpv6ArbitraryMaskToByteArray(Ipv6ArbitraryMask mask) -
Uses of Ipv6ArbitraryMask in org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.match.layer._3.match
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.match.layer._3.match that return Ipv6ArbitraryMaskModifier and TypeMethodDescriptionIpv6MatchArbitraryBitMaskBuilder.getIpv6DestinationArbitraryBitmask()Return current value associated with the property corresponding toIpv6MatchArbitraryBitmaskFields.getIpv6DestinationArbitraryBitmask().Ipv6MatchArbitraryBitMaskBuilder.getIpv6SourceArbitraryBitmask()Return current value associated with the property corresponding toIpv6MatchArbitraryBitmaskFields.getIpv6SourceArbitraryBitmask().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.match.layer._3.match with parameters of type Ipv6ArbitraryMaskModifier and TypeMethodDescriptionIpv6MatchArbitraryBitMaskBuilder.setIpv6DestinationArbitraryBitmask(Ipv6ArbitraryMask value) Set the property corresponding toIpv6MatchArbitraryBitmaskFields.getIpv6DestinationArbitraryBitmask()to the specified value.Ipv6MatchArbitraryBitMaskBuilder.setIpv6SourceArbitraryBitmask(Ipv6ArbitraryMask value) Set the property corresponding toIpv6MatchArbitraryBitmaskFields.getIpv6SourceArbitraryBitmask()to the specified value. -
Uses of Ipv6ArbitraryMask in org.opendaylight.yang.gen.v1.urn.opendaylight.opendaylight.ipv6.arbitrary.bitmask.fields.rev160224
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.opendaylight.ipv6.arbitrary.bitmask.fields.rev160224 that return Ipv6ArbitraryMaskModifier and TypeMethodDescriptionstatic Ipv6ArbitraryMaskIpv6ArbitraryMask.getDefaultInstance(String defaultValue) Ipv6MatchArbitraryBitmaskFields.getIpv6DestinationArbitraryBitmask()Return ipv6DestinationArbitraryBitmask, ornullif it is not present.Ipv6MatchArbitraryBitmaskFields.getIpv6SourceArbitraryBitmask()Return ipv6SourceArbitraryBitmask, ornullif it is not present.default @NonNull Ipv6ArbitraryMaskIpv6MatchArbitraryBitmaskFields.requireIpv6DestinationArbitraryBitmask()Return ipv6DestinationArbitraryBitmask, guaranteed to be non-null.default @NonNull Ipv6ArbitraryMaskIpv6MatchArbitraryBitmaskFields.requireIpv6SourceArbitraryBitmask()Return ipv6SourceArbitraryBitmask, guaranteed to be non-null.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.opendaylight.ipv6.arbitrary.bitmask.fields.rev160224 with parameters of type Ipv6ArbitraryMaskModifierConstructorDescriptionIpv6ArbitraryMask(Ipv6ArbitraryMask source) Creates a copy from Source Object.