Interface SubobjectType

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

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

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

     choice subobject-type {
       case as-number-case {
         container as-number {
           uses as-number-subobject;
         }
       }
       case ip-prefix-case {
         container ip-prefix {
           uses ip-prefix-subobject;
         }
       }
       case label-case {
         container label {
           uses label-subobject;
         }
       }
       case srlg-case {
         container srlg {
           uses srlg-subobject;
         }
       }
       case unnumbered-case {
         container unnumbered {
           uses unnumbered-subobject;
         }
       }
     }
     
    The schema path to identify an instance is rsvpbasic-explicit-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