Class RegionAndName
- java.lang.Object
-
- org.jclouds.openstack.nova.v2_0.domain.zonescoped.RegionAndName
-
- Direct Known Subclasses:
RegionSecurityGroupNameAndPorts,SecurityGroupInRegion
@Deprecated public class RegionAndName extends Object
Deprecated.This package has been replaced withorg.jclouds.openstack.nova.v2_0.domain.regionscoped. Please useRegionAndNameinstead. To be removed in jclouds 2.0.Helpful when looking for resources by region and name
-
-
Field Summary
Fields Modifier and Type Field Description protected StringnameDeprecated.static com.google.common.base.Function<RegionAndName,String>NAME_FUNCTIONDeprecated.static com.google.common.base.Function<RegionAndName,String>REGION_FUNCTIONDeprecated.protected StringregionIdDeprecated.
-
Constructor Summary
Constructors Modifier Constructor Description protectedRegionAndName(String regionId, String name)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object o)Deprecated.static RegionAndNamefromRegionAndName(String regionId, String name)Deprecated.static RegionAndNamefromSlashEncoded(String name)Deprecated.StringgetName()Deprecated.StringgetRegion()Deprecated.inthashCode()Deprecated.StringslashEncode()Deprecated.protected com.google.common.base.MoreObjects.ToStringHelperstring()Deprecated.StringtoString()Deprecated.
-
-
-
Field Detail
-
NAME_FUNCTION
public static final com.google.common.base.Function<RegionAndName,String> NAME_FUNCTION
Deprecated.
-
REGION_FUNCTION
public static final com.google.common.base.Function<RegionAndName,String> REGION_FUNCTION
Deprecated.
-
regionId
protected final String regionId
Deprecated.
-
name
protected final String name
Deprecated.
-
-
Method Detail
-
fromSlashEncoded
public static RegionAndName fromSlashEncoded(String name)
Deprecated.
-
fromRegionAndName
public static RegionAndName fromRegionAndName(String regionId, String name)
Deprecated.
-
slashEncode
public String slashEncode()
Deprecated.
-
getRegion
public String getRegion()
Deprecated.
-
getName
public String getName()
Deprecated.
-
string
protected com.google.common.base.MoreObjects.ToStringHelper string()
Deprecated.
-
-