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 useRegionAndIdinstead. To be removed in jclouds 2.0.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedRegionAndId(String regionId, String id)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object obj)Deprecated.static RegionAndIdfromRegionAndId(String regionId, String id)Deprecated.static RegionAndIdfromSlashEncoded(String id)Deprecated.StringgetId()Deprecated.StringgetRegion()Deprecated.inthashCode()Deprecated.StringslashEncode()Deprecated.StringtoString()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.
-
-