Class NeutronRouterInterface
- java.lang.Object
-
- org.openstack4j.openstack.networking.domain.NeutronRouterInterface
-
- All Implemented Interfaces:
Serializable,ModelEntity,RouterInterface
public class NeutronRouterInterface extends Object implements RouterInterface
An interface data model which is returned during interface association with a router- Author:
- Jeremy Unruh
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NeutronRouterInterface()NeutronRouterInterface(String subnetId, String portId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetId()StringgetPortId()StringgetSubnetId()StringgetTenantId()inthashCode()StringtoString()
-
-
-
Method Detail
-
getId
public String getId()
- Specified by:
getIdin interfaceRouterInterface- Returns:
- the router identifier
-
getSubnetId
public String getSubnetId()
- Specified by:
getSubnetIdin interfaceRouterInterface- Returns:
- the subnet identifier or null if no subnet is associated
-
getPortId
public String getPortId()
- Specified by:
getPortIdin interfaceRouterInterface- Returns:
- the port identifier or null if no port is associated
-
getTenantId
public String getTenantId()
- Specified by:
getTenantIdin interfaceRouterInterface- Returns:
- the tenant identifier or null
-
-