Interface TunnelIpv4MatchFields

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

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

    This class represents the following YANG schema fragment defined in module opendaylight-match-types

     grouping tunnel-ipv4-match-fields {
       leaf tunnel-ipv4-source {
         type inet:ipv4-prefix;
       }
       leaf tunnel-ipv4-destination {
         type inet:ipv4-prefix;
       }
     }
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
      YANG identifier of the statement represented by this class.
    • 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 TunnelIpv4MatchFields> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getTunnelIpv4Source

        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Prefix getTunnelIpv4Source()
        Return tunnelIpv4Source, or null if it is not present.
             
                 IPv4 source tunnel endpoint address.
             
         
        Returns:
        Ipv4Prefix tunnelIpv4Source, or null if it is not present.
      • requireTunnelIpv4Source

        default @NonNull org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Prefix requireTunnelIpv4Source()
        Return tunnelIpv4Source, guaranteed to be non-null.
             
                 IPv4 source tunnel endpoint address.
             
         
        Returns:
        Ipv4Prefix tunnelIpv4Source, guaranteed to be non-null.
        Throws:
        NoSuchElementException - if tunnelIpv4Source is not present
      • getTunnelIpv4Destination

        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Prefix getTunnelIpv4Destination()
        Return tunnelIpv4Destination, or null if it is not present.
             
                 IPv4 destination tunnel endpoint address.
             
         
        Returns:
        Ipv4Prefix tunnelIpv4Destination, or null if it is not present.
      • requireTunnelIpv4Destination

        default @NonNull org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Prefix requireTunnelIpv4Destination()
        Return tunnelIpv4Destination, guaranteed to be non-null.
             
                 IPv4 destination tunnel endpoint address.
             
         
        Returns:
        Ipv4Prefix tunnelIpv4Destination, guaranteed to be non-null.
        Throws:
        NoSuchElementException - if tunnelIpv4Destination is not present