Package org.jclouds.ec2.domain
Class PublicIpInstanceIdPair
java.lang.Object
org.jclouds.ec2.domain.PublicIpInstanceIdPair
- All Implemented Interfaces:
 Comparable<PublicIpInstanceIdPair>
- See Also:
 
- 
Constructor Details
- 
PublicIpInstanceIdPair
 
 - 
 - 
Method Details
- 
getRegion
Deprecated.To be removed in jclouds 1.6Warning
Especially on EC2 clones that may not support regions, this value is fragile. Consider alternate means to determine context. - 
compareTo
- Specified by:
 compareToin interfaceComparable<PublicIpInstanceIdPair>
 - 
getInstanceId
The ID of the instance. - 
getAllocationId
The ID of the IP allocation (e.g., eipalloc-0ca038968f2a2c986). - 
getPublicIp
The public IP address. - 
getTags
 - 
hashCode
public int hashCode() - 
equals
 
 -