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:
compareTo
in interfaceComparable<PublicIpInstanceIdPair>
-
getInstanceId
The ID of the instance. -
getPublicIp
The public IP address. -
getTags
-
hashCode
public int hashCode() -
equals
-