public interface DeviceInterfaceDescription
Modifier and Type | Interface and Description |
---|---|
static class |
DeviceInterfaceDescription.Mode
Represents the type of operation of the interface.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isRateLimited()
Indicates whether a rate limit has been set on the interface.
|
DeviceInterfaceDescription.Mode |
mode()
Returns the operation mode of the interface.
|
String |
name()
Returns the name of the interface.
|
short |
rateLimit()
Returns the rate limit set on the interface bandwidth.
|
List<VlanId> |
vlans()
Returns the VLAN-IDs configured for the interface.
|
String name()
DeviceInterfaceDescription.Mode mode()
List<VlanId> vlans()
boolean isRateLimited()
short rateLimit()