Class FixedIP
- java.lang.Object
-
- org.jclouds.openstack.nova.v2_0.domain.FixedIP
-
public class FixedIP extends Object
Describes an fixed IP address
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFixedIP.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FixedIP.Builderbuilder()booleanequals(Object obj)StringgetIpAddress()StringgetSubnetId()inthashCode()protected com.google.common.base.MoreObjects.ToStringHelperstring()FixedIP.BuildertoBuilder()Gets a Builder configured as this object.StringtoString()
-
-
-
Constructor Detail
-
FixedIP
@ConstructorProperties({"ip_address","subnet_id"}) protected FixedIP(String ipAddress, String subnetId)
-
-
Method Detail
-
string
protected com.google.common.base.MoreObjects.ToStringHelper string()
-
builder
public static FixedIP.Builder builder()
- Returns:
- the Builder for IP
-
toBuilder
public FixedIP.Builder toBuilder()
Gets a Builder configured as this object.
-
-