Interface Subobject

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Subobject>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<Srro>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, RecordRouteSubobjects, SecondaryRecordRouteSubobjects

    public interface Subobject
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Srro>, org.opendaylight.yangtools.yang.binding.Augmentable<Subobject>, SecondaryRecordRouteSubobjects

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

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

    To create instances of this class use SubobjectBuilder.

    See Also:
    SubobjectBuilder