Class Address
java.lang.Object
org.jclouds.openstack.nova.v2_0.domain.Address
IP address
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Address.Builder
<?> builder()
static Address
static Address
boolean
getAddr()
com.google.common.base.Optional
<String> com.google.common.base.Optional
<String> getType()
int
int
hashCode()
protected com.google.common.base.MoreObjects.ToStringHelper
string()
toString()
-
Constructor Details
-
Address
-
-
Method Details
-
builder
-
toBuilder
-
createV4
-
createV6
-
getAddr
- Returns:
- the ip address
-
getVersion
public int getVersion()- Returns:
- the IP version, ex. 4
-
getMacAddr
-
getType
-
hashCode
public int hashCode() -
equals
-
string
protected com.google.common.base.MoreObjects.ToStringHelper string() -
toString
-