Class RegionAndId
- java.lang.Object
-
- org.jclouds.openstack.nova.v2_0.domain.zonescoped.RegionAndId
-
- Direct Known Subclasses:
FlavorInRegion
,ImageInRegion
,ServerInRegion
@Deprecated public class RegionAndId extends Object
Deprecated.This package has been replaced withorg.jclouds.openstack.nova.v2_0.domain.regionscoped
. Please useRegionAndId
instead. To be removed in jclouds 2.0.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
RegionAndId(String regionId, String id)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
equals(Object obj)
Deprecated.static RegionAndId
fromRegionAndId(String regionId, String id)
Deprecated.static RegionAndId
fromSlashEncoded(String id)
Deprecated.String
getId()
Deprecated.String
getRegion()
Deprecated.int
hashCode()
Deprecated.String
slashEncode()
Deprecated.String
toString()
Deprecated.
-
-
-
Method Detail
-
fromSlashEncoded
public static RegionAndId fromSlashEncoded(String id)
Deprecated.
-
fromRegionAndId
public static RegionAndId fromRegionAndId(String regionId, String id)
Deprecated.
-
slashEncode
public String slashEncode()
Deprecated.
-
getRegion
public String getRegion()
Deprecated.
-
getId
public String getId()
Deprecated.
-
-