Package org.jclouds.ec2.domain
Class PublicIpInstanceIdPair
- java.lang.Object
-
- org.jclouds.ec2.domain.PublicIpInstanceIdPair
-
- All Implemented Interfaces:
Comparable<PublicIpInstanceIdPair>
public class PublicIpInstanceIdPair extends Object implements Comparable<PublicIpInstanceIdPair>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description int
compareTo(PublicIpInstanceIdPair o)
boolean
equals(Object obj)
String
getInstanceId()
The ID of the instance.String
getPublicIp()
The public IP address.String
getRegion()
Deprecated.Map<String,String>
getTags()
int
hashCode()
-
-
-
Method Detail
-
getRegion
@Deprecated public String 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
public int compareTo(PublicIpInstanceIdPair o)
- Specified by:
compareTo
in interfaceComparable<PublicIpInstanceIdPair>
-
getInstanceId
public String getInstanceId()
The ID of the instance.
-
getPublicIp
public String getPublicIp()
The public IP address.
-
-