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 intcompareTo(PublicIpInstanceIdPair o)booleanequals(Object obj)StringgetInstanceId()The ID of the instance.StringgetPublicIp()The public IP address.StringgetRegion()Deprecated.Map<String,String>getTags()inthashCode()
-
-
-
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:
compareToin interfaceComparable<PublicIpInstanceIdPair>
-
getInstanceId
public String getInstanceId()
The ID of the instance.
-
getPublicIp
public String getPublicIp()
The public IP address.
-
-