Uses of Class
org.jclouds.googlecomputeengine.compute.domain.internal.RegionAndName
- 
Packages that use RegionAndName Package Description org.jclouds.googlecomputeengine.compute.config org.jclouds.googlecomputeengine.compute.domain.internal org.jclouds.googlecomputeengine.compute.loaders  - 
- 
Uses of RegionAndName in org.jclouds.googlecomputeengine.compute.config
Methods in org.jclouds.googlecomputeengine.compute.config that return types with arguments of type RegionAndName Modifier and Type Method Description protected com.google.common.cache.LoadingCache<RegionAndName,com.google.common.base.Optional<Subnetwork>>GoogleComputeEngineServiceContextModule. subnetworksMap(com.google.common.cache.CacheLoader<RegionAndName,com.google.common.base.Optional<Subnetwork>> in)Method parameters in org.jclouds.googlecomputeengine.compute.config with type arguments of type RegionAndName Modifier and Type Method Description protected com.google.common.cache.LoadingCache<RegionAndName,com.google.common.base.Optional<Subnetwork>>GoogleComputeEngineServiceContextModule. subnetworksMap(com.google.common.cache.CacheLoader<RegionAndName,com.google.common.base.Optional<Subnetwork>> in) - 
Uses of RegionAndName in org.jclouds.googlecomputeengine.compute.domain.internal
Methods in org.jclouds.googlecomputeengine.compute.domain.internal that return RegionAndName Modifier and Type Method Description static RegionAndNameRegionAndName. fromRegionAndName(String regionId, String name)static RegionAndNameRegionAndName. fromSlashEncoded(String name) - 
Uses of RegionAndName in org.jclouds.googlecomputeengine.compute.loaders
Methods in org.jclouds.googlecomputeengine.compute.loaders with parameters of type RegionAndName Modifier and Type Method Description com.google.common.base.Optional<Subnetwork>SubnetworkLoader. load(RegionAndName key)static StringSubnetworkLoader. message(RegionAndName key, Exception ex) 
 -