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

    @Generated("mdsal-binding-generator")
    public interface FailureCase
    extends org.opendaylight.yangtools.yang.binding.DataObject, Result, org.opendaylight.yangtools.yang.binding.Augmentable<FailureCase>, LspAttributes

    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-typespcrep-messagepcrep-messagerepliesresultfailure-case