Interface MvpnChoice

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.ChoiceIn<Mvpn>, org.opendaylight.yangtools.yang.binding.DataContainer
    All Known Subinterfaces:
    InterAsIPmsiADCase, IntraAsIPmsiADCase, LeafADCase, SharedTreeJoinCase, SourceActiveADCase, SourceTreeJoinCase, SPmsiADCase

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

    This class represents the following YANG schema fragment defined in module bgp-mvpn

     choice mvpn-choice {
       case intra-as-i-pmsi-a-d-case {
         uses intra-as-i-pmsi-a-d-grouping;
       }
       case inter-as-i-pmsi-a-d-case {
         uses inter-as-i-pmsi-a-d-grouping;
       }
       case s-pmsi-a-d-case {
         uses s-pmsi-a-d-grouping;
       }
       case leaf-a-d-case {
         uses leaf-a-d-grouping;
       }
       case source-active-a-d-case {
         uses source-active-a-d-grouping;
       }
       case shared-tree-join-case {
         container shared-tree-join {
           uses c-multicast-grouping;
         }
       }
       case source-tree-join-case {
         container source-tree-join {
           uses c-multicast-grouping;
         }
       }
     }
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
      YANG identifier of the statement represented by this class.
    • 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
        YANG identifier of the statement represented by this class.