Interface GreBaseAttributes

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

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

    This class represents the following YANG schema fragment defined in module v3po

     grouping gre-base-attributes {
       leaf src {
         type inet:ip-address;
       }
       leaf dst {
         type inet:ip-address;
       }
       leaf outer-fib-id {
         type uint32;
       }
     }
     
    The schema path to identify an instance is v3po/gre-base-attributes
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress getDst()
      Return dst, or null if it is not present.
      org.opendaylight.yangtools.yang.common.Uint32 getOuterFibId()
      Return outerFibId, or null if it is not present.
      org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress getSrc()
      Return src, or null if it is not present.
      java.lang.Class<? extends GreBaseAttributes> implementedInterface()  
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        java.lang.Class<? extends GreBaseAttributes> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getSrc

        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress getSrc()
        Return src, or null if it is not present.
        Returns:
        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress src, or null if it is not present.
      • getDst

        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress getDst()
        Return dst, or null if it is not present.
        Returns:
        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress dst, or null if it is not present.
      • getOuterFibId

        org.opendaylight.yangtools.yang.common.Uint32 getOuterFibId()
        Return outerFibId, or null if it is not present.
        Returns:
        org.opendaylight.yangtools.yang.common.Uint32 outerFibId, or null if it is not present.