Interface FailureCase

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<FailureCase>, BandwidthObject, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChoiceIn<Replies>, ClasstypeObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, ExcludeRouteObject, IncludeRouteObject, LspaObject, LspAttributes, OfObject, ReoptimizationBandwidthObject, ReportedRouteObject, Result

    public interface FailureCase
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<FailureCase>, LspAttributes, Result

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

     case failure-case {
       container no-path {
         uses no-path-object;
         container tlvs {
           uses vendor-information-tlvs;
           container no-path-vector {
             uses no-path-vector-tlv;
           }
         }
       }
       uses lsp-attributes;
     }
     
    The schema path to identify an instance is pcep-types/pcrep-message/pcrep-message/replies/result/failure-case