Class RegionAndName
- java.lang.Object
-
- org.jclouds.googlecomputeengine.compute.domain.internal.RegionAndName
-
public abstract class RegionAndName extends Object
Helpful when looking for resources by region and name
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static RegionAndName
fromRegionAndName(String regionId, String name)
static RegionAndName
fromSlashEncoded(String name)
abstract String
name()
abstract String
regionId()
String
slashEncode()
-
-
-
Method Detail
-
regionId
public abstract String regionId()
-
name
public abstract String name()
-
fromSlashEncoded
public static RegionAndName fromSlashEncoded(String name)
-
fromRegionAndName
public static RegionAndName fromRegionAndName(String regionId, String name)
-
slashEncode
public String slashEncode()
-
-