@ProviderType public interface VlanInterface<T extends NetInterfaceAddress> extends NetInterface<T>
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getEgressMap()
Indicates configured egress priority map.
|
int |
getFlags()
Indicates Vlan configuration flags.
|
java.util.List<java.lang.String> |
getIngressMap()
Indicates configured ingress priority map.
|
java.lang.String |
getParentInterface()
Indicates the underlying physical interface to the Vlan.
|
int |
getVlanId()
Indicates the configured Vlan tag.
|
getDriver, getDriverVersion, getFirmwareVersion, getHardwareAddress, getMTU, getName, getNetInterfaceAddresses, getState, getType, getUsbDevice, isAutoConnect, isLoopback, isPointToPoint, isUp, isVirtual, supportsMulticastint getFlags()
java.lang.String getParentInterface()
int getVlanId()
java.util.List<java.lang.String> getIngressMap()
java.util.List<java.lang.String> getEgressMap()