Interface Ipv6MatchArbitraryBitmaskFields

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    Ipv6MatchArbitraryBitMask

    @Generated("mdsal-binding-generator")
    public interface Ipv6MatchArbitraryBitmaskFields
    extends org.opendaylight.yangtools.yang.binding.DataObject

    This class represents the following YANG schema fragment defined in module opendaylight-ipv6-arbitrary-bitmask-fields

     grouping ipv6-match-arbitrary-bitmask-fields {
       leaf ipv6-source-address-no-mask {
         type inet:ipv6-address;
       }
       leaf ipv6-source-arbitrary-bitmask {
         type ipv6-arbitrary-mask;
       }
       leaf ipv6-destination-address-no-mask {
         type inet:ipv6-address;
       }
       leaf ipv6-destination-arbitrary-bitmask {
         type ipv6-arbitrary-mask;
       }
     }
     
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
        YANG identifier of the statement represented by this class.
    • Method Detail

      • implementedInterface

        Class<? extends Ipv6MatchArbitraryBitmaskFields> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getIpv6SourceAddressNoMask

        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6Address getIpv6SourceAddressNoMask()
        Return ipv6SourceAddressNoMask, or null if it is not present.
             
                 IPv6 source address with no mask.
             
         
        Returns:
        Ipv6Address ipv6SourceAddressNoMask, or null if it is not present.
      • requireIpv6SourceAddressNoMask

        default @NonNull org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6Address requireIpv6SourceAddressNoMask()
        Return ipv6SourceAddressNoMask, guaranteed to be non-null.
             
                 IPv6 source address with no mask.
             
         
        Returns:
        Ipv6Address ipv6SourceAddressNoMask, guaranteed to be non-null.
        Throws:
        NoSuchElementException - if ipv6SourceAddressNoMask is not present
      • getIpv6SourceArbitraryBitmask

        Ipv6ArbitraryMask getIpv6SourceArbitraryBitmask()
        Return ipv6SourceArbitraryBitmask, or null if it is not present.
             
                 Arbitrary bit mask of IPv6 source address.
             
         
        Returns:
        Ipv6ArbitraryMask ipv6SourceArbitraryBitmask, or null if it is not present.
      • requireIpv6SourceArbitraryBitmask

        default @NonNull Ipv6ArbitraryMask requireIpv6SourceArbitraryBitmask()
        Return ipv6SourceArbitraryBitmask, guaranteed to be non-null.
             
                 Arbitrary bit mask of IPv6 source address.
             
         
        Returns:
        Ipv6ArbitraryMask ipv6SourceArbitraryBitmask, guaranteed to be non-null.
        Throws:
        NoSuchElementException - if ipv6SourceArbitraryBitmask is not present
      • getIpv6DestinationAddressNoMask

        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6Address getIpv6DestinationAddressNoMask()
        Return ipv6DestinationAddressNoMask, or null if it is not present.
             
                 IPv6 destination address with no mask.
             
         
        Returns:
        Ipv6Address ipv6DestinationAddressNoMask, or null if it is not present.
      • requireIpv6DestinationAddressNoMask

        default @NonNull org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6Address requireIpv6DestinationAddressNoMask()
        Return ipv6DestinationAddressNoMask, guaranteed to be non-null.
             
                 IPv6 destination address with no mask.
             
         
        Returns:
        Ipv6Address ipv6DestinationAddressNoMask, guaranteed to be non-null.
        Throws:
        NoSuchElementException - if ipv6DestinationAddressNoMask is not present
      • getIpv6DestinationArbitraryBitmask

        Ipv6ArbitraryMask getIpv6DestinationArbitraryBitmask()
        Return ipv6DestinationArbitraryBitmask, or null if it is not present.
             
                 Arbitrary bit mask of IPv6 destination address.
             
         
        Returns:
        Ipv6ArbitraryMask ipv6DestinationArbitraryBitmask, or null if it is not present.
      • requireIpv6DestinationArbitraryBitmask

        default @NonNull Ipv6ArbitraryMask requireIpv6DestinationArbitraryBitmask()
        Return ipv6DestinationArbitraryBitmask, guaranteed to be non-null.
             
                 Arbitrary bit mask of IPv6 destination address.
             
         
        Returns:
        Ipv6ArbitraryMask ipv6DestinationArbitraryBitmask, guaranteed to be non-null.
        Throws:
        NoSuchElementException - if ipv6DestinationArbitraryBitmask is not present