Interface ApplyLabelMode

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.ChoiceIn<ApplyLabel>, org.opendaylight.yangtools.yang.binding.DataContainer
    All Known Subinterfaces:
    PerInstance, PerRoute

    public interface ApplyLabelMode
    extends org.opendaylight.yangtools.yang.binding.ChoiceIn<ApplyLabel>

    This class represents the following YANG schema fragment defined in module l3vpn-instances-interfaces

     choice apply-label-mode {
       case per-route {
         leaf apply-label-per-route {
           type boolean;
           default true;
         }
       }
       case per-instance {
         leaf apply-label-per-instance {
           type boolean;
           default false;
         }
       }
     }
     
    The schema path to identify an instance is l3vpn-instances-interfaces/vpn-af-config/apply-label/apply-label-mode
    • 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