Class RegionAndName
java.lang.Object
org.jclouds.openstack.nova.v2_0.domain.regionscoped.RegionAndName
- Direct Known Subclasses:
NeutronSecurityGroupInRegion
,RegionSecurityGroupNameAndPorts
,SecurityGroupInRegion
Helpful when looking for resources by region and name
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final String
static final com.google.common.base.Function
<RegionAndName, String> static final com.google.common.base.Function
<RegionAndName, String> protected final String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
static RegionAndName
fromRegionAndName
(String regionId, String name) static RegionAndName
fromSlashEncoded
(String name) getName()
int
hashCode()
protected com.google.common.base.MoreObjects.ToStringHelper
string()
toString()
-
Field Details
-
NAME_FUNCTION
-
REGION_FUNCTION
-
regionId
-
name
-
-
Constructor Details
-
RegionAndName
-
-
Method Details