Class RouterInterface
- java.lang.Object
-
- org.jclouds.openstack.neutron.v2.domain.RouterInterface
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RouterInterface.Builder
-
Constructor Summary
Constructors Modifier Constructor Description protected
RouterInterface(String subnetId, String portId)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RouterInterface.Builder
builder()
boolean
equals(Object obj)
String
getPortId()
String
getSubnetId()
int
hashCode()
protected com.google.common.base.MoreObjects.ToStringHelper
string()
RouterInterface.Builder
toBuilder()
Gets a Builder configured as this object.String
toString()
-
-
-
Constructor Detail
-
RouterInterface
@ConstructorProperties({"subnet_id","port_id"}) protected RouterInterface(String subnetId, String portId)
-
-
Method Detail
-
string
protected com.google.common.base.MoreObjects.ToStringHelper string()
-
builder
public static RouterInterface.Builder builder()
- Returns:
- the Builder for RouterInterface
-
toBuilder
public RouterInterface.Builder toBuilder()
Gets a Builder configured as this object.
-
-