Class FixedIP
java.lang.Object
org.jclouds.openstack.nova.v2_0.domain.FixedIP
Describes an fixed IP address
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FixedIP.Builder
builder()
boolean
int
hashCode()
protected com.google.common.base.MoreObjects.ToStringHelper
string()
Gets a Builder configured as this object.toString()
-
Field Details
-
ipAddress
-
subnetId
-
-
Constructor Details
-
FixedIP
@ConstructorProperties({"ip_address","subnet_id"}) protected FixedIP(String ipAddress, String subnetId)
-
-
Method Details
-
getIpAddress
- Returns:
- the ipAddress of the IP
-
getSubnetId
- Returns:
- the subnetId of the IP
-
hashCode
public int hashCode() -
equals
-
string
protected com.google.common.base.MoreObjects.ToStringHelper string() -
toString
-
builder
- Returns:
- the Builder for IP
-
toBuilder
Gets a Builder configured as this object.
-