public final class RouterInterface extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
VirtualPortId |
portId()
Returns port identifier.
|
RouterId |
routerId()
Returns router identifier.
|
static RouterInterface |
routerInterface(SubnetId subnetId,
VirtualPortId portId,
RouterId routerId,
TenantId tenantId)
Creates router interface object.
|
SubnetId |
subnetId()
Returns subnet identifier.
|
TenantId |
tenantId()
Returns tenant identifier.
|
String |
toString() |
public static RouterInterface routerInterface(SubnetId subnetId, VirtualPortId portId, RouterId routerId, TenantId tenantId)
subnetId - subnet identifierportId - port identifierrouterId - router identifiertenantId - tenant identifierpublic SubnetId subnetId()
public VirtualPortId portId()
public RouterId routerId()
public TenantId tenantId()