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 RegionAndNamefromRegionAndName(String regionId, String name)static RegionAndNamefromSlashEncoded(String name)abstract Stringname()abstract StringregionId()StringslashEncode()
-
-
-
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()
-
-