Interface RoutingBaseAttributes

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

    @Generated("mdsal-binding-generator")
    public interface RoutingBaseAttributes
    extends org.opendaylight.yangtools.yang.binding.DataObject
    Defines VRF tables used for ipv4 and ipv6 traffic

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

     grouping routing-base-attributes {
       leaf ipv4-vrf-id {
         type uint32;
       }
       leaf ipv6-vrf-id {
         type uint32;
       }
     }
     
    The schema path to identify an instance is v3po/routing-base-attributes
    • Field Summary

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

      • QNAME

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

      • implementedInterface

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

        org.opendaylight.yangtools.yang.common.Uint32 getIpv4VrfId()
        Return ipv4VrfId, or null if it is not present.
        Returns:
        org.opendaylight.yangtools.yang.common.Uint32 ipv4VrfId, or null if it is not present.
      • getIpv6VrfId

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