Class RouterInterface
- java.lang.Object
-
- org.jclouds.openstack.neutron.v2.domain.RouterInterface
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRouterInterface.Builder
-
Constructor Summary
Constructors Modifier Constructor Description protectedRouterInterface(String subnetId, String portId)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RouterInterface.Builderbuilder()booleanequals(Object obj)StringgetPortId()StringgetSubnetId()inthashCode()protected com.google.common.base.MoreObjects.ToStringHelperstring()RouterInterface.BuildertoBuilder()Gets a Builder configured as this object.StringtoString()
-
-
-
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.
-
-