Interface ExcludeRouteObject

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    Arguments, Arguments, FailureCase, LspAttributes, P2p, Path, Path, Path, PathDefinition, Paths, Requests, Svec

    @Generated("mdsal-binding-generator")
    public interface ExcludeRouteObject
    extends org.opendaylight.yangtools.yang.binding.DataObject
    Exclude Route Object

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

     grouping exclude-route-object {
       container xro {
         uses object;
         leaf flags {
           type bits {
             bit fail {
               position 31;
             }
           }
         }
         list subobject {
           uses rsvp:exclude-route-subobjects;
           ordered-by user;
         }
       }
     }
     
    • 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 ExcludeRouteObject> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getXro

        Xro getXro()
        Return xro, or null if it is not present.
        Returns:
        Xro xro, or null if it is not present.