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 useRegionAndName
instead. 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 String
name
Deprecated.static com.google.common.base.Function<RegionAndName,String>
NAME_FUNCTION
Deprecated.static com.google.common.base.Function<RegionAndName,String>
REGION_FUNCTION
Deprecated.protected String
regionId
Deprecated.
-
Constructor Summary
Constructors Modifier Constructor Description protected
RegionAndName(String regionId, String name)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
equals(Object o)
Deprecated.static RegionAndName
fromRegionAndName(String regionId, String name)
Deprecated.static RegionAndName
fromSlashEncoded(String name)
Deprecated.String
getName()
Deprecated.String
getRegion()
Deprecated.int
hashCode()
Deprecated.String
slashEncode()
Deprecated.protected com.google.common.base.MoreObjects.ToStringHelper
string()
Deprecated.String
toString()
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.
-
-