Class RouterInterface
java.lang.Object
org.jclouds.openstack.neutron.v2.domain.RouterInterface
A Neutron Router Interface
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RouterInterface.Builder
builder()
boolean
int
hashCode()
protected com.google.common.base.MoreObjects.ToStringHelper
string()
Gets a Builder configured as this object.toString()
-
Field Details
-
subnetId
-
portId
-
-
Constructor Details
-
RouterInterface
@ConstructorProperties({"subnet_id","port_id"}) protected RouterInterface(String subnetId, String portId)
-
-
Method Details
-
getSubnetId
- Returns:
- the subnetId of the RouterInterface
-
getPortId
- Returns:
- the portId of the RouterInterface
-
hashCode
public int hashCode() -
equals
-
string
protected com.google.common.base.MoreObjects.ToStringHelper string() -
toString
-
builder
- Returns:
- the Builder for RouterInterface
-
toBuilder
Gets a Builder configured as this object.
-