Interface VrfMaxpathContainer

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<VrfMaxpathContainer>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<Bgp>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface VrfMaxpathContainer
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Bgp>, org.opendaylight.yangtools.yang.binding.Augmentable<VrfMaxpathContainer>

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

     container vrfMaxpathContainer {
       list vrfMaxpath {
         key rd;
         leaf rd {
           type string;
         }
         leaf maxpaths {
           type uint16;
         }
       }
     }
     
    The schema path to identify an instance is ebgp/bgp/vrfMaxpathContainer

    To create instances of this class use VrfMaxpathContainerBuilder.

    See Also:
    VrfMaxpathContainerBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default java.lang.Class<VrfMaxpathContainer> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getVrfMaxpath

        @Nullable java.util.List<VrfMaxpath> getVrfMaxpath()
        Returns:
        java.util.List vrfMaxpath, or null if not present
      • nonnullVrfMaxpath

        default @NonNull java.util.List<VrfMaxpath> nonnullVrfMaxpath()
        Returns:
        java.util.List vrfMaxpath, or an empty list if it is not present