Uses of Class
org.jclouds.googlecomputeengine.compute.domain.internal.RegionAndName
Packages that use RegionAndName
Package
Description
-
Uses of RegionAndName in org.jclouds.googlecomputeengine.compute.config
Methods in org.jclouds.googlecomputeengine.compute.config that return types with arguments of type RegionAndNameModifier and TypeMethodDescriptionprotected 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 RegionAndNameModifier and TypeMethodDescriptionprotected 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 RegionAndNameModifier and TypeMethodDescriptionstatic RegionAndName
RegionAndName.fromRegionAndName
(String regionId, String name) static RegionAndName
RegionAndName.fromSlashEncoded
(String name) -
Uses of RegionAndName in org.jclouds.googlecomputeengine.compute.loaders
Methods in org.jclouds.googlecomputeengine.compute.loaders with parameters of type RegionAndNameModifier and TypeMethodDescriptioncom.google.common.base.Optional
<Subnetwork> SubnetworkLoader.load
(RegionAndName key) static String
SubnetworkLoader.message
(RegionAndName key, Exception ex)