Interface Svec

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Svec>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<PcreqMessage>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, ExcludeRouteObject, GcObject, OfObject, SvecObject, VendorInformationObjects

    public interface Svec
    extends org.opendaylight.yangtools.yang.binding.ChildOf<PcreqMessage>, org.opendaylight.yangtools.yang.binding.Augmentable<Svec>, SvecObject, OfObject, GcObject, ExcludeRouteObject, VendorInformationObjects

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

     list svec {
       uses svec-object;
       uses of-object;
       uses gc-object;
       uses exclude-route-object;
       list metric {
         uses metric-object;
       }
       uses vendor-information-objects;
     }
     
    The schema path to identify an instance is pcep-types/pcreq-message/pcreq-message/svec

    To create instances of this class use SvecBuilder.

    See Also:
    SvecBuilder