Interface SubobjectType

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.ChoiceIn<RecordRouteSubobjects>, org.opendaylight.yangtools.yang.binding.DataContainer
    All Known Subinterfaces:
    BasicProtectionCase, DynamicControlProtectionCase, IpPrefixCase, LabelCase, PathKeyCase, UnnumberedCase

    @Generated("mdsal-binding-generator")
    public interface SubobjectType
    extends org.opendaylight.yangtools.yang.binding.ChoiceIn<RecordRouteSubobjects>

    This class represents the following YANG schema fragment defined in module rsvp

     choice subobject-type {
       case ip-prefix-case {
         container ip-prefix {
           uses ip-prefix-subobject;
         }
       }
       case label-case {
         container label {
           uses label-subobject;
           leaf global {
             type boolean;
             default false;
           }
         }
       }
       case unnumbered-case {
         container unnumbered {
           uses unnumbered-subobject;
         }
       }
       case path-key-case {
         container path-key {
           uses path-key-subobject;
         }
       }
     }
     
    The schema path to identify an instance is rsvprecord-route-subobjectssubobject-type
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME  
    • Method Summary

      • Methods inherited from interface org.opendaylight.yangtools.yang.binding.DataContainer

        implementedInterface
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME