Interface NetworkTypeVlan

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BaseIdentity, NetworkTypeBase

    public interface NetworkTypeVlan
    extends NetworkTypeBase
    VLAN network type identity.

    This class represents the following YANG schema fragment defined in module neutron-networks

     identity network-type-vlan {
       base network-type-base;
     }
     
    The schema path to identify an instance is neutron-networks/network-type-vlan
    • Field Summary

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

      • QNAME

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