Package org.openstack4j.model.network
Interface RouterInterface
-
- All Superinterfaces:
ModelEntity,Serializable
- All Known Implementing Classes:
NeutronRouterInterface
public interface RouterInterface extends ModelEntity
An interface data model which is returned during interface association with a router- Author:
- Jeremy Unruh
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetId()StringgetPortId()StringgetSubnetId()StringgetTenantId()
-
-
-
Method Detail
-
getId
String getId()
- Returns:
- the router identifier
-
getSubnetId
String getSubnetId()
- Returns:
- the subnet identifier or null if no subnet is associated
-
getPortId
String getPortId()
- Returns:
- the port identifier or null if no port is associated
-
getTenantId
String getTenantId()
- Returns:
- the tenant identifier or null
-
-