Class NetworkInterface


  • public class NetworkInterface
    extends AbstractDataEntity
    An entity class that represents a network interface that can be used in a bridge domain
    Author:
    Charles Edward Bedon Cortazar <charles.bedon@kuwaiba.org>
    • Field Detail

      • TYPE_UNKNOWN

        public static final int TYPE_UNKNOWN
        If it's not possible to determine the type of interface associated to the bridge domain
        See Also:
        Constant Field Values
      • TYPE_BDI

        public static final int TYPE_BDI
        If the interface is a bridge domain interface
        See Also:
        Constant Field Values
      • TYPE_SERVICE_INSTANCE

        public static final int TYPE_SERVICE_INSTANCE
        If the interface is a service instance
        See Also:
        Constant Field Values
      • TYPE_GENERIC_SUBINTERFACE

        public static final int TYPE_GENERIC_SUBINTERFACE
        If the interface is a generic subinterface (mapped as a VirtualPort)
        See Also:
        Constant Field Values
    • Constructor Detail

      • NetworkInterface

        public NetworkInterface​(String name,
                                int networkInterfaceType)