Interface Subobject

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Subobject>, BasicExplicitRouteSubobjects, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<Xro>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, ExcludeRouteSubobjects

    public interface Subobject
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Xro>, org.opendaylight.yangtools.yang.binding.Augmentable<Subobject>, ExcludeRouteSubobjects

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

     list subobject {
       uses rsvp:exclude-route-subobjects;
       ordered-by user;
     }
     
    The schema path to identify an instance is pcep-types/exclude-route-object/xro/subobject

    To create instances of this class use SubobjectBuilder.

    See Also:
    SubobjectBuilder