public interface ServicePort
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ServicePort.Builder
Builder of new service port entities.
|
| Modifier and Type | Method and Description |
|---|---|
Set<AddressPair> |
addressPairs()
Returns additional floating address pairs of the service port.
|
PortId |
id()
Returns the port identifier.
|
org.onlab.packet.IpAddress |
ip()
Returns the fixed IP address of the service port.
|
org.onlab.packet.MacAddress |
mac()
Returns the MAC address of the service port.
|
String |
name()
Returns the port name on a switch.
|
NetworkId |
networkId()
Returns associated network identifier of the service port.
|
org.onlab.packet.VlanId |
vlanId()
Returns VLAN of service the port.
|
PortId id()
String name()
NetworkId networkId()
org.onlab.packet.MacAddress mac()
org.onlab.packet.IpAddress ip()
org.onlab.packet.VlanId vlanId()
Set<AddressPair> addressPairs()
Copyright © 2018. All rights reserved.