Interface VlanMembersState

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    Vlan

    @Generated("mdsal-binding-generator")
    public interface VlanMembersState
    extends org.opendaylight.yangtools.yang.binding.DataObject
    List of interfaces / subinterfaces belonging to the VLAN.

    This class represents the following YANG schema fragment defined in module openconfig-vlan

     grouping vlan-members-state {
       container members {
         list member {
           config false;
           uses oc-if:base-interface-ref-state;
         }
       }
     }
     
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
        YANG identifier of the statement represented by this class.
    • Method Detail

      • implementedInterface

        Class<? extends VlanMembersState> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getMembers

        Members getMembers()
        Return members, or null if it is not present.
             
                 Enclosing container for list of member interfaces
             
         
        Returns:
        Members members, or null if it is not present.