public interface PortDescription extends Description
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
isEnabled()
Indicates whether or not the port is up and active. 
 | 
boolean | 
isRemoved()
Indicates whether or not the port was removed. 
 | 
PortNumber | 
portNumber()
Returns the port number. 
 | 
long | 
portSpeed()
Returns the current port speed in Mbps. 
 | 
Port.Type | 
type()
Returns the port type. 
 | 
annotationsPortNumber portNumber()
boolean isEnabled()
boolean isRemoved()
Port.Type type()
long portSpeed()